2022-12-01T10:04:48.3817197Z Requested labels: linux.2xlarge 2022-12-01T10:04:48.3817269Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/89997/merge 2022-12-01T10:04:48.3817291Z Waiting for a runner to pick up this job... 2022-12-01T10:04:48.5380452Z Job is about to start running on the runner: i-08c7d78ca13d5837c (organization) 2022-12-01T10:04:52.7627262Z Current runner version: '2.299.1' 2022-12-01T10:04:52.7633092Z Runner name: 'i-08c7d78ca13d5837c' 2022-12-01T10:04:52.7633635Z Runner group name: 'Default' 2022-12-01T10:04:52.7634224Z Machine name: 'ip-10-0-3-20' 2022-12-01T10:04:52.7636354Z ##[group]GITHUB_TOKEN Permissions 2022-12-01T10:04:52.7637014Z Actions: read 2022-12-01T10:04:52.7637367Z Checks: read 2022-12-01T10:04:52.7637633Z Contents: read 2022-12-01T10:04:52.7637959Z Deployments: read 2022-12-01T10:04:52.7638281Z Discussions: read 2022-12-01T10:04:52.7638551Z Issues: read 2022-12-01T10:04:52.7638877Z Metadata: read 2022-12-01T10:04:52.7639224Z Packages: read 2022-12-01T10:04:52.7639496Z Pages: read 2022-12-01T10:04:52.7639810Z PullRequests: read 2022-12-01T10:04:52.7640162Z RepositoryProjects: read 2022-12-01T10:04:52.7640491Z SecurityEvents: read 2022-12-01T10:04:52.7640819Z Statuses: read 2022-12-01T10:04:52.7641126Z ##[endgroup] 2022-12-01T10:04:52.7644517Z Secret source: None 2022-12-01T10:04:52.7645344Z Prepare workflow directory 2022-12-01T10:04:53.5641231Z Prepare all required actions 2022-12-01T10:04:53.5818530Z Getting action download info 2022-12-01T10:04:53.8278956Z Download action repository 'pytorch/pytorch@master' (SHA:850b53bbee82fb194af85b566aedee94b96def32) 2022-12-01T10:04:56.6050921Z Download action repository 'pytorch/test-infra@main' (SHA:1f415583bdcd967e33ea8fd05be71ed0bdf19880) 2022-12-01T10:04:56.8143923Z Download action repository 'nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767' (SHA:7d4a37704547a311dbb66ebdf5b23ec19374a767) 2022-12-01T10:04:56.9350699Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-12-01T10:04:57.1936806Z Getting action download info 2022-12-01T10:04:57.4007573Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-12-01T10:04:57.5753174Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml 2022-12-01T10:04:57.5754750Z ##[group] Inputs 2022-12-01T10:04:57.5755058Z build-environment: linux-focal-py3.7-clang7-asan 2022-12-01T10:04:57.5755658Z 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-12-01T10:04:57.5756320Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:04:57.5756660Z sync-tag: 2022-12-01T10:04:57.5756822Z ##[endgroup] 2022-12-01T10:04:57.5757279Z Complete job name: linux-focal-py3.7-clang7-asan / test (default, 3, 5, linux.2xlarge) 2022-12-01T10:04:57.6464295Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-12-01T10:04:57.6464648Z with: 2022-12-01T10:04:57.6464817Z submodules: recursive 2022-12-01T10:04:57.6465010Z fetch-depth: 0 2022-12-01T10:04:57.6465203Z env: 2022-12-01T10:04:57.6465365Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:57.6465559Z ##[endgroup] 2022-12-01T10:04:57.6685189Z ##[group]Run retry () { 2022-12-01T10:04:57.6685455Z retry () { 2022-12-01T10:04:57.6685672Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-12-01T10:04:57.6685891Z } 2022-12-01T10:04:57.6686082Z echo "${GITHUB_WORKSPACE}" 2022-12-01T10:04:57.6686291Z if [ -z "${NO_SUDO}" ]; then 2022-12-01T10:04:57.6686532Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-12-01T10:04:57.6686774Z else 2022-12-01T10:04:57.6686977Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-12-01T10:04:57.6687160Z fi 2022-12-01T10:04:57.6687404Z mkdir "${GITHUB_WORKSPACE}" 2022-12-01T10:04:57.6702973Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:04:57.6703362Z env: 2022-12-01T10:04:57.6703546Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:57.6703735Z NO_SUDO: 2022-12-01T10:04:57.6703924Z ##[endgroup] 2022-12-01T10:04:57.6873607Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:05:00.4242737Z ##[group]Run malfet/checkout@silent-checkout 2022-12-01T10:05:00.4243008Z with: 2022-12-01T10:05:00.4243244Z ref: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:05:00.4243490Z fetch-depth: 0 2022-12-01T10:05:00.4243692Z submodules: recursive 2022-12-01T10:05:00.4244146Z quiet-checkout: true 2022-12-01T10:05:00.4244385Z repository: pytorch/pytorch 2022-12-01T10:05:00.4244807Z token: *** 2022-12-01T10:05:00.4245014Z ssh-strict: true 2022-12-01T10:05:00.4245242Z persist-credentials: true 2022-12-01T10:05:00.4245469Z clean: true 2022-12-01T10:05:00.4245663Z lfs: false 2022-12-01T10:05:00.4245879Z set-safe-directory: true 2022-12-01T10:05:00.4246090Z env: 2022-12-01T10:05:00.4246276Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:05:00.4246494Z ##[endgroup] 2022-12-01T10:05:00.5503500Z Syncing repository: pytorch/pytorch 2022-12-01T10:05:00.5505843Z ##[group]Getting Git version info 2022-12-01T10:05:00.5506789Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-12-01T10:05:00.5507630Z [command]/usr/bin/git version 2022-12-01T10:05:00.5507973Z git version 2.37.1 2022-12-01T10:05:00.5509034Z ##[endgroup] 2022-12-01T10:05:00.5525805Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/2925eb63-9beb-4b5a-80ae-701dc268ad34' before making global git config changes 2022-12-01T10:05:00.5526269Z Adding repository directory to the temporary git global config as a safe directory 2022-12-01T10:05:00.5526772Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:05:00.5569680Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-12-01T10:05:00.5573858Z ##[group]Initializing the repository 2022-12-01T10:05:00.5576425Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:05:00.5753893Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-12-01T10:05:00.5754587Z hint: is subject to change. To configure the initial branch name to use in all 2022-12-01T10:05:00.5755075Z hint: of your new repositories, which will suppress this warning, call: 2022-12-01T10:05:00.5755338Z hint: 2022-12-01T10:05:00.5755658Z hint: git config --global init.defaultBranch 2022-12-01T10:05:00.5756239Z hint: 2022-12-01T10:05:00.5756751Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-12-01T10:05:00.5757213Z hint: 'development'. The just-created branch can be renamed via this command: 2022-12-01T10:05:00.5757693Z hint: 2022-12-01T10:05:00.5758332Z hint: git branch -m 2022-12-01T10:05:00.5758775Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-12-01T10:05:00.5765395Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-12-01T10:05:00.5798664Z ##[endgroup] 2022-12-01T10:05:00.5799083Z ##[group]Disabling automatic garbage collection 2022-12-01T10:05:00.5802286Z [command]/usr/bin/git config --local gc.auto 0 2022-12-01T10:05:00.5829797Z ##[endgroup] 2022-12-01T10:05:00.5831147Z ##[group]Setting up auth 2022-12-01T10:05:00.5838127Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-12-01T10:05:00.5868071Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-12-01T10:05:00.6116793Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-12-01T10:05:00.6151154Z [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-12-01T10:05:00.6405485Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-12-01T10:05:00.6455140Z ##[endgroup] 2022-12-01T10:05:00.6455771Z ##[group]Fetching the repository 2022-12-01T10:05:00.6462496Z [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-12-01T10:05:54.2534787Z [command]/usr/bin/git rev-parse --verify --quiet c13d400bffe90e16b96520bbc8a41a6f0c9cd584^{object} 2022-12-01T10:05:54.2571559Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:05:55.2936967Z ##[endgroup] 2022-12-01T10:05:55.2937396Z ##[group]Determining the checkout info 2022-12-01T10:05:55.2938121Z ##[endgroup] 2022-12-01T10:05:55.2938491Z ##[group]Checking out the ref 2022-12-01T10:05:55.2941775Z [command]/usr/bin/git checkout --quiet --force c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:05:56.5325012Z ##[endgroup] 2022-12-01T10:05:56.5325431Z ##[group]Setting up auth for fetching submodules 2022-12-01T10:05:56.5329781Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-12-01T10:05:56.5381648Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-12-01T10:05:56.5411903Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-12-01T10:05:56.5439721Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-12-01T10:05:56.5463565Z ##[endgroup] 2022-12-01T10:05:56.5463929Z ##[group]Fetching submodules 2022-12-01T10:05:56.5466997Z [command]/usr/bin/git submodule sync --recursive 2022-12-01T10:05:56.5724542Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-12-01T10:05:56.5977155Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-12-01T10:05:56.5978234Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-12-01T10:05:56.5978773Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-12-01T10:05:56.5980893Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-12-01T10:05:56.5983059Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-12-01T10:05:56.5985625Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-12-01T10:05:56.5987856Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-12-01T10:05:56.5990345Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-12-01T10:05:56.5992922Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-12-01T10:05:56.5995617Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-12-01T10:05:56.5998547Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-12-01T10:05:56.6001334Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-12-01T10:05:56.6004401Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-12-01T10:05:56.6007653Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-12-01T10:05:56.6010865Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-12-01T10:05:56.6014072Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-12-01T10:05:56.6017411Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-12-01T10:05:56.6020972Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:05:56.6024509Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-12-01T10:05:56.6028359Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-12-01T10:05:56.6032877Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-12-01T10:05:56.6037016Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-12-01T10:05:56.6041032Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-12-01T10:05:56.6045329Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-12-01T10:05:56.6049537Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-12-01T10:05:56.6053886Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-12-01T10:05:56.6058237Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-12-01T10:05:56.6062721Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-12-01T10:05:56.6067501Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-12-01T10:05:56.6072317Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-12-01T10:05:56.6076934Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-12-01T10:05:56.6081822Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-12-01T10:05:56.6088394Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-12-01T10:05:56.6093585Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-12-01T10:05:56.6098673Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-12-01T10:05:56.6104042Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-12-01T10:05:56.6109511Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-12-01T10:05:56.6114959Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-12-01T10:05:56.6120526Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-12-01T10:05:56.6126516Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-12-01T10:05:56.6132479Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-12-01T10:05:56.6159355Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-12-01T10:05:56.9446700Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-12-01T10:05:57.1928788Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-12-01T10:05:57.4042276Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-12-01T10:05:57.7281642Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-12-01T10:05:58.0126453Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-12-01T10:06:00.2661908Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-12-01T10:06:06.2046415Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-12-01T10:06:06.6315968Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-12-01T10:06:07.1870425Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-12-01T10:06:08.6963564Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-12-01T10:06:09.7943693Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-12-01T10:06:11.1962531Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-12-01T10:06:16.4437339Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-12-01T10:06:17.2697330Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-12-01T10:06:18.4310538Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-12-01T10:06:19.6316059Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-12-01T10:06:19.8567223Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-12-01T10:06:20.2952830Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-12-01T10:06:20.6735133Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-12-01T10:06:21.7187739Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-12-01T10:06:22.3108844Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-12-01T10:06:22.6179983Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-12-01T10:06:22.8615891Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-12-01T10:06:24.2636581Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-12-01T10:06:24.7484012Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-12-01T10:06:25.1872501Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-12-01T10:06:31.9470795Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-12-01T10:06:33.5817829Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-12-01T10:06:34.0132556Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-12-01T10:06:34.2713292Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-12-01T10:06:39.6279279Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-12-01T10:06:39.8462676Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-12-01T10:06:40.0691087Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-12-01T10:06:41.1773177Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-12-01T10:06:41.4123203Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-12-01T10:06:41.8106188Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-12-01T10:06:42.0920324Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-12-01T10:06:42.8318194Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-12-01T10:06:45.4297972Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-12-01T10:06:45.9129402Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-12-01T10:06:48.1447143Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-12-01T10:06:48.1543597Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-12-01T10:06:48.1618285Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-12-01T10:06:48.1825824Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-12-01T10:06:48.2034456Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-12-01T10:06:48.2385286Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-12-01T10:06:48.7994707Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-12-01T10:06:48.8189383Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-12-01T10:06:48.9103077Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-12-01T10:06:48.9423315Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-12-01T10:06:49.2097289Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-12-01T10:06:49.5834592Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-12-01T10:06:49.8069368Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-12-01T10:06:49.8497169Z Submodule path 'third_party/fbgemm': checked out '0d98c261561524cce92e37fe307ea6596664309a' 2022-12-01T10:06:49.8512367Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:06:49.8514254Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:06:49.8517430Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:06:49.8520499Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:06:49.8543389Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-12-01T10:06:50.8087126Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-12-01T10:06:51.3384203Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-12-01T10:06:52.4299836Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-12-01T10:06:52.7568847Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-12-01T10:06:52.8493126Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-12-01T10:06:52.9039020Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-12-01T10:06:52.9136161Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-12-01T10:06:52.9920605Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-12-01T10:06:53.0255993Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-12-01T10:06:53.0344499Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-12-01T10:06:53.0720083Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-12-01T10:06:53.0948612Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-12-01T10:06:53.1377385Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-12-01T10:06:53.1485780Z Submodule path 'third_party/ideep': checked out '77d662b313a762e82b389d3fd965e0098f12cd99' 2022-12-01T10:06:53.1499278Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-12-01T10:06:53.1519936Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-12-01T10:07:00.8083211Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-12-01T10:07:00.8098949Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:07:00.8122603Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-12-01T10:07:08.6739293Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-12-01T10:07:08.6832976Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-12-01T10:07:08.6964707Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-12-01T10:07:08.7836867Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-12-01T10:07:08.7851927Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:07:08.7853689Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:07:08.7877535Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-12-01T10:07:09.9951156Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-12-01T10:07:11.1080031Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-12-01T10:07:11.1590235Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-12-01T10:07:11.1780999Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-12-01T10:07:11.1915293Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-12-01T10:07:11.2897719Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-12-01T10:07:11.5159673Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-12-01T10:07:11.5185365Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-12-01T10:07:11.5187349Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-12-01T10:07:11.5211009Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-12-01T10:07:11.9247389Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-12-01T10:07:12.7146008Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-12-01T10:07:12.7439448Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-12-01T10:07:12.7582583Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-12-01T10:07:12.7596128Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:07:12.7617154Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-12-01T10:07:14.5328092Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-12-01T10:07:14.5347048Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:07:14.5349259Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:07:14.5372473Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-12-01T10:07:14.9512498Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-12-01T10:07:15.8112790Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-12-01T10:07:15.8726944Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-12-01T10:07:15.8743437Z 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-12-01T10:07:15.8766453Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-12-01T10:07:16.1190516Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-12-01T10:07:16.1274107Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-12-01T10:07:16.3626179Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-12-01T10:07:16.3647713Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:07:16.3649170Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-12-01T10:07:16.3672490Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-12-01T10:07:16.7713050Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-12-01T10:07:17.8638756Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-12-01T10:07:17.9274526Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-12-01T10:07:17.9356574Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-12-01T10:07:17.9456963Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-12-01T10:07:17.9761466Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-12-01T10:07:17.9845578Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-12-01T10:07:18.0110011Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-12-01T10:07:18.0200227Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-12-01T10:07:18.0604279Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-12-01T10:07:18.1599047Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-12-01T10:07:18.1842081Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-12-01T10:07:18.1857402Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:07:18.1859052Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:07:18.1861166Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:07:18.1863356Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:07:18.1886278Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-12-01T10:07:19.4011533Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-12-01T10:07:19.7649895Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-12-01T10:07:21.0417172Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-12-01T10:07:21.9191857Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-12-01T10:07:21.9326545Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-12-01T10:07:21.9923437Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-12-01T10:07:22.0182990Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-12-01T10:07:22.0196246Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:07:22.0218411Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-12-01T10:07:22.2651346Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-12-01T10:07:22.3891103Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-12-01T10:07:22.3919004Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-12-01T10:07:22.4180638Z Entering 'android/libs/fbjni' 2022-12-01T10:07:22.4214925Z Entering 'third_party/FP16' 2022-12-01T10:07:22.4249876Z Entering 'third_party/FXdiv' 2022-12-01T10:07:22.4283541Z Entering 'third_party/NNPACK' 2022-12-01T10:07:22.4318625Z Entering 'third_party/QNNPACK' 2022-12-01T10:07:22.4352996Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:07:22.4386956Z Entering 'third_party/XNNPACK' 2022-12-01T10:07:22.4432365Z Entering 'third_party/benchmark' 2022-12-01T10:07:22.4466749Z Entering 'third_party/cpuinfo' 2022-12-01T10:07:22.4502156Z Entering 'third_party/cub' 2022-12-01T10:07:22.4536516Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:07:22.4576229Z Entering 'third_party/cutlass' 2022-12-01T10:07:22.4618286Z Entering 'third_party/eigen' 2022-12-01T10:07:22.4654868Z Entering 'third_party/fbgemm' 2022-12-01T10:07:22.4691054Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:07:22.4723480Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:07:22.4757395Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:07:22.4791332Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:07:22.4825972Z Entering 'third_party/flatbuffers' 2022-12-01T10:07:22.4863123Z Entering 'third_party/fmt' 2022-12-01T10:07:22.4898076Z Entering 'third_party/foxi' 2022-12-01T10:07:22.4933283Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:07:22.4968569Z Entering 'third_party/gloo' 2022-12-01T10:07:22.5003155Z Entering 'third_party/googletest' 2022-12-01T10:07:22.5037660Z Entering 'third_party/ideep' 2022-12-01T10:07:22.5071735Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:07:22.5108698Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:07:22.5150333Z Entering 'third_party/ios-cmake' 2022-12-01T10:07:22.5185666Z Entering 'third_party/ittapi' 2022-12-01T10:07:22.5220130Z Entering 'third_party/kineto' 2022-12-01T10:07:22.5254619Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:07:22.5289077Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:07:22.5325048Z Entering 'third_party/nccl/nccl' 2022-12-01T10:07:22.5360143Z Entering 'third_party/neon2sse' 2022-12-01T10:07:22.5394504Z Entering 'third_party/nlohmann' 2022-12-01T10:07:22.5430650Z Entering 'third_party/onnx' 2022-12-01T10:07:22.5477962Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:07:22.5514187Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:07:22.5551479Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:07:22.5587549Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:07:22.5628543Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:07:22.5663801Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:07:22.5698495Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:07:22.5737653Z Entering 'third_party/pocketfft' 2022-12-01T10:07:22.5772906Z Entering 'third_party/protobuf' 2022-12-01T10:07:22.5811172Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:07:22.5846036Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:07:22.5882332Z Entering 'third_party/psimd' 2022-12-01T10:07:22.5916518Z Entering 'third_party/pthreadpool' 2022-12-01T10:07:22.5950370Z Entering 'third_party/pybind11' 2022-12-01T10:07:22.5986334Z Entering 'third_party/python-enum' 2022-12-01T10:07:22.6020265Z Entering 'third_party/python-peachpy' 2022-12-01T10:07:22.6054995Z Entering 'third_party/python-six' 2022-12-01T10:07:22.6089019Z Entering 'third_party/sleef' 2022-12-01T10:07:22.6125614Z Entering 'third_party/tbb' 2022-12-01T10:07:22.6162552Z Entering 'third_party/tensorpipe' 2022-12-01T10:07:22.6196950Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:07:22.6230604Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:07:22.6263666Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:07:22.6298881Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:07:22.6333326Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:07:22.6370545Z Entering 'third_party/zstd' 2022-12-01T10:07:22.6414307Z ##[endgroup] 2022-12-01T10:07:22.6414768Z ##[group]Persisting credentials for submodules 2022-12-01T10:07:22.6420510Z [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-12-01T10:07:22.6683222Z Entering 'android/libs/fbjni' 2022-12-01T10:07:22.6717334Z Entering 'third_party/FP16' 2022-12-01T10:07:22.6751709Z Entering 'third_party/FXdiv' 2022-12-01T10:07:22.6786003Z Entering 'third_party/NNPACK' 2022-12-01T10:07:22.6820450Z Entering 'third_party/QNNPACK' 2022-12-01T10:07:22.6855980Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:07:22.6889578Z Entering 'third_party/XNNPACK' 2022-12-01T10:07:22.6933603Z Entering 'third_party/benchmark' 2022-12-01T10:07:22.6967825Z Entering 'third_party/cpuinfo' 2022-12-01T10:07:22.7003158Z Entering 'third_party/cub' 2022-12-01T10:07:22.7036600Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:07:22.7075505Z Entering 'third_party/cutlass' 2022-12-01T10:07:22.7115593Z Entering 'third_party/eigen' 2022-12-01T10:07:22.7152207Z Entering 'third_party/fbgemm' 2022-12-01T10:07:22.7186146Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:07:22.7220058Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:07:22.7253376Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:07:22.7286932Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:07:22.7321499Z Entering 'third_party/flatbuffers' 2022-12-01T10:07:22.7357803Z Entering 'third_party/fmt' 2022-12-01T10:07:22.7391814Z Entering 'third_party/foxi' 2022-12-01T10:07:22.7427279Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:07:22.7462097Z Entering 'third_party/gloo' 2022-12-01T10:07:22.7496421Z Entering 'third_party/googletest' 2022-12-01T10:07:22.7531278Z Entering 'third_party/ideep' 2022-12-01T10:07:22.7565312Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:07:22.7599101Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:07:22.7639400Z Entering 'third_party/ios-cmake' 2022-12-01T10:07:22.7675336Z Entering 'third_party/ittapi' 2022-12-01T10:07:22.7709290Z Entering 'third_party/kineto' 2022-12-01T10:07:22.7744259Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:07:22.7778693Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:07:22.7815272Z Entering 'third_party/nccl/nccl' 2022-12-01T10:07:22.7850802Z Entering 'third_party/neon2sse' 2022-12-01T10:07:22.7884113Z Entering 'third_party/nlohmann' 2022-12-01T10:07:22.7919582Z Entering 'third_party/onnx' 2022-12-01T10:07:22.7965658Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:07:22.8000848Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:07:22.8036716Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:07:22.8069276Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:07:22.8108262Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:07:22.8143964Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:07:22.8177636Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:07:22.8216204Z Entering 'third_party/pocketfft' 2022-12-01T10:07:22.8250198Z Entering 'third_party/protobuf' 2022-12-01T10:07:22.8288092Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:07:22.8321287Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:07:22.8357091Z Entering 'third_party/psimd' 2022-12-01T10:07:22.8391111Z Entering 'third_party/pthreadpool' 2022-12-01T10:07:22.8425639Z Entering 'third_party/pybind11' 2022-12-01T10:07:22.8459661Z Entering 'third_party/python-enum' 2022-12-01T10:07:22.8495181Z Entering 'third_party/python-peachpy' 2022-12-01T10:07:22.8529483Z Entering 'third_party/python-six' 2022-12-01T10:07:22.8564041Z Entering 'third_party/sleef' 2022-12-01T10:07:22.8598050Z Entering 'third_party/tbb' 2022-12-01T10:07:22.8634341Z Entering 'third_party/tensorpipe' 2022-12-01T10:07:22.8668547Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:07:22.8701596Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:07:22.8734888Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:07:22.8769314Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:07:22.8802399Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:07:22.8838314Z Entering 'third_party/zstd' 2022-12-01T10:07:22.8884605Z [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-12-01T10:07:22.9149187Z Entering 'android/libs/fbjni' 2022-12-01T10:07:22.9181102Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-12-01T10:07:22.9195621Z Entering 'third_party/FP16' 2022-12-01T10:07:22.9227911Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-12-01T10:07:22.9242322Z Entering 'third_party/FXdiv' 2022-12-01T10:07:22.9275170Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-12-01T10:07:22.9289172Z Entering 'third_party/NNPACK' 2022-12-01T10:07:22.9321776Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-12-01T10:07:22.9336921Z Entering 'third_party/QNNPACK' 2022-12-01T10:07:22.9369277Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-12-01T10:07:22.9383760Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:07:22.9416415Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-12-01T10:07:22.9430538Z Entering 'third_party/XNNPACK' 2022-12-01T10:07:22.9463469Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-12-01T10:07:22.9489106Z Entering 'third_party/benchmark' 2022-12-01T10:07:22.9521436Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:07:22.9535872Z Entering 'third_party/cpuinfo' 2022-12-01T10:07:22.9567535Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-12-01T10:07:22.9581856Z Entering 'third_party/cub' 2022-12-01T10:07:22.9614430Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-12-01T10:07:22.9628961Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:07:22.9661696Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-12-01T10:07:22.9682785Z Entering 'third_party/cutlass' 2022-12-01T10:07:22.9715023Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-12-01T10:07:22.9736436Z Entering 'third_party/eigen' 2022-12-01T10:07:22.9768778Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-12-01T10:07:22.9785507Z Entering 'third_party/fbgemm' 2022-12-01T10:07:22.9818821Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-12-01T10:07:22.9833696Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:07:22.9866293Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-12-01T10:07:22.9879981Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:07:22.9912627Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-12-01T10:07:22.9927686Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:07:22.9959610Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:07:22.9974338Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:07:23.0006815Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-12-01T10:07:23.0021895Z Entering 'third_party/flatbuffers' 2022-12-01T10:07:23.0055396Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-12-01T10:07:23.0070752Z Entering 'third_party/fmt' 2022-12-01T10:07:23.0103094Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-12-01T10:07:23.0117281Z Entering 'third_party/foxi' 2022-12-01T10:07:23.0150414Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-12-01T10:07:23.0165394Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:07:23.0196377Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-12-01T10:07:23.0212039Z Entering 'third_party/gloo' 2022-12-01T10:07:23.0242838Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-12-01T10:07:23.0257532Z Entering 'third_party/googletest' 2022-12-01T10:07:23.0291375Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:07:23.0305443Z Entering 'third_party/ideep' 2022-12-01T10:07:23.0338283Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-12-01T10:07:23.0351922Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:07:23.0383914Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-12-01T10:07:23.0398998Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:07:23.0432064Z 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-12-01T10:07:23.0452989Z Entering 'third_party/ios-cmake' 2022-12-01T10:07:23.0485762Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-12-01T10:07:23.0499737Z Entering 'third_party/ittapi' 2022-12-01T10:07:23.0534111Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-12-01T10:07:23.0548256Z Entering 'third_party/kineto' 2022-12-01T10:07:23.0579515Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-12-01T10:07:23.0594548Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:07:23.0626134Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-12-01T10:07:23.0640366Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:07:23.0671328Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-12-01T10:07:23.0687220Z Entering 'third_party/nccl/nccl' 2022-12-01T10:07:23.0718472Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-12-01T10:07:23.0733279Z Entering 'third_party/neon2sse' 2022-12-01T10:07:23.0764185Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-12-01T10:07:23.0778468Z Entering 'third_party/nlohmann' 2022-12-01T10:07:23.0809977Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-12-01T10:07:23.0825647Z Entering 'third_party/onnx' 2022-12-01T10:07:23.0858665Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-12-01T10:07:23.0884925Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:07:23.0917043Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:07:23.0930948Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:07:23.0963381Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:07:23.0979599Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:07:23.1012626Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-12-01T10:07:23.1027126Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:07:23.1059769Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-12-01T10:07:23.1078767Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:07:23.1112133Z 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-12-01T10:07:23.1126746Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:07:23.1160020Z 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-12-01T10:07:23.1174607Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:07:23.1206784Z 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-12-01T10:07:23.1226299Z Entering 'third_party/pocketfft' 2022-12-01T10:07:23.1259147Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-12-01T10:07:23.1273560Z Entering 'third_party/protobuf' 2022-12-01T10:07:23.1305860Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-12-01T10:07:23.1323810Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:07:23.1355927Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:07:23.1370282Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:07:23.1401700Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:07:23.1417429Z Entering 'third_party/psimd' 2022-12-01T10:07:23.1451537Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-12-01T10:07:23.1465863Z Entering 'third_party/pthreadpool' 2022-12-01T10:07:23.1499340Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-12-01T10:07:23.1513864Z Entering 'third_party/pybind11' 2022-12-01T10:07:23.1547002Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:07:23.1561783Z Entering 'third_party/python-enum' 2022-12-01T10:07:23.1593571Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-12-01T10:07:23.1608135Z Entering 'third_party/python-peachpy' 2022-12-01T10:07:23.1640669Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-12-01T10:07:23.1655111Z Entering 'third_party/python-six' 2022-12-01T10:07:23.1688303Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-12-01T10:07:23.1701755Z Entering 'third_party/sleef' 2022-12-01T10:07:23.1734345Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-12-01T10:07:23.1749243Z Entering 'third_party/tbb' 2022-12-01T10:07:23.1781689Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-12-01T10:07:23.1798424Z Entering 'third_party/tensorpipe' 2022-12-01T10:07:23.1831427Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-12-01T10:07:23.1847148Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:07:23.1878936Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:07:23.1892449Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:07:23.1925200Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-12-01T10:07:23.1939334Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:07:23.1971741Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-12-01T10:07:23.1985777Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:07:23.2018177Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:07:23.2032172Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:07:23.2064499Z 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-12-01T10:07:23.2081707Z Entering 'third_party/zstd' 2022-12-01T10:07:23.2114433Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-12-01T10:07:23.2820022Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-12-01T10:07:23.3090140Z Entering 'android/libs/fbjni' 2022-12-01T10:07:23.3127658Z Entering 'third_party/FP16' 2022-12-01T10:07:23.3163621Z Entering 'third_party/FXdiv' 2022-12-01T10:07:23.3199780Z Entering 'third_party/NNPACK' 2022-12-01T10:07:23.3235129Z Entering 'third_party/QNNPACK' 2022-12-01T10:07:23.3270081Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:07:23.3306678Z Entering 'third_party/XNNPACK' 2022-12-01T10:07:23.3351184Z Entering 'third_party/benchmark' 2022-12-01T10:07:23.3386652Z Entering 'third_party/cpuinfo' 2022-12-01T10:07:23.3422144Z Entering 'third_party/cub' 2022-12-01T10:07:23.3456889Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:07:23.3497930Z Entering 'third_party/cutlass' 2022-12-01T10:07:23.3539034Z Entering 'third_party/eigen' 2022-12-01T10:07:23.3574890Z Entering 'third_party/fbgemm' 2022-12-01T10:07:23.3609517Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:07:23.3642786Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:07:23.3678817Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:07:23.3711630Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:07:23.3746026Z Entering 'third_party/flatbuffers' 2022-12-01T10:07:23.3784760Z Entering 'third_party/fmt' 2022-12-01T10:07:23.3819898Z Entering 'third_party/foxi' 2022-12-01T10:07:23.3854902Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:07:23.3889802Z Entering 'third_party/gloo' 2022-12-01T10:07:23.3923628Z Entering 'third_party/googletest' 2022-12-01T10:07:23.3958770Z Entering 'third_party/ideep' 2022-12-01T10:07:23.3992685Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:07:23.4028430Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:07:23.4069506Z Entering 'third_party/ios-cmake' 2022-12-01T10:07:23.4104610Z Entering 'third_party/ittapi' 2022-12-01T10:07:23.4139927Z Entering 'third_party/kineto' 2022-12-01T10:07:23.4175583Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:07:23.4211069Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:07:23.4247274Z Entering 'third_party/nccl/nccl' 2022-12-01T10:07:23.4282964Z Entering 'third_party/neon2sse' 2022-12-01T10:07:23.4318700Z Entering 'third_party/nlohmann' 2022-12-01T10:07:23.4354984Z Entering 'third_party/onnx' 2022-12-01T10:07:23.4401158Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:07:23.4435980Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:07:23.4472027Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:07:23.4507806Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:07:23.4547884Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:07:23.4582459Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:07:23.4617471Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:07:23.4657665Z Entering 'third_party/pocketfft' 2022-12-01T10:07:23.4692728Z Entering 'third_party/protobuf' 2022-12-01T10:07:23.4731492Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:07:23.4768826Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:07:23.4805455Z Entering 'third_party/psimd' 2022-12-01T10:07:23.4840528Z Entering 'third_party/pthreadpool' 2022-12-01T10:07:23.4875402Z Entering 'third_party/pybind11' 2022-12-01T10:07:23.4910630Z Entering 'third_party/python-enum' 2022-12-01T10:07:23.4944738Z Entering 'third_party/python-peachpy' 2022-12-01T10:07:23.4981172Z Entering 'third_party/python-six' 2022-12-01T10:07:23.5015221Z Entering 'third_party/sleef' 2022-12-01T10:07:23.5050022Z Entering 'third_party/tbb' 2022-12-01T10:07:23.5086623Z Entering 'third_party/tensorpipe' 2022-12-01T10:07:23.5122436Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:07:23.5157638Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:07:23.5191668Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:07:23.5225549Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:07:23.5259756Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:07:23.5297310Z Entering 'third_party/zstd' 2022-12-01T10:07:23.5343169Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-12-01T10:07:23.5600148Z Entering 'android/libs/fbjni' 2022-12-01T10:07:23.5635040Z Entering 'third_party/FP16' 2022-12-01T10:07:23.5671169Z Entering 'third_party/FXdiv' 2022-12-01T10:07:23.5705339Z Entering 'third_party/NNPACK' 2022-12-01T10:07:23.5740537Z Entering 'third_party/QNNPACK' 2022-12-01T10:07:23.5775848Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:07:23.5810856Z Entering 'third_party/XNNPACK' 2022-12-01T10:07:23.5855481Z Entering 'third_party/benchmark' 2022-12-01T10:07:23.5890518Z Entering 'third_party/cpuinfo' 2022-12-01T10:07:23.5925737Z Entering 'third_party/cub' 2022-12-01T10:07:23.5960076Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:07:23.6000902Z Entering 'third_party/cutlass' 2022-12-01T10:07:23.6042096Z Entering 'third_party/eigen' 2022-12-01T10:07:23.6077728Z Entering 'third_party/fbgemm' 2022-12-01T10:07:23.6113331Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:07:23.6147988Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:07:23.6186401Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:07:23.6223381Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:07:23.6258130Z Entering 'third_party/flatbuffers' 2022-12-01T10:07:23.6296016Z Entering 'third_party/fmt' 2022-12-01T10:07:23.6332209Z Entering 'third_party/foxi' 2022-12-01T10:07:23.6366356Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:07:23.6400329Z Entering 'third_party/gloo' 2022-12-01T10:07:23.6435506Z Entering 'third_party/googletest' 2022-12-01T10:07:23.6470712Z Entering 'third_party/ideep' 2022-12-01T10:07:23.6506200Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:07:23.6542075Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:07:23.6581315Z Entering 'third_party/ios-cmake' 2022-12-01T10:07:23.6615574Z Entering 'third_party/ittapi' 2022-12-01T10:07:23.6650669Z Entering 'third_party/kineto' 2022-12-01T10:07:23.6685584Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:07:23.6719156Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:07:23.6754141Z Entering 'third_party/nccl/nccl' 2022-12-01T10:07:23.6789383Z Entering 'third_party/neon2sse' 2022-12-01T10:07:23.6825930Z Entering 'third_party/nlohmann' 2022-12-01T10:07:23.6862029Z Entering 'third_party/onnx' 2022-12-01T10:07:23.6908162Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:07:23.6943079Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:07:23.6980340Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:07:23.7014969Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:07:23.7052431Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:07:23.7086302Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:07:23.7121467Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:07:23.7159472Z Entering 'third_party/pocketfft' 2022-12-01T10:07:23.7195387Z Entering 'third_party/protobuf' 2022-12-01T10:07:23.7233455Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:07:23.7268720Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:07:23.7304453Z Entering 'third_party/psimd' 2022-12-01T10:07:23.7340280Z Entering 'third_party/pthreadpool' 2022-12-01T10:07:23.7375976Z Entering 'third_party/pybind11' 2022-12-01T10:07:23.7411116Z Entering 'third_party/python-enum' 2022-12-01T10:07:23.7445506Z Entering 'third_party/python-peachpy' 2022-12-01T10:07:23.7481267Z Entering 'third_party/python-six' 2022-12-01T10:07:23.7515640Z Entering 'third_party/sleef' 2022-12-01T10:07:23.7550290Z Entering 'third_party/tbb' 2022-12-01T10:07:23.7587426Z Entering 'third_party/tensorpipe' 2022-12-01T10:07:23.7623427Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:07:23.7657203Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:07:23.7691236Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:07:23.7725875Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:07:23.7758619Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:07:23.7797853Z Entering 'third_party/zstd' 2022-12-01T10:07:23.7841649Z ##[endgroup] 2022-12-01T10:07:23.7879950Z [command]/usr/bin/git log -1 --format='%H' 2022-12-01T10:07:23.7905611Z 'c13d400bffe90e16b96520bbc8a41a6f0c9cd584' 2022-12-01T10:07:23.8039434Z Prepare all required actions 2022-12-01T10:07:23.8065659Z ##[group]Run ./.github/actions/setup-linux 2022-12-01T10:07:23.8065872Z env: 2022-12-01T10:07:23.8066132Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:07:23.8066306Z ##[endgroup] 2022-12-01T10:07:23.8081410Z ##[group]Run set -euo pipefail 2022-12-01T10:07:23.8081641Z set -euo pipefail 2022-12-01T10:07:23.8081849Z function get_ec2_metadata() { 2022-12-01T10:07:23.8082081Z  # Pulled from instance metadata endpoint for EC2 2022-12-01T10:07:23.8082439Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-12-01T10:07:23.8082744Z  category=$1 2022-12-01T10:07:23.8082976Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-12-01T10:07:23.8083199Z } 2022-12-01T10:07:23.8083405Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-12-01T10:07:23.8083678Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-12-01T10:07:23.8084143Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-12-01T10:07:23.8084648Z echo "system info $(uname -a)" 2022-12-01T10:07:23.8095818Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:07:23.8096037Z env: 2022-12-01T10:07:23.8096199Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:07:23.8096387Z ##[endgroup] 2022-12-01T10:07:23.8174082Z ami-id: ami-096198a0bccc6bad4 2022-12-01T10:07:23.8225301Z instance-id: i-08c7d78ca13d5837c 2022-12-01T10:07:23.8275781Z instance-type: c5.2xlarge 2022-12-01T10:07:23.8282861Z system info Linux ip-10-0-3-20.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-12-01T10:07:23.8300862Z ##[group]Run if systemctl is-active --quiet docker; then 2022-12-01T10:07:23.8301178Z if systemctl is-active --quiet docker; then 2022-12-01T10:07:23.8301454Z  echo "Docker daemon is running..."; 2022-12-01T10:07:23.8301680Z else 2022-12-01T10:07:23.8301945Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-12-01T10:07:23.8302209Z fi 2022-12-01T10:07:23.8313676Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:07:23.8313922Z env: 2022-12-01T10:07:23.8314127Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:07:23.8314361Z ##[endgroup] 2022-12-01T10:07:23.8373784Z Docker daemon is running... 2022-12-01T10:07:23.8390194Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-12-01T10:07:23.8390548Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-12-01T10:07:23.8390818Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:07:23.8391212Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-12-01T10:07:23.8391570Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-12-01T10:07:23.8401933Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:07:23.8402155Z env: 2022-12-01T10:07:23.8402315Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:07:23.8402514Z AWS_RETRY_MODE: standard 2022-12-01T10:07:23.8402700Z AWS_MAX_ATTEMPTS: 5 2022-12-01T10:07:23.8402881Z AWS_DEFAULT_REGION: us-east-1 2022-12-01T10:07:23.8403071Z ##[endgroup] 2022-12-01T10:07:25.1629937Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-12-01T10:07:25.1630302Z Configure a credential helper to remove this warning. See 2022-12-01T10:07:25.1630703Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-12-01T10:07:25.1630971Z 2022-12-01T10:07:25.1631143Z Login Succeeded 2022-12-01T10:07:25.1660627Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:07:25.1660940Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:07:25.1661280Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:07:25.1672672Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:07:25.1672902Z env: 2022-12-01T10:07:25.1673081Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:07:25.1673254Z ##[endgroup] 2022-12-01T10:07:25.1749617Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2022-12-01T10:07:25.1749850Z with: 2022-12-01T10:07:25.1750190Z github-secret: *** 2022-12-01T10:07:25.1750393Z activate-with-label: false 2022-12-01T10:07:25.1750577Z label: with-ssh 2022-12-01T10:07:25.1750772Z remove-existing-keys: true 2022-12-01T10:07:25.1750953Z env: 2022-12-01T10:07:25.1751111Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:07:25.1751297Z ##[endgroup] 2022-12-01T10:07:25.5926987Z Grabbing public ssh keys from https://github.com/charlie-wt.keys 2022-12-01T10:07:25.6742217Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2022-12-01T10:07:25.6755511Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2022-12-01T10:07:25.6787400Z Login using: ssh ec2-user@ec2-184-73-52-182.compute-1.amazonaws.com 2022-12-01T10:07:25.6859209Z ##[group]Run pytorch/test-infra/.github/actions/pull-docker-image@main 2022-12-01T10:07:25.6859605Z with: 2022-12-01T10:07:25.6860141Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:07:25.6860666Z env: 2022-12-01T10:07:25.6860955Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:07:25.6861242Z ##[endgroup] 2022-12-01T10:07:25.6876117Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:07:25.6876556Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:07:25.6876956Z # ignore output since only exit code is used for conditional 2022-12-01T10:07:25.6877386Z # only pull docker image if it's not available locally 2022-12-01T10:07:25.6877857Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-12-01T10:07:25.6878326Z  retry docker pull "${DOCKER_IMAGE}" 2022-12-01T10:07:25.6878652Z fi 2022-12-01T10:07:25.6894262Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:07:25.6894641Z env: 2022-12-01T10:07:25.6894936Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:07:25.6895557Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:07:25.6896136Z ##[endgroup] 2022-12-01T10:07:25.9445894Z fa72f5a0a230eb632055220542038bd4ceca184b: Pulling from pytorch/pytorch-linux-focal-py3-clang7-asan 2022-12-01T10:07:25.9469307Z 675920708c8b: Pulling fs layer 2022-12-01T10:07:25.9469665Z 3a31ffa0162f: Pulling fs layer 2022-12-01T10:07:25.9474490Z 19b634c89641: Pulling fs layer 2022-12-01T10:07:25.9475147Z 422bea31bd2a: Pulling fs layer 2022-12-01T10:07:25.9475374Z a4653fe66480: Pulling fs layer 2022-12-01T10:07:25.9475671Z efe762c046e3: Pulling fs layer 2022-12-01T10:07:25.9475945Z 2e3cbc197bd8: Pulling fs layer 2022-12-01T10:07:25.9476275Z 49809737e89d: Pulling fs layer 2022-12-01T10:07:25.9476537Z 6bc4912251db: Pulling fs layer 2022-12-01T10:07:25.9476818Z 9fdf20fee962: Pulling fs layer 2022-12-01T10:07:25.9477093Z cc019c91317d: Pulling fs layer 2022-12-01T10:07:25.9477352Z 885ae97a3bc0: Pulling fs layer 2022-12-01T10:07:25.9477638Z 63ae5eb88541: Pulling fs layer 2022-12-01T10:07:25.9477916Z e2ceac073295: Pulling fs layer 2022-12-01T10:07:25.9478176Z c63bb4c48558: Pulling fs layer 2022-12-01T10:07:25.9478443Z f5bd51a8525a: Pulling fs layer 2022-12-01T10:07:25.9478759Z 7827952884ef: Pulling fs layer 2022-12-01T10:07:25.9479102Z fda59f894d4a: Pulling fs layer 2022-12-01T10:07:25.9479436Z 14898779bc17: Pulling fs layer 2022-12-01T10:07:25.9479796Z e1517549c0ae: Pulling fs layer 2022-12-01T10:07:25.9480111Z 422bea31bd2a: Waiting 2022-12-01T10:07:25.9480308Z 426109be849d: Pulling fs layer 2022-12-01T10:07:25.9480497Z 38c05cfe4070: Pulling fs layer 2022-12-01T10:07:25.9480665Z 6bc4912251db: Waiting 2022-12-01T10:07:25.9480870Z fedc0e1c02b7: Pulling fs layer 2022-12-01T10:07:25.9481058Z 9fdf20fee962: Waiting 2022-12-01T10:07:25.9481232Z d1d5291b2ab5: Pulling fs layer 2022-12-01T10:07:25.9481427Z a0121219eb14: Pulling fs layer 2022-12-01T10:07:25.9481606Z cc019c91317d: Waiting 2022-12-01T10:07:25.9481766Z efe762c046e3: Waiting 2022-12-01T10:07:25.9481949Z a9478f2204c1: Pulling fs layer 2022-12-01T10:07:25.9482126Z 885ae97a3bc0: Waiting 2022-12-01T10:07:25.9482305Z b7010c1141c8: Pulling fs layer 2022-12-01T10:07:25.9482476Z 2e3cbc197bd8: Waiting 2022-12-01T10:07:25.9482722Z 49809737e89d: Waiting 2022-12-01T10:07:25.9482899Z a086f1c91375: Pulling fs layer 2022-12-01T10:07:25.9483066Z 63ae5eb88541: Waiting 2022-12-01T10:07:25.9483245Z bdf918939707: Pulling fs layer 2022-12-01T10:07:25.9483436Z bcd5197bc3b1: Pulling fs layer 2022-12-01T10:07:25.9483608Z e2ceac073295: Waiting 2022-12-01T10:07:25.9483790Z 1906a674f3bf: Pulling fs layer 2022-12-01T10:07:25.9484193Z 878938f22c13: Pulling fs layer 2022-12-01T10:07:25.9484421Z c63bb4c48558: Waiting 2022-12-01T10:07:25.9484936Z e39e0e87bf58: Pulling fs layer 2022-12-01T10:07:25.9485233Z fda59f894d4a: Waiting 2022-12-01T10:07:25.9485497Z 31e492142d52: Pulling fs layer 2022-12-01T10:07:25.9485805Z 14898779bc17: Waiting 2022-12-01T10:07:25.9486102Z f5bd51a8525a: Waiting 2022-12-01T10:07:25.9486406Z 7d95e9c9554c: Pulling fs layer 2022-12-01T10:07:25.9486689Z 7827952884ef: Waiting 2022-12-01T10:07:25.9486952Z 359bcad2724f: Pulling fs layer 2022-12-01T10:07:25.9487154Z 591511195ab4: Pulling fs layer 2022-12-01T10:07:25.9487435Z e1517549c0ae: Waiting 2022-12-01T10:07:25.9487725Z 673937d42288: Pulling fs layer 2022-12-01T10:07:25.9488085Z d1d5291b2ab5: Waiting 2022-12-01T10:07:25.9488392Z 0b48564513b3: Pulling fs layer 2022-12-01T10:07:25.9488699Z 426109be849d: Waiting 2022-12-01T10:07:25.9489002Z 1abf1e69304b: Pulling fs layer 2022-12-01T10:07:25.9489178Z a0121219eb14: Waiting 2022-12-01T10:07:25.9489356Z 9200027c6378: Pulling fs layer 2022-12-01T10:07:25.9489537Z fedc0e1c02b7: Waiting 2022-12-01T10:07:25.9489712Z 38c05cfe4070: Waiting 2022-12-01T10:07:25.9489894Z b6597c9262be: Pulling fs layer 2022-12-01T10:07:25.9490084Z 085aceb64709: Pulling fs layer 2022-12-01T10:07:25.9490250Z b7010c1141c8: Waiting 2022-12-01T10:07:25.9490431Z d59524f39d0b: Pulling fs layer 2022-12-01T10:07:25.9490608Z 31e492142d52: Waiting 2022-12-01T10:07:25.9490764Z a086f1c91375: Waiting 2022-12-01T10:07:25.9490939Z 38599e0ca649: Pulling fs layer 2022-12-01T10:07:25.9491121Z 7d95e9c9554c: Waiting 2022-12-01T10:07:25.9491283Z 5c0717d34800: Pulling fs layer 2022-12-01T10:07:25.9491458Z bdf918939707: Waiting 2022-12-01T10:07:25.9491634Z 100cd65220ba: Pulling fs layer 2022-12-01T10:07:25.9491800Z 359bcad2724f: Waiting 2022-12-01T10:07:25.9491968Z bcd5197bc3b1: Waiting 2022-12-01T10:07:25.9492148Z ec93b1c62a59: Pulling fs layer 2022-12-01T10:07:25.9492312Z 591511195ab4: Waiting 2022-12-01T10:07:25.9492485Z 072e3272ffd9: Pulling fs layer 2022-12-01T10:07:25.9492661Z 1906a674f3bf: Waiting 2022-12-01T10:07:25.9492825Z 1530f151c058: Pulling fs layer 2022-12-01T10:07:25.9493005Z 878938f22c13: Waiting 2022-12-01T10:07:25.9493182Z 198945b82845: Pulling fs layer 2022-12-01T10:07:25.9493380Z d59524f39d0b: Waiting 2022-12-01T10:07:25.9493556Z 99763bc3448a: Pulling fs layer 2022-12-01T10:07:25.9493733Z 673937d42288: Waiting 2022-12-01T10:07:25.9493882Z 100cd65220ba: Waiting 2022-12-01T10:07:25.9494061Z cec809ad8b3c: Pulling fs layer 2022-12-01T10:07:25.9494242Z 38599e0ca649: Waiting 2022-12-01T10:07:25.9494392Z 9200027c6378: Waiting 2022-12-01T10:07:25.9494555Z ec93b1c62a59: Waiting 2022-12-01T10:07:25.9494718Z 0b48564513b3: Waiting 2022-12-01T10:07:25.9494881Z 7079cc239529: Pulling fs layer 2022-12-01T10:07:25.9495119Z b6597c9262be: Waiting 2022-12-01T10:07:25.9495283Z 5c0717d34800: Waiting 2022-12-01T10:07:25.9495445Z 92d94c0f43b4: Pulling fs layer 2022-12-01T10:07:25.9495673Z 1abf1e69304b: Waiting 2022-12-01T10:07:25.9495894Z 1d22be7de2b9: Pulling fs layer 2022-12-01T10:07:25.9496115Z 7079cc239529: Waiting 2022-12-01T10:07:25.9496309Z d19273ae79e7: Pulling fs layer 2022-12-01T10:07:25.9496491Z 92d94c0f43b4: Waiting 2022-12-01T10:07:25.9496655Z 99763bc3448a: Waiting 2022-12-01T10:07:25.9496873Z 1d22be7de2b9: Waiting 2022-12-01T10:07:25.9497132Z cec809ad8b3c: Waiting 2022-12-01T10:07:25.9497399Z 198945b82845: Waiting 2022-12-01T10:07:25.9497652Z 072e3272ffd9: Waiting 2022-12-01T10:07:26.0324230Z 3a31ffa0162f: Verifying Checksum 2022-12-01T10:07:26.0324672Z 3a31ffa0162f: Download complete 2022-12-01T10:07:26.1211239Z 422bea31bd2a: Verifying Checksum 2022-12-01T10:07:26.1211557Z 422bea31bd2a: Download complete 2022-12-01T10:07:26.2963524Z 675920708c8b: Verifying Checksum 2022-12-01T10:07:26.2964046Z 675920708c8b: Download complete 2022-12-01T10:07:26.3944347Z efe762c046e3: Download complete 2022-12-01T10:07:26.4908253Z 2e3cbc197bd8: Download complete 2022-12-01T10:07:26.5785637Z 49809737e89d: Verifying Checksum 2022-12-01T10:07:26.5786854Z 49809737e89d: Download complete 2022-12-01T10:07:26.6407600Z 6bc4912251db: Verifying Checksum 2022-12-01T10:07:26.6408235Z 6bc4912251db: Download complete 2022-12-01T10:07:26.7304314Z 9fdf20fee962: Verifying Checksum 2022-12-01T10:07:26.7304808Z 9fdf20fee962: Download complete 2022-12-01T10:07:26.7938884Z cc019c91317d: Download complete 2022-12-01T10:07:26.8137898Z a4653fe66480: Verifying Checksum 2022-12-01T10:07:26.8138289Z a4653fe66480: Download complete 2022-12-01T10:07:26.8759715Z 885ae97a3bc0: Verifying Checksum 2022-12-01T10:07:26.8760567Z 885ae97a3bc0: Download complete 2022-12-01T10:07:26.9000113Z 63ae5eb88541: Download complete 2022-12-01T10:07:26.9709717Z c63bb4c48558: Download complete 2022-12-01T10:07:27.0062510Z 675920708c8b: Pull complete 2022-12-01T10:07:27.0608525Z f5bd51a8525a: Download complete 2022-12-01T10:07:27.1138405Z 3a31ffa0162f: Pull complete 2022-12-01T10:07:27.1437769Z 7827952884ef: Download complete 2022-12-01T10:07:27.2252696Z fda59f894d4a: Verifying Checksum 2022-12-01T10:07:27.2253098Z fda59f894d4a: Download complete 2022-12-01T10:07:27.3081591Z 14898779bc17: Verifying Checksum 2022-12-01T10:07:27.3081978Z 14898779bc17: Download complete 2022-12-01T10:07:27.4000177Z e1517549c0ae: Download complete 2022-12-01T10:07:27.4771353Z 426109be849d: Verifying Checksum 2022-12-01T10:07:27.4771713Z 426109be849d: Download complete 2022-12-01T10:07:27.5696858Z 38c05cfe4070: Verifying Checksum 2022-12-01T10:07:27.5697135Z 38c05cfe4070: Download complete 2022-12-01T10:07:27.6632707Z fedc0e1c02b7: Verifying Checksum 2022-12-01T10:07:27.6633020Z fedc0e1c02b7: Download complete 2022-12-01T10:07:27.7504204Z d1d5291b2ab5: Download complete 2022-12-01T10:07:29.1117832Z a0121219eb14: Verifying Checksum 2022-12-01T10:07:29.1118206Z a0121219eb14: Download complete 2022-12-01T10:07:29.1977383Z a9478f2204c1: Download complete 2022-12-01T10:07:29.2710807Z b7010c1141c8: Download complete 2022-12-01T10:07:29.3949926Z a086f1c91375: Verifying Checksum 2022-12-01T10:07:29.3950321Z a086f1c91375: Download complete 2022-12-01T10:07:29.4927337Z bdf918939707: Verifying Checksum 2022-12-01T10:07:29.4927587Z bdf918939707: Download complete 2022-12-01T10:07:29.5737390Z bcd5197bc3b1: Verifying Checksum 2022-12-01T10:07:29.5737720Z bcd5197bc3b1: Download complete 2022-12-01T10:07:31.8988481Z 19b634c89641: Verifying Checksum 2022-12-01T10:07:31.8988760Z 19b634c89641: Download complete 2022-12-01T10:07:31.9814066Z 878938f22c13: Verifying Checksum 2022-12-01T10:07:31.9814303Z 878938f22c13: Download complete 2022-12-01T10:07:32.0681451Z e39e0e87bf58: Verifying Checksum 2022-12-01T10:07:32.0681924Z e39e0e87bf58: Download complete 2022-12-01T10:07:32.1574544Z 31e492142d52: Verifying Checksum 2022-12-01T10:07:32.1574896Z 31e492142d52: Download complete 2022-12-01T10:07:32.2511513Z 7d95e9c9554c: Verifying Checksum 2022-12-01T10:07:32.2511940Z 7d95e9c9554c: Download complete 2022-12-01T10:07:33.0342827Z 359bcad2724f: Verifying Checksum 2022-12-01T10:07:33.0343275Z 359bcad2724f: Download complete 2022-12-01T10:07:33.1175225Z 591511195ab4: Verifying Checksum 2022-12-01T10:07:33.1175483Z 591511195ab4: Download complete 2022-12-01T10:07:33.4217174Z 673937d42288: Verifying Checksum 2022-12-01T10:07:33.4217585Z 673937d42288: Download complete 2022-12-01T10:07:33.5207413Z 0b48564513b3: Download complete 2022-12-01T10:07:33.5960948Z 1abf1e69304b: Verifying Checksum 2022-12-01T10:07:33.5961323Z 1abf1e69304b: Download complete 2022-12-01T10:07:33.6931157Z 9200027c6378: Verifying Checksum 2022-12-01T10:07:33.6931474Z 9200027c6378: Download complete 2022-12-01T10:07:33.7974999Z b6597c9262be: Verifying Checksum 2022-12-01T10:07:33.7975395Z b6597c9262be: Download complete 2022-12-01T10:07:33.8783916Z 085aceb64709: Verifying Checksum 2022-12-01T10:07:33.8784266Z 085aceb64709: Download complete 2022-12-01T10:07:33.9839960Z d59524f39d0b: Verifying Checksum 2022-12-01T10:07:33.9840338Z d59524f39d0b: Download complete 2022-12-01T10:07:34.0600041Z 38599e0ca649: Download complete 2022-12-01T10:07:34.1445640Z 5c0717d34800: Verifying Checksum 2022-12-01T10:07:34.1446010Z 5c0717d34800: Download complete 2022-12-01T10:07:34.2405213Z 100cd65220ba: Verifying Checksum 2022-12-01T10:07:34.2405860Z 100cd65220ba: Download complete 2022-12-01T10:07:34.5088049Z ec93b1c62a59: Verifying Checksum 2022-12-01T10:07:34.5088504Z ec93b1c62a59: Download complete 2022-12-01T10:07:34.5920318Z 072e3272ffd9: Verifying Checksum 2022-12-01T10:07:34.5920697Z 072e3272ffd9: Download complete 2022-12-01T10:07:34.6726527Z 1530f151c058: Verifying Checksum 2022-12-01T10:07:34.6726820Z 1530f151c058: Download complete 2022-12-01T10:07:37.2195022Z 1906a674f3bf: Verifying Checksum 2022-12-01T10:07:37.2195381Z 1906a674f3bf: Download complete 2022-12-01T10:07:37.3173325Z 99763bc3448a: Verifying Checksum 2022-12-01T10:07:37.3173737Z 99763bc3448a: Download complete 2022-12-01T10:07:37.4029897Z cec809ad8b3c: Download complete 2022-12-01T10:07:37.4858629Z 7079cc239529: Download complete 2022-12-01T10:07:37.5846980Z 92d94c0f43b4: Verifying Checksum 2022-12-01T10:07:37.5847308Z 92d94c0f43b4: Download complete 2022-12-01T10:07:37.6549623Z 1d22be7de2b9: Download complete 2022-12-01T10:07:38.2239814Z 19b634c89641: Pull complete 2022-12-01T10:07:38.3778461Z 422bea31bd2a: Pull complete 2022-12-01T10:07:39.6824133Z a4653fe66480: Pull complete 2022-12-01T10:07:39.9187437Z efe762c046e3: Pull complete 2022-12-01T10:07:40.0750299Z d19273ae79e7: Verifying Checksum 2022-12-01T10:07:40.0750554Z d19273ae79e7: Download complete 2022-12-01T10:07:40.1633503Z 2e3cbc197bd8: Pull complete 2022-12-01T10:07:40.3894264Z 49809737e89d: Pull complete 2022-12-01T10:07:40.6606925Z 6bc4912251db: Pull complete 2022-12-01T10:07:40.9088937Z 9fdf20fee962: Pull complete 2022-12-01T10:07:41.1552012Z cc019c91317d: Pull complete 2022-12-01T10:07:41.3571274Z 885ae97a3bc0: Pull complete 2022-12-01T10:07:41.5417258Z 63ae5eb88541: Pull complete 2022-12-01T10:07:45.0765857Z 198945b82845: Verifying Checksum 2022-12-01T10:07:45.0766174Z 198945b82845: Download complete 2022-12-01T10:08:05.5949657Z e2ceac073295: Verifying Checksum 2022-12-01T10:08:05.5949915Z e2ceac073295: Download complete 2022-12-01T10:08:21.4331529Z e2ceac073295: Pull complete 2022-12-01T10:08:21.6508911Z c63bb4c48558: Pull complete 2022-12-01T10:08:21.8341453Z f5bd51a8525a: Pull complete 2022-12-01T10:08:22.0802183Z 7827952884ef: Pull complete 2022-12-01T10:08:22.3183183Z fda59f894d4a: Pull complete 2022-12-01T10:08:22.4248557Z 14898779bc17: Pull complete 2022-12-01T10:08:22.5262786Z e1517549c0ae: Pull complete 2022-12-01T10:08:22.6516826Z 426109be849d: Pull complete 2022-12-01T10:08:22.7429590Z 38c05cfe4070: Pull complete 2022-12-01T10:08:22.8359601Z fedc0e1c02b7: Pull complete 2022-12-01T10:08:22.9385840Z d1d5291b2ab5: Pull complete 2022-12-01T10:08:25.7756012Z a0121219eb14: Pull complete 2022-12-01T10:08:25.9136010Z a9478f2204c1: Pull complete 2022-12-01T10:08:26.0504343Z b7010c1141c8: Pull complete 2022-12-01T10:08:26.3266960Z a086f1c91375: Pull complete 2022-12-01T10:08:26.4853110Z bdf918939707: Pull complete 2022-12-01T10:08:26.6810723Z bcd5197bc3b1: Pull complete 2022-12-01T10:08:31.1790893Z 1906a674f3bf: Pull complete 2022-12-01T10:08:31.4112248Z 878938f22c13: Pull complete 2022-12-01T10:08:31.6172051Z e39e0e87bf58: Pull complete 2022-12-01T10:08:31.8291726Z 31e492142d52: Pull complete 2022-12-01T10:08:32.0236085Z 7d95e9c9554c: Pull complete 2022-12-01T10:08:32.1054794Z 359bcad2724f: Pull complete 2022-12-01T10:08:32.2110133Z 591511195ab4: Pull complete 2022-12-01T10:08:32.2986935Z 673937d42288: Pull complete 2022-12-01T10:08:32.3985817Z 0b48564513b3: Pull complete 2022-12-01T10:08:32.5255845Z 1abf1e69304b: Pull complete 2022-12-01T10:08:32.6183679Z 9200027c6378: Pull complete 2022-12-01T10:08:32.7306579Z b6597c9262be: Pull complete 2022-12-01T10:08:32.8144235Z 085aceb64709: Pull complete 2022-12-01T10:08:32.9056035Z d59524f39d0b: Pull complete 2022-12-01T10:08:33.0254742Z 38599e0ca649: Pull complete 2022-12-01T10:08:33.1147500Z 5c0717d34800: Pull complete 2022-12-01T10:08:33.1986122Z 100cd65220ba: Pull complete 2022-12-01T10:08:33.5123113Z ec93b1c62a59: Pull complete 2022-12-01T10:08:33.6401485Z 072e3272ffd9: Pull complete 2022-12-01T10:08:33.8370029Z 1530f151c058: Pull complete 2022-12-01T10:08:37.8265595Z 198945b82845: Pull complete 2022-12-01T10:08:37.9069012Z 99763bc3448a: Pull complete 2022-12-01T10:08:38.0179001Z cec809ad8b3c: Pull complete 2022-12-01T10:08:38.1377443Z 7079cc239529: Pull complete 2022-12-01T10:08:38.2255404Z 92d94c0f43b4: Pull complete 2022-12-01T10:08:38.3530111Z 1d22be7de2b9: Pull complete 2022-12-01T10:08:39.9164825Z d19273ae79e7: Pull complete 2022-12-01T10:08:40.0226626Z Digest: sha256:42f45500ffafce3e5c89e7a2b668a2227178819b884f9370a30317f1498a9ec8 2022-12-01T10:08:40.0645970Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:08:40.0854955Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:08:40.0905179Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-12-01T10:08:40.0905522Z python3 -m pip install psutil==5.9.1 2022-12-01T10:08:40.0905827Z python3 -m pip install pynvml==11.4.1 2022-12-01T10:08:40.0906211Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-12-01T10:08:40.0906600Z echo "::set-output name=monitor-script-pid::${!}" 2022-12-01T10:08:40.0917853Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:08:40.0918217Z env: 2022-12-01T10:08:40.0918449Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:08:40.0918701Z ##[endgroup] 2022-12-01T10:08:40.3168178Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:08:40.3357206Z Requirement already satisfied: psutil==5.9.1 in /home/ec2-user/.local/lib/python3.7/site-packages (5.9.1) 2022-12-01T10:08:40.7651314Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:08:40.7837907Z Requirement already satisfied: pynvml==11.4.1 in /home/ec2-user/.local/lib/python3.7/site-packages (11.4.1) 2022-12-01T10:08:41.0008221Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:08:41.0053362Z Prepare all required actions 2022-12-01T10:08:41.0053619Z Getting action download info 2022-12-01T10:08:41.1940642Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:4a8bfae15cc25cc0785c1603ee87a9da8fd442ea) 2022-12-01T10:08:41.4258615Z Download action repository 'actions/download-artifact@v2' (SHA:f023be2c48cc18debc3bacd34cb396e0295e2869) 2022-12-01T10:08:41.5900643Z ##[group]Run ./.github/actions/download-build-artifacts 2022-12-01T10:08:41.5900867Z with: 2022-12-01T10:08:41.5901050Z name: linux-focal-py3.7-clang7-asan 2022-12-01T10:08:41.5901250Z env: 2022-12-01T10:08:41.5901424Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:08:41.5901596Z ##[endgroup] 2022-12-01T10:08:41.6039321Z ##[group]Run seemethere/download-artifact-s3@v4 2022-12-01T10:08:41.6039540Z with: 2022-12-01T10:08:41.6039745Z name: linux-focal-py3.7-clang7-asan 2022-12-01T10:08:41.6039951Z s3-bucket: gha-artifacts 2022-12-01T10:08:41.6040141Z region: us-east-1 2022-12-01T10:08:41.6040340Z env: 2022-12-01T10:08:41.6040500Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:08:41.6040683Z ##[endgroup] 2022-12-01T10:08:42.0450317Z Found 1 objects with prefix pytorch/pytorch/3591403534/linux-focal-py3.7-clang7-asan/ 2022-12-01T10:08:42.0451244Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-12-01T10:09:03.8561667Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-12-01T10:09:03.8561924Z 2022-12-01T10:09:03.8565233Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:09:03.8566232Z Artifact download has finished successfully 2022-12-01T10:09:03.8781765Z ##[group]Run unzip -o artifacts.zip 2022-12-01T10:09:03.8782006Z unzip -o artifacts.zip 2022-12-01T10:09:03.8793147Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:09:03.8793371Z env: 2022-12-01T10:09:03.8793547Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:09:03.8793723Z ##[endgroup] 2022-12-01T10:09:03.9110296Z Archive: artifacts.zip 2022-12-01T10:09:03.9110894Z creating: dist/ 2022-12-01T10:09:06.1348328Z inflating: dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl 2022-12-01T10:09:08.0852759Z inflating: dist/torch-1.13.0a0+gitc13d400.tar.gz 2022-12-01T10:09:08.0853025Z creating: build/lib/ 2022-12-01T10:09:08.0854982Z inflating: build/lib/libclog.a 2022-12-01T10:09:08.1032889Z inflating: build/lib/libgtest.a 2022-12-01T10:09:08.1053788Z inflating: build/lib/libpthreadpool.a 2022-12-01T10:09:08.1311329Z inflating: build/lib/libbenchmark.a 2022-12-01T10:09:08.1487447Z inflating: build/lib/libprotobuf-lite.a 2022-12-01T10:09:08.1504517Z inflating: build/lib/libittnotify.a 2022-12-01T10:09:08.1568749Z inflating: build/lib/libfmt.a 2022-12-01T10:09:08.1679121Z inflating: build/lib/libtensorpipe_uv.a 2022-12-01T10:09:08.2000789Z inflating: build/lib/libgloo.a 2022-12-01T10:09:08.2349322Z inflating: build/lib/libasmjit.a 2022-12-01T10:09:08.2350027Z inflating: build/lib/libfoxi_loader.a 2022-12-01T10:09:08.2351449Z inflating: build/lib/libtorch_global_deps.so 2022-12-01T10:09:08.3256636Z inflating: build/lib/libprotobuf.a 2022-12-01T10:09:08.3491876Z inflating: build/lib/libc10.so 2022-12-01T10:09:08.3517661Z inflating: build/lib/libcpuinfo.a 2022-12-01T10:09:08.3542443Z inflating: build/lib/libcpuinfo_internals.a 2022-12-01T10:09:08.3550354Z inflating: build/lib/libnnpack_reference_layers.a 2022-12-01T10:09:08.3598351Z inflating: build/lib/libgmock.a 2022-12-01T10:09:08.3599455Z inflating: build/lib/libgtest_main.a 2022-12-01T10:09:08.3600479Z inflating: build/lib/libbenchmark_main.a 2022-12-01T10:09:08.4708128Z inflating: build/lib/libprotoc.a 2022-12-01T10:09:08.6541048Z inflating: build/lib/libtensorpipe.a 2022-12-01T10:09:08.6600592Z inflating: build/lib/libqnnpack.a 2022-12-01T10:09:08.6702953Z inflating: build/lib/libpytorch_qnnpack.a 2022-12-01T10:09:09.4378193Z inflating: build/lib/libfbgemm.a 2022-12-01T10:09:09.4378915Z inflating: build/lib/libgmock_main.a 2022-12-01T10:09:09.5265485Z inflating: build/lib/libkineto.a 2022-12-01T10:09:09.5914994Z inflating: build/lib/libXNNPACK.a 2022-12-01T10:09:09.6119489Z inflating: build/lib/libcaffe2_protos.a 2022-12-01T10:09:09.6333378Z inflating: build/lib/libonnx_proto.a 2022-12-01T10:09:09.8569965Z inflating: build/lib/libonnx.a 2022-12-01T10:09:09.8604824Z inflating: build/lib/libnnpack.a 2022-12-01T10:09:15.7144258Z inflating: build/lib/libtorch_cpu.so 2022-12-01T10:09:15.7144941Z inflating: build/lib/libtorch.so 2022-12-01T10:09:15.7334646Z inflating: build/lib/libtorchbind_test.so 2022-12-01T10:09:15.7414510Z inflating: build/lib/libjitbackend_test.so 2022-12-01T10:09:15.7517512Z inflating: build/lib/libbackend_with_compiler.so 2022-12-01T10:09:15.7527391Z inflating: build/lib/libshm.so 2022-12-01T10:09:16.4690684Z inflating: build/lib/libtorch_python.so 2022-12-01T10:09:16.4838956Z inflating: build/lib/libnnapi_backend.so 2022-12-01T10:09:16.4839178Z creating: build/bin/ 2022-12-01T10:09:16.4980994Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2022-12-01T10:09:16.5129628Z inflating: build/bin/c10_DeviceGuard_test 2022-12-01T10:09:16.5273298Z inflating: build/bin/c10_Device_test 2022-12-01T10:09:16.5439146Z inflating: build/bin/c10_DispatchKeySet_test 2022-12-01T10:09:16.5578962Z inflating: build/bin/c10_StreamGuard_test 2022-12-01T10:09:16.5722705Z inflating: build/bin/c10_SymInt_test 2022-12-01T10:09:16.5875370Z inflating: build/bin/c10_InlineDeviceGuard_test 2022-12-01T10:09:16.6031344Z inflating: build/bin/c10_SizesAndStrides_test 2022-12-01T10:09:16.6189634Z inflating: build/bin/c10_InlineStreamGuard_test 2022-12-01T10:09:16.6329320Z inflating: build/bin/c10_Array_test 2022-12-01T10:09:16.6476483Z inflating: build/bin/c10_Bitset_test 2022-12-01T10:09:16.6620765Z inflating: build/bin/c10_C++17_test 2022-12-01T10:09:16.6760362Z inflating: build/bin/c10_ConstexprCrc_test 2022-12-01T10:09:16.6901873Z inflating: build/bin/c10_DeadlockDetection_test 2022-12-01T10:09:16.7043598Z inflating: build/bin/c10_Half_test 2022-12-01T10:09:16.7201051Z inflating: build/bin/c10_LeftRight_test 2022-12-01T10:09:16.7384748Z inflating: build/bin/c10_Metaprogramming_test 2022-12-01T10:09:16.7527549Z inflating: build/bin/c10_Synchronized_test 2022-12-01T10:09:16.7680231Z inflating: build/bin/c10_ThreadLocal_test 2022-12-01T10:09:16.8059237Z inflating: build/bin/c10_SmallVectorTest 2022-12-01T10:09:16.8205712Z inflating: build/bin/c10_TypeIndex_test 2022-12-01T10:09:16.8351335Z inflating: build/bin/c10_TypeList_test 2022-12-01T10:09:16.8491130Z inflating: build/bin/c10_TypeTraits_test 2022-12-01T10:09:16.8639715Z inflating: build/bin/c10_accumulate_test 2022-12-01T10:09:16.8795536Z inflating: build/bin/c10_bfloat16_test 2022-12-01T10:09:16.8949847Z inflating: build/bin/c10_complex_math_test 2022-12-01T10:09:16.9105184Z inflating: build/bin/c10_complex_test 2022-12-01T10:09:16.9392509Z inflating: build/bin/c10_either_test 2022-12-01T10:09:16.9542619Z inflating: build/bin/c10_flags_test 2022-12-01T10:09:16.9692506Z inflating: build/bin/c10_exception_test 2022-12-01T10:09:17.0030478Z inflating: build/bin/c10_intrusive_ptr_test 2022-12-01T10:09:17.0174401Z inflating: build/bin/c10_irange_test 2022-12-01T10:09:17.0333103Z inflating: build/bin/c10_logging_test 2022-12-01T10:09:17.0551824Z inflating: build/bin/c10_optional_test 2022-12-01T10:09:17.0707212Z inflating: build/bin/c10_registry_test 2022-12-01T10:09:17.0894203Z inflating: build/bin/c10_ordered_preserving_dict_test 2022-12-01T10:09:17.1056522Z inflating: build/bin/c10_string_view_test 2022-12-01T10:09:17.1202443Z inflating: build/bin/c10_tempfile_test 2022-12-01T10:09:17.1355654Z inflating: build/bin/c10_typeid_test 2022-12-01T10:09:17.1523261Z inflating: build/bin/c10_intrusive_ptr_benchmark 2022-12-01T10:09:17.2615052Z inflating: build/bin/protoc-3.13.0.0 2022-12-01T10:09:17.3705530Z inflating: build/bin/protoc 2022-12-01T10:09:17.4840361Z inflating: build/bin/vec_test_all_types_DEFAULT 2022-12-01T10:09:17.6019540Z inflating: build/bin/vec_test_all_types_AVX2 2022-12-01T10:09:17.7195567Z inflating: build/bin/vec_test_all_types_AVX512 2022-12-01T10:09:17.7346047Z inflating: build/bin/FileStoreTest 2022-12-01T10:09:17.7515868Z inflating: build/bin/TCPStoreTest 2022-12-01T10:09:17.7666494Z inflating: build/bin/HashStoreTest 2022-12-01T10:09:17.7813740Z inflating: build/bin/Dimname_test 2022-12-01T10:09:17.7822464Z inflating: build/bin/example_allreduce 2022-12-01T10:09:17.7982130Z inflating: build/bin/NamedTensor_test 2022-12-01T10:09:17.8169288Z inflating: build/bin/MaybeOwned_test 2022-12-01T10:09:17.8364472Z inflating: build/bin/ProcessGroupGlooTest 2022-12-01T10:09:17.8554118Z inflating: build/bin/Dict_test 2022-12-01T10:09:17.8732695Z inflating: build/bin/apply_utils_test 2022-12-01T10:09:17.8899707Z inflating: build/bin/atest 2022-12-01T10:09:17.9076264Z inflating: build/bin/basic 2022-12-01T10:09:17.9227948Z inflating: build/bin/broadcast_test 2022-12-01T10:09:17.9385752Z inflating: build/bin/cpu_generator_test 2022-12-01T10:09:17.9537984Z inflating: build/bin/cpu_profiling_allocator_test 2022-12-01T10:09:17.9871174Z inflating: build/bin/cpu_rng_test 2022-12-01T10:09:18.0014366Z inflating: build/bin/dispatch_key_set_test 2022-12-01T10:09:18.0165373Z inflating: build/bin/half_test 2022-12-01T10:09:18.0340207Z inflating: build/bin/extension_backend_test 2022-12-01T10:09:18.0483818Z inflating: build/bin/dlconvertor_test 2022-12-01T10:09:18.0771996Z inflating: build/bin/ivalue_test 2022-12-01T10:09:18.0914743Z inflating: build/bin/lazy_tensor_test 2022-12-01T10:09:18.1067157Z inflating: build/bin/memory_format_test 2022-12-01T10:09:18.1216701Z inflating: build/bin/memory_overlapping_test 2022-12-01T10:09:18.1371912Z inflating: build/bin/mobile_memory_cleanup 2022-12-01T10:09:18.1532416Z inflating: build/bin/native_test 2022-12-01T10:09:18.1676028Z inflating: build/bin/operator_name_test 2022-12-01T10:09:18.1826111Z inflating: build/bin/math_kernel_test 2022-12-01T10:09:18.1970752Z inflating: build/bin/operators_test 2022-12-01T10:09:18.2120513Z inflating: build/bin/packedtensoraccessor_test 2022-12-01T10:09:18.2279023Z inflating: build/bin/quantized_test 2022-12-01T10:09:18.2475734Z inflating: build/bin/pow_test 2022-12-01T10:09:18.2617954Z inflating: build/bin/reduce_ops_test 2022-12-01T10:09:18.2763449Z inflating: build/bin/reportMemoryUsage_test 2022-12-01T10:09:18.2939765Z inflating: build/bin/scalar_tensor_test 2022-12-01T10:09:18.3107738Z inflating: build/bin/scalar_test 2022-12-01T10:09:18.3258182Z inflating: build/bin/stride_properties_test 2022-12-01T10:09:18.3492801Z inflating: build/bin/tensor_iterator_test 2022-12-01T10:09:18.3648568Z inflating: build/bin/test_parallel 2022-12-01T10:09:18.3798334Z inflating: build/bin/type_ptr_test 2022-12-01T10:09:18.3804774Z inflating: build/bin/thread_init_test 2022-12-01T10:09:18.3947673Z inflating: build/bin/variant_test 2022-12-01T10:09:18.4098452Z inflating: build/bin/undefined_tensor_test 2022-12-01T10:09:18.4277276Z inflating: build/bin/type_test 2022-12-01T10:09:18.4279063Z inflating: build/bin/verify_api_visibility 2022-12-01T10:09:18.4427226Z inflating: build/bin/weakref_test 2022-12-01T10:09:18.4624573Z inflating: build/bin/vmap_test 2022-12-01T10:09:18.4771149Z inflating: build/bin/wrapdim_test 2022-12-01T10:09:18.5016947Z inflating: build/bin/List_test 2022-12-01T10:09:18.5159074Z inflating: build/bin/xla_tensor_test 2022-12-01T10:09:18.5327033Z inflating: build/bin/IListRef_test 2022-12-01T10:09:18.5514207Z inflating: build/bin/KernelFunction_test 2022-12-01T10:09:18.5873825Z inflating: build/bin/kernel_function_legacy_test 2022-12-01T10:09:18.6185723Z inflating: build/bin/kernel_lambda_test 2022-12-01T10:09:18.6463796Z inflating: build/bin/kernel_function_test 2022-12-01T10:09:18.6639284Z inflating: build/bin/kernel_stackbased_test 2022-12-01T10:09:18.7027970Z inflating: build/bin/kernel_lambda_legacy_test 2022-12-01T10:09:18.7172461Z inflating: build/bin/CppSignature_test 2022-12-01T10:09:18.7454505Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2022-12-01T10:09:18.7594357Z inflating: build/bin/op_allowlist_test 2022-12-01T10:09:18.7742923Z inflating: build/bin/inline_container_test 2022-12-01T10:09:18.7904943Z inflating: build/bin/backend_fallback_test 2022-12-01T10:09:18.8856185Z inflating: build/bin/op_registration_test 2022-12-01T10:09:18.8899815Z inflating: build/bin/tutorial_tensorexpr 2022-12-01T10:09:18.9058940Z inflating: build/bin/test_dist_autograd 2022-12-01T10:09:18.9063985Z inflating: build/bin/parallel_benchmark 2022-12-01T10:09:18.9281410Z inflating: build/bin/test_cpp_rpc 2022-12-01T10:09:18.9296956Z inflating: build/bin/torch_shm_manager 2022-12-01T10:09:19.1142603Z inflating: build/bin/test_tensorexpr 2022-12-01T10:09:19.1965916Z inflating: build/bin/test_lazy 2022-12-01T10:09:19.5147314Z inflating: build/bin/test_api 2022-12-01T10:09:19.7001669Z inflating: build/bin/test_jit 2022-12-01T10:09:19.7002405Z inflating: .pytorch-test-times.json 2022-12-01T10:09:19.7024960Z ##[group]Run df -H 2022-12-01T10:09:19.7025150Z df -H 2022-12-01T10:09:19.7036276Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:09:19.7036486Z env: 2022-12-01T10:09:19.7036663Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:09:19.7036860Z ##[endgroup] 2022-12-01T10:09:19.7422586Z Filesystem Size Used Avail Use% Mounted on 2022-12-01T10:09:19.7423068Z devtmpfs 8.2G 0 8.2G 0% /dev 2022-12-01T10:09:19.7423311Z tmpfs 8.2G 611k 8.2G 1% /dev/shm 2022-12-01T10:09:19.7423517Z tmpfs 8.2G 431k 8.2G 1% /run 2022-12-01T10:09:19.7425453Z tmpfs 8.2G 0 8.2G 0% /sys/fs/cgroup 2022-12-01T10:09:19.7425678Z /dev/nvme0n1p1 162G 18G 144G 12% / 2022-12-01T10:09:19.7497610Z ##[group]Run .github/scripts/parse_ref.py 2022-12-01T10:09:19.7497854Z .github/scripts/parse_ref.py 2022-12-01T10:09:19.7508879Z shell: /usr/bin/bash -e {0} 2022-12-01T10:09:19.7509053Z env: 2022-12-01T10:09:19.7509227Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:09:19.7509417Z ##[endgroup] 2022-12-01T10:09:19.7689201Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:09:19.7748308Z ##[group]Run set -x 2022-12-01T10:09:19.7748577Z set -x 2022-12-01T10:09:19.7748730Z  2022-12-01T10:09:19.7748931Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2022-12-01T10:09:19.7749192Z  TEST_COMMAND=.jenkins/pytorch/multigpu-test.sh 2022-12-01T10:09:19.7749537Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2022-12-01T10:09:19.7749854Z  TEST_COMMAND=.jenkins/caffe2/test.sh 2022-12-01T10:09:19.7750058Z else 2022-12-01T10:09:19.7750264Z  TEST_COMMAND=.jenkins/pytorch/test.sh 2022-12-01T10:09:19.7750450Z fi 2022-12-01T10:09:19.7750610Z  2022-12-01T10:09:19.7750847Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-12-01T10:09:19.7751074Z  2022-12-01T10:09:19.7751292Z # sanitize the input commit message and PR body here: 2022-12-01T10:09:19.7751506Z # 2022-12-01T10:09:19.7751777Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-12-01T10:09:19.7752149Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-12-01T10:09:19.7752448Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-12-01T10:09:19.7752676Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-12-01T10:09:19.7752859Z  2022-12-01T10:09:19.7753106Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-12-01T10:09:19.7753381Z # wreak havoc internally 2022-12-01T10:09:19.7753615Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-12-01T10:09:19.7753840Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-12-01T10:09:19.7754032Z  2022-12-01T10:09:19.7754258Z # detached container should get cleaned up by teardown_ec2_linux 2022-12-01T10:09:19.7754553Z # TODO: Stop building test binaries as part of the build phase 2022-12-01T10:09:19.7754812Z # Used for GPU_FLAG since that doesn't play nice 2022-12-01T10:09:19.7755052Z # shellcheck disable=SC2086,SC2090 2022-12-01T10:09:19.7755273Z container_name=$(docker run \ 2022-12-01T10:09:19.7755461Z  ${GPU_FLAG:-} \ 2022-12-01T10:09:19.7755657Z  -e BUILD_ENVIRONMENT \ 2022-12-01T10:09:19.7755858Z  -e PR_NUMBER \ 2022-12-01T10:09:19.7756036Z  -e GITHUB_ACTIONS \ 2022-12-01T10:09:19.7756224Z  -e BASE_SHA \ 2022-12-01T10:09:19.7756402Z  -e BRANCH \ 2022-12-01T10:09:19.7756575Z  -e SHA1 \ 2022-12-01T10:09:19.7756749Z  -e AWS_DEFAULT_REGION \ 2022-12-01T10:09:19.7756944Z  -e IN_WHEEL_TEST \ 2022-12-01T10:09:19.7757236Z  -e SHARD_NUMBER \ 2022-12-01T10:09:19.7757411Z  -e TEST_CONFIG \ 2022-12-01T10:09:19.7757604Z  -e NUM_TEST_SHARDS \ 2022-12-01T10:09:19.7757796Z  -e PR_BODY \ 2022-12-01T10:09:19.7757977Z  -e COMMIT_MESSAGES \ 2022-12-01T10:09:19.7758191Z  -e PYTORCH_RETRY_TEST_CASES \ 2022-12-01T10:09:19.7758423Z  -e PYTORCH_OVERRIDE_FLAKY_SIGNAL \ 2022-12-01T10:09:19.7758622Z  -e PR_LABELS \ 2022-12-01T10:09:19.7758834Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-12-01T10:09:19.7759045Z  -e SCCACHE_BUCKET \ 2022-12-01T10:09:19.7759235Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-12-01T10:09:19.7759429Z  -e XLA_CUDA \ 2022-12-01T10:09:19.7759634Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-12-01T10:09:19.7759881Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-12-01T10:09:19.7760121Z  --ulimit stack=10485760:83886080 \ 2022-12-01T10:09:19.7760349Z  --security-opt seccomp=unconfined \ 2022-12-01T10:09:19.7760576Z  --cap-add=SYS_PTRACE \ 2022-12-01T10:09:19.7760755Z  --ipc=host \ 2022-12-01T10:09:19.7761032Z  --shm-size="${SHM_SIZE}" \ 2022-12-01T10:09:19.7761221Z  --tty \ 2022-12-01T10:09:19.7761380Z  --detach \ 2022-12-01T10:09:19.7761573Z  --name="${container_name}" \ 2022-12-01T10:09:19.7761770Z  --user jenkins \ 2022-12-01T10:09:19.7761990Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-12-01T10:09:19.7762239Z  -w /var/lib/jenkins/workspace \ 2022-12-01T10:09:19.7762444Z  "${DOCKER_IMAGE}" 2022-12-01T10:09:19.7762618Z ) 2022-12-01T10:09:19.7762877Z docker exec -t "${container_name}" sh -c "pip install $(echo dist/*.whl)[opt-einsum] && ${TEST_COMMAND}" 2022-12-01T10:09:19.7774208Z shell: /usr/bin/bash -e {0} 2022-12-01T10:09:19.7774393Z env: 2022-12-01T10:09:19.7774554Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:09:19.7774805Z BUILD_ENVIRONMENT: linux-focal-py3.7-clang7-asan 2022-12-01T10:09:19.7775056Z PR_NUMBER: 89997 2022-12-01T10:09:19.7775225Z BRANCH: pull/89997 2022-12-01T10:09:19.7775444Z SHA1: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:09:19.7775693Z BASE_SHA: ae2fe4033cf3b17259b17f351020b988fa893f91 2022-12-01T10:09:19.7775905Z PYTORCH_RETRY_TEST_CASES: 1 2022-12-01T10:09:19.7776114Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-12-01T10:09:19.7776314Z TEST_CONFIG: default 2022-12-01T10:09:19.7776481Z SHARD_NUMBER: 3 2022-12-01T10:09:19.7776654Z NUM_TEST_SHARDS: 5 2022-12-01T10:09:19.7777319Z PR_BODY: Link to landed master PR (if applicable): https://github.com/pytorch/pytorch/pull/88993 Criteria category: 1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.13 2: Prevents a crash I'm hoping this is a low-risk change, since it's just changing one method for its safer form. 2022-12-01T10:09:19.7778012Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-12-01T10:09:19.7778308Z SCCACHE_S3_KEY_PREFIX: pull 2022-12-01T10:09:19.7778484Z SHM_SIZE: 1g 2022-12-01T10:09:19.7778830Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:09:19.7779160Z XLA_CUDA: 2022-12-01T10:09:19.7779409Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-12-01T10:09:19.7779670Z ##[endgroup] 2022-12-01T10:09:19.7804455Z + [[ default == \m\u\l\t\i\g\p\u ]] 2022-12-01T10:09:19.7804959Z + [[ linux-focal-py3.7-clang7-asan == *onnx* ]] 2022-12-01T10:09:19.7805213Z + TEST_COMMAND=.jenkins/pytorch/test.sh 2022-12-01T10:09:19.7807425Z ++ git cherry -v origin/master 2022-12-01T10:09:20.1674320Z + COMMIT_MESSAGES='+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290) 2022-12-01T10:09:20.1675257Z - f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385) 2022-12-01T10:09:20.1676085Z + 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484) 2022-12-01T10:09:20.1676737Z - c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377) 2022-12-01T10:09:20.1677462Z - 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689) 2022-12-01T10:09:20.1678114Z - 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725) 2022-12-01T10:09:20.1678711Z - f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844) 2022-12-01T10:09:20.1679146Z - 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851) 2022-12-01T10:09:20.1679619Z - 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784) 2022-12-01T10:09:20.1679980Z + d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333) 2022-12-01T10:09:20.1680541Z + 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693) 2022-12-01T10:09:20.1680939Z - 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895) 2022-12-01T10:09:20.1681297Z + f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904) 2022-12-01T10:09:20.1681767Z - 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903) 2022-12-01T10:09:20.1682269Z - 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726) 2022-12-01T10:09:20.1682649Z + 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902) 2022-12-01T10:09:20.1683140Z - aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921) 2022-12-01T10:09:20.1683604Z - de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933) 2022-12-01T10:09:20.1684317Z + 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803) 2022-12-01T10:09:20.1684769Z + 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934) 2022-12-01T10:09:20.1685321Z - f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516) 2022-12-01T10:09:20.1685883Z - c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201) 2022-12-01T10:09:20.1686557Z + eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140) 2022-12-01T10:09:20.1687158Z + d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132) 2022-12-01T10:09:20.1687900Z - 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925) 2022-12-01T10:09:20.1688681Z - 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924) 2022-12-01T10:09:20.1689529Z - 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509) 2022-12-01T10:09:20.1690031Z + d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672) 2022-12-01T10:09:20.1690686Z - 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923) 2022-12-01T10:09:20.1691160Z - ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122) 2022-12-01T10:09:20.1691614Z - e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144) 2022-12-01T10:09:20.1692096Z + 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261) 2022-12-01T10:09:20.1692569Z - 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337) 2022-12-01T10:09:20.1693028Z - 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307) 2022-12-01T10:09:20.1693450Z - 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376) 2022-12-01T10:09:20.1693936Z - 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379) 2022-12-01T10:09:20.1694423Z - 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380) 2022-12-01T10:09:20.1694853Z - aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381) 2022-12-01T10:09:20.1695316Z - 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386) 2022-12-01T10:09:20.1695791Z + ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079) 2022-12-01T10:09:20.1696276Z - d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384) 2022-12-01T10:09:20.1696728Z - 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427) 2022-12-01T10:09:20.1697132Z - 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408) 2022-12-01T10:09:20.1697544Z - 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434) 2022-12-01T10:09:20.1697874Z + 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392) 2022-12-01T10:09:20.1698263Z - 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406) 2022-12-01T10:09:20.1698575Z + 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443) 2022-12-01T10:09:20.1698917Z + d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455) 2022-12-01T10:09:20.1710302Z - d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454) 2022-12-01T10:09:20.1710775Z - 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456) 2022-12-01T10:09:20.1711245Z - f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463) 2022-12-01T10:09:20.1711764Z - 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457) 2022-12-01T10:09:20.1712141Z + 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475) 2022-12-01T10:09:20.1712573Z - fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612) 2022-12-01T10:09:20.1713018Z - 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613) 2022-12-01T10:09:20.1713403Z - 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628) 2022-12-01T10:09:20.1713819Z - 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618) 2022-12-01T10:09:20.1714256Z - 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925) 2022-12-01T10:09:20.1714577Z + ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923) 2022-12-01T10:09:20.1714981Z - c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack' 2022-12-01T10:09:20.1729161Z + COMMIT_MESSAGES='+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290)- f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385)+ 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484)- c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377)- 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689)- 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725)- f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844)- 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851)- 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784)+ d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333)+ 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693)- 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895)+ f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904)- 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903)- 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726)+ 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902)- aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921)- de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933)+ 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803)+ 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934)- f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516)- c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201)+ eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140)+ d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132)- 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925)- 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924)- 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509)+ d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672)- 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923)- ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122)- e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144)+ 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261)- 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337)- 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307)- 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376)- 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379)- 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380)- aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381)- 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386)+ ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079)- d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384)- 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427)- 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408)- 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434)+ 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392)- 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406)+ 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443)+ d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455)- d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454)- 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456)- f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463)- 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457)+ 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475)- fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612)- 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613)- 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628)- 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618)- 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925)+ ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923)- c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack' 2022-12-01T10:09:20.1736612Z + PR_BODY='Link to landed master PR (if applicable):https://github.com/pytorch/pytorch/pull/88993Criteria category:1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.132: Prevents a crashI'\''m hoping this is a low-risk change, since it'\''s just changing one method for its safer form.' 2022-12-01T10:09:20.1750095Z + export 'COMMIT_MESSAGES=+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290)- f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385)+ 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484)- c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377)- 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689)- 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725)- f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844)- 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851)- 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784)+ d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333)+ 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693)- 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895)+ f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904)- 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903)- 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726)+ 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902)- aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921)- de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933)+ 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803)+ 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934)- f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516)- c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201)+ eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140)+ d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132)- 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925)- 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924)- 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509)+ d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672)- 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923)- ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122)- e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144)+ 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261)- 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337)- 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307)- 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376)- 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379)- 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380)- aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381)- 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386)+ ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079)- d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384)- 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427)- 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408)- 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434)+ 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392)- 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406)+ 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443)+ d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455)- d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454)- 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456)- f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463)- 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457)+ 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475)- fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612)- 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613)- 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628)- 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618)- 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925)+ ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923)- c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack' 2022-12-01T10:09:20.1768034Z + COMMIT_MESSAGES='+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290)- f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385)+ 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484)- c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377)- 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689)- 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725)- f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844)- 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851)- 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784)+ d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333)+ 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693)- 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895)+ f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904)- 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903)- 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726)+ 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902)- aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921)- de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933)+ 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803)+ 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934)- f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516)- c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201)+ eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140)+ d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132)- 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925)- 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924)- 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509)+ d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672)- 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923)- ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122)- e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144)+ 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261)- 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337)- 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307)- 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376)- 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379)- 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380)- aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381)- 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386)+ ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079)- d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384)- 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427)- 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408)- 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434)+ 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392)- 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406)+ 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443)+ d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455)- d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454)- 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456)- f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463)- 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457)+ 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475)- fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612)- 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613)- 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628)- 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618)- 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925)+ ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923)- c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack' 2022-12-01T10:09:20.1774817Z + export 'PR_BODY=Link to landed master PR (if applicable):https://github.com/pytorch/pytorch/pull/88993Criteria category:1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.132: Prevents a crashIm hoping this is a low-risk change, since its just changing one method for its safer form.' 2022-12-01T10:09:20.1776234Z + PR_BODY='Link to landed master PR (if applicable):https://github.com/pytorch/pytorch/pull/88993Criteria category:1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.132: Prevents a crashIm hoping this is a low-risk change, since its just changing one method for its safer form.' 2022-12-01T10:09:20.1776886Z +++ nproc --ignore=2 2022-12-01T10:09:20.2052383Z ++ 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_3591403534 --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:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:09:33.3023514Z + container_name=db9f09b6045524701c608f0e69f7f8c95d3249c65d7b5098f66719b1d5338f84 2022-12-01T10:09:33.3026882Z ++ echo dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl 2022-12-01T10:09:33.3029136Z + docker exec -t db9f09b6045524701c608f0e69f7f8c95d3249c65d7b5098f66719b1d5338f84 sh -c 'pip install dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl[opt-einsum] && .jenkins/pytorch/test.sh' 2022-12-01T10:09:33.7423830Z Processing ./dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl 2022-12-01T10:09:33.8204733Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.7/site-packages (from torch==1.13.0a0+gitc13d400) (4.3.0) 2022-12-01T10:09:33.8215903Z Requirement already satisfied: opt-einsum>=3.3 in /opt/conda/lib/python3.7/site-packages (from torch==1.13.0a0+gitc13d400) (3.3.0) 2022-12-01T10:09:33.8283347Z Requirement already satisfied: numpy>=1.7 in /opt/conda/lib/python3.7/site-packages (from opt-einsum>=3.3->torch==1.13.0a0+gitc13d400) (1.18.5) 2022-12-01T10:09:34.6265447Z Installing collected packages: torch 2022-12-01T10:09:44.9829684Z Successfully installed torch-1.13.0a0+gitc13d400 2022-12-01T10:09:45.1604565Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2022-12-01T10:09:45.1793290Z + TORCH_INSTALL_DIR=/opt/conda/lib/python3.7/site-packages/torch 2022-12-01T10:09:45.1793956Z + TORCH_BIN_DIR=/opt/conda/lib/python3.7/site-packages/torch/bin 2022-12-01T10:09:45.1795706Z + TORCH_LIB_DIR=/opt/conda/lib/python3.7/site-packages/torch/lib 2022-12-01T10:09:45.1797988Z + TORCH_TEST_DIR=/opt/conda/lib/python3.7/site-packages/torch/test 2022-12-01T10:09:45.1798312Z + BUILD_DIR=build 2022-12-01T10:09:45.1798612Z + BUILD_RENAMED_DIR=build_renamed 2022-12-01T10:09:45.1798974Z + BUILD_BIN_DIR=build/bin 2022-12-01T10:09:45.1799310Z + export VALGRIND=ON 2022-12-01T10:09:45.1799545Z + VALGRIND=ON 2022-12-01T10:09:45.1799830Z + [[ linux-focal-py3.7-clang7-asan == *clang9* ]] 2022-12-01T10:09:45.1800132Z + [[ linux-focal-py3.7-clang7-asan != *bazel* ]] 2022-12-01T10:09:45.1800378Z ++ realpath build/custom_test_artifacts 2022-12-01T10:09:45.1837760Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/workspace/build/custom_test_artifacts 2022-12-01T10:09:45.1840142Z ++ dirname .jenkins/pytorch/test.sh 2022-12-01T10:09:45.1875794Z + source .jenkins/pytorch/common.sh 2022-12-01T10:09:45.1878596Z +++ dirname .jenkins/pytorch/common.sh 2022-12-01T10:09:45.1884480Z ++ source .jenkins/pytorch/common_utils.sh 2022-12-01T10:09:45.1885873Z +++ declare -f -t trap_add 2022-12-01T10:09:45.1889433Z ++ set -ex 2022-12-01T10:09:45.1890048Z ++ [[ linux-focal-py3.7-clang7-asan == *rocm* ]] 2022-12-01T10:09:45.1890434Z ++ BUILD_TEST_LIBTORCH=0 2022-12-01T10:09:45.1891004Z ++ [[ default == *xla* ]] 2022-12-01T10:09:45.1891509Z ++ [[ linux-focal-py3.7-clang7-asan == *centos* ]] 2022-12-01T10:09:45.1891911Z ++ [[ linux-focal-py3.7-clang7-asan == *linux-bionic* ]] 2022-12-01T10:09:45.1892317Z ++ [[ linux-focal-py3.7-clang7-asan == *linux-focal* ]] 2022-12-01T10:09:45.1892557Z ++ which conda 2022-12-01T10:09:45.1924599Z /opt/conda/bin/conda 2022-12-01T10:09:45.1925691Z ++ conda install -q -y cmake 2022-12-01T10:09:48.7419098Z Collecting package metadata (current_repodata.json): ...working... done 2022-12-01T10:09:49.6637906Z Solving environment: ...working... done 2022-12-01T10:09:49.7531322Z 2022-12-01T10:09:49.7532027Z ## Package Plan ## 2022-12-01T10:09:49.7532297Z 2022-12-01T10:09:49.7532494Z environment location: /opt/conda 2022-12-01T10:09:49.7532665Z 2022-12-01T10:09:49.7532882Z added / updated specs: 2022-12-01T10:09:49.7533276Z - cmake 2022-12-01T10:09:49.7533428Z 2022-12-01T10:09:49.7533432Z 2022-12-01T10:09:49.7533569Z The following packages will be downloaded: 2022-12-01T10:09:49.7533772Z 2022-12-01T10:09:49.7533926Z package | build 2022-12-01T10:09:49.7534264Z ---------------------------|----------------- 2022-12-01T10:09:49.7534690Z bzip2-1.0.8 | h7b6447c_0 78 KB 2022-12-01T10:09:49.7535055Z c-ares-1.18.1 | h7f8727e_0 114 KB 2022-12-01T10:09:49.7535484Z ca-certificates-2022.10.11 | h06a4308_0 124 KB 2022-12-01T10:09:49.7535854Z certifi-2022.9.24 | py37h06a4308_0 154 KB 2022-12-01T10:09:49.7536255Z cmake-3.22.1 | h1fce559_0 7.3 MB 2022-12-01T10:09:49.7536618Z expat-2.4.9 | h6a678d5_0 156 KB 2022-12-01T10:09:49.7561861Z krb5-1.19.2 | hac12032_0 1.2 MB 2022-12-01T10:09:49.7562539Z libcurl-7.84.0 | h91b91d3_0 337 KB 2022-12-01T10:09:49.7562998Z libedit-3.1.20210910 | h7f8727e_0 166 KB 2022-12-01T10:09:49.7563394Z libev-4.33 | h7f8727e_1 111 KB 2022-12-01T10:09:49.7563781Z libgcc-ng-11.2.0 | h1234567_1 5.3 MB 2022-12-01T10:09:49.7564323Z libgomp-11.2.0 | h1234567_1 474 KB 2022-12-01T10:09:49.7564608Z libnghttp2-1.46.0 | hce63b2e_0 680 KB 2022-12-01T10:09:49.7564905Z libssh2-1.10.0 | h8f2d780_0 274 KB 2022-12-01T10:09:49.7565202Z libstdcxx-ng-11.2.0 | h1234567_1 4.7 MB 2022-12-01T10:09:49.7565500Z libuv-1.40.0 | h7b6447c_0 736 KB 2022-12-01T10:09:49.7565777Z lz4-c-1.9.3 | h295c915_1 185 KB 2022-12-01T10:09:49.7566064Z openssl-1.1.1s | h7f8727e_0 3.6 MB 2022-12-01T10:09:49.7566352Z rhash-1.4.1 | h3c74f83_1 203 KB 2022-12-01T10:09:49.7566620Z zstd-1.5.2 | ha4553b6_0 488 KB 2022-12-01T10:09:49.7566919Z ------------------------------------------------------------ 2022-12-01T10:09:49.7567167Z Total: 26.3 MB 2022-12-01T10:09:49.7567298Z 2022-12-01T10:09:49.7567398Z The following NEW packages will be INSTALLED: 2022-12-01T10:09:49.7567541Z 2022-12-01T10:09:49.7567806Z bzip2 pkgs/main/linux-64::bzip2-1.0.8-h7b6447c_0 None 2022-12-01T10:09:49.7568177Z c-ares pkgs/main/linux-64::c-ares-1.18.1-h7f8727e_0 None 2022-12-01T10:09:49.7568541Z cmake pkgs/main/linux-64::cmake-3.22.1-h1fce559_0 None 2022-12-01T10:09:49.7568882Z expat pkgs/main/linux-64::expat-2.4.9-h6a678d5_0 None 2022-12-01T10:09:49.7569224Z krb5 pkgs/main/linux-64::krb5-1.19.2-hac12032_0 None 2022-12-01T10:09:49.7569585Z libcurl pkgs/main/linux-64::libcurl-7.84.0-h91b91d3_0 None 2022-12-01T10:09:49.7569962Z libedit pkgs/main/linux-64::libedit-3.1.20210910-h7f8727e_0 None 2022-12-01T10:09:49.7570314Z libev pkgs/main/linux-64::libev-4.33-h7f8727e_1 None 2022-12-01T10:09:49.7570693Z libnghttp2 pkgs/main/linux-64::libnghttp2-1.46.0-hce63b2e_0 None 2022-12-01T10:09:49.7571069Z libssh2 pkgs/main/linux-64::libssh2-1.10.0-h8f2d780_0 None 2022-12-01T10:09:49.7571415Z libuv pkgs/main/linux-64::libuv-1.40.0-h7b6447c_0 None 2022-12-01T10:09:49.7571772Z lz4-c pkgs/main/linux-64::lz4-c-1.9.3-h295c915_1 None 2022-12-01T10:09:49.7572117Z rhash pkgs/main/linux-64::rhash-1.4.1-h3c74f83_1 None 2022-12-01T10:09:49.7572459Z zstd pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0 None 2022-12-01T10:09:49.7572731Z 2022-12-01T10:09:49.7572819Z The following packages will be UPDATED: 2022-12-01T10:09:49.7572954Z 2022-12-01T10:09:49.7573166Z ca-certificates 2022.07.19-h06a4308_0 --> 2022.10.11-h06a4308_0 None 2022-12-01T10:09:49.7573530Z certifi 2022.9.14-py37h06a4308_0 --> 2022.9.24-py37h06a4308_0 None 2022-12-01T10:09:49.7573874Z libgcc-ng 9.3.0-h5101ec6_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:09:49.7574193Z libgomp 9.3.0-h5101ec6_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:09:49.7574531Z libstdcxx-ng 9.3.0-hd4cf53a_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:09:49.7574873Z openssl 1.1.1q-h7f8727e_0 --> 1.1.1s-h7f8727e_0 None 2022-12-01T10:09:49.7575019Z 2022-12-01T10:09:49.7575024Z 2022-12-01T10:09:51.0759647Z Preparing transaction: ...working... done 2022-12-01T10:09:51.9690837Z Verifying transaction: ...working... done 2022-12-01T10:09:55.7886042Z Executing transaction: ...working... done 2022-12-01T10:09:55.8896959Z Retrieving notices: ...working... done 2022-12-01T10:09:56.1282122Z ++ [[ linux-focal-py3.7-clang7-asan == *centos* ]] 2022-12-01T10:09:56.1282496Z + echo 'Environment variables' 2022-12-01T10:09:56.1282715Z Environment variables 2022-12-01T10:09:56.1282878Z + env 2022-12-01T10:09:56.1496997Z INSTALLED_DB=yes 2022-12-01T10:09:56.1497563Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:09:56.1498043Z BUILD_ENVIRONMENT=linux-focal-py3.7-clang7-asan 2022-12-01T10:09:56.1498477Z PYTORCH_OVERRIDE_FLAKY_SIGNAL=1 2022-12-01T10:09:56.1498828Z HOSTNAME=db9f09b60455 2022-12-01T10:09:56.1499595Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_dfee38ee-45d0-4f93-b8da-b4e25bb1c315 2022-12-01T10:09:56.1500122Z GITHUB_ACTION=__self 2022-12-01T10:09:56.1500463Z GITHUB_RUN_NUMBER=69319 2022-12-01T10:09:56.1500815Z TEST_CONFIG=default 2022-12-01T10:09:56.1501135Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-12-01T10:09:56.1503902Z GITHUB_TRIGGERING_ACTOR=charlie-wt 2022-12-01T10:09:56.1504353Z GITHUB_REF_TYPE=branch 2022-12-01T10:09:56.1504568Z TORCH_CUDA_ARCH_LIST=Maxwell 2022-12-01T10:09:56.1504842Z BASE_SHA=ae2fe4033cf3b17259b17f351020b988fa893f91 2022-12-01T10:09:56.1505037Z XLA_CUDA= 2022-12-01T10:09:56.1505604Z *** 2022-12-01T10:09:56.1505788Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-12-01T10:09:56.1506068Z GITHUB_ACTIONS=true 2022-12-01T10:09:56.1506431Z SHA1=c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:09:56.1507030Z GITHUB_SHA=cdc064133ad5e5a46a756ee9218659e8f252e950 2022-12-01T10:09:56.1507377Z UCC_HOME=/usr 2022-12-01T10:09:56.1507630Z GITHUB_REF=refs/pull/89997/merge 2022-12-01T10:09:56.1507877Z SHARD_NUMBER=3 2022-12-01T10:09:56.1508129Z GITHUB_REF_PROTECTED=false 2022-12-01T10:09:56.1508499Z HOME=/var/lib/jenkins 2022-12-01T10:09:56.1508869Z GITHUB_API_URL=https://api.github.com 2022-12-01T10:09:56.1509277Z INSTALLED_THRIFT= 2022-12-01T10:09:56.1509552Z UCX_COMMIT= 2022-12-01T10:09:56.1509750Z SCCACHE_S3_KEY_PREFIX=pull 2022-12-01T10:09:56.1509938Z NUM_TEST_SHARDS=5 2022-12-01T10:09:56.1510132Z UCX_HOME=/usr 2022-12-01T10:09:56.1510607Z GITHUB_STATE=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/save_state_dfee38ee-45d0-4f93-b8da-b4e25bb1c315 2022-12-01T10:09:56.1510965Z PYTORCH_RETRY_TEST_CASES=1 2022-12-01T10:09:56.1511706Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_dfee38ee-45d0-4f93-b8da-b4e25bb1c315 2022-12-01T10:09:56.1512553Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-12-01T10:09:56.1513279Z GITHUB_EVENT_NAME=pull_request 2022-12-01T10:09:56.1513664Z GITHUB_RUN_ID=3591403534 2022-12-01T10:09:56.1514575Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_dfee38ee-45d0-4f93-b8da-b4e25bb1c315 2022-12-01T10:09:56.1515592Z GITHUB_ACTOR=charlie-wt 2022-12-01T10:09:56.1515986Z PR_NUMBER=89997 2022-12-01T10:09:56.1516326Z DESIRED_CUDA= 2022-12-01T10:09:56.1516688Z GITHUB_RUN_ATTEMPT=1 2022-12-01T10:09:56.1517058Z VALGRIND=ON 2022-12-01T10:09:56.1517512Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-12-01T10:09:56.1517970Z TERM=xterm 2022-12-01T10:09:56.1518327Z INSTALLED_VISION=yes 2022-12-01T10:09:56.1518692Z BRANCH=pull/89997 2022-12-01T10:09:56.1519088Z OPENSSL_ROOT_DIR=/opt/openssl 2022-12-01T10:09:56.1519508Z CUDA_PATH=/usr/local/cuda 2022-12-01T10:09:56.1520285Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-12-01T10:09:56.1520930Z GITHUB_SERVER_URL=https://github.com 2022-12-01T10:09:56.1521353Z UCC_COMMIT= 2022-12-01T10:09:56.1521692Z INSTALLED_ANDROID= 2022-12-01T10:09:56.1522047Z SHLVL=1 2022-12-01T10:09:56.1524918Z MAX_JOBS=6 2022-12-01T10:09:56.1552171Z COMMIT_MESSAGES=+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290)- f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385)+ 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484)- c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377)- 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689)- 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725)- f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844)- 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851)- 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784)+ d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333)+ 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693)- 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895)+ f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904)- 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903)- 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726)+ 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902)- aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921)- de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933)+ 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803)+ 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934)- f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516)- c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201)+ eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140)+ d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132)- 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925)- 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924)- 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509)+ d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672)- 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923)- ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122)- e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144)+ 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261)- 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337)- 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307)- 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376)- 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379)- 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380)- aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381)- 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386)+ ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079)- d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384)- 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427)- 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408)- 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434)+ 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392)- 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406)+ 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443)+ d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455)- d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454)- 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456)- f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463)- 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457)+ 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475)- fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612)- 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613)- 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628)- 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618)- 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925)+ ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923)- c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack 2022-12-01T10:09:56.1563005Z GITHUB_REF_NAME=89997/merge 2022-12-01T10:09:56.1563381Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-12-01T10:09:56.1563654Z GITHUB_JOB=test 2022-12-01T10:09:56.1563984Z GITHUB_REPOSITORY=pytorch/pytorch 2022-12-01T10:09:56.1564204Z GITHUB_RETENTION_DAYS=90 2022-12-01T10:09:56.1564405Z OPENSSL_DIR=/opt/openssl 2022-12-01T10:09:56.1564605Z GITHUB_ACTION_REPOSITORY= 2022-12-01T10:09:56.1564910Z 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-12-01T10:09:56.1565210Z GITHUB_BASE_REF=release/1.13 2022-12-01T10:09:56.1565392Z CI=true 2022-12-01T10:09:56.1565562Z GITHUB_REPOSITORY_OWNER=pytorch 2022-12-01T10:09:56.1565764Z INSTALLED_PROTOBUF=yes 2022-12-01T10:09:56.1566023Z GITHUB_HEAD_REF=release/1.13-callstack 2022-12-01T10:09:56.1566209Z GITHUB_ACTION_REF= 2022-12-01T10:09:56.1566493Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-12-01T10:09:56.1566808Z GITHUB_WORKFLOW=pull 2022-12-01T10:09:56.1567010Z DEBIAN_FRONTEND=noninteractive 2022-12-01T10:09:56.1567428Z GITHUB_OUTPUT=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_output_dfee38ee-45d0-4f93-b8da-b4e25bb1c315 2022-12-01T10:09:56.1568512Z PR_BODY=Link to landed master PR (if applicable):https://github.com/pytorch/pytorch/pull/88993Criteria category:1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.132: Prevents a crashIm hoping this is a low-risk change, since its just changing one method for its safer form. 2022-12-01T10:09:56.1569138Z _=/usr/bin/env 2022-12-01T10:09:56.1569350Z + echo 'Testing pytorch' 2022-12-01T10:09:56.1569521Z Testing pytorch 2022-12-01T10:09:56.1569716Z + export LANG=C.UTF-8 2022-12-01T10:09:56.1569908Z + LANG=C.UTF-8 2022-12-01T10:09:56.2714641Z + PR_NUMBER=89997 2022-12-01T10:09:56.2715361Z + [[ default == \d\e\f\a\u\l\t ]] 2022-12-01T10:09:56.2715596Z + export CUDA_VISIBLE_DEVICES=0 2022-12-01T10:09:56.2716020Z + CUDA_VISIBLE_DEVICES=0 2022-12-01T10:09:56.2716439Z + export HIP_VISIBLE_DEVICES=0 2022-12-01T10:09:56.2716749Z + HIP_VISIBLE_DEVICES=0 2022-12-01T10:09:56.2717051Z + [[ default == \d\i\s\t\r\i\b\u\t\e\d ]] 2022-12-01T10:09:56.2717264Z + [[ default == \s\l\o\w ]] 2022-12-01T10:09:56.2717764Z + [[ linux-focal-py3.7-clang7-asan == *slow-gradcheck* ]] 2022-12-01T10:09:56.2718345Z + [[ linux-focal-py3.7-clang7-asan == *cuda* ]] 2022-12-01T10:09:56.2718808Z + [[ linux-focal-py3.7-clang7-asan == *rocm* ]] 2022-12-01T10:09:56.2719115Z + [[ linux-focal-py3.7-clang7-asan == *cuda11* ]] 2022-12-01T10:09:56.2719338Z + [[ default == *crossref* ]] 2022-12-01T10:09:56.2719519Z + [[ default == *dynamo* ]] 2022-12-01T10:09:56.2719728Z + [[ -n 89997 ]] 2022-12-01T10:09:56.2719913Z + [[ -z '' ]] 2022-12-01T10:09:56.2720110Z + export PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-12-01T10:09:56.2720368Z + PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-12-01T10:09:56.2720657Z + [[ linux-focal-py3.7-clang7-asan == *rocm* ]] 2022-12-01T10:09:56.2720955Z + [[ linux-focal-py3.7-clang7-asan != *-bazel-* ]] 2022-12-01T10:09:56.2721223Z + pip_install --user ninja 2022-12-01T10:09:56.2721488Z + pip install --progress-bar off --user ninja 2022-12-01T10:09:56.7520173Z Collecting ninja 2022-12-01T10:09:56.7690334Z Downloading ninja-1.11.1-py2.py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (145 kB) 2022-12-01T10:09:57.5037465Z Installing collected packages: ninja 2022-12-01T10:09:57.5135344Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2022-12-01T10:09:57.5135889Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-12-01T10:09:57.5193751Z Successfully installed ninja-1.11.1 2022-12-01T10:09:57.6008914Z + 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-12-01T10:09:57.6009609Z + 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-12-01T10:09:57.6010837Z + [[ linux-focal-py3.7-clang7-asan == *asan* ]] 2022-12-01T10:09:57.6012449Z + export ASAN_OPTIONS=detect_leaks=0:symbolize=1:detect_stack_use_after_return=1:strict_init_order=true:detect_odr_violation=0 2022-12-01T10:09:57.6013070Z + ASAN_OPTIONS=detect_leaks=0:symbolize=1:detect_stack_use_after_return=1:strict_init_order=true:detect_odr_violation=0 2022-12-01T10:09:57.6013685Z + export UBSAN_OPTIONS=print_stacktrace=1:suppressions=/var/lib/jenkins/workspace/ubsan.supp 2022-12-01T10:09:57.6014312Z + UBSAN_OPTIONS=print_stacktrace=1:suppressions=/var/lib/jenkins/workspace/ubsan.supp 2022-12-01T10:09:57.6014742Z + export PYTORCH_TEST_WITH_ASAN=1 2022-12-01T10:09:57.6015281Z + PYTORCH_TEST_WITH_ASAN=1 2022-12-01T10:09:57.6015595Z + export PYTORCH_TEST_WITH_UBSAN=1 2022-12-01T10:09:57.6015928Z + PYTORCH_TEST_WITH_UBSAN=1 2022-12-01T10:09:57.6016474Z + export ASAN_SYMBOLIZER_PATH=/usr/lib/llvm-7/bin/llvm-symbolizer 2022-12-01T10:09:57.6016833Z + ASAN_SYMBOLIZER_PATH=/usr/lib/llvm-7/bin/llvm-symbolizer 2022-12-01T10:09:57.6017072Z + export TORCH_USE_RTLD_GLOBAL=1 2022-12-01T10:09:57.6017277Z + TORCH_USE_RTLD_GLOBAL=1 2022-12-01T10:09:57.6017620Z + export LD_PRELOAD=/usr/lib/llvm-7/lib/clang/7.0.1/lib/linux/libclang_rt.asan-x86_64.so 2022-12-01T10:09:57.6018010Z + LD_PRELOAD=/usr/lib/llvm-7/lib/clang/7.0.1/lib/linux/libclang_rt.asan-x86_64.so 2022-12-01T10:09:57.6018283Z + ulimit -s 81920 2022-12-01T10:09:57.6018436Z + cd test 2022-12-01T10:09:57.6018742Z + python -c 'import torch; print(torch.__version__, torch.version.git_version)' 2022-12-01T10:10:00.8013763Z 1.13.0a0+gitc13d400 c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:10:01.2681374Z + echo 'The next three invocations are expected to crash; if they don'\''t that means ASAN/UBSAN is misconfigured' 2022-12-01T10:10:01.2682318Z The next three invocations are expected to crash; if they don't that means ASAN/UBSAN is misconfigured 2022-12-01T10:10:01.2682830Z + cd test 2022-12-01T10:10:01.2683210Z + get_exit_code python -c 'import torch; torch._C._crash_if_csrc_asan(3)' 2022-12-01T10:10:01.2683426Z + set +e 2022-12-01T10:10:01.2683694Z + python -c 'import torch; torch._C._crash_if_csrc_asan(3)' 2022-12-01T10:10:04.4812506Z /var/lib/jenkins/workspace/torch/csrc/Module.cpp:169:3: runtime error: index 3 out of bounds for type 'volatile char [3]' 2022-12-01T10:10:04.8120746Z #0 0x7f9e58703da7 in THPModule_crashIfCsrcASAN(_object*, _object*) (/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_python.so+0x2b34da7) 2022-12-01T10:10:04.8739224Z #1 0x5558cd9585dc in _PyMethodDef_RawFastCallKeywords /home/builder/tkoch/workspace/python_1648536129212/work/Objects/call.c:647 2022-12-01T10:10:04.8739907Z #2 0x5558cd98eb3f in _PyCFunction_FastCallKeywords /home/builder/tkoch/workspace/python_1648536129212/work/Objects/call.c:732 2022-12-01T10:10:04.8740452Z #3 0x5558cd98eb3f in call_function /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:4568 2022-12-01T10:10:04.8740924Z #4 0x5558cd9d6701 in _PyEval_EvalFrameDefault /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3093 2022-12-01T10:10:04.8741499Z #5 0x5558cd927e84 in PyEval_EvalFrameEx /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:547 2022-12-01T10:10:04.8742015Z #6 0x5558cd927e84 in _PyEval_EvalCodeWithName /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3930 2022-12-01T10:10:04.8743706Z #7 0x5558cd929272 in PyEval_EvalCodeEx /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3959 2022-12-01T10:10:04.8744073Z #8 0x5558cd929272 in PyEval_EvalCode /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:524 2022-12-01T10:10:04.8744444Z #9 0x5558cda36c81 in run_mod /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:1037 2022-12-01T10:10:04.8746772Z #10 0x5558cda41c69 in PyRun_StringFlags /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:961 2022-12-01T10:10:04.8748199Z #11 0x5558cda41ccb in PyRun_SimpleStringFlags /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:455 2022-12-01T10:10:04.8748916Z #12 0x5558cda41dc8 in pymain_run_command /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:420 2022-12-01T10:10:04.8749478Z #13 0x5558cda41dc8 in pymain_run_python /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:2907 2022-12-01T10:10:04.8750006Z #14 0x5558cda41dc8 in pymain_main /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:3460 2022-12-01T10:10:04.8750752Z #15 0x5558cda4218b in _Py_UnixMain /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:3495 2022-12-01T10:10:04.8774645Z #16 0x7f9e60dff082 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x24082) 2022-12-01T10:10:04.8775141Z #17 0x5558cd9e7039 in _start (/opt/conda/bin/python3.7+0x1d8039) 2022-12-01T10:10:04.8775386Z 2022-12-01T10:10:04.8776086Z SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /var/lib/jenkins/workspace/torch/csrc/Module.cpp:169:3 in 2022-12-01T10:10:04.9300853Z + retcode=1 2022-12-01T10:10:04.9301336Z + set -e 2022-12-01T10:10:04.9301514Z + return 1 2022-12-01T10:10:04.9304724Z + cd test 2022-12-01T10:10:04.9305203Z + get_exit_code python -c 'import torch; torch._C._crash_if_csrc_ubsan(0)' 2022-12-01T10:10:04.9305445Z + set +e 2022-12-01T10:10:04.9305703Z + python -c 'import torch; torch._C._crash_if_csrc_ubsan(0)' 2022-12-01T10:10:08.0880289Z /var/lib/jenkins/workspace/torch/csrc/Module.cpp:181:18: runtime error: division by zero 2022-12-01T10:10:08.2191133Z #0 0x7fe3029c3ff5 in THPModule_crashIfCsrcUBSAN(_object*, _object*) (/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_python.so+0x2b34ff5) 2022-12-01T10:10:08.2788509Z #1 0x561d3d5815dc in _PyMethodDef_RawFastCallKeywords /home/builder/tkoch/workspace/python_1648536129212/work/Objects/call.c:647 2022-12-01T10:10:08.2789149Z #2 0x561d3d5b7b3f in _PyCFunction_FastCallKeywords /home/builder/tkoch/workspace/python_1648536129212/work/Objects/call.c:732 2022-12-01T10:10:08.2789638Z #3 0x561d3d5b7b3f in call_function /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:4568 2022-12-01T10:10:08.2790158Z #4 0x561d3d5ff701 in _PyEval_EvalFrameDefault /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3093 2022-12-01T10:10:08.2790685Z #5 0x561d3d550e84 in PyEval_EvalFrameEx /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:547 2022-12-01T10:10:08.2791176Z #6 0x561d3d550e84 in _PyEval_EvalCodeWithName /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3930 2022-12-01T10:10:08.2791764Z #7 0x561d3d552272 in PyEval_EvalCodeEx /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3959 2022-12-01T10:10:08.2792368Z #8 0x561d3d552272 in PyEval_EvalCode /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:524 2022-12-01T10:10:08.2792810Z #9 0x561d3d65fc81 in run_mod /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:1037 2022-12-01T10:10:08.2793186Z #10 0x561d3d66ac69 in PyRun_StringFlags /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:961 2022-12-01T10:10:08.2795111Z #11 0x561d3d66accb in PyRun_SimpleStringFlags /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:455 2022-12-01T10:10:08.2796091Z #12 0x561d3d66adc8 in pymain_run_command /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:420 2022-12-01T10:10:08.2796630Z #13 0x561d3d66adc8 in pymain_run_python /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:2907 2022-12-01T10:10:08.2797142Z #14 0x561d3d66adc8 in pymain_main /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:3460 2022-12-01T10:10:08.2797721Z #15 0x561d3d66b18b in _Py_UnixMain /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:3495 2022-12-01T10:10:08.2812633Z #16 0x7fe30b0bf082 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x24082) 2022-12-01T10:10:08.2813060Z #17 0x561d3d610039 in _start (/opt/conda/bin/python3.7+0x1d8039) 2022-12-01T10:10:08.2813262Z 2022-12-01T10:10:08.2928641Z SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /var/lib/jenkins/workspace/torch/csrc/Module.cpp:181:18 in 2022-12-01T10:10:08.3364576Z + retcode=1 2022-12-01T10:10:08.3365018Z + set -e 2022-12-01T10:10:08.3365289Z + return 1 2022-12-01T10:10:08.3368489Z + cd test 2022-12-01T10:10:08.3369089Z + get_exit_code python -c 'import torch; torch._C._crash_if_aten_asan(3)' 2022-12-01T10:10:08.3369619Z + set +e 2022-12-01T10:10:08.3369891Z + python -c 'import torch; torch._C._crash_if_aten_asan(3)' 2022-12-01T10:10:11.4299084Z /var/lib/jenkins/workspace/aten/src/ATen/Utils.cpp:20:3: runtime error: index 3 out of bounds for type 'volatile char [3]' 2022-12-01T10:10:12.1263542Z #0 0x7f8abf991904 in at::_crash_if_asan(int) (/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_cpu.so+0xd7ee904) 2022-12-01T10:10:12.1860501Z #1 0x7f8aea7ec12b in THPModule_crashIfATenASAN(_object*, _object*) (/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_python.so+0x2b3512b) 2022-12-01T10:10:12.2453121Z #2 0x564a38c625dc in _PyMethodDef_RawFastCallKeywords /home/builder/tkoch/workspace/python_1648536129212/work/Objects/call.c:647 2022-12-01T10:10:12.2453692Z #3 0x564a38c98b3f in _PyCFunction_FastCallKeywords /home/builder/tkoch/workspace/python_1648536129212/work/Objects/call.c:732 2022-12-01T10:10:12.2454261Z #4 0x564a38c98b3f in call_function /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:4568 2022-12-01T10:10:12.2454879Z #5 0x564a38ce0701 in _PyEval_EvalFrameDefault /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3093 2022-12-01T10:10:12.2455924Z #6 0x564a38c31e84 in PyEval_EvalFrameEx /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:547 2022-12-01T10:10:12.2456507Z #7 0x564a38c31e84 in _PyEval_EvalCodeWithName /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3930 2022-12-01T10:10:12.2457102Z #8 0x564a38c33272 in PyEval_EvalCodeEx /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3959 2022-12-01T10:10:12.2457524Z #9 0x564a38c33272 in PyEval_EvalCode /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:524 2022-12-01T10:10:12.2458508Z #10 0x564a38d40c81 in run_mod /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:1037 2022-12-01T10:10:12.2459409Z #11 0x564a38d4bc69 in PyRun_StringFlags /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:961 2022-12-01T10:10:12.2460177Z #12 0x564a38d4bccb in PyRun_SimpleStringFlags /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:455 2022-12-01T10:10:12.2461420Z #13 0x564a38d4bdc8 in pymain_run_command /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:420 2022-12-01T10:10:12.2462024Z #14 0x564a38d4bdc8 in pymain_run_python /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:2907 2022-12-01T10:10:12.2462529Z #15 0x564a38d4bdc8 in pymain_main /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:3460 2022-12-01T10:10:12.2462956Z #16 0x564a38d4c18b in _Py_UnixMain /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:3495 2022-12-01T10:10:12.2476879Z #17 0x7f8af2ee8082 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x24082) 2022-12-01T10:10:12.2477331Z #18 0x564a38cf1039 in _start (/opt/conda/bin/python3.7+0x1d8039) 2022-12-01T10:10:12.2477505Z 2022-12-01T10:10:12.2477807Z SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /var/lib/jenkins/workspace/aten/src/ATen/Utils.cpp:20:3 in 2022-12-01T10:10:12.2903868Z + retcode=1 2022-12-01T10:10:12.2904296Z + set -e 2022-12-01T10:10:12.2904534Z + return 1 2022-12-01T10:10:12.2905083Z + [[ default == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2022-12-01T10:10:12.2905414Z + [[ default == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2022-12-01T10:10:12.2909221Z + [[ linux-focal-py3.7-clang7-asan == *tbb* ]] 2022-12-01T10:10:12.2920840Z + [[ linux-focal-py3.7-clang7-asan == *libtorch* ]] 2022-12-01T10:10:12.2921406Z + [[ linux-focal-py3.7-clang7-asan == *-bazel-* ]] 2022-12-01T10:10:12.2923492Z + cd test 2022-12-01T10:10:12.2924108Z + python -c 'import torch; print(torch.__config__.show())' 2022-12-01T10:10:15.3850390Z PyTorch built with: 2022-12-01T10:10:15.3850750Z - GCC 4.2 2022-12-01T10:10:15.3850969Z - C++ Version: 201402 2022-12-01T10:10:15.3851233Z - clang 7.0.1 2022-12-01T10:10:15.3851888Z - Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-12-01T10:10:15.3852304Z - LAPACK is enabled (usually provided by MKL) 2022-12-01T10:10:15.3852540Z - NNPACK is enabled 2022-12-01T10:10:15.3852837Z - CPU capability usage: AVX2 2022-12-01T10:10:15.3856220Z - 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 -Wunused-local-typedefs -Wno-unused-parameter -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wvla-extension -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 -Wunused-lambda-capture -Wunused-local-typedef -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-12-01T10:10:15.3858492Z 2022-12-01T10:10:15.8447270Z + cd test 2022-12-01T10:10:15.8447754Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2022-12-01T10:10:18.9530340Z ATen/Parallel: 2022-12-01T10:10:18.9530786Z at::get_num_threads() : 4 2022-12-01T10:10:18.9531036Z at::get_num_interop_threads() : 4 2022-12-01T10:10:18.9531244Z OpenMP not found 2022-12-01T10:10:18.9531738Z Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-12-01T10:10:18.9532039Z mkl_get_max_threads() : 1 2022-12-01T10:10:18.9532231Z MKLDNN not found 2022-12-01T10:10:18.9532425Z std::thread::hardware_concurrency() : 8 2022-12-01T10:10:18.9532639Z Environment variables: 2022-12-01T10:10:18.9532837Z OMP_NUM_THREADS : [not set] 2022-12-01T10:10:18.9533023Z MKL_NUM_THREADS : [not set] 2022-12-01T10:10:18.9533245Z ATen parallel backend: native thread pool 2022-12-01T10:10:18.9533386Z 2022-12-01T10:10:19.4088914Z + [[ default == *backward* ]] 2022-12-01T10:10:19.4089281Z + [[ default == *xla* ]] 2022-12-01T10:10:19.4089669Z + [[ default == \j\i\t\_\l\e\g\a\c\y ]] 2022-12-01T10:10:19.4090115Z + [[ linux-focal-py3.7-clang7-asan == *libtorch* ]] 2022-12-01T10:10:19.4090345Z + [[ default == distributed ]] 2022-12-01T10:10:19.4090543Z + [[ default == *dynamo* ]] 2022-12-01T10:10:19.4090739Z + [[ default == *dynamo* ]] 2022-12-01T10:10:19.4090898Z + [[ 3 == 1 ]] 2022-12-01T10:10:19.4091059Z + [[ 3 == 2 ]] 2022-12-01T10:10:19.4091249Z + [[ 3 -gt 2 ]] 2022-12-01T10:10:19.4091409Z + install_torchdynamo 2022-12-01T10:10:19.4091587Z + local commit 2022-12-01T10:10:19.4093286Z ++ get_pinned_commit torchdynamo 2022-12-01T10:10:19.4093767Z ++ cat .github/ci_commit_pins/torchdynamo.txt 2022-12-01T10:10:19.4180360Z + commit=6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:10:19.4181258Z + pip_install --user git+https://github.com/pytorch/torchdynamo.git@6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:10:19.4182169Z + pip install --progress-bar off --user git+https://github.com/pytorch/torchdynamo.git@6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:10:19.9185141Z Collecting git+https://github.com/pytorch/torchdynamo.git@6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:10:19.9193264Z Cloning https://github.com/pytorch/torchdynamo.git (to revision 6ead5cae0d1234aa64db06fe230ef56e12ec76fe) to /tmp/pip-req-build-px0wy58d 2022-12-01T10:10:19.9621785Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/torchdynamo.git /tmp/pip-req-build-px0wy58d 2022-12-01T10:10:21.1149287Z Running command git rev-parse -q --verify 'sha^6ead5cae0d1234aa64db06fe230ef56e12ec76fe' 2022-12-01T10:10:21.1266252Z Running command git fetch -q https://github.com/pytorch/torchdynamo.git 6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:10:21.6763679Z Running command git checkout -q 6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:10:22.2442360Z Resolved https://github.com/pytorch/torchdynamo.git to commit 6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:10:26.5720972Z Preparing metadata (setup.py) ... [?25l- done 2022-12-01T10:10:26.5805464Z [?25hRequirement already satisfied: torch>=1.12.0 in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (1.13.0a0+gitc13d400) 2022-12-01T10:10:26.5810744Z Requirement already satisfied: numpy in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (1.18.5) 2022-12-01T10:10:26.6305035Z Collecting tabulate 2022-12-01T10:10:26.6969992Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2022-12-01T10:10:26.7092494Z Requirement already satisfied: pyyaml in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (6.0) 2022-12-01T10:10:26.7097636Z Requirement already satisfied: sympy in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (1.10.1) 2022-12-01T10:10:26.7143539Z 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-12-01T10:10:26.7179287Z 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-12-01T10:10:26.7309250Z Building wheels for collected packages: torchdynamo 2022-12-01T10:10:35.7009678Z Building wheel for torchdynamo (setup.py) ... [?25l- \ | / - \ done 2022-12-01T10:10:35.7110325Z [?25h Created wheel for torchdynamo: filename=torchdynamo-1.13.0.dev0-cp37-cp37m-linux_x86_64.whl size=2898239 sha256=afc2fe87c046ce70b062c9d4e157cf7f721562fcd263c995886fd70699430989 2022-12-01T10:10:35.7111656Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/be/04/a5/adc64d091c88f64465d8ee6f21d5717177ec59bba7342b9732 2022-12-01T10:10:35.7142131Z Successfully built torchdynamo 2022-12-01T10:10:36.6330890Z Installing collected packages: tabulate, torchdynamo 2022-12-01T10:10:37.0506029Z Successfully installed tabulate-0.9.0 torchdynamo-1.13.0.dev0 2022-12-01T10:10:37.1835334Z + test_python_shard 3 2022-12-01T10:10:37.1835704Z + [[ -z 5 ]] 2022-12-01T10:10:37.1836069Z + python test/run_test.py --exclude-jit-executor --exclude-distributed-tests --shard 3 5 --verbose 2022-12-01T10:10:40.8484685Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:10:41.0204114Z Ignoring disabled issues: [] 2022-12-01T10:10:41.0913053Z Found test time stats from artifacts 2022-12-01T10:10:41.0946769Z Selected tests: 2022-12-01T10:10:41.0947007Z test_linalg 2022-12-01T10:10:41.0948578Z test_nn 2022-12-01T10:10:41.0949016Z test_reductions 2022-12-01T10:10:41.0949341Z nn/test_pooling 2022-12-01T10:10:41.0949655Z test_autograd 2022-12-01T10:10:41.0950040Z test_cpp_extensions_open_device_registration 2022-12-01T10:10:41.0950260Z test_overrides 2022-12-01T10:10:41.0950448Z test_namedtuple_return_api 2022-12-01T10:10:41.0950637Z test_jit_cuda_fuser 2022-12-01T10:10:41.0950821Z test_cpp_extensions_aot_no_ninja 2022-12-01T10:10:41.0951022Z test_comparison_utils 2022-12-01T10:10:41.0951201Z test_deploy 2022-12-01T10:10:41.0951346Z doctests 2022-12-01T10:10:41.0951512Z test_jit_fuser_te 2022-12-01T10:10:41.0951923Z test_jit_autocast 2022-12-01T10:10:41.0952084Z test_optim 2022-12-01T10:10:41.0952259Z test_binary_ufuncs 2022-12-01T10:10:41.0952441Z test_sparse 2022-12-01T10:10:41.0952620Z test_functional_autograd_benchmark 2022-12-01T10:10:41.0952821Z test_type_hints 2022-12-01T10:10:41.0953002Z test_expanded_weights 2022-12-01T10:10:41.0953166Z test_meta 2022-12-01T10:10:41.0953326Z test_vmap 2022-12-01T10:10:41.0953496Z test_sort_and_select 2022-12-01T10:10:41.0953661Z test_mkl_verbose 2022-12-01T10:10:41.0953829Z test_utils 2022-12-01T10:10:41.0953998Z test_mkldnn_verbose 2022-12-01T10:10:41.0954168Z test_import_stats 2022-12-01T10:10:41.0954340Z test_module_init 2022-12-01T10:10:41.0954506Z test_logging 2022-12-01T10:10:41.0954662Z test_bundled_inputs 2022-12-01T10:10:41.0954840Z test_public_bindings 2022-12-01T10:10:41.0955023Z lazy/test_step_closures 2022-12-01T10:10:41.0955194Z test_namedtensor 2022-12-01T10:10:42.3000160Z Prioritized test from test file changes. 2022-12-01T10:10:42.3000629Z reordering tests for PR: 2022-12-01T10:10:42.3002303Z prioritized: ['test_linalg', 'test_nn', 'test_reductions', 'nn/test_pooling', 'test_autograd', 'test_overrides', 'test_jit_cuda_fuser', 'test_jit_fuser_te', 'test_jit_autocast', 'test_optim', 'test_binary_ufuncs', 'test_sparse', 'test_expanded_weights', 'test_meta', 'test_vmap', 'test_utils', 'test_module_init', 'test_public_bindings'] 2022-12-01T10:10:42.3004470Z the rest: ['test_cpp_extensions_open_device_registration', 'test_namedtuple_return_api', 'test_cpp_extensions_aot_no_ninja', 'test_comparison_utils', 'test_deploy', 'doctests', 'test_functional_autograd_benchmark', 'test_type_hints', 'test_sort_and_select', 'test_mkl_verbose', 'test_mkldnn_verbose', 'test_import_stats', 'test_logging', 'test_bundled_inputs', 'lazy/test_step_closures', 'test_namedtensor'] 2022-12-01T10:10:42.3005332Z 2022-12-01T10:10:42.3006106Z 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-12-01T10:10:42.3313244Z 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-12-01T10:10:42.3551418Z parallel (file granularity) tests: 2022-12-01T10:10:42.3551864Z test_jit_fuser_te 2022-12-01T10:10:42.3552095Z test_jit_autocast 2022-12-01T10:10:42.3552282Z test_optim 2022-12-01T10:10:42.3552458Z test_binary_ufuncs 2022-12-01T10:10:42.3552637Z test_sparse 2022-12-01T10:10:42.3552799Z test_expanded_weights 2022-12-01T10:10:42.3552978Z test_meta 2022-12-01T10:10:42.3553134Z test_vmap 2022-12-01T10:10:42.3553278Z test_utils 2022-12-01T10:10:42.3553442Z test_module_init 2022-12-01T10:10:42.3553620Z test_public_bindings 2022-12-01T10:10:42.3553794Z test_comparison_utils 2022-12-01T10:10:42.3553971Z test_deploy 2022-12-01T10:10:42.3554161Z test_functional_autograd_benchmark 2022-12-01T10:10:42.3554342Z test_type_hints 2022-12-01T10:10:42.3554529Z test_sort_and_select 2022-12-01T10:10:42.3554709Z test_mkl_verbose 2022-12-01T10:10:42.3554873Z test_mkldnn_verbose 2022-12-01T10:10:42.3555048Z test_import_stats 2022-12-01T10:10:42.3555217Z test_logging 2022-12-01T10:10:42.3555376Z test_bundled_inputs 2022-12-01T10:10:42.3555559Z lazy/test_step_closures 2022-12-01T10:10:42.3555738Z test_namedtensor 2022-12-01T10:10:42.3555916Z serial (file granularity) tests: 2022-12-01T10:10:42.3556107Z test_linalg 2022-12-01T10:10:42.3556265Z test_nn 2022-12-01T10:10:42.3556412Z test_reductions 2022-12-01T10:10:42.3556580Z nn/test_pooling 2022-12-01T10:10:42.3556748Z test_autograd 2022-12-01T10:10:42.3556902Z test_overrides 2022-12-01T10:10:42.3557073Z test_jit_cuda_fuser 2022-12-01T10:10:42.3557287Z test_cpp_extensions_open_device_registration 2022-12-01T10:10:42.3557496Z test_namedtuple_return_api 2022-12-01T10:10:42.3557706Z test_cpp_extensions_aot_no_ninja 2022-12-01T10:10:42.3557890Z doctests 2022-12-01T10:10:46.1825982Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:10:46.2086240Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:10:46.2875496Z Ignoring disabled issues: [] 2022-12-01T10:10:46.2936698Z Ignoring disabled issues: [] 2022-12-01T10:10:46.3085873Z Running test_jit_fuser_te ... [2022-12-01 10:10:46.308184] 2022-12-01T10:10:46.3088163Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_fuser_te.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:10:46.308569] 2022-12-01T10:10:46.3142284Z Running test_jit_autocast ... [2022-12-01 10:10:46.313955] 2022-12-01T10:10:46.3144628Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_autocast.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:10:46.314253] 2022-12-01T10:16:49.0218230Z 2022-12-01T10:16:49.0218776Z Expand the folded group to see the log file of test_jit_autocast 2022-12-01T10:16:49.0229783Z ##[group]PRINTING LOG FILE of test_jit_autocast (/var/lib/jenkins/workspace/test/test-reports/test_jit_autocast_z4f13zln) 2022-12-01T10:16:49.0230411Z Test results will be stored in test-reports/python-unittest/test_jit_autocast 2022-12-01T10:16:49.0230693Z CUDA not available, skipping tests 2022-12-01T10:16:49.0231358Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-12-01T10:16:49.0231550Z 2022-12-01T10:16:49.0231626Z Running tests... 2022-12-01T10:16:49.0231985Z ---------------------------------------------------------------------- 2022-12-01T10:16:49.0232288Z test_autocast_api (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:16:49.0232697Z test_autocast_api_not_supported (__main__.TestAutocast) ... skip: we need to provide dtype argument at this moment (0.001s) 2022-12-01T10:16:49.0233038Z test_autocast_autodiff (__main__.TestAutocast) ... skip: No cuda (0.002s) 2022-12-01T10:16:49.0233430Z test_autocast_decorator (__main__.TestAutocast) ... skip: autocast decorators not supported (0.001s) 2022-12-01T10:16:49.0233777Z test_autocast_decorator_outside_jit (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:16:49.0234153Z test_autocast_mixed_dtypes (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:16:49.0234433Z test_callees (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:16:49.0234727Z test_callees_with_autocast_off (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:16:49.0235088Z test_callees_with_autocast_on (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:16:49.0235382Z test_conditional_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:16:49.0235760Z test_control_flow (__main__.TestAutocast) ... skip: broken due to lack of type propagation (0.001s) 2022-12-01T10:16:49.0236086Z test_divergent_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:16:49.0236430Z test_divergent_types (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:16:49.0236708Z test_duplicate_inputs (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:16:49.0237000Z test_eager_and_script (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:16:49.0245178Z test_explicit_casts (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:16:49.0245762Z test_fp32_policy (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:16:49.0246160Z test_fp32_policy_with_fp64 (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:16:49.0246679Z test_fp32_set_opt_dtype_policy (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:16:49.0247255Z test_fp32_set_opt_dtype_policy_fp64 (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:16:49.0247669Z test_ignore_amp (__main__.TestAutocast) ... ok (0.105s) 2022-12-01T10:16:49.0248147Z test_implicitly_nested_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:16:49.0248724Z test_inplace (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:16:49.0249158Z test_jit_autocast_softmax_cpu (__main__.TestAutocast) ... ok (0.443s) 2022-12-01T10:16:49.0249945Z test_jit_autocast_softmax_gpu (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:16:49.0250537Z test_jit_call_method_under_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:16:49.0251094Z test_jit_executor_under_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:16:49.0251437Z test_jit_freeze_autocast_basic (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:16:49.0251749Z test_jit_freeze_autocast_constants (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:16:49.0252062Z test_linear_bf16 (__main__.TestAutocast) ... skip: No cuda bfloat16 support (0.001s) 2022-12-01T10:16:49.0252341Z test_minimal (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:16:49.0252615Z test_minimal_cpu (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:16:49.0252892Z test_minimal_off (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-12-01T10:16:49.0253159Z test_nested_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:16:49.0253451Z test_promote_policy (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:16:49.0253802Z test_promote_policy_fp64 (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:16:49.0254099Z test_reused_autocast (__main__.TestAutocast) ... skip: No cuda (0.003s) 2022-12-01T10:16:49.0254409Z test_reused_autocast_expr (__main__.TestAutocast) ... skip: unsuported autocast syntax (0.001s) 2022-12-01T10:16:49.0325976Z test_runtime_autocast_state (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-12-01T10:16:49.0328110Z test_runtime_autocast_state_expr (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:16:49.0328427Z test_script_and_tracing (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:16:49.0328815Z test_script_and_tracing_with_autocast (__main__.TestAutocast) ... skip: autocast(False) is ignored inside traced functions (0.001s) 2022-12-01T10:16:49.0329174Z test_script_module (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:16:49.0329454Z test_tracing_and_script (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:16:49.0329826Z test_tracing_with_autocast_and_script (__main__.TestAutocast) ... skip: scripted called from traced TorchScript is not yet working (0.001s) 2022-12-01T10:16:49.0330209Z test_generate_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... ok (100.227s) 2022-12-01T10:16:49.0331211Z test_nchw_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-12-01T10:16:49.0331853Z warnings.warn(msg, FutureWarning) 2022-12-01T10:16:49.0332043Z ok (145.838s) 2022-12-01T10:16:49.0332298Z test_nhwc_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... ok (107.780s) 2022-12-01T10:16:49.0332620Z test_script_autocast_cpu (__main__.TestJitTraceAutocast) ... ok (0.283s) 2022-12-01T10:16:49.0332930Z test_script_autocast_cuda (__main__.TestJitTraceAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:16:49.0333265Z test_script_autocast_enable_and_check (__main__.TestJitTraceAutocast) ... ok (0.330s) 2022-12-01T10:16:49.0333586Z test_scripted_aliasing (__main__.TestJitTraceAutocast) ... ok (0.298s) 2022-12-01T10:16:49.0333756Z 2022-12-01T10:16:49.0333947Z ---------------------------------------------------------------------- 2022-12-01T10:16:49.0334194Z Ran 52 tests in 355.366s 2022-12-01T10:16:49.0334310Z 2022-12-01T10:16:49.0334382Z OK (skipped=44) 2022-12-01T10:16:49.0334492Z 2022-12-01T10:16:49.0334575Z Generating XML reports... 2022-12-01T10:16:49.0334968Z Generated XML report: test-reports/python-unittest/test_jit_autocast/TEST-TestAutocast-20221201101052.xml 2022-12-01T10:16:49.0335686Z Generated XML report: test-reports/python-unittest/test_jit_autocast/TEST-TestJitTraceAutocast-20221201101052.xml 2022-12-01T10:16:49.0335933Z 2022-12-01T10:16:49.0336292Z ##[endgroup] 2022-12-01T10:16:49.0336669Z FINISHED PRINTING LOG FILE of test_jit_autocast (/var/lib/jenkins/workspace/test/test-reports/test_jit_autocast_z4f13zln) 2022-12-01T10:16:49.0336896Z 2022-12-01T10:16:53.4794253Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:16:53.5868533Z Ignoring disabled issues: [] 2022-12-01T10:16:53.6078637Z Running test_optim ... [2022-12-01 10:16:53.607498] 2022-12-01T10:16:53.6081122Z Executing ['/opt/conda/bin/python', '-bb', 'test_optim.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:16:53.607896] 2022-12-01T10:21:02.4407830Z 2022-12-01T10:21:02.4408625Z Expand the folded group to see the log file of test_optim 2022-12-01T10:21:02.4411177Z ##[group]PRINTING LOG FILE of test_optim (/var/lib/jenkins/workspace/test/test-reports/test_optim_x30xqamu) 2022-12-01T10:21:02.4448725Z Test results will be stored in test-reports/python-unittest/test_optim 2022-12-01T10:21:02.4448932Z 2022-12-01T10:21:02.4485316Z Running tests... 2022-12-01T10:21:02.4485875Z ---------------------------------------------------------------------- 2022-12-01T10:21:02.4486297Z test_adam (__main__.TestDifferentiableOptimizer) ... ok (0.375s) 2022-12-01T10:21:02.4486834Z test_rmsprop (__main__.TestDifferentiableOptimizer) ... ok (0.072s) 2022-12-01T10:21:02.4487328Z test_sgd (__main__.TestDifferentiableOptimizer) ... ok (0.019s) 2022-12-01T10:21:02.4487647Z test_CosineAnnealingWarmRestarts_lr1_T_mult_1 (__main__.TestLRScheduler) ... ok (0.012s) 2022-12-01T10:21:02.4487998Z test_CosineAnnealingWarmRestarts_lr1_T_mult_2 (__main__.TestLRScheduler) ... ok (0.012s) 2022-12-01T10:21:02.4526164Z test_CosineAnnealingWarmRestarts_lr1_T_mult_4 (__main__.TestLRScheduler) ... ok (0.011s) 2022-12-01T10:21:02.4526832Z test_CosineAnnealingWarmRestarts_lr2 (__main__.TestLRScheduler) ... ok (0.133s) 2022-12-01T10:21:02.4527497Z test_CosineAnnealingWarmRestarts_lr3 (__main__.TestLRScheduler) ... ok (0.007s) 2022-12-01T10:21:02.4528187Z test_CosineAnnealingWarmRestarts_lr_state_dict (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:21:02.4530435Z test_chained_lr1 (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-12-01T10:21:02.4532116Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:21:02.4532627Z ok (0.003s) 2022-12-01T10:21:02.4533027Z test_chained_lr2 (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:21:02.4533569Z test_chained_lr2_get_last_lr_before_step (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:21:02.4534144Z test_chained_lr3 (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:21:02.4534627Z test_chained_lr4 (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:21:02.4535131Z test_chained_lr5 (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:21:02.4535652Z test_closed_form_constantlr (__main__.TestLRScheduler) ... ok (0.014s) 2022-12-01T10:21:02.4536215Z test_closed_form_cos_anneal_lr (__main__.TestLRScheduler) ... ok (0.014s) 2022-12-01T10:21:02.4536751Z test_closed_form_exp_lr (__main__.TestLRScheduler) ... ok (0.013s) 2022-12-01T10:21:02.4537283Z test_closed_form_linearlr (__main__.TestLRScheduler) ... ok (0.014s) 2022-12-01T10:21:02.4537840Z test_closed_form_multi_step_lr (__main__.TestLRScheduler) ... ok (0.014s) 2022-12-01T10:21:02.4538364Z test_closed_form_poly_lr (__main__.TestLRScheduler) ... ok (0.026s) 2022-12-01T10:21:02.4539188Z test_closed_form_step_lr (__main__.TestLRScheduler) ... ok (0.013s) 2022-12-01T10:21:02.4541358Z test_compound_cosanneal_and_exp_lr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-12-01T10:21:02.4543038Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:21:02.4543557Z ok (0.003s) 2022-12-01T10:21:02.4544018Z test_compound_cosanneal_and_linearlr (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:21:02.4547170Z test_compound_cosanneal_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:21:02.4547806Z test_compound_cosanneal_and_step_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:21:02.4548550Z test_compound_exp_and_linearlr (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:21:02.4549140Z test_compound_exp_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:21:02.4549717Z test_compound_linearlr_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:21:02.4550321Z test_compound_reduce_lr_on_plateau1 (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:21:02.4550915Z test_compound_reduce_lr_on_plateau2 (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:21:02.4551503Z test_compound_reduce_lr_on_plateau3 (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:21:02.4552062Z test_compound_reduce_lr_on_plateau4 (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:21:02.4552632Z test_compound_reduce_lr_on_plateau5 (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:21:02.4553230Z test_compound_step_and_constantlr (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:21:02.4553793Z test_compound_step_and_exp_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:21:02.4554404Z test_compound_step_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:21:02.4554943Z test_constantlr (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:21:02.4555511Z test_constantlr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:21:02.4556092Z test_constantlr_with_epoch (__main__.TestLRScheduler) ... ok (0.005s) 2022-12-01T10:21:02.4558248Z test_cos_anneal_lr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-12-01T10:21:02.4560029Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:21:02.4560532Z ok (0.003s) 2022-12-01T10:21:02.4562059Z test_cos_anneal_lr_continue (__main__.TestLRScheduler) ... /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-12-01T10:21:02.4563134Z warnings.warn(msg, FutureWarning) 2022-12-01T10:21:02.4563504Z ok (0.003s) 2022-12-01T10:21:02.4564123Z test_cosine_lr_state_dict (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:21:02.4564682Z test_cosine_then_cyclic (__main__.TestLRScheduler) ... ok (0.006s) 2022-12-01T10:21:02.4565481Z test_cycle_lr_cycle_momentum_fail_with_momentumless_optimizer (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:21:02.4566090Z test_cycle_lr_exp_range_mode (__main__.TestLRScheduler) ... ok (0.006s) 2022-12-01T10:21:02.4566660Z test_cycle_lr_exp_range_mode_one_lr (__main__.TestLRScheduler) ... ok (0.006s) 2022-12-01T10:21:02.4567254Z test_cycle_lr_exp_range_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.006s) 2022-12-01T10:21:02.4567836Z test_cycle_lr_invalid_mode (__main__.TestLRScheduler) ... ok (0.001s) 2022-12-01T10:21:02.4569167Z test_cycle_lr_removed_after_out_of_scope (__main__.TestLRScheduler) ... Test test_cycle_lr_removed_after_out_of_scope (__main__.TestLRScheduler) is disabled for some unrecognized platforms: [dynamo]. Please edit issue https://github.com/pytorch/pytorch/issues/87748 to fix the platforms assigned to this flaky test, changing "Platforms: ..." to a comma separated subset of the following (or leave it blank to match all platforms): mac, macos, win, windows, linux, rocm, asan 2022-12-01T10:21:02.4571417Z skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/87748 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-12-01T10:21:02.4572420Z test_cycle_lr_triangular2_mode (__main__.TestLRScheduler) ... ok (0.009s) 2022-12-01T10:21:02.4572808Z test_cycle_lr_triangular2_mode_one_lr (__main__.TestLRScheduler) ... ok (0.008s) 2022-12-01T10:21:02.4573222Z test_cycle_lr_triangular2_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.010s) 2022-12-01T10:21:02.4573670Z test_cycle_lr_triangular_mode (__main__.TestLRScheduler) ... ok (0.005s) 2022-12-01T10:21:02.4574074Z test_cycle_lr_triangular_mode_one_lr (__main__.TestLRScheduler) ... ok (0.005s) 2022-12-01T10:21:02.4574502Z test_cycle_lr_triangular_mode_one_lr_no_momentum (__main__.TestLRScheduler) ... ok (0.005s) 2022-12-01T10:21:02.4574989Z test_cycle_lr_triangular_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.005s) 2022-12-01T10:21:02.4575428Z test_cycle_lr_with_adam (__main__.TestLRScheduler) ... ok (0.005s) 2022-12-01T10:21:02.4575861Z test_cycle_lr_with_momentumless_optimizer (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:21:02.4576300Z test_error_when_getlr_has_epoch (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:21:02.4576693Z test_exp_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:21:02.4577063Z test_exp_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:21:02.4577523Z test_exponential_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.005s) 2022-12-01T10:21:02.4577973Z test_get_last_lr_constantlr (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:21:02.4578369Z test_get_last_lr_linearlr (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:21:02.4578778Z test_get_last_lr_multi_step_lr (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:21:02.4580508Z test_get_last_lr_sequentiallr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:163: UserWarning: The epoch parameter in `scheduler.step()` was not necessary and is being deprecated where possible. Please use `scheduler.step()` to step the scheduler. During the deprecation, if epoch is different from None, the closed form is used instead of the new chainable form, where available. Please open an issue if you are unable to replicate your use case: https://github.com/pytorch/pytorch/issues/new/choose. 2022-12-01T10:21:02.4581608Z warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning) 2022-12-01T10:21:02.4581907Z ok (0.005s) 2022-12-01T10:21:02.4582222Z test_get_last_lr_step_lr (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:21:02.4583775Z test_lambda_lr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-12-01T10:21:02.4585197Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:21:02.4585583Z ok (0.003s) 2022-12-01T10:21:02.4585888Z test_lambda_lr_state_dict_fn (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:21:02.4586301Z test_lambda_lr_state_dict_obj (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:21:02.4586751Z test_linear_linearlr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:21:02.4588403Z test_linearlr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-12-01T10:21:02.4589568Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:21:02.4589951Z ok (0.003s) 2022-12-01T10:21:02.4590272Z test_linearlr_with_epoch (__main__.TestLRScheduler) ... ok (0.005s) 2022-12-01T10:21:02.4591811Z test_multi_step_lr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-12-01T10:21:02.4593012Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:21:02.4593373Z ok (0.003s) 2022-12-01T10:21:02.4593706Z test_multi_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:21:02.4594123Z test_multi_step_lr_with_epoch (__main__.TestLRScheduler) ... ok (0.005s) 2022-12-01T10:21:02.4595694Z test_multiplicative_lr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-12-01T10:21:02.4596858Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:21:02.4597233Z ok (0.003s) 2022-12-01T10:21:02.4601146Z test_new_pattern_no_warning (__main__.TestLRScheduler) ... ok (0.005s) 2022-12-01T10:21:02.4601676Z test_new_pattern_no_warning_with_arg (__main__.TestLRScheduler) ... ok (0.005s) 2022-12-01T10:21:02.4605248Z test_new_pattern_no_warning_with_overridden_optim_step (__main__.TestLRScheduler) ... ok (0.007s) 2022-12-01T10:21:02.4605577Z test_no_cyclic_references (__main__.TestLRScheduler) ... ok (0.112s) 2022-12-01T10:21:02.4605916Z test_old_pattern_warning (__main__.TestLRScheduler) ... ok (0.008s) 2022-12-01T10:21:02.4606201Z test_old_pattern_warning_resuming (__main__.TestLRScheduler) ... ok (0.007s) 2022-12-01T10:21:02.4606525Z test_old_pattern_warning_resuming_with_arg (__main__.TestLRScheduler) ... ok (0.007s) 2022-12-01T10:21:02.4607184Z test_old_pattern_warning_with_arg (__main__.TestLRScheduler) ... ok (0.007s) 2022-12-01T10:21:02.4607756Z test_old_pattern_warning_with_overridden_optim_step (__main__.TestLRScheduler) ... ok (0.007s) 2022-12-01T10:21:02.4608089Z test_onecycle_lr_cannot_calculate_total_steps (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:21:02.4608412Z test_onecycle_lr_cosine_annealing (__main__.TestLRScheduler) ... ok (0.006s) 2022-12-01T10:21:02.4608727Z test_onecycle_lr_invalid_anneal_strategy (__main__.TestLRScheduler) ... ok (0.001s) 2022-12-01T10:21:02.4609028Z test_onecycle_lr_invalid_pct_start (__main__.TestLRScheduler) ... ok (0.001s) 2022-12-01T10:21:02.4609333Z test_onecycle_lr_linear_annealing (__main__.TestLRScheduler) ... ok (0.005s) 2022-12-01T10:21:02.4609658Z test_onecycle_lr_linear_annealing_three_phases (__main__.TestLRScheduler) ... ok (0.005s) 2022-12-01T10:21:02.4610861Z test_poly_lr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-12-01T10:21:02.4611762Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:21:02.4612038Z ok (0.003s) 2022-12-01T10:21:02.4612288Z test_polynomial_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:21:02.4612604Z test_reduce_lr_on_plateau1 (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:21:02.4612897Z test_reduce_lr_on_plateau2 (__main__.TestLRScheduler) ... ok (0.005s) 2022-12-01T10:21:02.4613169Z test_reduce_lr_on_plateau3 (__main__.TestLRScheduler) ... ok (0.005s) 2022-12-01T10:21:02.4613463Z test_reduce_lr_on_plateau4 (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:21:02.4613745Z test_reduce_lr_on_plateau5 (__main__.TestLRScheduler) ... ok (0.005s) 2022-12-01T10:21:02.4614028Z test_reduce_lr_on_plateau6 (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:21:02.4614296Z test_reduce_lr_on_plateau7 (__main__.TestLRScheduler) ... ok (0.005s) 2022-12-01T10:21:02.4614572Z test_reduce_lr_on_plateau8 (__main__.TestLRScheduler) ... ok (0.005s) 2022-12-01T10:21:02.4614867Z test_reduce_lr_on_plateau_state_dict (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:21:02.4615931Z test_sequentiallr1 (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-12-01T10:21:02.4616766Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:21:02.4617840Z /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:163: UserWarning: The epoch parameter in `scheduler.step()` was not necessary and is being deprecated where possible. Please use `scheduler.step()` to step the scheduler. During the deprecation, if epoch is different from None, the closed form is used instead of the new chainable form, where available. Please open an issue if you are unable to replicate your use case: https://github.com/pytorch/pytorch/issues/new/choose. 2022-12-01T10:21:02.4618531Z warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning) 2022-12-01T10:21:02.4618752Z ok (0.003s) 2022-12-01T10:21:02.4618975Z test_sequentiallr2 (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:21:02.4619237Z test_sequentiallr3 (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:21:02.4619549Z test_sequentiallr4 (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:21:02.4619811Z test_step_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:21:02.4620097Z test_step_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.005s) 2022-12-01T10:21:02.4620401Z test_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:21:02.4620684Z test_swa_lr_state_dict (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:21:02.4620980Z test_swalr_cosine_anneal_after_multiplicative (__main__.TestLRScheduler) ... ok (0.006s) 2022-12-01T10:21:02.4621282Z test_swalr_hypers (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:21:02.4621586Z test_swalr_linear_anneal_after_multiplicative (__main__.TestLRScheduler) ... ok (0.005s) 2022-12-01T10:21:02.4621890Z test_swalr_no_anneal (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:21:02.4622957Z test_adadelta (__main__.TestOptim) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-12-01T10:21:02.4623801Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:21:02.4624074Z ok (15.846s) 2022-12-01T10:21:02.4624294Z test_adadelta_complex (__main__.TestOptim) ... ok (0.019s) 2022-12-01T10:21:02.4624587Z test_adagrad (__main__.TestOptim) ... ok (19.557s) 2022-12-01T10:21:02.4625023Z test_adagrad_complex (__main__.TestOptim) ... ok (0.026s) 2022-12-01T10:21:02.4625348Z test_adagrad_sparse (__main__.TestOptim) ... ok (52.708s) 2022-12-01T10:21:02.4625578Z test_adam (__main__.TestOptim) ... ok (47.018s) 2022-12-01T10:21:02.4626183Z test_adamax (__main__.TestOptim) ... Test test_adamax (__main__.TestOptim) is disabled for some unrecognized platforms: [dynamo]. Please edit issue https://github.com/pytorch/pytorch/issues/86474 to fix the platforms assigned to this flaky test, changing "Platforms: ..." to a comma separated subset of the following (or leave it blank to match all platforms): mac, macos, win, windows, linux, rocm, asan 2022-12-01T10:21:02.4627219Z skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/86474 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-12-01T10:21:02.4628071Z test_adamw (__main__.TestOptim) ... Test test_adamw (__main__.TestOptim) is disabled for some unrecognized platforms: [dynamo]. Please edit issue https://github.com/pytorch/pytorch/issues/86435 to fix the platforms assigned to this flaky test, changing "Platforms: ..." to a comma separated subset of the following (or leave it blank to match all platforms): mac, macos, win, windows, linux, rocm, asan 2022-12-01T10:21:02.4629109Z skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/86435 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-12-01T10:21:02.4629956Z test_asgd (__main__.TestOptim) ... Test test_asgd (__main__.TestOptim) is disabled for some unrecognized platforms: [dynamo]. Please edit issue https://github.com/pytorch/pytorch/issues/86763 to fix the platforms assigned to this flaky test, changing "Platforms: ..." to a comma separated subset of the following (or leave it blank to match all platforms): mac, macos, win, windows, linux, rocm, asan 2022-12-01T10:21:02.4631029Z skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/86763 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-12-01T10:21:02.4631549Z test_duplicate_params_in_param_group (__main__.TestOptim) ... ok (0.001s) 2022-12-01T10:21:02.4631880Z test_functional_fused_adam_with_foundinf (__main__.TestOptim) ... skip: CUDA is required. (0.002s) 2022-12-01T10:21:02.4632173Z test_fused_optimizers (__main__.TestOptim) ... ok (0.001s) 2022-12-01T10:21:02.4632440Z test_invalid_param_type (__main__.TestOptim) ... ok (0.001s) 2022-12-01T10:21:02.4632694Z test_lbfgs (__main__.TestOptim) ... ok (1.764s) 2022-12-01T10:21:02.4633063Z test_lbfgs_return_type (__main__.TestOptim) ... skip: division-by-zero error with UBSAN (0.001s) 2022-12-01T10:21:02.4633377Z test_multi_tensor_optimizers (__main__.TestOptim) ... ok (0.003s) 2022-12-01T10:21:02.4634039Z test_nadam (__main__.TestOptim) ... Test test_nadam (__main__.TestOptim) is disabled for some unrecognized platforms: [dynamo]. Please edit issue https://github.com/pytorch/pytorch/issues/68171 to fix the platforms assigned to this flaky test, changing "Platforms: ..." to a comma separated subset of the following (or leave it blank to match all platforms): mac, macos, win, windows, linux, rocm, asan 2022-12-01T10:21:02.4635076Z skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68171 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-12-01T10:21:02.4635657Z test_no_grad_for_all_params (__main__.TestOptim) ... ok (0.003s) 2022-12-01T10:21:02.4636288Z test_radam (__main__.TestOptim) ... Test test_radam (__main__.TestOptim) is disabled for some unrecognized platforms: [dynamo]. Please edit issue https://github.com/pytorch/pytorch/issues/86389 to fix the platforms assigned to this flaky test, changing "Platforms: ..." to a comma separated subset of the following (or leave it blank to match all platforms): mac, macos, win, windows, linux, rocm, asan 2022-12-01T10:21:02.4637377Z skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/86389 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-12-01T10:21:02.4638277Z test_rmsprop (__main__.TestOptim) ... Test test_rmsprop (__main__.TestOptim) is disabled for some unrecognized platforms: [dynamo]. Please edit issue https://github.com/pytorch/pytorch/issues/86433 to fix the platforms assigned to this flaky test, changing "Platforms: ..." to a comma separated subset of the following (or leave it blank to match all platforms): mac, macos, win, windows, linux, rocm, asan 2022-12-01T10:21:02.4639477Z skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/86433 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.003s) 2022-12-01T10:21:02.4640027Z test_rprop (__main__.TestOptim) ... ok (16.297s) 2022-12-01T10:21:02.4641097Z test_sgd (__main__.TestOptim) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-12-01T10:21:02.4642042Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:21:02.4642412Z ok (35.672s) 2022-12-01T10:21:02.4642689Z test_sgd_complex (__main__.TestOptim) ... ok (0.041s) 2022-12-01T10:21:02.4643013Z test_sgd_sparse (__main__.TestOptim) ... ok (40.219s) 2022-12-01T10:21:02.4643286Z test_sparse_adam (__main__.TestOptim) ... ok (13.730s) 2022-12-01T10:21:02.4643630Z test_averaged_model_all_devices (__main__.TestSWAUtils) ... ok (0.047s) 2022-12-01T10:21:02.4644231Z test_averaged_model_exponential (__main__.TestSWAUtils) ... ok (0.051s) 2022-12-01T10:21:02.4644612Z test_averaged_model_exponential_buffers (__main__.TestSWAUtils) ... ok (0.024s) 2022-12-01T10:21:02.4644941Z test_averaged_model_mixed_device (__main__.TestSWAUtils) ... ok (0.002s) 2022-12-01T10:21:02.4645297Z test_averaged_model_state_dict (__main__.TestSWAUtils) ... ok (0.018s) 2022-12-01T10:21:02.4645673Z test_bn_update_eval_momentum (__main__.TestSWAUtils) ... ok (0.108s) 2022-12-01T10:21:02.4645966Z test_update_bn_cnn (__main__.TestSWAUtils) ... ok (0.115s) 2022-12-01T10:21:02.4646295Z test_update_bn_dnn (__main__.TestSWAUtils) ... ok (0.097s) 2022-12-01T10:21:02.4646474Z 2022-12-01T10:21:02.4646812Z ---------------------------------------------------------------------- 2022-12-01T10:21:02.4647126Z Ran 149 tests in 244.661s 2022-12-01T10:21:02.4647229Z 2022-12-01T10:21:02.4647354Z OK (skipped=9) 2022-12-01T10:21:02.4647504Z 2022-12-01T10:21:02.4647618Z Generating XML reports... 2022-12-01T10:21:02.4648126Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestDifferentiableOptimizer-20221201101657.xml 2022-12-01T10:21:02.4648681Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestLRScheduler-20221201101657.xml 2022-12-01T10:21:02.4649222Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestOptim-20221201101657.xml 2022-12-01T10:21:02.4649793Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestSWAUtils-20221201101657.xml 2022-12-01T10:21:02.4650043Z 2022-12-01T10:21:02.4650479Z ##[endgroup] 2022-12-01T10:21:02.4650875Z FINISHED PRINTING LOG FILE of test_optim (/var/lib/jenkins/workspace/test/test-reports/test_optim_x30xqamu) 2022-12-01T10:21:02.4651119Z 2022-12-01T10:21:06.9705493Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:21:07.0759913Z Ignoring disabled issues: [] 2022-12-01T10:21:07.0970486Z Running test_binary_ufuncs ... [2022-12-01 10:21:07.096659] 2022-12-01T10:21:07.0972062Z Executing ['/opt/conda/bin/python', '-bb', 'test_binary_ufuncs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:21:07.096978] 2022-12-01T10:25:33.0980434Z 2022-12-01T10:25:33.0980950Z Expand the folded group to see the log file of test_binary_ufuncs 2022-12-01T10:25:33.0981920Z ##[group]PRINTING LOG FILE of test_binary_ufuncs (/var/lib/jenkins/workspace/test/test-reports/test_binary_ufuncs_73qbzve5) 2022-12-01T10:25:33.1004328Z Test results will be stored in test-reports/python-unittest/test_binary_ufuncs 2022-12-01T10:25:33.1004699Z 2022-12-01T10:25:33.1005746Z Running tests... 2022-12-01T10:25:33.1006338Z ---------------------------------------------------------------------- 2022-12-01T10:25:33.1083417Z test___add___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1084163Z test___add___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1084671Z test___add___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1085252Z test___add___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1085819Z test___add___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1086306Z test___add___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1086957Z test___add___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1088093Z test___add___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1088821Z test___and___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1165281Z test___and___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1165777Z test___and___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1166109Z test___and___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1166587Z test___and___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1167169Z test___and___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1167747Z test___and___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1168328Z test___and___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1168812Z test___eq___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1169324Z test___eq___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1169653Z test___eq___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1169970Z test___eq___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1170292Z test___eq___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1170588Z test___eq___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1170908Z test___eq___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1171232Z test___eq___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1171606Z test___floordiv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1172220Z test___floordiv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1172727Z test___floordiv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1173065Z test___floordiv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1173386Z test___floordiv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1173717Z test___floordiv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1174230Z test___floordiv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1174823Z test___floordiv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1175386Z test___ge___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1175936Z test___ge___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1176512Z test___ge___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1177080Z test___ge___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1177597Z test___ge___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1178184Z test___ge___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1178712Z test___ge___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1179247Z test___ge___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1179808Z test___gt___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1180374Z test___gt___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1180916Z test___gt___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1181306Z test___gt___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1181746Z test___gt___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1182205Z test___gt___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1182768Z test___gt___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1183206Z test___gt___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1183527Z test___iadd___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1183854Z test___iadd___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1184327Z test___iadd___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1184659Z test___iadd___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1185037Z test___iadd___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1185359Z test___iadd___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1185667Z test___iadd___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1185990Z test___iadd___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1186312Z test___iand___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1186626Z test___iand___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1186948Z test___iand___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1187272Z test___iand___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1187593Z test___iand___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1187895Z test___iand___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1188218Z test___iand___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1188534Z test___iand___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1188862Z test___ifloordiv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1189189Z test___ifloordiv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1189516Z test___ifloordiv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1189849Z test___ifloordiv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1190173Z test___ifloordiv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1190506Z test___ifloordiv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1190837Z test___ifloordiv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1191167Z test___ifloordiv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1191485Z test___ilshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1191812Z test___ilshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1192142Z test___ilshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1192452Z test___ilshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1192813Z test___ilshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1193139Z test___ilshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1193463Z test___ilshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1193776Z test___ilshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1194103Z test___imod___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1194426Z test___imod___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1194744Z test___imod___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1195048Z test___imod___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1195367Z test___imod___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1195685Z test___imod___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1196029Z test___imod___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1196345Z test___imod___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1196666Z test___imul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1196986Z test___imul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1197293Z test___imul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1197609Z test___imul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1197926Z test___imul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1198230Z test___imul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1198584Z test___imul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1198895Z test___imul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1199214Z test___ior___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1199538Z test___ior___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1199844Z test___ior___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1200158Z test___ior___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1200480Z test___ior___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1200794Z test___ior___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1201102Z test___ior___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1201420Z test___ior___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1201739Z test___ipow___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1202085Z test___ipow___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1202407Z test___ipow___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1202724Z test___ipow___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1203044Z test___ipow___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1203348Z test___ipow___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1203665Z test___ipow___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1204244Z test___ipow___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1204570Z test___irshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1204904Z test___irshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1205234Z test___irshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1205565Z test___irshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1205891Z test___irshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1206219Z test___irshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1206542Z test___irshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1206856Z test___irshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1207425Z test___isub___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1207864Z test___isub___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1208224Z test___isub___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1208599Z test___isub___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1208923Z test___isub___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1209314Z test___isub___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1209686Z test___isub___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1210044Z test___isub___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1210478Z test___itruediv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1210881Z test___itruediv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1211285Z test___itruediv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1211688Z test___itruediv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1212101Z test___itruediv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1212536Z test___itruediv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1212899Z test___itruediv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1213325Z test___itruediv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1213661Z test___ixor___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1214092Z test___ixor___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1214405Z test___ixor___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1214812Z test___ixor___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1215231Z test___ixor___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1215634Z test___ixor___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1215993Z test___ixor___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1216379Z test___ixor___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1216846Z test___le___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1217360Z test___le___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1217734Z test___le___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1218148Z test___le___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1218525Z test___le___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1218907Z test___le___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1219270Z test___le___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1219675Z test___le___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1220010Z test___lshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1220418Z test___lshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1220757Z test___lshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1221213Z test___lshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1221593Z test___lshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1222010Z test___lshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1222387Z test___lshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1222785Z test___lshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1224010Z test___lt___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1224480Z test___lt___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1224860Z test___lt___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1225265Z test___lt___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1225606Z test___lt___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1226007Z test___lt___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1226395Z test___lt___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1226752Z test___lt___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1227122Z test___matmul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1227539Z test___matmul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1227910Z test___matmul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1228343Z test___matmul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1228714Z test___matmul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1229097Z test___matmul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1229465Z test___matmul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1229828Z test___matmul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1230168Z test___mod___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1230574Z test___mod___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1230916Z test___mod___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1231390Z test___mod___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1231758Z test___mod___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1232210Z test___mod___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1232644Z test___mod___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1233096Z test___mod___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1233466Z test___mul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1233937Z test___mul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1234286Z test___mul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1234664Z test___mul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1235030Z test___mul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1235457Z test___mul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1235832Z test___mul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1236260Z test___mul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1236613Z test___ne___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1236977Z test___ne___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1237348Z test___ne___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1237725Z test___ne___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1238081Z test___ne___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1238499Z test___ne___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1238858Z test___ne___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1239247Z test___ne___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1239598Z test___or___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1240028Z test___or___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1240391Z test___or___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1240806Z test___or___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1241146Z test___or___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1241517Z test___or___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1241856Z test___or___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1242279Z test___or___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1242630Z test___pow___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1243073Z test___pow___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1243430Z test___pow___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1243799Z test___pow___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1244306Z test___pow___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1244667Z test___pow___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1245150Z test___pow___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1245556Z test___pow___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1245946Z test___radd___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1246374Z test___radd___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1246735Z test___radd___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1247133Z test___radd___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1247523Z test___radd___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1247918Z test___radd___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1248286Z test___radd___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1248761Z test___radd___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1249293Z test___rand___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1249638Z test___rand___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1250079Z test___rand___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1250475Z test___rand___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1250860Z test___rand___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1251207Z test___rand___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1251613Z test___rand___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1251983Z test___rand___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1252404Z test___rfloordiv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1252777Z test___rfloordiv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1253197Z test___rfloordiv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1253583Z test___rfloordiv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1253999Z test___rfloordiv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1254391Z test___rfloordiv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1254823Z test___rfloordiv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1255196Z test___rfloordiv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1255590Z test___rlshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1255944Z test___rlshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1256396Z test___rlshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1256792Z test___rlshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1257207Z test___rlshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1257573Z test___rlshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1257991Z test___rlshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1258374Z test___rlshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1258889Z test___rmatmul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1259310Z test___rmatmul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1259708Z test___rmatmul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1260127Z test___rmatmul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1260516Z test___rmatmul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1260938Z test___rmatmul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1261309Z test___rmatmul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1261714Z test___rmatmul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1262084Z test___rmod___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1262466Z test___rmod___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1262878Z test___rmod___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1263284Z test___rmod___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1263662Z test___rmod___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1264034Z test___rmod___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1264488Z test___rmod___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1264942Z test___rmod___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1265460Z test___rmul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1265831Z test___rmul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1266257Z test___rmul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1266611Z test___rmul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1267006Z test___rmul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1267394Z test___rmul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1267773Z test___rmul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1268203Z test___rmul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1268608Z test___ror___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1268989Z test___ror___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1269391Z test___ror___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1269781Z test___ror___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1270205Z test___ror___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1270570Z test___ror___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1270981Z test___ror___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1271344Z test___ror___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1271783Z test___rpow___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1272101Z test___rpow___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1272478Z test___rpow___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1272913Z test___rpow___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1273248Z test___rpow___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1273560Z test___rpow___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1273884Z test___rpow___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1274208Z test___rpow___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1274542Z test___rrshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1274866Z test___rrshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1275199Z test___rrshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1275535Z test___rrshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1275893Z test___rrshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1276226Z test___rrshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1276552Z test___rrshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1276880Z test___rrshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1277239Z test___rshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1277837Z test___rshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1278422Z test___rshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1278745Z test___rshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1279062Z test___rshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1279392Z test___rshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1279712Z test___rshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1280017Z test___rshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1280337Z test___rsub___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1280656Z test___rsub___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1280974Z test___rsub___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1281338Z test___rsub___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1281674Z test___rsub___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1281996Z test___rsub___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1282304Z test___rsub___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1282624Z test___rsub___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1282956Z test___rtruediv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:25:33.1283287Z test___rtruediv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1283601Z test___rtruediv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1284085Z test___rtruediv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1284420Z test___rtruediv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1284828Z test___rtruediv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1285146Z test___rtruediv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1285477Z test___rtruediv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1285805Z test___rxor___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1286117Z test___rxor___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1286436Z test___rxor___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1286758Z test___rxor___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1287076Z test___rxor___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1287384Z test___rxor___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1287809Z test___rxor___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1288128Z test___rxor___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1288439Z test___sub___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1288762Z test___sub___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1289080Z test___sub___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1289398Z test___sub___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1289700Z test___sub___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1290020Z test___sub___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1290345Z test___sub___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1290651Z test___sub___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1290979Z test___truediv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1291312Z test___truediv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1291644Z test___truediv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1292027Z test___truediv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1292436Z test___truediv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1292761Z test___truediv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1293090Z test___truediv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1293406Z test___truediv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1293729Z test___xor___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1294051Z test___xor___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1294354Z test___xor___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1294675Z test___xor___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1294996Z test___xor___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1295314Z test___xor___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1295620Z test___xor___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1295982Z test___xor___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.1296298Z test_add_broadcast_empty_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:25:33.1296575Z test_add_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.154s) 2022-12-01T10:25:33.1296866Z test_add_with_tail_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.590s) 2022-12-01T10:25:33.1297181Z test_addcmul_scalars_as_floats_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1297522Z test_addsub_half_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1297821Z test_atan2_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1298108Z test_atan2_edgecases_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.1298425Z test_batch_vs_slicing___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:25:33.1298740Z test_batch_vs_slicing___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.1299102Z test_batch_vs_slicing___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:25:33.1299438Z test_batch_vs_slicing___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:25:33.1299771Z test_batch_vs_slicing___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1300081Z test_batch_vs_slicing___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1300405Z test_batch_vs_slicing___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1300727Z test_batch_vs_slicing___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1301049Z test_batch_vs_slicing___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1301353Z test_batch_vs_slicing___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1301674Z test_batch_vs_slicing___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1301990Z test_batch_vs_slicing___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.1302289Z test_batch_vs_slicing___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1302605Z test_batch_vs_slicing___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1302923Z test_batch_vs_slicing___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1303238Z test_batch_vs_slicing___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1303546Z test_batch_vs_slicing___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1303862Z test_batch_vs_slicing___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1304261Z test_batch_vs_slicing___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1304573Z test_batch_vs_slicing___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1304901Z test_batch_vs_slicing___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:25:33.1305236Z test_batch_vs_slicing___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:25:33.1305572Z test_batch_vs_slicing___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1305882Z test_batch_vs_slicing___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1306207Z test_batch_vs_slicing___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1306524Z test_batch_vs_slicing___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:25:33.1306829Z test_batch_vs_slicing___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1307188Z test_batch_vs_slicing___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1307505Z test_batch_vs_slicing___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1307817Z test_batch_vs_slicing___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1308124Z test_batch_vs_slicing___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:25:33.1308444Z test_batch_vs_slicing___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.1308764Z test_batch_vs_slicing___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1309077Z test_batch_vs_slicing___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.1309381Z test_batch_vs_slicing___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:25:33.1309709Z test_batch_vs_slicing___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1310038Z test_batch_vs_slicing___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:25:33.1310393Z test_batch_vs_slicing___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:25:33.1310721Z test_batch_vs_slicing___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1311042Z test_batch_vs_slicing___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1311361Z test_batch_vs_slicing___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1311661Z test_batch_vs_slicing___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1311977Z test_batch_vs_slicing___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1312294Z test_batch_vs_slicing___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1312602Z test_batch_vs_slicing___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1312921Z test_batch_vs_slicing___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1313234Z test_batch_vs_slicing___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1313551Z test_batch_vs_slicing___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1313857Z test_batch_vs_slicing___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1314165Z test_batch_vs_slicing___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1314479Z test_batch_vs_slicing___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1314792Z test_batch_vs_slicing___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1315687Z test_batch_vs_slicing___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: 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-12-01T10:25:33.1316269Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:25:33.1316499Z ok (0.017s) 2022-12-01T10:25:33.1316757Z test_batch_vs_slicing___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:25:33.1317080Z test_batch_vs_slicing___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:25:33.1317407Z test_batch_vs_slicing___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1317736Z test_batch_vs_slicing___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.1318047Z test_batch_vs_slicing___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.1318406Z test_batch_vs_slicing___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1318729Z test_batch_vs_slicing___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1319045Z test_batch_vs_slicing___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1319352Z test_batch_vs_slicing___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.1319672Z test_batch_vs_slicing___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1319992Z test_batch_vs_slicing___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:25:33.1320311Z test_batch_vs_slicing___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:25:33.1320638Z test_batch_vs_slicing___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:25:33.1320965Z test_batch_vs_slicing___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1321333Z test_batch_vs_slicing___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1321638Z test_batch_vs_slicing___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1321960Z test_batch_vs_slicing___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1322280Z test_batch_vs_slicing___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1322578Z test_batch_vs_slicing___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:25:33.1322893Z test_batch_vs_slicing___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1323205Z test_batch_vs_slicing___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1323520Z test_batch_vs_slicing___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.1323825Z test_batch_vs_slicing___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1324305Z test_batch_vs_slicing___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1324616Z test_batch_vs_slicing___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1324932Z test_batch_vs_slicing___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1325234Z test_batch_vs_slicing___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1325553Z test_batch_vs_slicing_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.1325876Z test_batch_vs_slicing_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1326185Z test_batch_vs_slicing_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:25:33.1326992Z 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-12-01T10:25:33.1327492Z result = torch.complex(real, imag) 2022-12-01T10:25:33.1327690Z ok (0.029s) 2022-12-01T10:25:33.1327927Z test_batch_vs_slicing_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:25:33.1328250Z test_batch_vs_slicing_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1328578Z test_batch_vs_slicing_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1328898Z test_batch_vs_slicing_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1329206Z test_batch_vs_slicing_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1329592Z test_batch_vs_slicing_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1329909Z test_batch_vs_slicing_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1330214Z test_batch_vs_slicing_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1330532Z test_batch_vs_slicing_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1330855Z test_batch_vs_slicing_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:25:33.1331180Z test_batch_vs_slicing_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1331487Z test_batch_vs_slicing_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1331809Z test_batch_vs_slicing_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.1332130Z test_batch_vs_slicing_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1332441Z test_batch_vs_slicing_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.1332755Z test_batch_vs_slicing_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1333116Z test_batch_vs_slicing_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1333436Z test_batch_vs_slicing_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1333749Z test_batch_vs_slicing_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.1334081Z test_batch_vs_slicing_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1334409Z test_batch_vs_slicing_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1334721Z test_batch_vs_slicing_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1335045Z test_batch_vs_slicing_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1335378Z test_batch_vs_slicing_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1335714Z test_batch_vs_slicing_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1336044Z test_batch_vs_slicing_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1336384Z test_batch_vs_slicing_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1336729Z test_batch_vs_slicing_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1337068Z test_batch_vs_slicing_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1337390Z test_batch_vs_slicing_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1337720Z test_batch_vs_slicing_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1338048Z test_batch_vs_slicing_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1338363Z test_batch_vs_slicing_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1338678Z test_batch_vs_slicing_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1339004Z test_batch_vs_slicing_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1339350Z test_batch_vs_slicing_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1339687Z test_batch_vs_slicing_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1340031Z test_batch_vs_slicing_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1340374Z test_batch_vs_slicing_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1340790Z test_batch_vs_slicing_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1341115Z test_batch_vs_slicing_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1341443Z test_batch_vs_slicing_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1341771Z test_batch_vs_slicing_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1342084Z test_batch_vs_slicing_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1342413Z test_batch_vs_slicing_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1342738Z test_batch_vs_slicing_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1343069Z test_batch_vs_slicing_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.1343387Z test_batch_vs_slicing_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.1343716Z test_batch_vs_slicing_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1344077Z test_batch_vs_slicing_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1344467Z test_batch_vs_slicing_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1344791Z test_batch_vs_slicing_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1345120Z test_batch_vs_slicing_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1345442Z test_batch_vs_slicing_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1345752Z test_batch_vs_slicing_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1346075Z test_batch_vs_slicing_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1346405Z test_batch_vs_slicing_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.1346741Z test_batch_vs_slicing_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1347058Z test_batch_vs_slicing_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1347386Z test_batch_vs_slicing_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1347710Z test_batch_vs_slicing_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1348018Z test_batch_vs_slicing_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1348342Z test_batch_vs_slicing_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1348657Z test_batch_vs_slicing_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1348981Z test_batch_vs_slicing_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1349295Z test_batch_vs_slicing_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1349620Z test_batch_vs_slicing_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:25:33.1349939Z test_batch_vs_slicing_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1350242Z test_batch_vs_slicing_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:25:33.1350563Z test_batch_vs_slicing_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:25:33.1350894Z test_batch_vs_slicing_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1351230Z test_batch_vs_slicing_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1351547Z test_batch_vs_slicing_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1351918Z test_batch_vs_slicing_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1352247Z test_batch_vs_slicing_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1352556Z test_batch_vs_slicing_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1352878Z test_batch_vs_slicing_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1353199Z test_batch_vs_slicing_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.1353520Z test_batch_vs_slicing_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1353844Z test_batch_vs_slicing_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:25:33.1354198Z test_batch_vs_slicing_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1354554Z test_batch_vs_slicing_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1354938Z test_batch_vs_slicing_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.1355270Z test_batch_vs_slicing_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1355615Z test_batch_vs_slicing_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1355959Z test_batch_vs_slicing_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1356287Z test_batch_vs_slicing_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1356636Z test_batch_vs_slicing_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1356992Z test_batch_vs_slicing_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:25:33.1357346Z test_batch_vs_slicing_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1357694Z test_batch_vs_slicing_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:25:33.1358054Z test_batch_vs_slicing_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:25:33.1358413Z test_batch_vs_slicing_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1358765Z test_batch_vs_slicing_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1359106Z test_batch_vs_slicing_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.1359454Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1359801Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1360145Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1360477Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1360834Z test_batch_vs_slicing_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1361184Z test_batch_vs_slicing_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:25:33.1361522Z test_batch_vs_slicing_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.1361863Z test_batch_vs_slicing_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1362212Z test_batch_vs_slicing_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.1362557Z test_batch_vs_slicing_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1362937Z test_batch_vs_slicing_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1363286Z test_batch_vs_slicing_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1363630Z test_batch_vs_slicing_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1364175Z test_batch_vs_slicing_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1364499Z test_batch_vs_slicing_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.1364823Z test_batch_vs_slicing_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1365145Z test_batch_vs_slicing_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.1365458Z test_batch_vs_slicing_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1365787Z test_batch_vs_slicing_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.1366181Z test_batch_vs_slicing_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1366495Z test_batch_vs_slicing_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1366794Z test_batch_vs_slicing_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.1367113Z test_batch_vs_slicing_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1367431Z test_batch_vs_slicing_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1367730Z test_batch_vs_slicing_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1368042Z test_batch_vs_slicing_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1368359Z test_batch_vs_slicing_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1368695Z test_batch_vs_slicing_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1369019Z test_batch_vs_slicing_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1369358Z test_batch_vs_slicing_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:25:33.1369702Z test_batch_vs_slicing_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.1370030Z test_batch_vs_slicing_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1370364Z test_batch_vs_slicing_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.1370695Z test_batch_vs_slicing_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:25:33.1371030Z test_batch_vs_slicing_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1371347Z test_batch_vs_slicing_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1371672Z test_batch_vs_slicing_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1372003Z test_batch_vs_slicing_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1372331Z test_batch_vs_slicing_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1372669Z test_batch_vs_slicing_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:25:33.1373024Z test_batch_vs_slicing_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:25:33.1373354Z test_batch_vs_slicing_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1373672Z test_batch_vs_slicing_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.1374002Z test_batch_vs_slicing_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.1374382Z test_batch_vs_slicing_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.1374715Z test_batch_vs_slicing_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.1375031Z test_batch_vs_slicing_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.1375365Z test_batch_vs_slicing_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1375697Z test_batch_vs_slicing_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:25:33.1376019Z test_batch_vs_slicing_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1376326Z test_batch_vs_slicing_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1376650Z test_batch_vs_slicing_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.1376972Z test_batch_vs_slicing_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1377315Z test_batch_vs_slicing_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1377630Z test_batch_vs_slicing_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1377943Z test_batch_vs_slicing_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1378252Z test_batch_vs_slicing_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1378553Z test_batch_vs_slicing_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1378872Z test_batch_vs_slicing_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:25:33.1379193Z test_batch_vs_slicing_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1379498Z test_batch_vs_slicing_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1379820Z test_batch_vs_slicing_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1380136Z test_batch_vs_slicing_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1380456Z test_batch_vs_slicing_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1380760Z test_batch_vs_slicing_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1381071Z test_batch_vs_slicing_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1381380Z test_batch_vs_slicing_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1381679Z test_batch_vs_slicing_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1381996Z test_batch_vs_slicing_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:25:33.1382318Z test_batch_vs_slicing_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.1382700Z test_batch_vs_slicing_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1383008Z test_batch_vs_slicing_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:25:33.1383324Z test_batch_vs_slicing_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.1383634Z test_batch_vs_slicing_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.1383930Z test_batch_vs_slicing_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.1384314Z test_batch_vs_slicing_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1384633Z test_batch_vs_slicing_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1384949Z test_batch_vs_slicing_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.1385253Z test_batch_vs_slicing_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.1385615Z test_batch_vs_slicing_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.1385935Z test_batch_vs_slicing_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1386239Z test_batch_vs_slicing_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1386560Z test_batch_vs_slicing_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.1386877Z test_batch_vs_slicing_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1387188Z test_batch_vs_slicing_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1387489Z test_batch_vs_slicing_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.1387800Z test_batch_vs_slicing_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1388123Z test_batch_vs_slicing_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1388497Z test_batch_vs_slicing_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1388871Z test_batch_vs_slicing_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1389185Z test_batch_vs_slicing_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:25:33.1389495Z test_batch_vs_slicing_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1389796Z test_batch_vs_slicing_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.1390131Z test_batch_vs_slicing_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1390447Z test_batch_vs_slicing_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1390759Z test_batch_vs_slicing_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.1391056Z test_batch_vs_slicing_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1391369Z test_batch_vs_slicing_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1391681Z test_batch_vs_slicing_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1391978Z test_batch_vs_slicing_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1392285Z test_batch_vs_slicing_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1392598Z test_batch_vs_slicing_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1392919Z test_batch_vs_slicing_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1393241Z test_batch_vs_slicing_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1393575Z test_batch_vs_slicing_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1393907Z test_batch_vs_slicing_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1394223Z test_batch_vs_slicing_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1394556Z test_batch_vs_slicing_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.1394886Z test_batch_vs_slicing_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.1395212Z test_batch_vs_slicing_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1395520Z test_batch_vs_slicing_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1395849Z test_batch_vs_slicing_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1396170Z test_batch_vs_slicing_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.1396480Z test_batch_vs_slicing_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1396846Z test_batch_vs_slicing_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.1397174Z test_batch_vs_slicing_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1397502Z test_batch_vs_slicing_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.1397814Z test_batch_vs_slicing_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1398130Z test_batch_vs_slicing_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1398460Z test_batch_vs_slicing_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.1398788Z test_batch_vs_slicing_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.1399102Z test_batch_vs_slicing_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1399429Z test_batch_vs_slicing_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1399757Z test_batch_vs_slicing_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:25:33.1400104Z test_batch_vs_slicing_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:25:33.1400438Z test_batch_vs_slicing_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:25:33.1400774Z test_batch_vs_slicing_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:25:33.1401101Z test_batch_vs_slicing_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.1401415Z test_batch_vs_slicing_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:25:33.1401738Z test_batch_vs_slicing_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:25:33.1402058Z test_batch_vs_slicing_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:25:33.1402374Z test_batch_vs_slicing_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:25:33.1402695Z test_batch_vs_slicing_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:25:33.1403018Z test_batch_vs_slicing_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:25:33.1403335Z test_batch_vs_slicing_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:25:33.1403680Z test_batch_vs_slicing_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1404252Z test_batch_vs_slicing_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.1404643Z test_batch_vs_slicing_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.1405033Z test_batch_vs_slicing_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.1405408Z test_batch_vs_slicing_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.1405795Z test_batch_vs_slicing_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.1406185Z test_batch_vs_slicing_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.1406567Z test_batch_vs_slicing_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.1406934Z test_batch_vs_slicing_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.1407309Z test_batch_vs_slicing_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.1407684Z test_batch_vs_slicing_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.1408155Z test_batch_vs_slicing_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.1408557Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.1408970Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.1409390Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.1409808Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.1410208Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.1410617Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.1411065Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.1411473Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.1411859Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.1412258Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.1412657Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.1413060Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.1413413Z test_batch_vs_slicing_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.1413729Z test_batch_vs_slicing_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.1414044Z test_batch_vs_slicing_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.1414344Z test_batch_vs_slicing_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.1414658Z test_batch_vs_slicing_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1414980Z test_batch_vs_slicing_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1415306Z test_batch_vs_slicing_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.1415622Z test_batch_vs_slicing_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:25:33.1415958Z test_batch_vs_slicing_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:25:33.1416290Z test_batch_vs_slicing_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1416600Z test_batch_vs_slicing_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.1416922Z test_batch_vs_slicing_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.1417243Z test_batch_vs_slicing_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1417563Z test_batch_vs_slicing_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1417867Z test_batch_vs_slicing_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1418186Z test_batch_vs_slicing_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1418506Z test_batch_vs_slicing_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.1418873Z test_batch_vs_slicing_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1419188Z test_batch_vs_slicing_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1419503Z test_batch_vs_slicing_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1419815Z test_batch_vs_slicing_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.1420113Z test_batch_vs_slicing_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1420429Z test_batch_vs_slicing_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1420742Z test_batch_vs_slicing_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1421057Z test_batch_vs_slicing_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1421355Z test_batch_vs_slicing_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1421668Z test_batch_vs_slicing_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1422023Z test_batch_vs_slicing_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.1422349Z test_batch_vs_slicing_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1422688Z test_batch_vs_slicing_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1423033Z test_batch_vs_slicing_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:25:33.1423372Z test_batch_vs_slicing_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:25:33.1423690Z test_batch_vs_slicing_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1424012Z test_batch_vs_slicing_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1424419Z test_batch_vs_slicing_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.1424740Z test_batch_vs_slicing_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.1425068Z test_batch_vs_slicing_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1425401Z test_batch_vs_slicing_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1425735Z test_batch_vs_slicing_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1426054Z test_batch_vs_slicing_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.1426388Z test_batch_vs_slicing_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1426724Z test_batch_vs_slicing_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:25:33.1427070Z test_batch_vs_slicing_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:25:33.1427398Z test_batch_vs_slicing_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1427729Z test_batch_vs_slicing_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.1428056Z test_batch_vs_slicing_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1428369Z test_batch_vs_slicing_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1428697Z test_batch_vs_slicing_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1429020Z test_batch_vs_slicing_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1429342Z test_batch_vs_slicing_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1429653Z test_batch_vs_slicing_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1430039Z test_batch_vs_slicing_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.1430372Z test_batch_vs_slicing_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1430692Z test_batch_vs_slicing_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.1431037Z test_batch_vs_slicing_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.1431375Z test_batch_vs_slicing_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1431708Z test_batch_vs_slicing_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1432029Z test_batch_vs_slicing_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1432356Z test_batch_vs_slicing_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.1432687Z test_batch_vs_slicing_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.1433043Z test_batch_vs_slicing_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.1433356Z test_batch_vs_slicing_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1433683Z test_batch_vs_slicing_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1434073Z test_batch_vs_slicing_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.1434379Z test_batch_vs_slicing_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1434693Z test_batch_vs_slicing_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1435006Z test_batch_vs_slicing_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.1435315Z test_batch_vs_slicing_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1435610Z test_batch_vs_slicing_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1435926Z test_batch_vs_slicing_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1436239Z test_batch_vs_slicing_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1436537Z test_batch_vs_slicing_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1436847Z test_batch_vs_slicing_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1437174Z test_batch_vs_slicing_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.1437510Z test_batch_vs_slicing_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1437828Z test_batch_vs_slicing_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1438161Z test_batch_vs_slicing_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1438490Z test_batch_vs_slicing_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1438817Z test_batch_vs_slicing_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1439131Z test_batch_vs_slicing_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1439456Z test_batch_vs_slicing_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1439781Z test_batch_vs_slicing_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1440092Z test_batch_vs_slicing_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1440419Z test_batch_vs_slicing_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.1440741Z test_batch_vs_slicing_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1441094Z test_batch_vs_slicing_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1441436Z test_batch_vs_slicing_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1441758Z test_batch_vs_slicing_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:25:33.1442063Z test_batch_vs_slicing_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1442387Z test_batch_vs_slicing_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1442706Z test_batch_vs_slicing_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1443013Z test_batch_vs_slicing_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1443336Z test_batch_vs_slicing_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1443663Z test_batch_vs_slicing_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.1444127Z test_batch_vs_slicing_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1444498Z test_batch_vs_slicing_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1444832Z test_batch_vs_slicing_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1445164Z test_batch_vs_slicing_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1445477Z test_batch_vs_slicing_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1445801Z test_batch_vs_slicing_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1446127Z test_batch_vs_slicing_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1446453Z test_batch_vs_slicing_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1446768Z test_batch_vs_slicing_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1447097Z test_batch_vs_slicing_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.1447420Z test_batch_vs_slicing_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1447745Z test_batch_vs_slicing_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1448057Z test_batch_vs_slicing_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1448383Z test_batch_vs_slicing_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1448703Z test_batch_vs_slicing_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.1449016Z test_batch_vs_slicing_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1449338Z test_batch_vs_slicing_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1449661Z test_batch_vs_slicing_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1449982Z test_batch_vs_slicing_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1450287Z test_batch_vs_slicing_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.1450605Z test_batch_vs_slicing_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1450922Z test_batch_vs_slicing_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:25:33.1451234Z test_batch_vs_slicing_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:25:33.1451555Z test_batch_vs_slicing_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:25:33.1451877Z test_batch_vs_slicing_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1452270Z test_batch_vs_slicing_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1452576Z test_batch_vs_slicing_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1452894Z test_batch_vs_slicing_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1453206Z test_batch_vs_slicing_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1453505Z test_batch_vs_slicing_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1453813Z test_batch_vs_slicing_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1454124Z test_batch_vs_slicing_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1454440Z test_batch_vs_slicing_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.1454745Z test_batch_vs_slicing_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1455065Z test_batch_vs_slicing_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1455419Z test_batch_vs_slicing_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:25:33.1455741Z test_batch_vs_slicing_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1456046Z test_batch_vs_slicing_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.1456360Z test_batch_vs_slicing_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1456666Z test_batch_vs_slicing_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1456964Z test_batch_vs_slicing_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1457278Z test_batch_vs_slicing_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1457589Z test_batch_vs_slicing_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1457902Z test_batch_vs_slicing_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1458211Z test_batch_vs_slicing_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:25:33.1458544Z test_batch_vs_slicing_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1458874Z test_batch_vs_slicing_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1459185Z test_batch_vs_slicing_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:25:33.1459509Z test_batch_vs_slicing_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:25:33.1459830Z test_batch_vs_slicing_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:25:33.1460158Z test_batch_vs_slicing_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:25:33.1460471Z test_batch_vs_slicing_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:25:33.1460797Z test_batch_vs_slicing_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1461118Z test_batch_vs_slicing_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1461420Z test_batch_vs_slicing_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.1461741Z test_batch_vs_slicing_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.1462053Z test_batch_vs_slicing_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.1462366Z test_batch_vs_slicing_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1462666Z test_batch_vs_slicing_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1463078Z test_batch_vs_slicing_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1463414Z test_batch_vs_slicing_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1463782Z test_batch_vs_slicing_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.1464113Z test_batch_vs_slicing_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1464507Z test_batch_vs_slicing_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.1464836Z test_batch_vs_slicing_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.1465151Z test_batch_vs_slicing_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.1465479Z test_batch_vs_slicing_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.1465803Z test_batch_vs_slicing_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1466127Z test_batch_vs_slicing_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1466440Z test_batch_vs_slicing_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.1466801Z test_batch_vs_slicing_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:25:33.1467131Z test_batch_vs_slicing_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:25:33.1467445Z test_batch_vs_slicing_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1467767Z test_batch_vs_slicing_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.1468087Z test_batch_vs_slicing_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1468405Z test_batch_vs_slicing_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1468704Z test_batch_vs_slicing_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1469025Z test_batch_vs_slicing_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1469337Z test_batch_vs_slicing_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1469645Z test_batch_vs_slicing_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1469995Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1470374Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1470748Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.1471112Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1471479Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1471843Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1472217Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1472577Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1473017Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1473390Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1473879Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.1474278Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1474643Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1475051Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1475409Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1475821Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1476475Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1477092Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1477702Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1478336Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1478950Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1479557Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1480158Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1480751Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1481365Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1481976Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1482578Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1483184Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1483769Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1484501Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1485106Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1485703Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1486116Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1486492Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1486864Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.1487297Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1487657Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1488021Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1488390Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1488758Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1489111Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1489483Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1489855Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.1490265Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1527864Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1528263Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1528637Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1529018Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1529380Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1529759Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1530160Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:25:33.1530538Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1530897Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1531264Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1531629Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1531999Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1532641Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1533267Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1533879Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1534494Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1535098Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1535684Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1536528Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1537133Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1537746Z 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-12-01T10:25:33.1538363Z 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-12-01T10:25:33.1538983Z 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-12-01T10:25:33.1539668Z 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-12-01T10:25:33.1540290Z 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-12-01T10:25:33.1540908Z 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-12-01T10:25:33.1541511Z 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-12-01T10:25:33.1542139Z 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-12-01T10:25:33.1542765Z 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-12-01T10:25:33.1543393Z 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-12-01T10:25:33.1544021Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1544730Z 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-12-01T10:25:33.1545347Z 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-12-01T10:25:33.1545952Z 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-12-01T10:25:33.1546564Z 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-12-01T10:25:33.1547174Z 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-12-01T10:25:33.1547795Z 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-12-01T10:25:33.1548470Z 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-12-01T10:25:33.1549096Z 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-12-01T10:25:33.1549722Z 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-12-01T10:25:33.1550327Z 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-12-01T10:25:33.1550932Z 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-12-01T10:25:33.1551585Z 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-12-01T10:25:33.1552209Z 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-12-01T10:25:33.1552831Z 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-12-01T10:25:33.1553444Z 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-12-01T10:25:33.1554065Z 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-12-01T10:25:33.1554691Z 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-12-01T10:25:33.1555301Z 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-12-01T10:25:33.1555912Z 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-12-01T10:25:33.1556512Z 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-12-01T10:25:33.1557127Z 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-12-01T10:25:33.1557553Z test_batch_vs_slicing_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1557903Z test_batch_vs_slicing_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1558239Z test_batch_vs_slicing_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.1558579Z test_batch_vs_slicing_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1558914Z test_batch_vs_slicing_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:25:33.1559245Z test_batch_vs_slicing_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:25:33.1559584Z test_batch_vs_slicing_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1559953Z test_batch_vs_slicing_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1560294Z test_batch_vs_slicing_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1560621Z test_batch_vs_slicing_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1560959Z test_batch_vs_slicing_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1561296Z test_batch_vs_slicing_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.1561634Z test_batch_vs_slicing_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.1561953Z test_batch_vs_slicing_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1562282Z test_batch_vs_slicing_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1562613Z test_batch_vs_slicing_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1562931Z test_batch_vs_slicing_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1563290Z test_batch_vs_slicing_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:25:33.1563622Z test_batch_vs_slicing_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.1564098Z test_batch_vs_slicing_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:25:33.1564414Z test_batch_vs_slicing_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:25:33.1564743Z test_batch_vs_slicing_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:25:33.1565065Z test_batch_vs_slicing_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1565385Z test_batch_vs_slicing_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1565691Z test_batch_vs_slicing_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1566009Z test_batch_vs_slicing_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1566324Z test_batch_vs_slicing_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1566618Z test_batch_vs_slicing_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1566926Z test_batch_vs_slicing_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1567237Z test_batch_vs_slicing_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1567561Z test_batch_vs_slicing_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1567882Z test_batch_vs_slicing_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1568221Z test_batch_vs_slicing_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:25:33.1568567Z test_batch_vs_slicing_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:25:33.1568894Z test_batch_vs_slicing_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1569223Z test_batch_vs_slicing_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1569550Z test_batch_vs_slicing_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.1569881Z test_batch_vs_slicing_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1570197Z test_batch_vs_slicing_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1570522Z test_batch_vs_slicing_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1570844Z test_batch_vs_slicing_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1571222Z test_batch_vs_slicing_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.1571545Z test_batch_vs_slicing_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1571867Z test_batch_vs_slicing_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1572190Z test_batch_vs_slicing_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1572499Z test_batch_vs_slicing_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1572817Z test_batch_vs_slicing_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.1573141Z test_batch_vs_slicing_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1573557Z test_batch_vs_slicing_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1573710Z test_batch_vs_slicing_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1573862Z test_batch_vs_slicing_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1574054Z test_batch_vs_slicing_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1574208Z test_binary_op_mem_overlap_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.859s) 2022-12-01T10:25:33.1574409Z test_binary_op_scalar_device_unspecified_cpu (__main__.TestBinaryUfuncsCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T10:25:33.1574558Z test_binary_ops_with_scalars_cpu (__main__.TestBinaryUfuncsCPU) ... ok (16.630s) 2022-12-01T10:25:33.1574697Z test_bitwise_ops_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.596s) 2022-12-01T10:25:33.1574835Z test_bitwise_ops_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.561s) 2022-12-01T10:25:33.1574960Z test_bitwise_ops_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.533s) 2022-12-01T10:25:33.1575093Z test_bitwise_ops_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.557s) 2022-12-01T10:25:33.1575233Z test_bitwise_ops_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.465s) 2022-12-01T10:25:33.1575369Z test_bitwise_ops_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.520s) 2022-12-01T10:25:33.1575520Z test_bool_tensor_comparison_ops_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1575670Z test_broadcasting_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.096s) 2022-12-01T10:25:33.1575819Z test_broadcasting_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:25:33.1575973Z test_broadcasting_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:25:33.1576114Z test_broadcasting_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:25:33.1576266Z test_broadcasting_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:25:33.1576417Z test_broadcasting_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.094s) 2022-12-01T10:25:33.1576573Z test_broadcasting_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:25:33.1576728Z test_broadcasting_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.095s) 2022-12-01T10:25:33.1576879Z test_broadcasting_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:25:33.1577029Z test_broadcasting_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:25:33.1577172Z test_broadcasting_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:25:33.1577316Z test_broadcasting_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:25:33.1577468Z test_broadcasting_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:25:33.1577625Z test_broadcasting_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:25:33.1577779Z test_broadcasting_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:25:33.1577980Z test_broadcasting_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.098s) 2022-12-01T10:25:33.1578129Z test_broadcasting_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:25:33.1578273Z test_broadcasting_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:25:33.1578418Z test_broadcasting_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.092s) 2022-12-01T10:25:33.1578562Z test_broadcasting_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:25:33.1578693Z test_broadcasting_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:25:33.1578836Z test_broadcasting_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:25:33.1578990Z test_broadcasting_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.095s) 2022-12-01T10:25:33.1579141Z test_broadcasting_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:25:33.1579293Z test_broadcasting_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-12-01T10:25:33.1579472Z test_broadcasting_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:25:33.1579661Z test_broadcasting_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.1579843Z test_broadcasting_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.1580027Z test_broadcasting_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.1580221Z test_broadcasting_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.1580366Z test_broadcasting_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:25:33.1580512Z test_broadcasting_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:25:33.1580659Z test_broadcasting_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:25:33.1580818Z test_broadcasting_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:25:33.1580971Z test_broadcasting_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:25:33.1581126Z test_broadcasting_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:25:33.1581278Z test_broadcasting_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:25:33.1581420Z test_broadcasting_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:25:33.1581573Z test_broadcasting_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:25:33.1581717Z test_broadcasting_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:25:33.1581862Z test_broadcasting_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:25:33.1582016Z test_broadcasting_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.094s) 2022-12-01T10:25:33.1582170Z test_broadcasting_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:25:33.1582323Z test_broadcasting_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.113s) 2022-12-01T10:25:33.1582472Z test_broadcasting_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:25:33.1582612Z test_broadcasting_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:25:33.1582762Z test_broadcasting_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:25:33.1582912Z test_broadcasting_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.091s) 2022-12-01T10:25:33.1583063Z test_broadcasting_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:25:33.1583237Z test_broadcasting_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:25:33.1583380Z test_broadcasting_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:25:33.1583532Z test_broadcasting_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.096s) 2022-12-01T10:25:33.1583677Z test_broadcasting_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:25:33.1583831Z test_broadcasting_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.097s) 2022-12-01T10:25:33.1583971Z test_broadcasting_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:25:33.1584116Z test_broadcasting_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:25:33.1584332Z test_broadcasting_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:25:33.1584470Z test_cdiv_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:25:33.1584602Z test_cmul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.1584902Z test_comparison_ops_type_promotion_and_broadcasting_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in less 2022-12-01T10:25:33.1585039Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-12-01T10:25:33.1585194Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in less_equal 2022-12-01T10:25:33.1585310Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-12-01T10:25:33.1585459Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in greater 2022-12-01T10:25:33.1585590Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-12-01T10:25:33.1585744Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in greater_equal 2022-12-01T10:25:33.1585870Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-12-01T10:25:33.1585941Z ok (0.156s) 2022-12-01T10:25:33.1586133Z test_comparison_ops_type_promotion_and_broadcasting_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.150s) 2022-12-01T10:25:33.1586325Z test_comparison_ops_type_promotion_and_broadcasting_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.123s) 2022-12-01T10:25:33.1586510Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:25:33.1586701Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.087s) 2022-12-01T10:25:33.1586902Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:25:33.1587096Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:25:33.1587289Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.094s) 2022-12-01T10:25:33.1587483Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.084s) 2022-12-01T10:25:33.1587681Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:25:33.1587877Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.084s) 2022-12-01T10:25:33.1588069Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.088s) 2022-12-01T10:25:33.1588262Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.163s) 2022-12-01T10:25:33.1588438Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.187s) 2022-12-01T10:25:33.1588626Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.133s) 2022-12-01T10:25:33.1588860Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.152s) 2022-12-01T10:25:33.1589047Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.145s) 2022-12-01T10:25:33.1589238Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:25:33.1589430Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:25:33.1589619Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.156s) 2022-12-01T10:25:33.1589804Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.132s) 2022-12-01T10:25:33.1589994Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.160s) 2022-12-01T10:25:33.1590227Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.170s) 2022-12-01T10:25:33.1590403Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.142s) 2022-12-01T10:25:33.1590585Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.141s) 2022-12-01T10:25:33.1590769Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.143s) 2022-12-01T10:25:33.1590954Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.144s) 2022-12-01T10:25:33.1591141Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.155s) 2022-12-01T10:25:33.1591328Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.144s) 2022-12-01T10:25:33.1591521Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.092s) 2022-12-01T10:25:33.1591711Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.097s) 2022-12-01T10:25:33.1591898Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.195s) 2022-12-01T10:25:33.1592071Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.137s) 2022-12-01T10:25:33.1592255Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.144s) 2022-12-01T10:25:33.1592438Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.142s) 2022-12-01T10:25:33.1592624Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.153s) 2022-12-01T10:25:33.1592809Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.136s) 2022-12-01T10:25:33.1592989Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.141s) 2022-12-01T10:25:33.1593178Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.150s) 2022-12-01T10:25:33.1593362Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.150s) 2022-12-01T10:25:33.1593552Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:25:33.1593738Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:25:33.1593961Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.138s) 2022-12-01T10:25:33.1594147Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.120s) 2022-12-01T10:25:33.1594331Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.131s) 2022-12-01T10:25:33.1594511Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.144s) 2022-12-01T10:25:33.1594696Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.146s) 2022-12-01T10:25:33.1594878Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.134s) 2022-12-01T10:25:33.1595066Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.130s) 2022-12-01T10:25:33.1595257Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.084s) 2022-12-01T10:25:33.1595473Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.145s) 2022-12-01T10:25:33.1595658Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.115s) 2022-12-01T10:25:33.1595828Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.125s) 2022-12-01T10:25:33.1596015Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.144s) 2022-12-01T10:25:33.1596196Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.131s) 2022-12-01T10:25:33.1596385Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:25:33.1596573Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:25:33.1596759Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.135s) 2022-12-01T10:25:33.1596942Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.116s) 2022-12-01T10:25:33.1597125Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.143s) 2022-12-01T10:25:33.1597313Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.141s) 2022-12-01T10:25:33.1597488Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-12-01T10:25:33.1597673Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-12-01T10:25:33.1597857Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.134s) 2022-12-01T10:25:33.1598044Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.128s) 2022-12-01T10:25:33.1598222Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.128s) 2022-12-01T10:25:33.1598395Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.135s) 2022-12-01T10:25:33.1598572Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.114s) 2022-12-01T10:25:33.1598759Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.145s) 2022-12-01T10:25:33.1598938Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.127s) 2022-12-01T10:25:33.1599154Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.082s) 2022-12-01T10:25:33.1599333Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:25:33.1599517Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.141s) 2022-12-01T10:25:33.1599700Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.125s) 2022-12-01T10:25:33.1599878Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.127s) 2022-12-01T10:25:33.1600055Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.127s) 2022-12-01T10:25:33.1600236Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.135s) 2022-12-01T10:25:33.1600420Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.124s) 2022-12-01T10:25:33.1600605Z test_complex_scalar_pow_tensor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:25:33.1600766Z test_complex_scalar_pow_tensor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:25:33.1600912Z test_complex_scalar_pow_tensor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:25:33.1601065Z test_complex_scalar_pow_tensor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:25:33.1601218Z test_complex_scalar_pow_tensor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:25:33.1601366Z test_complex_scalar_pow_tensor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:25:33.1601519Z test_complex_scalar_pow_tensor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:25:33.1601668Z test_complex_scalar_pow_tensor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:25:33.1601821Z test_complex_scalar_pow_tensor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:25:33.1601973Z test_complex_scalar_pow_tensor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:25:33.1602119Z test_contig_size1___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1602254Z test_contig_size1___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1602405Z test_contig_size1___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1602551Z test_contig_size1___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1602698Z test_contig_size1___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1602841Z test_contig_size1___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1602989Z test_contig_size1___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1603133Z test_contig_size1___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1603275Z test_contig_size1___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1603401Z test_contig_size1___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1603542Z test_contig_size1___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1603678Z test_contig_size1___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1603817Z test_contig_size1___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1604188Z test_contig_size1___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1604394Z test_contig_size1___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1604532Z test_contig_size1___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1604680Z test_contig_size1___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1604808Z test_contig_size1___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1604956Z test_contig_size1___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1605096Z test_contig_size1___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1605246Z test_contig_size1___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1605393Z test_contig_size1___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1605539Z test_contig_size1___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1605684Z test_contig_size1___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1605828Z test_contig_size1___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1606003Z test_contig_size1___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1606131Z test_contig_size1___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1606268Z test_contig_size1___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1606410Z test_contig_size1___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1606547Z test_contig_size1___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1606690Z test_contig_size1___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1606834Z test_contig_size1___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1606983Z test_contig_size1___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1607129Z test_contig_size1___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1607269Z test_contig_size1___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1607411Z test_contig_size1___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1607561Z test_contig_size1___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1607711Z test_contig_size1___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1607853Z test_contig_size1___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1607995Z test_contig_size1___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1608138Z test_contig_size1___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1608278Z test_contig_size1___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1608407Z test_contig_size1___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1608542Z test_contig_size1___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1608681Z test_contig_size1___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1608816Z test_contig_size1___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1608959Z test_contig_size1___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1609100Z test_contig_size1___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1609236Z test_contig_size1___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1609373Z test_contig_size1___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1609546Z test_contig_size1___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1609674Z test_contig_size1___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1609820Z test_contig_size1___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1609965Z test_contig_size1___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1610111Z test_contig_size1___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1610255Z test_contig_size1___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1610398Z test_contig_size1___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1610542Z test_contig_size1___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1610682Z test_contig_size1___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1610810Z test_contig_size1___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1610972Z test_contig_size1___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1611112Z test_contig_size1___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1611248Z test_contig_size1___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1611393Z test_contig_size1___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1611542Z test_contig_size1___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1611689Z test_contig_size1___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1611831Z test_contig_size1___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1611965Z test_contig_size1___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1612111Z test_contig_size1___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1612255Z test_contig_size1___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1612391Z test_contig_size1___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1612525Z test_contig_size1___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1612667Z test_contig_size1___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1612800Z test_contig_size1___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1612939Z test_contig_size1___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1613077Z test_contig_size1___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1613204Z test_contig_size1___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1613339Z test_contig_size1___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1613480Z test_contig_size1___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1613616Z test_contig_size1___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1613760Z test_contig_size1_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1613901Z test_contig_size1_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1614045Z test_contig_size1_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1614189Z test_contig_size1_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1614322Z test_contig_size1_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1614495Z test_contig_size1_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1614638Z test_contig_size1_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1614781Z test_contig_size1_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1614921Z test_contig_size1_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1615061Z test_contig_size1_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1615201Z test_contig_size1_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1615342Z test_contig_size1_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1615469Z test_contig_size1_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1615615Z test_contig_size1_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1615758Z test_contig_size1_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1615904Z test_contig_size1_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1616074Z test_contig_size1_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1616218Z test_contig_size1_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1616359Z test_contig_size1_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1616496Z test_contig_size1_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1616626Z test_contig_size1_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1616769Z test_contig_size1_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1616918Z test_contig_size1_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1617068Z test_contig_size1_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1617217Z test_contig_size1_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1617367Z test_contig_size1_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1617514Z test_contig_size1_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1617660Z test_contig_size1_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1617819Z test_contig_size1_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1617963Z test_contig_size1_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1618120Z test_contig_size1_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1618272Z test_contig_size1_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1618425Z test_contig_size1_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1618578Z test_contig_size1_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1618725Z test_contig_size1_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1618870Z test_contig_size1_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1619018Z test_contig_size1_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1619153Z test_contig_size1_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1619296Z test_contig_size1_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1619457Z test_contig_size1_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1619619Z test_contig_size1_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1619808Z test_contig_size1_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1619966Z test_contig_size1_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1620124Z test_contig_size1_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1620273Z test_contig_size1_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1620421Z test_contig_size1_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1620558Z test_contig_size1_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1620702Z test_contig_size1_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1620846Z test_contig_size1_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1620995Z test_contig_size1_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1621182Z test_contig_size1_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1621332Z test_contig_size1_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1621481Z test_contig_size1_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1621628Z test_contig_size1_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1621761Z test_contig_size1_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1621909Z test_contig_size1_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1622051Z test_contig_size1_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1622198Z test_contig_size1_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1622344Z test_contig_size1_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1622491Z test_contig_size1_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1622643Z test_contig_size1_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1622789Z test_contig_size1_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1622937Z test_contig_size1_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1623075Z test_contig_size1_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1623220Z test_contig_size1_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1623363Z test_contig_size1_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1623510Z test_contig_size1_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1623658Z test_contig_size1_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1623805Z test_contig_size1_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1623949Z test_contig_size1_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1624094Z test_contig_size1_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1624311Z test_contig_size1_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1624462Z test_contig_size1_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1624614Z test_contig_size1_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1624762Z test_contig_size1_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1624954Z test_contig_size1_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1625104Z test_contig_size1_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1625255Z test_contig_size1_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1625401Z test_contig_size1_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1625536Z test_contig_size1_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1625678Z test_contig_size1_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1625823Z test_contig_size1_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1625967Z test_contig_size1_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1626129Z test_contig_size1_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1626289Z test_contig_size1_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1626482Z test_contig_size1_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1626643Z test_contig_size1_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1626802Z test_contig_size1_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1626948Z test_contig_size1_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1627105Z test_contig_size1_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1627262Z test_contig_size1_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1627415Z test_contig_size1_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1627583Z test_contig_size1_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1627745Z test_contig_size1_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1627913Z test_contig_size1_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1628078Z test_contig_size1_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1628239Z test_contig_size1_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1628384Z test_contig_size1_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1628536Z test_contig_size1_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1628692Z test_contig_size1_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1628851Z test_contig_size1_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1629010Z test_contig_size1_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1629168Z test_contig_size1_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1629324Z test_contig_size1_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1629486Z test_contig_size1_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1629630Z test_contig_size1_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1629788Z test_contig_size1_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1629942Z test_contig_size1_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1630148Z test_contig_size1_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1630304Z test_contig_size1_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1630460Z test_contig_size1_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1630616Z test_contig_size1_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1630775Z test_contig_size1_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1630917Z test_contig_size1_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1631047Z test_contig_size1_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1631193Z test_contig_size1_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1631340Z test_contig_size1_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1631488Z test_contig_size1_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1631660Z test_contig_size1_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1631803Z test_contig_size1_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1631945Z test_contig_size1_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1632084Z test_contig_size1_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1632211Z test_contig_size1_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1632387Z test_contig_size1_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1632524Z test_contig_size1_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1632661Z test_contig_size1_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1632818Z test_contig_size1_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1632971Z test_contig_size1_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1633127Z test_contig_size1_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1633280Z test_contig_size1_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1633434Z test_contig_size1_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1633574Z test_contig_size1_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1633721Z test_contig_size1_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1633871Z test_contig_size1_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1634018Z test_contig_size1_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1634164Z test_contig_size1_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1634316Z test_contig_size1_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1634465Z test_contig_size1_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1634639Z test_contig_size1_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:25:33.1634782Z test_contig_size1_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1634933Z test_contig_size1_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1635082Z test_contig_size1_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1635231Z test_contig_size1_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1635410Z test_contig_size1_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1635562Z test_contig_size1_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1635710Z test_contig_size1_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1635859Z test_contig_size1_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1636004Z test_contig_size1_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1636137Z test_contig_size1_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1636279Z test_contig_size1_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1636420Z test_contig_size1_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1636564Z test_contig_size1_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1636704Z test_contig_size1_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1636872Z test_contig_size1_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1637016Z test_contig_size1_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1637157Z test_contig_size1_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1637285Z test_contig_size1_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1637430Z test_contig_size1_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1637568Z test_contig_size1_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1637712Z test_contig_size1_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1637848Z test_contig_size1_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1637986Z test_contig_size1_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1638123Z test_contig_size1_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1638263Z test_contig_size1_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1638390Z test_contig_size1_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1638529Z test_contig_size1_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1638664Z test_contig_size1_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1638810Z test_contig_size1_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1638953Z test_contig_size1_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1639101Z test_contig_size1_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1639245Z test_contig_size1_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1639383Z test_contig_size1_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1639512Z test_contig_size1_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1639651Z test_contig_size1_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1639792Z test_contig_size1_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1639931Z test_contig_size1_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1640067Z test_contig_size1_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1640207Z test_contig_size1_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1640346Z test_contig_size1_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1640487Z test_contig_size1_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1640644Z test_contig_size1_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1640792Z test_contig_size1_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1640933Z test_contig_size1_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1641073Z test_contig_size1_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1641212Z test_contig_size1_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1641353Z test_contig_size1_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1641491Z test_contig_size1_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1641630Z test_contig_size1_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1641757Z test_contig_size1_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1641897Z test_contig_size1_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1642062Z test_contig_size1_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1642209Z test_contig_size1_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1642353Z test_contig_size1_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1642494Z test_contig_size1_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1642635Z test_contig_size1_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1642771Z test_contig_size1_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1642906Z test_contig_size1_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1643032Z test_contig_size1_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1643172Z test_contig_size1_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1643309Z test_contig_size1_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1643445Z test_contig_size1_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1643600Z test_contig_size1_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1643750Z test_contig_size1_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1644024Z test_contig_size1_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1644173Z test_contig_size1_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1644313Z test_contig_size1_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1644461Z test_contig_size1_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1644612Z test_contig_size1_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1644764Z test_contig_size1_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1644912Z test_contig_size1_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.1645057Z test_contig_size1_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1645209Z test_contig_size1_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1645356Z test_contig_size1_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1645486Z test_contig_size1_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1645636Z test_contig_size1_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1645782Z test_contig_size1_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1645979Z test_contig_size1_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1646119Z test_contig_size1_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1646269Z test_contig_size1_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1646417Z test_contig_size1_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1646558Z test_contig_size1_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1646705Z test_contig_size1_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1646843Z test_contig_size1_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1646989Z test_contig_size1_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1647142Z test_contig_size1_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:25:33.1647296Z test_contig_size1_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:25:33.1647482Z test_contig_size1_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1647631Z test_contig_size1_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1647777Z test_contig_size1_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1647924Z test_contig_size1_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1648057Z test_contig_size1_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1648199Z test_contig_size1_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1648342Z test_contig_size1_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1648484Z test_contig_size1_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1648673Z test_contig_size1_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1648856Z test_contig_size1_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1649041Z test_contig_size1_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1649226Z test_contig_size1_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1649410Z test_contig_size1_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1649578Z test_contig_size1_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1649750Z test_contig_size1_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1649929Z test_contig_size1_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1650102Z test_contig_size1_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1650279Z test_contig_size1_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1650453Z test_contig_size1_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1650630Z test_contig_size1_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1650825Z test_contig_size1_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1651016Z test_contig_size1_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1651231Z test_contig_size1_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1651428Z test_contig_size1_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1651621Z test_contig_size1_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1651814Z test_contig_size1_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1652005Z test_contig_size1_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1652193Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1652383Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1652601Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1652791Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1652976Z test_contig_size1_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1653138Z test_contig_size1_large_dim___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1653285Z test_contig_size1_large_dim___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1653448Z test_contig_size1_large_dim___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:25:33.1653612Z test_contig_size1_large_dim___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:25:33.1653768Z test_contig_size1_large_dim___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:25:33.1653926Z test_contig_size1_large_dim___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:25:33.1654083Z test_contig_size1_large_dim___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:25:33.1654236Z test_contig_size1_large_dim___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1654391Z test_contig_size1_large_dim___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1654534Z test_contig_size1_large_dim___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1654688Z test_contig_size1_large_dim___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1654844Z test_contig_size1_large_dim___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1654998Z test_contig_size1_large_dim___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1655154Z test_contig_size1_large_dim___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1655304Z test_contig_size1_large_dim___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1655455Z test_contig_size1_large_dim___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1655607Z test_contig_size1_large_dim___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1655756Z test_contig_size1_large_dim___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1655905Z test_contig_size1_large_dim___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:25:33.1656057Z test_contig_size1_large_dim___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.1656251Z test_contig_size1_large_dim___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:25:33.1656416Z test_contig_size1_large_dim___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:25:33.1656574Z test_contig_size1_large_dim___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:25:33.1656731Z test_contig_size1_large_dim___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:25:33.1656886Z test_contig_size1_large_dim___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:25:33.1657039Z test_contig_size1_large_dim___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.1657191Z test_contig_size1_large_dim___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.1657332Z test_contig_size1_large_dim___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.1657485Z test_contig_size1_large_dim___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1657666Z test_contig_size1_large_dim___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1657827Z test_contig_size1_large_dim___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.1657981Z test_contig_size1_large_dim___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:25:33.1658137Z test_contig_size1_large_dim___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:25:33.1658293Z test_contig_size1_large_dim___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:25:33.1658448Z test_contig_size1_large_dim___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1658591Z test_contig_size1_large_dim___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1658754Z test_contig_size1_large_dim___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:25:33.1658915Z test_contig_size1_large_dim___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:25:33.1659070Z test_contig_size1_large_dim___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:25:33.1659225Z test_contig_size1_large_dim___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.1659378Z test_contig_size1_large_dim___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:25:33.1659531Z test_contig_size1_large_dim___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1659685Z test_contig_size1_large_dim___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1659835Z test_contig_size1_large_dim___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1659980Z test_contig_size1_large_dim___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1660134Z test_contig_size1_large_dim___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1660285Z test_contig_size1_large_dim___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1660438Z test_contig_size1_large_dim___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1660587Z test_contig_size1_large_dim___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1660737Z test_contig_size1_large_dim___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1660888Z test_contig_size1_large_dim___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:25:33.1661039Z test_contig_size1_large_dim___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1661238Z test_contig_size1_large_dim___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:25:33.1661392Z test_contig_size1_large_dim___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:25:33.1661553Z test_contig_size1_large_dim___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:25:33.1661708Z test_contig_size1_large_dim___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:25:33.1661861Z test_contig_size1_large_dim___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:25:33.1662015Z test_contig_size1_large_dim___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:25:33.1662168Z test_contig_size1_large_dim___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1662324Z test_contig_size1_large_dim___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1662479Z test_contig_size1_large_dim___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1662656Z test_contig_size1_large_dim___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1662798Z test_contig_size1_large_dim___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1662961Z test_contig_size1_large_dim___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1663120Z test_contig_size1_large_dim___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:25:33.1663278Z test_contig_size1_large_dim___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:25:33.1663431Z test_contig_size1_large_dim___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:25:33.1663585Z test_contig_size1_large_dim___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:25:33.1663742Z test_contig_size1_large_dim___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.1663897Z test_contig_size1_large_dim___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.1664038Z test_contig_size1_large_dim___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1664261Z test_contig_size1_large_dim___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1664415Z test_contig_size1_large_dim___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1664566Z test_contig_size1_large_dim___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1664722Z test_contig_size1_large_dim___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1664873Z test_contig_size1_large_dim___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1665025Z test_contig_size1_large_dim___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1665176Z test_contig_size1_large_dim___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1665330Z test_contig_size1_large_dim___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1665469Z test_contig_size1_large_dim___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1665627Z test_contig_size1_large_dim_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1665779Z test_contig_size1_large_dim_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1665938Z test_contig_size1_large_dim_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:25:33.1666096Z test_contig_size1_large_dim_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:25:33.1666254Z test_contig_size1_large_dim_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:25:33.1666461Z test_contig_size1_large_dim_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:25:33.1666618Z test_contig_size1_large_dim_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:25:33.1666773Z test_contig_size1_large_dim_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:25:33.1666914Z test_contig_size1_large_dim_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1667066Z test_contig_size1_large_dim_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1667212Z test_contig_size1_large_dim_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1667360Z test_contig_size1_large_dim_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1667508Z test_contig_size1_large_dim_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1667667Z test_contig_size1_large_dim_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:25:33.1667848Z test_contig_size1_large_dim_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.1668005Z test_contig_size1_large_dim_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:25:33.1668151Z test_contig_size1_large_dim_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:25:33.1668304Z test_contig_size1_large_dim_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:25:33.1668455Z test_contig_size1_large_dim_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:25:33.1668603Z test_contig_size1_large_dim_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.1668755Z test_contig_size1_large_dim_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:25:33.1668908Z test_contig_size1_large_dim_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.1669072Z test_contig_size1_large_dim_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1669235Z test_contig_size1_large_dim_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1669391Z test_contig_size1_large_dim_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1669534Z test_contig_size1_large_dim_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1669693Z test_contig_size1_large_dim_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1669854Z test_contig_size1_large_dim_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:25:33.1670022Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1670190Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1670352Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1670521Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1670689Z test_contig_size1_large_dim_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1670847Z test_contig_size1_large_dim_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1670994Z test_contig_size1_large_dim_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1671152Z test_contig_size1_large_dim_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1671306Z test_contig_size1_large_dim_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1671499Z test_contig_size1_large_dim_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1671657Z test_contig_size1_large_dim_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1671828Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1671998Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1672168Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.1672335Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1672489Z test_contig_size1_large_dim_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1672649Z test_contig_size1_large_dim_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1672810Z test_contig_size1_large_dim_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1673021Z test_contig_size1_large_dim_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1673179Z test_contig_size1_large_dim_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1673335Z test_contig_size1_large_dim_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1673494Z test_contig_size1_large_dim_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1673658Z test_contig_size1_large_dim_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1673806Z test_contig_size1_large_dim_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1673970Z test_contig_size1_large_dim_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.1674128Z test_contig_size1_large_dim_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:25:33.1674283Z test_contig_size1_large_dim_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:25:33.1674441Z test_contig_size1_large_dim_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1674599Z test_contig_size1_large_dim_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1674753Z test_contig_size1_large_dim_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1674911Z test_contig_size1_large_dim_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1675070Z test_contig_size1_large_dim_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1675222Z test_contig_size1_large_dim_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.1675381Z test_contig_size1_large_dim_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1675541Z test_contig_size1_large_dim_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.1675696Z test_contig_size1_large_dim_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:25:33.1675849Z test_contig_size1_large_dim_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:25:33.1676007Z test_contig_size1_large_dim_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1676165Z test_contig_size1_large_dim_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1676319Z test_contig_size1_large_dim_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1676474Z test_contig_size1_large_dim_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1676650Z test_contig_size1_large_dim_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1676810Z test_contig_size1_large_dim_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:25:33.1676966Z test_contig_size1_large_dim_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:25:33.1677123Z test_contig_size1_large_dim_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:25:33.1677286Z test_contig_size1_large_dim_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1677445Z test_contig_size1_large_dim_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.1677607Z test_contig_size1_large_dim_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:25:33.1677766Z test_contig_size1_large_dim_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:25:33.1677928Z test_contig_size1_large_dim_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:25:33.1678074Z test_contig_size1_large_dim_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.1678259Z test_contig_size1_large_dim_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.1678419Z test_contig_size1_large_dim_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.1678576Z test_contig_size1_large_dim_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1678731Z test_contig_size1_large_dim_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.1678909Z test_contig_size1_large_dim_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:25:33.1679083Z test_contig_size1_large_dim_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:25:33.1679257Z test_contig_size1_large_dim_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.1679418Z test_contig_size1_large_dim_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:25:33.1679588Z test_contig_size1_large_dim_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.1679754Z test_contig_size1_large_dim_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.1679922Z test_contig_size1_large_dim_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.1680090Z test_contig_size1_large_dim_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.1680258Z test_contig_size1_large_dim_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.1680436Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:25:33.1680609Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:25:33.1680789Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:25:33.1680966Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:25:33.1681128Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:25:33.1681298Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:25:33.1681465Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:25:33.1681636Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.1681846Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:25:33.1682016Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.1682186Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1682353Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1682525Z test_contig_size1_large_dim_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:25:33.1682679Z test_contig_size1_large_dim_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.1682848Z test_contig_size1_large_dim_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:25:33.1683018Z test_contig_size1_large_dim_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:25:33.1683189Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.1683383Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.1683546Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.1683713Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1684017Z test_contig_size1_large_dim_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1684174Z test_contig_size1_large_dim_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.1684314Z test_contig_size1_large_dim_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1684475Z test_contig_size1_large_dim_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:25:33.1684635Z test_contig_size1_large_dim_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:25:33.1684797Z test_contig_size1_large_dim_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:25:33.1684951Z test_contig_size1_large_dim_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:25:33.1685149Z test_contig_size1_large_dim_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1685302Z test_contig_size1_large_dim_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:25:33.1685452Z test_contig_size1_large_dim_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1685589Z test_contig_size1_large_dim_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1685739Z test_contig_size1_large_dim_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1685896Z test_contig_size1_large_dim_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1686050Z test_contig_size1_large_dim_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1686216Z test_contig_size1_large_dim_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:25:33.1686379Z test_contig_size1_large_dim_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1686548Z test_contig_size1_large_dim_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:25:33.1686717Z test_contig_size1_large_dim_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:25:33.1686880Z test_contig_size1_large_dim_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:25:33.1687027Z test_contig_size1_large_dim_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:25:33.1687244Z test_contig_size1_large_dim_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:25:33.1687404Z test_contig_size1_large_dim_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1687560Z test_contig_size1_large_dim_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1687721Z test_contig_size1_large_dim_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:25:33.1687881Z test_contig_size1_large_dim_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1688042Z test_contig_size1_large_dim_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1688224Z test_contig_size1_large_dim_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:25:33.1688389Z test_contig_size1_large_dim_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:25:33.1688546Z test_contig_size1_large_dim_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:25:33.1688745Z test_contig_size1_large_dim_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:25:33.1688912Z test_contig_size1_large_dim_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.1689071Z test_contig_size1_large_dim_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1689226Z test_contig_size1_large_dim_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.1689385Z test_contig_size1_large_dim_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1689546Z test_contig_size1_large_dim_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1689703Z test_contig_size1_large_dim_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.1689860Z test_contig_size1_large_dim_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1690007Z test_contig_size1_large_dim_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:25:33.1690162Z test_contig_size1_large_dim_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:25:33.1690314Z test_contig_size1_large_dim_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:25:33.1690466Z test_contig_size1_large_dim_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1690618Z test_contig_size1_large_dim_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1690766Z test_contig_size1_large_dim_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1690916Z test_contig_size1_large_dim_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1691072Z test_contig_size1_large_dim_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1691219Z test_contig_size1_large_dim_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.1691373Z test_contig_size1_large_dim_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1691526Z test_contig_size1_large_dim_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:25:33.1691681Z test_contig_size1_large_dim_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:25:33.1691835Z test_contig_size1_large_dim_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:25:33.1691985Z test_contig_size1_large_dim_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1692136Z test_contig_size1_large_dim_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1692285Z test_contig_size1_large_dim_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1692471Z test_contig_size1_large_dim_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1692615Z test_contig_size1_large_dim_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1692773Z test_contig_size1_large_dim_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:25:33.1692925Z test_contig_size1_large_dim_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.1693080Z test_contig_size1_large_dim_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:25:33.1693234Z test_contig_size1_large_dim_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:25:33.1693383Z test_contig_size1_large_dim_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.1693533Z test_contig_size1_large_dim_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.1693682Z test_contig_size1_large_dim_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.1693848Z test_contig_size1_large_dim_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1694000Z test_contig_size1_large_dim_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1694148Z test_contig_size1_large_dim_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1694299Z test_contig_size1_large_dim_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1694446Z test_contig_size1_large_dim_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1694596Z test_contig_size1_large_dim_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1694745Z test_contig_size1_large_dim_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1694900Z test_contig_size1_large_dim_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.1695055Z test_contig_size1_large_dim_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1695195Z test_contig_size1_large_dim_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:25:33.1695346Z test_contig_size1_large_dim_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.1695496Z test_contig_size1_large_dim_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:25:33.1695647Z test_contig_size1_large_dim_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1695797Z test_contig_size1_large_dim_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1695943Z test_contig_size1_large_dim_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1696093Z test_contig_size1_large_dim_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1696244Z test_contig_size1_large_dim_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1696388Z test_contig_size1_large_dim_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.1696536Z test_contig_size1_large_dim_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1696686Z test_contig_size1_large_dim_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:25:33.1696838Z test_contig_size1_large_dim_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.1696987Z test_contig_size1_large_dim_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:25:33.1697134Z test_contig_size1_large_dim_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1697298Z test_contig_size1_large_dim_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1697445Z test_contig_size1_large_dim_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1697632Z test_contig_size1_large_dim_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1697770Z test_contig_size1_large_dim_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1697934Z test_contig_size1_large_dim_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:25:33.1698092Z test_contig_size1_large_dim_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1698255Z test_contig_size1_large_dim_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.1698413Z test_contig_size1_large_dim_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:25:33.1698573Z test_contig_size1_large_dim_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:25:33.1698733Z test_contig_size1_large_dim_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1698895Z test_contig_size1_large_dim_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1699087Z test_contig_size1_large_dim_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1699236Z test_contig_size1_large_dim_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1699393Z test_contig_size1_large_dim_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1699550Z test_contig_size1_large_dim_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.1699706Z test_contig_size1_large_dim_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:25:33.1699863Z test_contig_size1_large_dim_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:25:33.1700022Z test_contig_size1_large_dim_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:25:33.1700180Z test_contig_size1_large_dim_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:25:33.1700339Z test_contig_size1_large_dim_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:25:33.1700484Z test_contig_size1_large_dim_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:25:33.1700645Z test_contig_size1_large_dim_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:25:33.1700804Z test_contig_size1_large_dim_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:25:33.1700963Z test_contig_size1_large_dim_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:25:33.1701117Z test_contig_size1_large_dim_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:25:33.1701275Z test_contig_size1_large_dim_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:25:33.1701434Z test_contig_size1_large_dim_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:25:33.1701600Z test_contig_size1_large_dim_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:25:33.1701762Z test_contig_size1_large_dim_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:25:33.1701908Z test_contig_size1_large_dim_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:25:33.1702065Z test_contig_size1_large_dim_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.1702220Z test_contig_size1_large_dim_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:25:33.1702377Z test_contig_size1_large_dim_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:25:33.1702532Z test_contig_size1_large_dim_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:25:33.1702749Z test_contig_size1_large_dim_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:25:33.1702905Z test_contig_size1_large_dim_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.1703060Z test_contig_size1_large_dim_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.1703254Z test_contig_size1_large_dim_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1703431Z test_contig_size1_large_dim_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.005s) 2022-12-01T10:25:33.1703625Z test_contig_size1_large_dim_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1703820Z test_contig_size1_large_dim_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1704010Z test_contig_size1_large_dim_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1704326Z test_contig_size1_large_dim_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1704525Z test_contig_size1_large_dim_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1704710Z test_contig_size1_large_dim_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1704897Z test_contig_size1_large_dim_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1705084Z test_contig_size1_large_dim_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1705270Z test_contig_size1_large_dim_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1705442Z test_contig_size1_large_dim_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1705649Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1705852Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1706058Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1706263Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1706462Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1706665Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1706870Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1707069Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1707267Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1707451Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1707646Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1707879Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1708036Z test_contig_size1_large_dim_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1708188Z test_contig_size1_large_dim_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:25:33.1708338Z test_contig_size1_large_dim_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:25:33.1708488Z test_contig_size1_large_dim_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1708640Z test_contig_size1_large_dim_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1708799Z test_contig_size1_large_dim_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:25:33.1708943Z test_contig_size1_large_dim_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1709107Z test_contig_size1_large_dim_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:25:33.1709266Z test_contig_size1_large_dim_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:25:33.1709456Z test_contig_size1_large_dim_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:25:33.1709616Z test_contig_size1_large_dim_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:25:33.1709770Z test_contig_size1_large_dim_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:25:33.1709924Z test_contig_size1_large_dim_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1710077Z test_contig_size1_large_dim_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1710228Z test_contig_size1_large_dim_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.1710369Z test_contig_size1_large_dim_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1710525Z test_contig_size1_large_dim_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:25:33.1710676Z test_contig_size1_large_dim_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.1710827Z test_contig_size1_large_dim_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1710979Z test_contig_size1_large_dim_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:25:33.1711130Z test_contig_size1_large_dim_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:25:33.1711286Z test_contig_size1_large_dim_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:25:33.1711434Z test_contig_size1_large_dim_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1711571Z test_contig_size1_large_dim_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1711722Z test_contig_size1_large_dim_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1711873Z test_contig_size1_large_dim_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1712023Z test_contig_size1_large_dim_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.1712188Z test_contig_size1_large_dim_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.1712349Z test_contig_size1_large_dim_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1712522Z test_contig_size1_large_dim_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:25:33.1712690Z test_contig_size1_large_dim_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:25:33.1712855Z test_contig_size1_large_dim_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:25:33.1713036Z test_contig_size1_large_dim_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1713198Z test_contig_size1_large_dim_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:25:33.1713359Z test_contig_size1_large_dim_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1713518Z test_contig_size1_large_dim_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1713682Z test_contig_size1_large_dim_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1713843Z test_contig_size1_large_dim_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1714005Z test_contig_size1_large_dim_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1714171Z test_contig_size1_large_dim_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.1714332Z test_contig_size1_large_dim_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:25:33.1714528Z test_contig_size1_large_dim_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:25:33.1714695Z test_contig_size1_large_dim_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:25:33.1714856Z test_contig_size1_large_dim_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:25:33.1715015Z test_contig_size1_large_dim_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1715169Z test_contig_size1_large_dim_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:25:33.1715331Z test_contig_size1_large_dim_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1715489Z test_contig_size1_large_dim_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1715652Z test_contig_size1_large_dim_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1715814Z test_contig_size1_large_dim_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1715958Z test_contig_size1_large_dim_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1716124Z test_contig_size1_large_dim_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.1716282Z test_contig_size1_large_dim_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1716451Z test_contig_size1_large_dim_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:25:33.1716620Z test_contig_size1_large_dim_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:25:33.1716784Z test_contig_size1_large_dim_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.1716951Z test_contig_size1_large_dim_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1717113Z test_contig_size1_large_dim_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:25:33.1717274Z test_contig_size1_large_dim_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1717418Z test_contig_size1_large_dim_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1717572Z test_contig_size1_large_dim_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1717730Z test_contig_size1_large_dim_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1717891Z test_contig_size1_large_dim_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1718046Z test_contig_size1_large_dim_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.1718235Z test_contig_size1_large_dim_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1718393Z test_contig_size1_large_dim_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.1718545Z test_contig_size1_large_dim_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1718685Z test_contig_size1_large_dim_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:25:33.1718833Z test_contig_size1_large_dim_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1718982Z test_contig_size1_large_dim_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1719131Z test_contig_size1_large_dim_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1719280Z test_contig_size1_large_dim_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1719429Z test_contig_size1_large_dim_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1719596Z test_contig_size1_large_dim_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1719789Z test_contig_size1_large_dim_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1719954Z test_contig_size1_large_dim_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:25:33.1720105Z test_contig_size1_large_dim_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:25:33.1720263Z test_contig_size1_large_dim_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:25:33.1720421Z test_contig_size1_large_dim_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1720580Z test_contig_size1_large_dim_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1720738Z test_contig_size1_large_dim_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1720899Z test_contig_size1_large_dim_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1721058Z test_contig_size1_large_dim_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1721217Z test_contig_size1_large_dim_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1721373Z test_contig_size1_large_dim_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1721521Z test_contig_size1_large_dim_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:25:33.1721680Z test_contig_size1_large_dim_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:25:33.1721837Z test_contig_size1_large_dim_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:25:33.1721992Z test_contig_size1_large_dim_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:25:33.1722153Z test_contig_size1_large_dim_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1722308Z test_contig_size1_large_dim_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1722463Z test_contig_size1_large_dim_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1722615Z test_contig_size1_large_dim_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1722768Z test_contig_size1_large_dim_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1722926Z test_contig_size1_large_dim_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1723088Z test_contig_size1_large_dim_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:25:33.1723249Z test_contig_size1_large_dim_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:25:33.1723436Z test_contig_size1_large_dim_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.1723596Z test_contig_size1_large_dim_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1723755Z test_contig_size1_large_dim_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1724046Z test_contig_size1_large_dim_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1724205Z test_contig_size1_large_dim_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1724348Z test_contig_size1_large_dim_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1724505Z test_contig_size1_large_dim_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.1724663Z test_contig_size1_large_dim_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1724830Z test_contig_size1_large_dim_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:25:33.1725042Z test_contig_size1_large_dim_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:25:33.1725201Z test_contig_size1_large_dim_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.1725358Z test_contig_size1_large_dim_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1725515Z test_contig_size1_large_dim_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1725671Z test_contig_size1_large_dim_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1725815Z test_contig_size1_large_dim_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1725971Z test_contig_size1_large_dim_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1726130Z test_contig_size1_large_dim_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1726282Z test_contig_size1_large_dim_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1726443Z test_contig_size1_large_dim_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:25:33.1726597Z test_contig_size1_large_dim_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:25:33.1726753Z test_contig_size1_large_dim_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:25:33.1726910Z test_contig_size1_large_dim_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:25:33.1727052Z test_contig_size1_large_dim_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:25:33.1727204Z test_contig_size1_large_dim_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:25:33.1727356Z test_contig_size1_large_dim_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1727509Z test_contig_size1_large_dim_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1727658Z test_contig_size1_large_dim_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1727808Z test_contig_size1_large_dim_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1727959Z test_contig_size1_large_dim_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1728114Z test_contig_size1_large_dim_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1728266Z test_contig_size1_large_dim_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1728410Z test_contig_size1_large_dim_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.1728568Z test_contig_size1_large_dim_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:25:33.1728761Z test_contig_size1_large_dim_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:25:33.1728916Z test_contig_size1_large_dim_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.1729070Z test_contig_size1_large_dim_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:25:33.1729219Z test_contig_size1_large_dim_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1729365Z test_contig_size1_large_dim_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1729513Z test_contig_size1_large_dim_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1729649Z test_contig_size1_large_dim_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1729803Z test_contig_size1_large_dim_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1729966Z test_contig_size1_large_dim_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.1730131Z test_contig_size1_large_dim_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:25:33.1730315Z test_contig_size1_large_dim_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:25:33.1730474Z test_contig_size1_large_dim_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:25:33.1730630Z test_contig_size1_large_dim_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:25:33.1730786Z test_contig_size1_large_dim_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.1730944Z test_contig_size1_large_dim_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:25:33.1731087Z test_contig_size1_large_dim_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.091s) 2022-12-01T10:25:33.1731240Z test_contig_size1_large_dim_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:25:33.1731395Z test_contig_size1_large_dim_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:25:33.1731550Z test_contig_size1_large_dim_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:25:33.1731702Z test_contig_size1_large_dim_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1731852Z test_contig_size1_large_dim_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1732002Z test_contig_size1_large_dim_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1732151Z test_contig_size1_large_dim_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1732290Z test_contig_size1_large_dim_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1732454Z test_contig_size1_large_dim_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:25:33.1732624Z test_contig_size1_large_dim_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:25:33.1732785Z test_contig_size1_large_dim_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:25:33.1732940Z test_contig_size1_large_dim_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:25:33.1733098Z test_contig_size1_large_dim_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:25:33.1733258Z test_contig_size1_large_dim_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.1733417Z test_contig_size1_large_dim_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.1733576Z test_contig_size1_large_dim_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1733721Z test_contig_size1_large_dim_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1733912Z test_contig_size1_large_dim_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1734069Z test_contig_size1_large_dim_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:25:33.1734228Z test_contig_size1_large_dim_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:25:33.1734385Z test_contig_size1_large_dim_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:25:33.1734537Z test_contig_size1_large_dim_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:25:33.1734687Z test_contig_size1_large_dim_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:25:33.1734840Z test_contig_size1_large_dim_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1734991Z test_contig_size1_large_dim_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1735131Z test_contig_size1_large_dim_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1735283Z test_contig_size1_large_dim_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1735466Z test_contig_size1_large_dim_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1735660Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1735849Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:25:33.1736036Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:25:33.1736220Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1736398Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1736582Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1736754Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1736932Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1737111Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1737296Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:25:33.1737480Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:25:33.1737659Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1737835Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1738015Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1738194Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1738372Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1738826Z 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-12-01T10:25:33.1739201Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1739616Z 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-12-01T10:25:33.1739983Z 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-12-01T10:25:33.1740352Z 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-12-01T10:25:33.1740708Z 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-12-01T10:25:33.1741075Z 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-12-01T10:25:33.1741440Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1741831Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1742198Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1742553Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1742914Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1743281Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1743624Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1743986Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1744432Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1744620Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1744808Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:25:33.1744988Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.1745173Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1745351Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1745525Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1745704Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1745873Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1746102Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1746289Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:25:33.1746476Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.1746660Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1746835Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1747007Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1747184Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1747366Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1747579Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:25:33.1747752Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:25:33.1747936Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:25:33.1748116Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1748296Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1748469Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.1748649Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1748833Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:25:33.1749202Z 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-12-01T10:25:33.1755033Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1755411Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1755778Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1756132Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1756500Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1756866Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1757234Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1757615Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1758079Z 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-12-01T10:25:33.1758461Z 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-12-01T10:25:33.1758837Z 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-12-01T10:25:33.1759220Z 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-12-01T10:25:33.1759591Z 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-12-01T10:25:33.1760007Z 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-12-01T10:25:33.1760389Z 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-12-01T10:25:33.1760762Z 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-12-01T10:25:33.1761146Z 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-12-01T10:25:33.1761523Z 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-12-01T10:25:33.1761902Z 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-12-01T10:25:33.1762276Z 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-12-01T10:25:33.1762654Z 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-12-01T10:25:33.1763029Z 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-12-01T10:25:33.1763407Z 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-12-01T10:25:33.1763784Z 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-12-01T10:25:33.1764371Z 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-12-01T10:25:33.1764755Z 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-12-01T10:25:33.1765127Z 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-12-01T10:25:33.1765566Z 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-12-01T10:25:33.1765942Z 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-12-01T10:25:33.1766318Z 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-12-01T10:25:33.1766689Z 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-12-01T10:25:33.1767057Z 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-12-01T10:25:33.1767472Z 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-12-01T10:25:33.1767852Z 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-12-01T10:25:33.1768230Z 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-12-01T10:25:33.1768601Z 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-12-01T10:25:33.1768978Z 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-12-01T10:25:33.1769358Z 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-12-01T10:25:33.1769731Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:25:33.1769909Z test_contig_size1_large_dim_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:25:33.1770079Z test_contig_size1_large_dim_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1770249Z test_contig_size1_large_dim_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:25:33.1770422Z test_contig_size1_large_dim_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:25:33.1770581Z test_contig_size1_large_dim_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.1770752Z test_contig_size1_large_dim_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1770916Z test_contig_size1_large_dim_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1771082Z test_contig_size1_large_dim_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.1771252Z test_contig_size1_large_dim_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1771420Z test_contig_size1_large_dim_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1771622Z test_contig_size1_large_dim_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1771790Z test_contig_size1_large_dim_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:25:33.1771952Z test_contig_size1_large_dim_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:25:33.1772103Z test_contig_size1_large_dim_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:25:33.1772262Z test_contig_size1_large_dim_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:25:33.1772420Z test_contig_size1_large_dim_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:25:33.1772583Z test_contig_size1_large_dim_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:25:33.1772747Z test_contig_size1_large_dim_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:25:33.1772905Z test_contig_size1_large_dim_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:25:33.1773093Z test_contig_size1_large_dim_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:25:33.1773254Z test_contig_size1_large_dim_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:25:33.1773412Z test_contig_size1_large_dim_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:25:33.1773556Z test_contig_size1_large_dim_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:25:33.1773709Z test_contig_size1_large_dim_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:25:33.1773858Z test_contig_size1_large_dim_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:25:33.1774010Z test_contig_size1_large_dim_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1774157Z test_contig_size1_large_dim_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1774310Z test_contig_size1_large_dim_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.1774463Z test_contig_size1_large_dim_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1774614Z test_contig_size1_large_dim_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1774769Z test_contig_size1_large_dim_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:25:33.1774935Z test_contig_size1_large_dim_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:25:33.1775104Z test_contig_size1_large_dim_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.099s) 2022-12-01T10:25:33.1775271Z test_contig_size1_large_dim_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:25:33.1775436Z test_contig_size1_large_dim_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:25:33.1775598Z test_contig_size1_large_dim_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:25:33.1775766Z test_contig_size1_large_dim_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:25:33.1775927Z test_contig_size1_large_dim_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.1776082Z test_contig_size1_large_dim_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.1776221Z test_contig_size1_large_dim_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1776379Z test_contig_size1_large_dim_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.1776539Z test_contig_size1_large_dim_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1776700Z test_contig_size1_large_dim_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.1776892Z test_contig_size1_large_dim_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1777053Z test_contig_size1_large_dim_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:25:33.1777211Z test_contig_size1_large_dim_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:25:33.1777366Z test_contig_size1_large_dim_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.1777520Z test_contig_size1_large_dim_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1777662Z test_contig_size1_large_dim_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1777811Z test_contig_size1_large_dim_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.1777963Z test_contig_size1_large_dim_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:25:33.1778120Z test_contig_size1_large_dim_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.1778297Z test_contig_size1_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1778440Z test_contig_size1_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1778580Z test_contig_size1_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1778721Z test_contig_size1_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1778849Z test_contig_size1_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1778999Z test_contig_size1_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1779143Z test_contig_size1_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1779296Z test_contig_size1_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1779449Z test_contig_size1_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1779600Z test_contig_size1_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1779745Z test_contig_size1_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1779893Z test_contig_size1_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1780027Z test_contig_size1_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1780169Z test_contig_size1_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1780305Z test_contig_size1_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1780449Z test_contig_size1_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1780622Z test_contig_size1_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1780769Z test_contig_size1_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1780910Z test_contig_size1_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1781056Z test_contig_size1_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1781197Z test_contig_size1_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1781327Z test_contig_size1_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1781466Z test_contig_size1_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1781603Z test_contig_size1_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1781743Z test_contig_size1_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1781885Z test_contig_size1_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1782025Z test_contig_size1_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1782234Z test_contig_size1_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1782388Z test_contig_size1_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1782535Z test_contig_size1_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1782691Z test_contig_size1_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1782844Z test_contig_size1_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1782998Z test_contig_size1_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1783148Z test_contig_size1_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1783299Z test_contig_size1_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1783455Z test_contig_size1_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1783632Z test_contig_size1_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1783773Z test_contig_size1_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1783922Z test_contig_size1_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1784075Z test_contig_size1_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1784341Z test_contig_size1_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1784500Z test_contig_size1_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1784654Z test_contig_size1_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1784805Z test_contig_size1_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1784956Z test_contig_size1_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1785108Z test_contig_size1_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1785246Z test_contig_size1_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1785395Z test_contig_size1_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1785544Z test_contig_size1_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1785692Z test_contig_size1_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1785841Z test_contig_size1_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1785995Z test_contig_size1_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1786146Z test_contig_size1_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1786304Z test_contig_size1_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1786451Z test_contig_size1_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1786602Z test_contig_size1_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1786753Z test_contig_size1_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1786902Z test_contig_size1_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1787053Z test_contig_size1_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1787198Z test_contig_size1_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1787342Z test_contig_size1_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1787534Z test_contig_size1_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1787687Z test_contig_size1_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1787820Z test_contig_size1_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1787961Z test_contig_size1_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1788106Z test_contig_size1_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1788248Z test_contig_size1_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1788388Z test_contig_size1_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1788527Z test_contig_size1_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1788668Z test_contig_size1_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1788809Z test_contig_size1_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1788935Z test_contig_size1_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1789099Z test_contig_size1_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1789255Z test_contig_size1_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1789405Z test_contig_size1_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1789556Z test_contig_size1_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1789705Z test_contig_size1_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1789859Z test_contig_size1_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1790007Z test_contig_size1_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1790146Z test_contig_size1_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1790298Z test_contig_size1_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1790448Z test_contig_size1_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1790598Z test_contig_size1_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1790745Z test_contig_size1_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1790894Z test_contig_size1_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1791042Z test_contig_size1_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1791186Z test_contig_size1_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1791319Z test_contig_size1_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1791470Z test_contig_size1_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1791614Z test_contig_size1_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1791754Z test_contig_size1_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1791901Z test_contig_size1_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1792046Z test_contig_size1_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1792198Z test_contig_size1_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1792348Z test_contig_size1_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1792500Z test_contig_size1_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1792666Z test_contig_size1_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1792923Z test_contig_size1_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1793078Z test_contig_size1_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1793224Z test_contig_size1_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1793372Z test_contig_size1_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1793521Z test_contig_size1_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1793668Z test_contig_size1_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1793818Z test_contig_size1_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1793951Z test_contig_size1_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1794102Z test_contig_size1_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1794244Z test_contig_size1_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1794424Z test_contig_size1_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1794571Z test_contig_size1_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1794714Z test_contig_size1_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1794854Z test_contig_size1_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1795002Z test_contig_size1_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1795134Z test_contig_size1_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1795339Z test_contig_size1_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1795517Z test_contig_size1_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1795666Z test_contig_size1_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1795817Z test_contig_size1_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1795965Z test_contig_size1_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1796110Z test_contig_size1_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1796250Z test_contig_size1_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1796389Z test_contig_size1_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1796518Z test_contig_size1_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1796659Z test_contig_size1_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1796799Z test_contig_size1_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1796943Z test_contig_size1_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1797084Z test_contig_size1_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1797229Z test_contig_size1_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1797368Z test_contig_size1_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1797515Z test_contig_size1_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1797649Z test_contig_size1_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1797793Z test_contig_size1_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1797934Z test_contig_size1_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1798077Z test_contig_size1_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1798271Z test_contig_size1_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1798413Z test_contig_size1_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1798551Z test_contig_size1_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1798692Z test_contig_size1_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1798816Z test_contig_size1_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1798974Z test_contig_size1_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1799127Z test_contig_size1_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1799278Z test_contig_size1_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1799423Z test_contig_size1_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1799570Z test_contig_size1_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1799744Z test_contig_size1_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1799895Z test_contig_size1_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1800027Z test_contig_size1_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1800173Z test_contig_size1_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1800317Z test_contig_size1_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1800455Z test_contig_size1_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1800599Z test_contig_size1_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1800741Z test_contig_size1_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1800884Z test_contig_size1_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1801027Z test_contig_size1_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1801153Z test_contig_size1_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1801309Z test_contig_size1_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1801462Z test_contig_size1_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1801613Z test_contig_size1_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1801765Z test_contig_size1_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1801914Z test_contig_size1_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1802062Z test_contig_size1_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1802213Z test_contig_size1_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1802364Z test_contig_size1_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1802500Z test_contig_size1_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1802645Z test_contig_size1_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1802790Z test_contig_size1_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1802940Z test_contig_size1_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1803087Z test_contig_size1_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1803228Z test_contig_size1_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1803367Z test_contig_size1_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1803548Z test_contig_size1_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1803679Z test_contig_size1_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1803820Z test_contig_size1_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1804103Z test_contig_size1_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1804245Z test_contig_size1_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1804427Z test_contig_size1_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1804609Z test_contig_size1_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1804785Z test_contig_size1_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1804965Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1805194Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1805354Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1805529Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1805703Z test_contig_size1_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1805879Z test_contig_size1_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1806056Z test_contig_size1_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1806233Z test_contig_size1_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1806406Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1806580Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1806746Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1806907Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1807073Z test_contig_size1_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1807487Z test_contig_size1_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1807849Z test_contig_size1_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1808218Z test_contig_size1_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1808572Z test_contig_size1_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1808920Z test_contig_size1_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1809270Z test_contig_size1_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1809619Z test_contig_size1_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1810014Z test_contig_size1_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1810363Z test_contig_size1_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1810711Z test_contig_size1_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1811050Z test_contig_size1_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1811394Z test_contig_size1_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1811762Z test_contig_size1_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1812115Z test_contig_size1_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1812465Z test_contig_size1_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1812814Z test_contig_size1_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1812989Z test_contig_size1_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1813168Z test_contig_size1_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1813344Z test_contig_size1_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1813519Z test_contig_size1_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1813690Z test_contig_size1_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1813849Z test_contig_size1_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1814020Z test_contig_size1_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1814190Z test_contig_size1_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1814357Z test_contig_size1_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1814535Z test_contig_size1_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1814711Z test_contig_size1_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1814883Z test_contig_size1_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1815053Z test_contig_size1_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1815225Z test_contig_size1_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1815383Z test_contig_size1_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1815552Z test_contig_size1_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1815725Z test_contig_size1_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1815935Z test_contig_size1_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1816109Z test_contig_size1_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1816282Z test_contig_size1_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1816451Z test_contig_size1_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1816619Z test_contig_size1_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1816791Z test_contig_size1_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1816946Z test_contig_size1_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1817302Z test_contig_size1_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1817695Z test_contig_size1_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1818054Z test_contig_size1_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1818403Z test_contig_size1_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1818751Z test_contig_size1_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1819102Z test_contig_size1_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1819451Z test_contig_size1_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1819802Z test_contig_size1_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1820164Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1820532Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1820895Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1821246Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1821605Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1821969Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1822327Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1822730Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1823100Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1823464Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1823831Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1824267Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1824630Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1825026Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.018s) 2022-12-01T10:25:33.1825392Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1825748Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1826106Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1826460Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1826818Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1827171Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1827532Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1827889Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1828255Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1828614Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1828973Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1829339Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1829694Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1830088Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1830444Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1830803Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1831150Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1831509Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.1831677Z test_contig_size1_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1831866Z test_contig_size1_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1832029Z test_contig_size1_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1832189Z test_contig_size1_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1832347Z test_contig_size1_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1832503Z test_contig_size1_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1832659Z test_contig_size1_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1832799Z test_contig_size1_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1832962Z test_contig_size1_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1833119Z test_contig_size1_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1833319Z test_contig_size1_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1833476Z test_contig_size1_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1833631Z test_contig_size1_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1833783Z test_contig_size1_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1833936Z test_contig_size1_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1834088Z test_contig_size1_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1834227Z test_contig_size1_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1834379Z test_contig_size1_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1834530Z test_contig_size1_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1834677Z test_contig_size1_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1834827Z test_contig_size1_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1834972Z test_contig_size1_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1835117Z test_contig_size1_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1835257Z test_contig_size1_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1835388Z test_contig_size1_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1835530Z test_contig_size1_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1835710Z test_contig_size1_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1835854Z test_contig_size1_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1835996Z test_contig_size1_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1836135Z test_contig_size1_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1836290Z test_contig_size1_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1836443Z test_contig_size1_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1836603Z test_contig_size1_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1836759Z test_contig_size1_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1836912Z test_contig_size1_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1837066Z test_contig_size1_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1837247Z test_contig_size1_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1837399Z test_contig_size1_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1837550Z test_contig_size1_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1837696Z test_contig_size1_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1837847Z test_contig_size1_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1838039Z test_contig_size1_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1838189Z test_contig_size1_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1838335Z test_contig_size1_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1838482Z test_contig_size1_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1838627Z test_contig_size1_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1838776Z test_contig_size1_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1838919Z test_contig_size1_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1839060Z test_contig_size1_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1839185Z test_contig_size1_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1839328Z test_contig_size1_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1839473Z test_contig_size1_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1839640Z test_contig_vs_every_other___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1839798Z test_contig_vs_every_other___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1839963Z test_contig_vs_every_other___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1840125Z test_contig_vs_every_other___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1840283Z test_contig_vs_every_other___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1840440Z test_contig_vs_every_other___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1840587Z test_contig_vs_every_other___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1840741Z test_contig_vs_every_other___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1840933Z test_contig_vs_every_other___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1841089Z test_contig_vs_every_other___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1841243Z test_contig_vs_every_other___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1841393Z test_contig_vs_every_other___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1841548Z test_contig_vs_every_other___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1841699Z test_contig_vs_every_other___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1841835Z test_contig_vs_every_other___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1841988Z test_contig_vs_every_other___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1842141Z test_contig_vs_every_other___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1842297Z test_contig_vs_every_other___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1842485Z test_contig_vs_every_other___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1842638Z test_contig_vs_every_other___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1842800Z test_contig_vs_every_other___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.1842962Z test_contig_vs_every_other___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1843120Z test_contig_vs_every_other___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1843266Z test_contig_vs_every_other___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1843422Z test_contig_vs_every_other___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1843578Z test_contig_vs_every_other___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1843733Z test_contig_vs_every_other___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1844011Z test_contig_vs_every_other___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1844166Z test_contig_vs_every_other___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1844318Z test_contig_vs_every_other___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1844480Z test_contig_vs_every_other___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1844637Z test_contig_vs_every_other___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1844780Z test_contig_vs_every_other___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1844938Z test_contig_vs_every_other___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1845095Z test_contig_vs_every_other___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1845249Z test_contig_vs_every_other___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1845411Z test_contig_vs_every_other___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1845569Z test_contig_vs_every_other___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1845725Z test_contig_vs_every_other___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1845879Z test_contig_vs_every_other___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1846021Z test_contig_vs_every_other___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1846230Z test_contig_vs_every_other___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1846385Z test_contig_vs_every_other___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1846539Z test_contig_vs_every_other___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1846706Z test_contig_vs_every_other___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1846916Z test_contig_vs_every_other___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1847107Z test_contig_vs_every_other___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1847260Z test_contig_vs_every_other___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1847409Z test_contig_vs_every_other___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1847547Z test_contig_vs_every_other___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1847699Z test_contig_vs_every_other___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1847894Z test_contig_vs_every_other___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1848052Z test_contig_vs_every_other___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1848219Z test_contig_vs_every_other___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1848381Z test_contig_vs_every_other___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1848537Z test_contig_vs_every_other___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1848694Z test_contig_vs_every_other___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1848850Z test_contig_vs_every_other___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1848995Z test_contig_vs_every_other___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1849150Z test_contig_vs_every_other___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1849302Z test_contig_vs_every_other___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1849454Z test_contig_vs_every_other___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1849607Z test_contig_vs_every_other___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1849762Z test_contig_vs_every_other___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1849925Z test_contig_vs_every_other___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1850085Z test_contig_vs_every_other___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1850231Z test_contig_vs_every_other___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1850391Z test_contig_vs_every_other___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1850546Z test_contig_vs_every_other___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1850698Z test_contig_vs_every_other___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1850849Z test_contig_vs_every_other___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1850998Z test_contig_vs_every_other___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1851153Z test_contig_vs_every_other___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1851301Z test_contig_vs_every_other___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1851491Z test_contig_vs_every_other___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1851628Z test_contig_vs_every_other___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1851778Z test_contig_vs_every_other___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1851929Z test_contig_vs_every_other___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1852081Z test_contig_vs_every_other___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1852229Z test_contig_vs_every_other___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1852386Z test_contig_vs_every_other_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1852541Z test_contig_vs_every_other_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1852697Z test_contig_vs_every_other_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1852890Z test_contig_vs_every_other_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1853034Z test_contig_vs_every_other_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1853191Z test_contig_vs_every_other_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1853346Z test_contig_vs_every_other_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1853496Z test_contig_vs_every_other_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1853647Z test_contig_vs_every_other_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1853797Z test_contig_vs_every_other_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1853943Z test_contig_vs_every_other_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1854096Z test_contig_vs_every_other_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1854237Z test_contig_vs_every_other_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1854394Z test_contig_vs_every_other_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1854548Z test_contig_vs_every_other_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1854703Z test_contig_vs_every_other_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1854856Z test_contig_vs_every_other_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1855006Z test_contig_vs_every_other_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1855156Z test_contig_vs_every_other_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1855308Z test_contig_vs_every_other_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1855463Z test_contig_vs_every_other_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1855602Z test_contig_vs_every_other_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1855763Z test_contig_vs_every_other_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1855924Z test_contig_vs_every_other_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1856085Z test_contig_vs_every_other_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1856243Z test_contig_vs_every_other_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1856401Z test_contig_vs_every_other_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1856597Z test_contig_vs_every_other_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1856769Z test_contig_vs_every_other_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1856924Z test_contig_vs_every_other_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1857086Z test_contig_vs_every_other_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1857253Z test_contig_vs_every_other_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1857421Z test_contig_vs_every_other_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1857581Z test_contig_vs_every_other_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1857812Z test_contig_vs_every_other_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1858030Z test_contig_vs_every_other_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1858255Z test_contig_vs_every_other_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1858416Z test_contig_vs_every_other_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1858561Z test_contig_vs_every_other_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1858737Z test_contig_vs_every_other_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1858902Z test_contig_vs_every_other_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1859070Z test_contig_vs_every_other_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1859239Z test_contig_vs_every_other_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1859411Z test_contig_vs_every_other_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1859573Z test_contig_vs_every_other_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1859732Z test_contig_vs_every_other_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1859891Z test_contig_vs_every_other_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1860037Z test_contig_vs_every_other_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1860195Z test_contig_vs_every_other_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1860351Z test_contig_vs_every_other_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1860515Z test_contig_vs_every_other_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1860675Z test_contig_vs_every_other_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1860838Z test_contig_vs_every_other_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1860995Z test_contig_vs_every_other_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1861154Z test_contig_vs_every_other_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1861311Z test_contig_vs_every_other_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1861457Z test_contig_vs_every_other_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1861615Z test_contig_vs_every_other_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1861768Z test_contig_vs_every_other_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1861980Z test_contig_vs_every_other_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1862147Z test_contig_vs_every_other_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1862304Z test_contig_vs_every_other_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1862463Z test_contig_vs_every_other_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1862621Z test_contig_vs_every_other_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1862778Z test_contig_vs_every_other_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1862923Z test_contig_vs_every_other_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1863079Z test_contig_vs_every_other_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1863238Z test_contig_vs_every_other_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1863396Z test_contig_vs_every_other_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1863579Z test_contig_vs_every_other_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1863737Z test_contig_vs_every_other_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1863896Z test_contig_vs_every_other_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1864052Z test_contig_vs_every_other_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1864275Z test_contig_vs_every_other_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1864436Z test_contig_vs_every_other_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1864599Z test_contig_vs_every_other_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1864764Z test_contig_vs_every_other_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1864928Z test_contig_vs_every_other_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1865086Z test_contig_vs_every_other_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1865249Z test_contig_vs_every_other_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1865404Z test_contig_vs_every_other_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1865562Z test_contig_vs_every_other_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1865705Z test_contig_vs_every_other_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1865879Z test_contig_vs_every_other_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1866056Z test_contig_vs_every_other_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1866231Z test_contig_vs_every_other_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1866403Z test_contig_vs_every_other_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1866572Z test_contig_vs_every_other_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1866742Z test_contig_vs_every_other_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1866911Z test_contig_vs_every_other_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1867077Z test_contig_vs_every_other_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1867277Z test_contig_vs_every_other_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1867456Z test_contig_vs_every_other_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1867625Z test_contig_vs_every_other_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1867808Z test_contig_vs_every_other_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1867986Z test_contig_vs_every_other_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1868159Z test_contig_vs_every_other_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1868331Z test_contig_vs_every_other_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1868500Z test_contig_vs_every_other_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1868673Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1868859Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1869026Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1869192Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1869364Z test_contig_vs_every_other_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1869535Z test_contig_vs_every_other_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1869702Z test_contig_vs_every_other_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1869873Z test_contig_vs_every_other_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1870040Z test_contig_vs_every_other_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1870209Z test_contig_vs_every_other_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1870359Z test_contig_vs_every_other_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1870528Z test_contig_vs_every_other_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1870698Z test_contig_vs_every_other_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1870866Z test_contig_vs_every_other_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1871020Z test_contig_vs_every_other_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1871174Z test_contig_vs_every_other_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1871334Z test_contig_vs_every_other_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1871489Z test_contig_vs_every_other_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1871643Z test_contig_vs_every_other_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1871781Z test_contig_vs_every_other_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1871931Z test_contig_vs_every_other_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1872081Z test_contig_vs_every_other_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1872236Z test_contig_vs_every_other_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1872385Z test_contig_vs_every_other_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1872569Z test_contig_vs_every_other_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1872721Z test_contig_vs_every_other_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1872871Z test_contig_vs_every_other_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1873024Z test_contig_vs_every_other_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1873185Z test_contig_vs_every_other_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1873352Z test_contig_vs_every_other_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.1873520Z test_contig_vs_every_other_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1873682Z test_contig_vs_every_other_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1873845Z test_contig_vs_every_other_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1874069Z test_contig_vs_every_other_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1874230Z test_contig_vs_every_other_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1874391Z test_contig_vs_every_other_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1874538Z test_contig_vs_every_other_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1874696Z test_contig_vs_every_other_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1874856Z test_contig_vs_every_other_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1875042Z test_contig_vs_every_other_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:25:33.1875208Z test_contig_vs_every_other_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1875370Z test_contig_vs_every_other_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1875526Z test_contig_vs_every_other_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1875689Z test_contig_vs_every_other_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1875844Z test_contig_vs_every_other_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1875991Z test_contig_vs_every_other_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1876149Z test_contig_vs_every_other_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1876309Z test_contig_vs_every_other_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1876469Z test_contig_vs_every_other_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1876624Z test_contig_vs_every_other_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1876777Z test_contig_vs_every_other_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1876930Z test_contig_vs_every_other_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1877078Z test_contig_vs_every_other_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1877229Z test_contig_vs_every_other_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1877367Z test_contig_vs_every_other_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1877518Z test_contig_vs_every_other_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1877699Z test_contig_vs_every_other_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1877852Z test_contig_vs_every_other_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1878007Z test_contig_vs_every_other_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1878157Z test_contig_vs_every_other_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1878308Z test_contig_vs_every_other_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1878462Z test_contig_vs_every_other_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1878596Z test_contig_vs_every_other_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1878744Z test_contig_vs_every_other_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1878891Z test_contig_vs_every_other_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1879042Z test_contig_vs_every_other_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1879219Z test_contig_vs_every_other_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1879367Z test_contig_vs_every_other_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1879542Z test_contig_vs_every_other_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:25:33.1879701Z test_contig_vs_every_other_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1879854Z test_contig_vs_every_other_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1879993Z test_contig_vs_every_other_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1880140Z test_contig_vs_every_other_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1880291Z test_contig_vs_every_other_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1880437Z test_contig_vs_every_other_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1880588Z test_contig_vs_every_other_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1880737Z test_contig_vs_every_other_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1880887Z test_contig_vs_every_other_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1881036Z test_contig_vs_every_other_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1881173Z test_contig_vs_every_other_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1881324Z test_contig_vs_every_other_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1881473Z test_contig_vs_every_other_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1881628Z test_contig_vs_every_other_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1881779Z test_contig_vs_every_other_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1881932Z test_contig_vs_every_other_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1882081Z test_contig_vs_every_other_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1882229Z test_contig_vs_every_other_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1882377Z test_contig_vs_every_other_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1882515Z test_contig_vs_every_other_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1882664Z test_contig_vs_every_other_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1882845Z test_contig_vs_every_other_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1882998Z test_contig_vs_every_other_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1883152Z test_contig_vs_every_other_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1883297Z test_contig_vs_every_other_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1883449Z test_contig_vs_every_other_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1883598Z test_contig_vs_every_other_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1883734Z test_contig_vs_every_other_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1884020Z test_contig_vs_every_other_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1884172Z test_contig_vs_every_other_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1884324Z test_contig_vs_every_other_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1884529Z test_contig_vs_every_other_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1884680Z test_contig_vs_every_other_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1884845Z test_contig_vs_every_other_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1885004Z test_contig_vs_every_other_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1885169Z test_contig_vs_every_other_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1885320Z test_contig_vs_every_other_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1885480Z test_contig_vs_every_other_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1885642Z test_contig_vs_every_other_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1885803Z test_contig_vs_every_other_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1885961Z test_contig_vs_every_other_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1886119Z test_contig_vs_every_other_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1886278Z test_contig_vs_every_other_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1886434Z test_contig_vs_every_other_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1886577Z test_contig_vs_every_other_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1886731Z test_contig_vs_every_other_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1886893Z test_contig_vs_every_other_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1887051Z test_contig_vs_every_other_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1887205Z test_contig_vs_every_other_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1887361Z test_contig_vs_every_other_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1887521Z test_contig_vs_every_other_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1887678Z test_contig_vs_every_other_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1887836Z test_contig_vs_every_other_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1887979Z test_contig_vs_every_other_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1888140Z test_contig_vs_every_other_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1888334Z test_contig_vs_every_other_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.1888501Z test_contig_vs_every_other_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.1888663Z test_contig_vs_every_other_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1888821Z test_contig_vs_every_other_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1888982Z test_contig_vs_every_other_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1889145Z test_contig_vs_every_other_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1889299Z test_contig_vs_every_other_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1889440Z test_contig_vs_every_other_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:25:33.1889592Z test_contig_vs_every_other_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:25:33.1889770Z test_contig_vs_every_other_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1889923Z test_contig_vs_every_other_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1890118Z test_contig_vs_every_other_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1890308Z test_contig_vs_every_other_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1890504Z test_contig_vs_every_other_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1890696Z test_contig_vs_every_other_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1890889Z test_contig_vs_every_other_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1891067Z test_contig_vs_every_other_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1891255Z test_contig_vs_every_other_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1891441Z test_contig_vs_every_other_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1891628Z test_contig_vs_every_other_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1891814Z test_contig_vs_every_other_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1891998Z test_contig_vs_every_other_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1892184Z test_contig_vs_every_other_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1892388Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1892588Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1892792Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1892986Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1893188Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1893469Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1893724Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1893923Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1894115Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1894304Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1894501Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1894700Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.1894891Z test_contig_vs_every_other_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1895031Z test_contig_vs_every_other_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1895179Z test_contig_vs_every_other_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1895329Z test_contig_vs_every_other_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1895477Z test_contig_vs_every_other_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1895635Z test_contig_vs_every_other_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1895789Z test_contig_vs_every_other_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1895955Z test_contig_vs_every_other_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1896120Z test_contig_vs_every_other_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1896278Z test_contig_vs_every_other_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1896421Z test_contig_vs_every_other_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1896577Z test_contig_vs_every_other_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1896730Z test_contig_vs_every_other_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1896885Z test_contig_vs_every_other_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1897033Z test_contig_vs_every_other_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1897187Z test_contig_vs_every_other_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1897340Z test_contig_vs_every_other_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1897496Z test_contig_vs_every_other_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1897634Z test_contig_vs_every_other_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1897786Z test_contig_vs_every_other_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1897934Z test_contig_vs_every_other_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1898085Z test_contig_vs_every_other_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1898235Z test_contig_vs_every_other_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1898384Z test_contig_vs_every_other_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1898584Z test_contig_vs_every_other_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1898737Z test_contig_vs_every_other_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1898886Z test_contig_vs_every_other_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1899041Z test_contig_vs_every_other_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1899204Z test_contig_vs_every_other_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1899371Z test_contig_vs_every_other_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1899540Z test_contig_vs_every_other_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1899703Z test_contig_vs_every_other_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1899864Z test_contig_vs_every_other_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1900050Z test_contig_vs_every_other_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1900212Z test_contig_vs_every_other_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1900372Z test_contig_vs_every_other_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1900519Z test_contig_vs_every_other_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1900682Z test_contig_vs_every_other_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1900843Z test_contig_vs_every_other_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1901009Z test_contig_vs_every_other_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1901172Z test_contig_vs_every_other_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1901340Z test_contig_vs_every_other_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1901505Z test_contig_vs_every_other_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1901666Z test_contig_vs_every_other_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1901810Z test_contig_vs_every_other_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1901975Z test_contig_vs_every_other_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1902135Z test_contig_vs_every_other_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1902293Z test_contig_vs_every_other_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1902451Z test_contig_vs_every_other_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1902612Z test_contig_vs_every_other_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1902767Z test_contig_vs_every_other_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1902932Z test_contig_vs_every_other_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1903090Z test_contig_vs_every_other_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1903248Z test_contig_vs_every_other_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1903413Z test_contig_vs_every_other_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1903576Z test_contig_vs_every_other_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1903772Z test_contig_vs_every_other_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1903933Z test_contig_vs_every_other_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1904094Z test_contig_vs_every_other_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1904323Z test_contig_vs_every_other_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1904483Z test_contig_vs_every_other_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1904643Z test_contig_vs_every_other_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1904787Z test_contig_vs_every_other_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1904941Z test_contig_vs_every_other_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1905097Z test_contig_vs_every_other_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1905249Z test_contig_vs_every_other_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.1905434Z test_contig_vs_every_other_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1905585Z test_contig_vs_every_other_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1905735Z test_contig_vs_every_other_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1905884Z test_contig_vs_every_other_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1906017Z test_contig_vs_every_other_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1906166Z test_contig_vs_every_other_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1906315Z test_contig_vs_every_other_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1906484Z test_contig_vs_every_other_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1906644Z test_contig_vs_every_other_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1906809Z test_contig_vs_every_other_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1906968Z test_contig_vs_every_other_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1907123Z test_contig_vs_every_other_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1907282Z test_contig_vs_every_other_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1907428Z test_contig_vs_every_other_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1907582Z test_contig_vs_every_other_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1907742Z test_contig_vs_every_other_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1907905Z test_contig_vs_every_other_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1908063Z test_contig_vs_every_other_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1908220Z test_contig_vs_every_other_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1908378Z test_contig_vs_every_other_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1908536Z test_contig_vs_every_other_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1908690Z test_contig_vs_every_other_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1908832Z test_contig_vs_every_other_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1909019Z test_contig_vs_every_other_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1909174Z test_contig_vs_every_other_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1909330Z test_contig_vs_every_other_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1909483Z test_contig_vs_every_other_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1909645Z test_contig_vs_every_other_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1909801Z test_contig_vs_every_other_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1909962Z test_contig_vs_every_other_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1910106Z test_contig_vs_every_other_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1910261Z test_contig_vs_every_other_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1910445Z test_contig_vs_every_other_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1910611Z test_contig_vs_every_other_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1910771Z test_contig_vs_every_other_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1910927Z test_contig_vs_every_other_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1911081Z test_contig_vs_every_other_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1911239Z test_contig_vs_every_other_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1911395Z test_contig_vs_every_other_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1911538Z test_contig_vs_every_other_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1911697Z test_contig_vs_every_other_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1911855Z test_contig_vs_every_other_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1912009Z test_contig_vs_every_other_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1912166Z test_contig_vs_every_other_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1912321Z test_contig_vs_every_other_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1912475Z test_contig_vs_every_other_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1912627Z test_contig_vs_every_other_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1912776Z test_contig_vs_every_other_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1912917Z test_contig_vs_every_other_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1913078Z test_contig_vs_every_other_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1913233Z test_contig_vs_every_other_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1913385Z test_contig_vs_every_other_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1913538Z test_contig_vs_every_other_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1913688Z test_contig_vs_every_other_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1913840Z test_contig_vs_every_other_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1913992Z test_contig_vs_every_other_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1914161Z test_contig_vs_every_other_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1914308Z test_contig_vs_every_other_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1914459Z test_contig_vs_every_other_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1914612Z test_contig_vs_every_other_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1914765Z test_contig_vs_every_other_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1914913Z test_contig_vs_every_other_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1915068Z test_contig_vs_every_other_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1915222Z test_contig_vs_every_other_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1915373Z test_contig_vs_every_other_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1915513Z test_contig_vs_every_other_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1915693Z test_contig_vs_every_other_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1915845Z test_contig_vs_every_other_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1915994Z test_contig_vs_every_other_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1916140Z test_contig_vs_every_other_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1916289Z test_contig_vs_every_other_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1916437Z test_contig_vs_every_other_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1916601Z test_contig_vs_every_other_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1916753Z test_contig_vs_every_other_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1916917Z test_contig_vs_every_other_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1917072Z test_contig_vs_every_other_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1917230Z test_contig_vs_every_other_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1917384Z test_contig_vs_every_other_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1917539Z test_contig_vs_every_other_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1917693Z test_contig_vs_every_other_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1917845Z test_contig_vs_every_other_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1917997Z test_contig_vs_every_other_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1918135Z test_contig_vs_every_other_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1918287Z test_contig_vs_every_other_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1918432Z test_contig_vs_every_other_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1918580Z test_contig_vs_every_other_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1918728Z test_contig_vs_every_other_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1918877Z test_contig_vs_every_other_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1919058Z test_contig_vs_every_other_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:25:33.1919220Z test_contig_vs_every_other_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1919404Z test_contig_vs_every_other_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1919568Z test_contig_vs_every_other_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1919727Z test_contig_vs_every_other_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1919885Z test_contig_vs_every_other_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1920040Z test_contig_vs_every_other_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1920200Z test_contig_vs_every_other_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1920354Z test_contig_vs_every_other_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1920510Z test_contig_vs_every_other_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.1920667Z test_contig_vs_every_other_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1920843Z test_contig_vs_every_other_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1920998Z test_contig_vs_every_other_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1921151Z test_contig_vs_every_other_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1921304Z test_contig_vs_every_other_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1921453Z test_contig_vs_every_other_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1921606Z test_contig_vs_every_other_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1921755Z test_contig_vs_every_other_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1921905Z test_contig_vs_every_other_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1922056Z test_contig_vs_every_other_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1922233Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1922426Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1922613Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1922798Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1922976Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1923158Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1923342Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1923523Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1923699Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1924008Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1924192Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1924370Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1924546Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1924777Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1924957Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1925141Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1925608Z 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-12-01T10:25:33.1925984Z 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-12-01T10:25:33.1926350Z 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-12-01T10:25:33.1926744Z 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-12-01T10:25:33.1927111Z 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-12-01T10:25:33.1927472Z 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-12-01T10:25:33.1927832Z 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-12-01T10:25:33.1928199Z 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-12-01T10:25:33.1928566Z 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-12-01T10:25:33.1928935Z 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-12-01T10:25:33.1929300Z 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-12-01T10:25:33.1929658Z 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-12-01T10:25:33.1930009Z 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-12-01T10:25:33.1930377Z 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-12-01T10:25:33.1930738Z 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-12-01T10:25:33.1931102Z 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-12-01T10:25:33.1931286Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1931457Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1931665Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1931849Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1932029Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1932205Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1932383Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1932563Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1932744Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1932931Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1933122Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1933304Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1933484Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1933658Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1933835Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1934013Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1934199Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1934387Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1934568Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1934748Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1934918Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1935094Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1935272Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1935494Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1935865Z 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-12-01T10:25:33.1936237Z 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-12-01T10:25:33.1936598Z 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-12-01T10:25:33.1936962Z 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-12-01T10:25:33.1937325Z 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-12-01T10:25:33.1937736Z 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-12-01T10:25:33.1938098Z 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-12-01T10:25:33.1938444Z 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-12-01T10:25:33.1938821Z 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-12-01T10:25:33.1939202Z 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-12-01T10:25:33.1939615Z 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-12-01T10:25:33.1939990Z 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-12-01T10:25:33.1940369Z 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-12-01T10:25:33.1940749Z 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-12-01T10:25:33.1941127Z 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-12-01T10:25:33.1941501Z 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-12-01T10:25:33.1941880Z 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-12-01T10:25:33.1942257Z 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-12-01T10:25:33.1942638Z 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-12-01T10:25:33.1943016Z 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-12-01T10:25:33.1943389Z 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-12-01T10:25:33.1943753Z 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-12-01T10:25:33.1944127Z 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-12-01T10:25:33.1944574Z 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-12-01T10:25:33.1944991Z 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-12-01T10:25:33.1945375Z 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-12-01T10:25:33.1945756Z 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-12-01T10:25:33.1946126Z 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-12-01T10:25:33.1946498Z 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-12-01T10:25:33.1946920Z 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-12-01T10:25:33.1947299Z 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-12-01T10:25:33.1947673Z 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-12-01T10:25:33.1948043Z 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-12-01T10:25:33.1948429Z 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-12-01T10:25:33.1948808Z 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-12-01T10:25:33.1949167Z 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-12-01T10:25:33.1949535Z 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-12-01T10:25:33.1949905Z 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-12-01T10:25:33.1950281Z 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-12-01T10:25:33.1950650Z 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-12-01T10:25:33.1950826Z test_contig_vs_every_other_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.1950997Z test_contig_vs_every_other_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1951166Z test_contig_vs_every_other_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1951330Z test_contig_vs_every_other_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1951524Z test_contig_vs_every_other_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1951693Z test_contig_vs_every_other_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1951843Z test_contig_vs_every_other_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1952002Z test_contig_vs_every_other_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1952167Z test_contig_vs_every_other_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1952335Z test_contig_vs_every_other_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1952497Z test_contig_vs_every_other_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1952663Z test_contig_vs_every_other_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1952827Z test_contig_vs_every_other_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1953019Z test_contig_vs_every_other_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1953186Z test_contig_vs_every_other_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1953332Z test_contig_vs_every_other_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1953493Z test_contig_vs_every_other_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1953654Z test_contig_vs_every_other_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1953810Z test_contig_vs_every_other_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1953968Z test_contig_vs_every_other_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1954127Z test_contig_vs_every_other_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1954284Z test_contig_vs_every_other_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1954437Z test_contig_vs_every_other_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1954591Z test_contig_vs_every_other_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1954732Z test_contig_vs_every_other_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1954883Z test_contig_vs_every_other_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1955033Z test_contig_vs_every_other_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1955183Z test_contig_vs_every_other_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1955336Z test_contig_vs_every_other_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1955484Z test_contig_vs_every_other_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.1955654Z test_contig_vs_every_other_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1955820Z test_contig_vs_every_other_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1955978Z test_contig_vs_every_other_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1956147Z test_contig_vs_every_other_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.1956313Z test_contig_vs_every_other_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1956474Z test_contig_vs_every_other_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1956630Z test_contig_vs_every_other_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1956818Z test_contig_vs_every_other_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1956982Z test_contig_vs_every_other_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1957140Z test_contig_vs_every_other_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1957304Z test_contig_vs_every_other_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1957448Z test_contig_vs_every_other_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1957606Z test_contig_vs_every_other_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1957760Z test_contig_vs_every_other_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1957918Z test_contig_vs_every_other_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.1958075Z test_contig_vs_every_other_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1958251Z test_contig_vs_every_other_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1958410Z test_contig_vs_every_other_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1958563Z test_contig_vs_every_other_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1958715Z test_contig_vs_every_other_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1958852Z test_contig_vs_every_other_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1959001Z test_contig_vs_every_other_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.1959165Z test_contig_vs_transposed___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.096s) 2022-12-01T10:25:33.1959326Z test_contig_vs_transposed___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:25:33.1959491Z test_contig_vs_transposed___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.282s) 2022-12-01T10:25:33.1959652Z test_contig_vs_transposed___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.190s) 2022-12-01T10:25:33.1959811Z test_contig_vs_transposed___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.128s) 2022-12-01T10:25:33.1959970Z test_contig_vs_transposed___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.110s) 2022-12-01T10:25:33.1960115Z test_contig_vs_transposed___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.132s) 2022-12-01T10:25:33.1960271Z test_contig_vs_transposed___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:25:33.1960425Z test_contig_vs_transposed___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.1960582Z test_contig_vs_transposed___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.1960740Z test_contig_vs_transposed___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:25:33.1960894Z test_contig_vs_transposed___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.1961049Z test_contig_vs_transposed___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:25:33.1961207Z test_contig_vs_transposed___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:25:33.1961359Z test_contig_vs_transposed___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:25:33.1961497Z test_contig_vs_transposed___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.1961649Z test_contig_vs_transposed___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:25:33.1961802Z test_contig_vs_transposed___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:25:33.1962033Z test_contig_vs_transposed___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.102s) 2022-12-01T10:25:33.1962190Z test_contig_vs_transposed___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.145s) 2022-12-01T10:25:33.1962352Z test_contig_vs_transposed___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.241s) 2022-12-01T10:25:33.1962516Z test_contig_vs_transposed___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.197s) 2022-12-01T10:25:33.1962674Z test_contig_vs_transposed___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.134s) 2022-12-01T10:25:33.1962819Z test_contig_vs_transposed___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.117s) 2022-12-01T10:25:33.1962977Z test_contig_vs_transposed___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.139s) 2022-12-01T10:25:33.1963129Z test_contig_vs_transposed___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:25:33.1963284Z test_contig_vs_transposed___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:25:33.1963468Z test_contig_vs_transposed___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.150s) 2022-12-01T10:25:33.1963623Z test_contig_vs_transposed___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.102s) 2022-12-01T10:25:33.1963774Z test_contig_vs_transposed___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.102s) 2022-12-01T10:25:33.1964052Z test_contig_vs_transposed___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.102s) 2022-12-01T10:25:33.1964211Z test_contig_vs_transposed___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.141s) 2022-12-01T10:25:33.1964354Z test_contig_vs_transposed___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.112s) 2022-12-01T10:25:33.1964511Z test_contig_vs_transposed___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.135s) 2022-12-01T10:25:33.1964673Z test_contig_vs_transposed___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.096s) 2022-12-01T10:25:33.1964829Z test_contig_vs_transposed___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:25:33.1964990Z test_contig_vs_transposed___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.234s) 2022-12-01T10:25:33.1965150Z test_contig_vs_transposed___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.220s) 2022-12-01T10:25:33.1965306Z test_contig_vs_transposed___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.124s) 2022-12-01T10:25:33.1965461Z test_contig_vs_transposed___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.109s) 2022-12-01T10:25:33.1965617Z test_contig_vs_transposed___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.130s) 2022-12-01T10:25:33.1965758Z test_contig_vs_transposed___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.1965913Z test_contig_vs_transposed___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.1966066Z test_contig_vs_transposed___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.1966220Z test_contig_vs_transposed___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:25:33.1966373Z test_contig_vs_transposed___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.1966527Z test_contig_vs_transposed___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:25:33.1966678Z test_contig_vs_transposed___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:25:33.1966830Z test_contig_vs_transposed___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.1966965Z test_contig_vs_transposed___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:25:33.1967118Z test_contig_vs_transposed___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:25:33.1967317Z test_contig_vs_transposed___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:25:33.1967483Z test_contig_vs_transposed___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.099s) 2022-12-01T10:25:33.1967646Z test_contig_vs_transposed___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.275s) 2022-12-01T10:25:33.1967806Z test_contig_vs_transposed___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.262s) 2022-12-01T10:25:33.1967966Z test_contig_vs_transposed___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.128s) 2022-12-01T10:25:33.1968122Z test_contig_vs_transposed___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.115s) 2022-12-01T10:25:33.1968278Z test_contig_vs_transposed___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.139s) 2022-12-01T10:25:33.1968419Z test_contig_vs_transposed___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:25:33.1968577Z test_contig_vs_transposed___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:25:33.1968759Z test_contig_vs_transposed___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:25:33.1968918Z test_contig_vs_transposed___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:25:33.1969071Z test_contig_vs_transposed___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:25:33.1969231Z test_contig_vs_transposed___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.094s) 2022-12-01T10:25:33.1969392Z test_contig_vs_transposed___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.235s) 2022-12-01T10:25:33.1969551Z test_contig_vs_transposed___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.231s) 2022-12-01T10:25:33.1969706Z test_contig_vs_transposed___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.128s) 2022-12-01T10:25:33.1969851Z test_contig_vs_transposed___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.109s) 2022-12-01T10:25:33.1970009Z test_contig_vs_transposed___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.133s) 2022-12-01T10:25:33.1970161Z test_contig_vs_transposed___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:25:33.1970316Z test_contig_vs_transposed___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.1970465Z test_contig_vs_transposed___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.1970619Z test_contig_vs_transposed___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:25:33.1970771Z test_contig_vs_transposed___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.1970923Z test_contig_vs_transposed___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:25:33.1971063Z test_contig_vs_transposed___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:25:33.1971213Z test_contig_vs_transposed___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:25:33.1971367Z test_contig_vs_transposed___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.1971520Z test_contig_vs_transposed___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:25:33.1971670Z test_contig_vs_transposed___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:25:33.1971827Z test_contig_vs_transposed_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.097s) 2022-12-01T10:25:33.1971981Z test_contig_vs_transposed_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:25:33.1972138Z test_contig_vs_transposed_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.234s) 2022-12-01T10:25:33.1972294Z test_contig_vs_transposed_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.278s) 2022-12-01T10:25:33.1972466Z test_contig_vs_transposed_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.188s) 2022-12-01T10:25:33.1972624Z test_contig_vs_transposed_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.127s) 2022-12-01T10:25:33.1972777Z test_contig_vs_transposed_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.110s) 2022-12-01T10:25:33.1972933Z test_contig_vs_transposed_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.130s) 2022-12-01T10:25:33.1973087Z test_contig_vs_transposed_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:25:33.1973240Z test_contig_vs_transposed_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:25:33.1973392Z test_contig_vs_transposed_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.1973546Z test_contig_vs_transposed_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:25:33.1973687Z test_contig_vs_transposed_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.1973845Z test_contig_vs_transposed_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.097s) 2022-12-01T10:25:33.1974023Z test_contig_vs_transposed_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.100s) 2022-12-01T10:25:33.1974181Z test_contig_vs_transposed_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.159s) 2022-12-01T10:25:33.1974336Z test_contig_vs_transposed_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.132s) 2022-12-01T10:25:33.1974489Z test_contig_vs_transposed_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.098s) 2022-12-01T10:25:33.1974642Z test_contig_vs_transposed_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.098s) 2022-12-01T10:25:33.1974791Z test_contig_vs_transposed_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.099s) 2022-12-01T10:25:33.1974942Z test_contig_vs_transposed_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.098s) 2022-12-01T10:25:33.1975086Z test_contig_vs_transposed_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.098s) 2022-12-01T10:25:33.1975248Z test_contig_vs_transposed_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:25:33.1975409Z test_contig_vs_transposed_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:25:33.1975568Z test_contig_vs_transposed_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:25:33.1975729Z test_contig_vs_transposed_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.1975887Z test_contig_vs_transposed_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:25:33.1976045Z test_contig_vs_transposed_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:25:33.1976216Z test_contig_vs_transposed_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:25:33.1976376Z test_contig_vs_transposed_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:25:33.1976547Z test_contig_vs_transposed_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:25:33.1976715Z test_contig_vs_transposed_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:25:33.1976885Z test_contig_vs_transposed_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:25:33.1977047Z test_contig_vs_transposed_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:25:33.1977208Z test_contig_vs_transposed_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:25:33.1977367Z test_contig_vs_transposed_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:25:33.1977524Z test_contig_vs_transposed_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.1977723Z test_contig_vs_transposed_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:25:33.1977869Z test_contig_vs_transposed_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:25:33.1978042Z test_contig_vs_transposed_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:25:33.1978213Z test_contig_vs_transposed_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:25:33.1978424Z test_contig_vs_transposed_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:25:33.1978591Z test_contig_vs_transposed_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:25:33.1978762Z test_contig_vs_transposed_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:25:33.1978922Z test_contig_vs_transposed_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:25:33.1979083Z test_contig_vs_transposed_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:25:33.1979269Z test_contig_vs_transposed_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.1979417Z test_contig_vs_transposed_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:25:33.1979578Z test_contig_vs_transposed_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:25:33.1979737Z test_contig_vs_transposed_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:25:33.1979901Z test_contig_vs_transposed_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.095s) 2022-12-01T10:25:33.1980060Z test_contig_vs_transposed_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:25:33.1980220Z test_contig_vs_transposed_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.124s) 2022-12-01T10:25:33.1980384Z test_contig_vs_transposed_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.110s) 2022-12-01T10:25:33.1980547Z test_contig_vs_transposed_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.132s) 2022-12-01T10:25:33.1980708Z test_contig_vs_transposed_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:25:33.1980854Z test_contig_vs_transposed_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:25:33.1981012Z test_contig_vs_transposed_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.1981169Z test_contig_vs_transposed_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:25:33.1981328Z test_contig_vs_transposed_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:25:33.1981490Z test_contig_vs_transposed_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.097s) 2022-12-01T10:25:33.1981649Z test_contig_vs_transposed_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:25:33.1981812Z test_contig_vs_transposed_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.172s) 2022-12-01T10:25:33.1981972Z test_contig_vs_transposed_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.116s) 2022-12-01T10:25:33.1982119Z test_contig_vs_transposed_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.130s) 2022-12-01T10:25:33.1982277Z test_contig_vs_transposed_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:25:33.1982434Z test_contig_vs_transposed_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:25:33.1982591Z test_contig_vs_transposed_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.1982748Z test_contig_vs_transposed_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:25:33.1982935Z test_contig_vs_transposed_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:25:33.1983090Z test_contig_vs_transposed_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.163s) 2022-12-01T10:25:33.1983250Z test_contig_vs_transposed_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.145s) 2022-12-01T10:25:33.1983405Z test_contig_vs_transposed_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.162s) 2022-12-01T10:25:33.1983555Z test_contig_vs_transposed_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.096s) 2022-12-01T10:25:33.1983714Z test_contig_vs_transposed_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.098s) 2022-12-01T10:25:33.1983875Z test_contig_vs_transposed_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.159s) 2022-12-01T10:25:33.1984034Z test_contig_vs_transposed_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.110s) 2022-12-01T10:25:33.1984270Z test_contig_vs_transposed_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.130s) 2022-12-01T10:25:33.1984437Z test_contig_vs_transposed_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.096s) 2022-12-01T10:25:33.1984625Z test_contig_vs_transposed_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.097s) 2022-12-01T10:25:33.1984781Z test_contig_vs_transposed_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.097s) 2022-12-01T10:25:33.1984938Z test_contig_vs_transposed_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.097s) 2022-12-01T10:25:33.1985085Z test_contig_vs_transposed_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.096s) 2022-12-01T10:25:33.1985259Z test_contig_vs_transposed_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.102s) 2022-12-01T10:25:33.1985431Z test_contig_vs_transposed_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.131s) 2022-12-01T10:25:33.1985604Z test_contig_vs_transposed_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.116s) 2022-12-01T10:25:33.1985776Z test_contig_vs_transposed_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.177s) 2022-12-01T10:25:33.1985948Z test_contig_vs_transposed_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:25:33.1986118Z test_contig_vs_transposed_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:25:33.1986286Z test_contig_vs_transposed_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.102s) 2022-12-01T10:25:33.1986456Z test_contig_vs_transposed_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.100s) 2022-12-01T10:25:33.1986610Z test_contig_vs_transposed_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.100s) 2022-12-01T10:25:33.1986787Z test_contig_vs_transposed_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.102s) 2022-12-01T10:25:33.1986962Z test_contig_vs_transposed_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:25:33.1987142Z test_contig_vs_transposed_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.240s) 2022-12-01T10:25:33.1987317Z test_contig_vs_transposed_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.236s) 2022-12-01T10:25:33.1987488Z test_contig_vs_transposed_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.130s) 2022-12-01T10:25:33.1987663Z test_contig_vs_transposed_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.119s) 2022-12-01T10:25:33.1987835Z test_contig_vs_transposed_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.137s) 2022-12-01T10:25:33.1988006Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:25:33.1988163Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:25:33.1988354Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.099s) 2022-12-01T10:25:33.1988525Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.094s) 2022-12-01T10:25:33.1988697Z test_contig_vs_transposed_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.094s) 2022-12-01T10:25:33.1988870Z test_contig_vs_transposed_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.098s) 2022-12-01T10:25:33.1989038Z test_contig_vs_transposed_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.130s) 2022-12-01T10:25:33.1989203Z test_contig_vs_transposed_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.160s) 2022-12-01T10:25:33.1989371Z test_contig_vs_transposed_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.137s) 2022-12-01T10:25:33.1989542Z test_contig_vs_transposed_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:25:33.1989732Z test_contig_vs_transposed_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:25:33.1989901Z test_contig_vs_transposed_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:25:33.1990069Z test_contig_vs_transposed_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.100s) 2022-12-01T10:25:33.1990240Z test_contig_vs_transposed_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.100s) 2022-12-01T10:25:33.1990398Z test_contig_vs_transposed_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:25:33.1990551Z test_contig_vs_transposed_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:25:33.1990772Z test_contig_vs_transposed_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.145s) 2022-12-01T10:25:33.1990931Z test_contig_vs_transposed_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.127s) 2022-12-01T10:25:33.1991086Z test_contig_vs_transposed_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.140s) 2022-12-01T10:25:33.1991229Z test_contig_vs_transposed_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:25:33.1991380Z test_contig_vs_transposed_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:25:33.1991533Z test_contig_vs_transposed_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:25:33.1991687Z test_contig_vs_transposed_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:25:33.1991838Z test_contig_vs_transposed_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:25:33.1991989Z test_contig_vs_transposed_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:25:33.1992141Z test_contig_vs_transposed_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:25:33.1992293Z test_contig_vs_transposed_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:25:33.1992453Z test_contig_vs_transposed_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.109s) 2022-12-01T10:25:33.1992614Z test_contig_vs_transposed_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.108s) 2022-12-01T10:25:33.1992782Z test_contig_vs_transposed_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.272s) 2022-12-01T10:25:33.1992952Z test_contig_vs_transposed_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.236s) 2022-12-01T10:25:33.1993115Z test_contig_vs_transposed_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.176s) 2022-12-01T10:25:33.2021969Z test_contig_vs_transposed_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.118s) 2022-12-01T10:25:33.2022241Z test_contig_vs_transposed_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.126s) 2022-12-01T10:25:33.2022603Z test_contig_vs_transposed_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.098s) 2022-12-01T10:25:33.2022768Z test_contig_vs_transposed_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.098s) 2022-12-01T10:25:33.2022921Z test_contig_vs_transposed_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.098s) 2022-12-01T10:25:33.2023079Z test_contig_vs_transposed_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.097s) 2022-12-01T10:25:33.2023233Z test_contig_vs_transposed_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.097s) 2022-12-01T10:25:33.2023413Z test_contig_vs_transposed_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:25:33.2023574Z test_contig_vs_transposed_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.175s) 2022-12-01T10:25:33.2023728Z test_contig_vs_transposed_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.119s) 2022-12-01T10:25:33.2023882Z test_contig_vs_transposed_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.186s) 2022-12-01T10:25:33.2024084Z test_contig_vs_transposed_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2024338Z test_contig_vs_transposed_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:25:33.2024487Z test_contig_vs_transposed_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:25:33.2024643Z test_contig_vs_transposed_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:25:33.2024799Z test_contig_vs_transposed_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:25:33.2024952Z test_contig_vs_transposed_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.102s) 2022-12-01T10:25:33.2025102Z test_contig_vs_transposed_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:25:33.2025257Z test_contig_vs_transposed_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.133s) 2022-12-01T10:25:33.2025406Z test_contig_vs_transposed_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.116s) 2022-12-01T10:25:33.2025553Z test_contig_vs_transposed_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.134s) 2022-12-01T10:25:33.2025703Z test_contig_vs_transposed_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:25:33.2025845Z test_contig_vs_transposed_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:25:33.2025988Z test_contig_vs_transposed_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.2026134Z test_contig_vs_transposed_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:25:33.2026280Z test_contig_vs_transposed_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:25:33.2026430Z test_contig_vs_transposed_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.102s) 2022-12-01T10:25:33.2026577Z test_contig_vs_transposed_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:25:33.2026727Z test_contig_vs_transposed_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.170s) 2022-12-01T10:25:33.2026877Z test_contig_vs_transposed_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.116s) 2022-12-01T10:25:33.2027016Z test_contig_vs_transposed_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.133s) 2022-12-01T10:25:33.2027160Z test_contig_vs_transposed_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.2027302Z test_contig_vs_transposed_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.2027446Z test_contig_vs_transposed_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.2027590Z test_contig_vs_transposed_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:25:33.2027772Z test_contig_vs_transposed_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:25:33.2027932Z test_contig_vs_transposed_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:25:33.2028080Z test_contig_vs_transposed_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.135s) 2022-12-01T10:25:33.2028222Z test_contig_vs_transposed_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.120s) 2022-12-01T10:25:33.2028366Z test_contig_vs_transposed_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.136s) 2022-12-01T10:25:33.2028510Z test_contig_vs_transposed_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:25:33.2028652Z test_contig_vs_transposed_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:25:33.2028797Z test_contig_vs_transposed_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:25:33.2028944Z test_contig_vs_transposed_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:25:33.2029089Z test_contig_vs_transposed_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:25:33.2029271Z test_contig_vs_transposed_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:25:33.2029417Z test_contig_vs_transposed_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:25:33.2029558Z test_contig_vs_transposed_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:25:33.2029704Z test_contig_vs_transposed_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:25:33.2029850Z test_contig_vs_transposed_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:25:33.2030000Z test_contig_vs_transposed_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:25:33.2030144Z test_contig_vs_transposed_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:25:33.2030286Z test_contig_vs_transposed_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:25:33.2030429Z test_contig_vs_transposed_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:25:33.2030573Z test_contig_vs_transposed_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:25:33.2030714Z test_contig_vs_transposed_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:25:33.2030856Z test_contig_vs_transposed_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:25:33.2031001Z test_contig_vs_transposed_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:25:33.2031143Z test_contig_vs_transposed_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:25:33.2031285Z test_contig_vs_transposed_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:25:33.2031431Z test_contig_vs_transposed_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:25:33.2031572Z test_contig_vs_transposed_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:25:33.2031717Z test_contig_vs_transposed_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:25:33.2031864Z test_contig_vs_transposed_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:25:33.2032004Z test_contig_vs_transposed_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:25:33.2032148Z test_contig_vs_transposed_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:25:33.2032289Z test_contig_vs_transposed_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:25:33.2032430Z test_contig_vs_transposed_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:25:33.2032583Z test_contig_vs_transposed_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:25:33.2032731Z test_contig_vs_transposed_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:25:33.2032937Z test_contig_vs_transposed_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.110s) 2022-12-01T10:25:33.2033103Z test_contig_vs_transposed_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:25:33.2033255Z test_contig_vs_transposed_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.165s) 2022-12-01T10:25:33.2033421Z test_contig_vs_transposed_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.109s) 2022-12-01T10:25:33.2033583Z test_contig_vs_transposed_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.126s) 2022-12-01T10:25:33.2033747Z test_contig_vs_transposed_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:25:33.2033909Z test_contig_vs_transposed_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:25:33.2034072Z test_contig_vs_transposed_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:25:33.2034241Z test_contig_vs_transposed_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.2034444Z test_contig_vs_transposed_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:25:33.2034606Z test_contig_vs_transposed_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.092s) 2022-12-01T10:25:33.2034751Z test_contig_vs_transposed_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.108s) 2022-12-01T10:25:33.2034910Z test_contig_vs_transposed_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.137s) 2022-12-01T10:25:33.2035072Z test_contig_vs_transposed_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.107s) 2022-12-01T10:25:33.2035233Z test_contig_vs_transposed_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.135s) 2022-12-01T10:25:33.2035389Z test_contig_vs_transposed_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.122s) 2022-12-01T10:25:33.2035543Z test_contig_vs_transposed_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.180s) 2022-12-01T10:25:33.2035710Z test_contig_vs_transposed_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:25:33.2035875Z test_contig_vs_transposed_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.132s) 2022-12-01T10:25:33.2036035Z test_contig_vs_transposed_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.124s) 2022-12-01T10:25:33.2036182Z test_contig_vs_transposed_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.146s) 2022-12-01T10:25:33.2036341Z test_contig_vs_transposed_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.110s) 2022-12-01T10:25:33.2036500Z test_contig_vs_transposed_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.120s) 2022-12-01T10:25:33.2036665Z test_contig_vs_transposed_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.270s) 2022-12-01T10:25:33.2036828Z test_contig_vs_transposed_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.242s) 2022-12-01T10:25:33.2036988Z test_contig_vs_transposed_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.156s) 2022-12-01T10:25:33.2037147Z test_contig_vs_transposed_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.126s) 2022-12-01T10:25:33.2037305Z test_contig_vs_transposed_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.149s) 2022-12-01T10:25:33.2037451Z test_contig_vs_transposed_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.111s) 2022-12-01T10:25:33.2037606Z test_contig_vs_transposed_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.111s) 2022-12-01T10:25:33.2037758Z test_contig_vs_transposed_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.110s) 2022-12-01T10:25:33.2037918Z test_contig_vs_transposed_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.113s) 2022-12-01T10:25:33.2038070Z test_contig_vs_transposed_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.112s) 2022-12-01T10:25:33.2038339Z test_contig_vs_transposed_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2038534Z test_contig_vs_transposed_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2038733Z test_contig_vs_transposed_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2038930Z test_contig_vs_transposed_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2039112Z test_contig_vs_transposed_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2039304Z test_contig_vs_transposed_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2039491Z test_contig_vs_transposed_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.2039681Z test_contig_vs_transposed_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.2039926Z test_contig_vs_transposed_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2040110Z test_contig_vs_transposed_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2040295Z test_contig_vs_transposed_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2040488Z test_contig_vs_transposed_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2040692Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.2040898Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2041100Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2041312Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.2041516Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.2041721Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2041919Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2042124Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.2042329Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.2042528Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2042733Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2042937Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2043093Z test_contig_vs_transposed_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:25:33.2043236Z test_contig_vs_transposed_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:25:33.2043431Z test_contig_vs_transposed_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2043586Z test_contig_vs_transposed_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:25:33.2043742Z test_contig_vs_transposed_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:25:33.2044054Z test_contig_vs_transposed_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.108s) 2022-12-01T10:25:33.2044213Z test_contig_vs_transposed_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.110s) 2022-12-01T10:25:33.2044380Z test_contig_vs_transposed_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.274s) 2022-12-01T10:25:33.2044543Z test_contig_vs_transposed_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.200s) 2022-12-01T10:25:33.2044691Z test_contig_vs_transposed_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.134s) 2022-12-01T10:25:33.2044852Z test_contig_vs_transposed_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.125s) 2022-12-01T10:25:33.2045011Z test_contig_vs_transposed_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.185s) 2022-12-01T10:25:33.2045229Z test_contig_vs_transposed_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.109s) 2022-12-01T10:25:33.2045384Z test_contig_vs_transposed_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.109s) 2022-12-01T10:25:33.2045536Z test_contig_vs_transposed_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.110s) 2022-12-01T10:25:33.2045691Z test_contig_vs_transposed_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.111s) 2022-12-01T10:25:33.2045845Z test_contig_vs_transposed_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.109s) 2022-12-01T10:25:33.2046000Z test_contig_vs_transposed_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:25:33.2046137Z test_contig_vs_transposed_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:25:33.2046294Z test_contig_vs_transposed_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:25:33.2046448Z test_contig_vs_transposed_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:25:33.2046600Z test_contig_vs_transposed_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:25:33.2046759Z test_contig_vs_transposed_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:25:33.2046914Z test_contig_vs_transposed_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:25:33.2047066Z test_contig_vs_transposed_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:25:33.2047222Z test_contig_vs_transposed_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:25:33.2047360Z test_contig_vs_transposed_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.2047530Z test_contig_vs_transposed_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:25:33.2047697Z test_contig_vs_transposed_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:25:33.2047871Z test_contig_vs_transposed_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.184s) 2022-12-01T10:25:33.2048044Z test_contig_vs_transposed_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:25:33.2048210Z test_contig_vs_transposed_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:25:33.2048373Z test_contig_vs_transposed_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:25:33.2048533Z test_contig_vs_transposed_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:25:33.2048699Z test_contig_vs_transposed_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:25:33.2048852Z test_contig_vs_transposed_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:25:33.2049060Z test_contig_vs_transposed_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:25:33.2049225Z test_contig_vs_transposed_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.2049390Z test_contig_vs_transposed_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.2049556Z test_contig_vs_transposed_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:25:33.2049718Z test_contig_vs_transposed_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:25:33.2049886Z test_contig_vs_transposed_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.144s) 2022-12-01T10:25:33.2050053Z test_contig_vs_transposed_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.095s) 2022-12-01T10:25:33.2050217Z test_contig_vs_transposed_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:25:33.2050370Z test_contig_vs_transposed_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:25:33.2050566Z test_contig_vs_transposed_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:25:33.2050728Z test_contig_vs_transposed_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:25:33.2050887Z test_contig_vs_transposed_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:25:33.2051046Z test_contig_vs_transposed_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:25:33.2051206Z test_contig_vs_transposed_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:25:33.2051366Z test_contig_vs_transposed_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:25:33.2051533Z test_contig_vs_transposed_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:25:33.2051683Z test_contig_vs_transposed_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:25:33.2051857Z test_contig_vs_transposed_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.140s) 2022-12-01T10:25:33.2052027Z test_contig_vs_transposed_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:25:33.2052192Z test_contig_vs_transposed_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:25:33.2052354Z test_contig_vs_transposed_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:25:33.2052513Z test_contig_vs_transposed_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:25:33.2052677Z test_contig_vs_transposed_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:25:33.2052839Z test_contig_vs_transposed_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:25:33.2053004Z test_contig_vs_transposed_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:25:33.2053157Z test_contig_vs_transposed_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:25:33.2053318Z test_contig_vs_transposed_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:25:33.2053474Z test_contig_vs_transposed_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:25:33.2053626Z test_contig_vs_transposed_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:25:33.2053780Z test_contig_vs_transposed_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:25:33.2053935Z test_contig_vs_transposed_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:25:33.2054089Z test_contig_vs_transposed_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:25:33.2054240Z test_contig_vs_transposed_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:25:33.2054412Z test_contig_vs_transposed_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:25:33.2054567Z test_contig_vs_transposed_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:25:33.2054718Z test_contig_vs_transposed_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:25:33.2054868Z test_contig_vs_transposed_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:25:33.2055034Z test_contig_vs_transposed_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.141s) 2022-12-01T10:25:33.2055193Z test_contig_vs_transposed_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:25:33.2055359Z test_contig_vs_transposed_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.123s) 2022-12-01T10:25:33.2055523Z test_contig_vs_transposed_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.112s) 2022-12-01T10:25:33.2055691Z test_contig_vs_transposed_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.131s) 2022-12-01T10:25:33.2055865Z test_contig_vs_transposed_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:25:33.2056027Z test_contig_vs_transposed_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:25:33.2056185Z test_contig_vs_transposed_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.2056347Z test_contig_vs_transposed_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:25:33.2056504Z test_contig_vs_transposed_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:25:33.2056664Z test_contig_vs_transposed_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:25:33.2056821Z test_contig_vs_transposed_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:25:33.2056981Z test_contig_vs_transposed_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.124s) 2022-12-01T10:25:33.2057144Z test_contig_vs_transposed_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.109s) 2022-12-01T10:25:33.2057290Z test_contig_vs_transposed_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.130s) 2022-12-01T10:25:33.2057448Z test_contig_vs_transposed_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:25:33.2057604Z test_contig_vs_transposed_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:25:33.2057758Z test_contig_vs_transposed_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.2057913Z test_contig_vs_transposed_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:25:33.2058064Z test_contig_vs_transposed_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:25:33.2058235Z test_contig_vs_transposed_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.095s) 2022-12-01T10:25:33.2058399Z test_contig_vs_transposed_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:25:33.2058551Z test_contig_vs_transposed_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.125s) 2022-12-01T10:25:33.2058717Z test_contig_vs_transposed_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.109s) 2022-12-01T10:25:33.2058879Z test_contig_vs_transposed_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.129s) 2022-12-01T10:25:33.2059040Z test_contig_vs_transposed_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.2059200Z test_contig_vs_transposed_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.2059356Z test_contig_vs_transposed_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.2059515Z test_contig_vs_transposed_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:25:33.2059712Z test_contig_vs_transposed_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:25:33.2059873Z test_contig_vs_transposed_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.095s) 2022-12-01T10:25:33.2060018Z test_contig_vs_transposed_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:25:33.2060176Z test_contig_vs_transposed_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.124s) 2022-12-01T10:25:33.2060336Z test_contig_vs_transposed_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:25:33.2060494Z test_contig_vs_transposed_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.167s) 2022-12-01T10:25:33.2060653Z test_contig_vs_transposed_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.2060812Z test_contig_vs_transposed_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.2060967Z test_contig_vs_transposed_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.2061178Z test_contig_vs_transposed_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:25:33.2061334Z test_contig_vs_transposed_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:25:33.2061475Z test_contig_vs_transposed_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.095s) 2022-12-01T10:25:33.2061629Z test_contig_vs_transposed_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:25:33.2061788Z test_contig_vs_transposed_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.231s) 2022-12-01T10:25:33.2061946Z test_contig_vs_transposed_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.240s) 2022-12-01T10:25:33.2062100Z test_contig_vs_transposed_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.189s) 2022-12-01T10:25:33.2062255Z test_contig_vs_transposed_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.126s) 2022-12-01T10:25:33.2062412Z test_contig_vs_transposed_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.158s) 2022-12-01T10:25:33.2062569Z test_contig_vs_transposed_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.128s) 2022-12-01T10:25:33.2062711Z test_contig_vs_transposed_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:25:33.2062863Z test_contig_vs_transposed_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:25:33.2063015Z test_contig_vs_transposed_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.2063167Z test_contig_vs_transposed_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:25:33.2063317Z test_contig_vs_transposed_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:25:33.2063472Z test_contig_vs_transposed_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2063627Z test_contig_vs_transposed_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:25:33.2063788Z test_contig_vs_transposed_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.146s) 2022-12-01T10:25:33.2063931Z test_contig_vs_transposed_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.096s) 2022-12-01T10:25:33.2064084Z test_contig_vs_transposed_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:25:33.2064324Z test_contig_vs_transposed_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:25:33.2064481Z test_contig_vs_transposed_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:25:33.2064636Z test_contig_vs_transposed_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:25:33.2064789Z test_contig_vs_transposed_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:25:33.2064941Z test_contig_vs_transposed_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:25:33.2065130Z test_contig_vs_transposed_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:25:33.2065285Z test_contig_vs_transposed_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:25:33.2065438Z test_contig_vs_transposed_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:25:33.2065607Z test_contig_vs_transposed_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.111s) 2022-12-01T10:25:33.2065769Z test_contig_vs_transposed_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.176s) 2022-12-01T10:25:33.2065928Z test_contig_vs_transposed_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.148s) 2022-12-01T10:25:33.2066086Z test_contig_vs_transposed_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.171s) 2022-12-01T10:25:33.2066243Z test_contig_vs_transposed_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.098s) 2022-12-01T10:25:33.2066406Z test_contig_vs_transposed_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.271s) 2022-12-01T10:25:33.2066592Z test_contig_vs_transposed_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.206s) 2022-12-01T10:25:33.2066751Z test_contig_vs_transposed_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.127s) 2022-12-01T10:25:33.2066892Z test_contig_vs_transposed_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.154s) 2022-12-01T10:25:33.2067043Z test_contig_vs_transposed_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.131s) 2022-12-01T10:25:33.2067195Z test_contig_vs_transposed_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:25:33.2067348Z test_contig_vs_transposed_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:25:33.2067500Z test_contig_vs_transposed_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:25:33.2067653Z test_contig_vs_transposed_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:25:33.2067806Z test_contig_vs_transposed_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:25:33.2067974Z test_contig_vs_transposed_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.107s) 2022-12-01T10:25:33.2068126Z test_contig_vs_transposed_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.146s) 2022-12-01T10:25:33.2068291Z test_contig_vs_transposed_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.120s) 2022-12-01T10:25:33.2068452Z test_contig_vs_transposed_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.140s) 2022-12-01T10:25:33.2068613Z test_contig_vs_transposed_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:25:33.2068773Z test_contig_vs_transposed_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:25:33.2068933Z test_contig_vs_transposed_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:25:33.2069096Z test_contig_vs_transposed_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:25:33.2069254Z test_contig_vs_transposed_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:25:33.2069413Z test_contig_vs_transposed_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.137s) 2022-12-01T10:25:33.2069560Z test_contig_vs_transposed_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.232s) 2022-12-01T10:25:33.2069717Z test_contig_vs_transposed_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.176s) 2022-12-01T10:25:33.2069872Z test_contig_vs_transposed_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.124s) 2022-12-01T10:25:33.2070027Z test_contig_vs_transposed_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.110s) 2022-12-01T10:25:33.2070183Z test_contig_vs_transposed_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.133s) 2022-12-01T10:25:33.2070404Z test_contig_vs_transposed_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:25:33.2070557Z test_contig_vs_transposed_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.2070709Z test_contig_vs_transposed_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.2070849Z test_contig_vs_transposed_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.2071003Z test_contig_vs_transposed_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:25:33.2071190Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:25:33.2071380Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.121s) 2022-12-01T10:25:33.2071559Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.175s) 2022-12-01T10:25:33.2071746Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:25:33.2071951Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:25:33.2072128Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:25:33.2072313Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:25:33.2072477Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:25:33.2072657Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:25:33.2072841Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.113s) 2022-12-01T10:25:33.2073021Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.135s) 2022-12-01T10:25:33.2073205Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.102s) 2022-12-01T10:25:33.2073380Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.147s) 2022-12-01T10:25:33.2073553Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:25:33.2073732Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:25:33.2073905Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:25:33.2074382Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2074751Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2075122Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2075488Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2075852Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2076220Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2076625Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2076990Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2077358Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2077727Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2078087Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2078495Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2078862Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2079228Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2079589Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2079939Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2080125Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.099s) 2022-12-01T10:25:33.2080313Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.111s) 2022-12-01T10:25:33.2080496Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.130s) 2022-12-01T10:25:33.2080679Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:25:33.2080860Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:25:33.2081042Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.107s) 2022-12-01T10:25:33.2081225Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:25:33.2081407Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.143s) 2022-12-01T10:25:33.2081574Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:25:33.2081760Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.119s) 2022-12-01T10:25:33.2081940Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.135s) 2022-12-01T10:25:33.2082120Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:25:33.2082296Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:25:33.2082471Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:25:33.2082678Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:25:33.2082864Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:25:33.2083048Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:25:33.2083235Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.116s) 2022-12-01T10:25:33.2083403Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.174s) 2022-12-01T10:25:33.2083586Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:25:33.2083764Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:25:33.2084085Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.108s) 2022-12-01T10:25:33.2084321Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.102s) 2022-12-01T10:25:33.2084509Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.099s) 2022-12-01T10:25:33.2084881Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2085258Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2085622Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2085992Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2086357Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2086708Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2087070Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2087437Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2087816Z 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-12-01T10:25:33.2088201Z 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-12-01T10:25:33.2088583Z 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-12-01T10:25:33.2088958Z 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-12-01T10:25:33.2089334Z 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-12-01T10:25:33.2089754Z 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-12-01T10:25:33.2090131Z 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-12-01T10:25:33.2090506Z 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-12-01T10:25:33.2090881Z 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-12-01T10:25:33.2091261Z 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-12-01T10:25:33.2091670Z 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-12-01T10:25:33.2092034Z 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-12-01T10:25:33.2092412Z 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-12-01T10:25:33.2092786Z 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-12-01T10:25:33.2093164Z 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-12-01T10:25:33.2093543Z 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-12-01T10:25:33.2093918Z 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-12-01T10:25:33.2094299Z 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-12-01T10:25:33.2094678Z 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-12-01T10:25:33.2095054Z 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-12-01T10:25:33.2095429Z 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-12-01T10:25:33.2095800Z 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-12-01T10:25:33.2096175Z 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-12-01T10:25:33.2096548Z 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-12-01T10:25:33.2096973Z 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-12-01T10:25:33.2097338Z 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-12-01T10:25:33.2097718Z 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-12-01T10:25:33.2098089Z 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-12-01T10:25:33.2098463Z 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-12-01T10:25:33.2098871Z 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-12-01T10:25:33.2099248Z 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-12-01T10:25:33.2099621Z 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-12-01T10:25:33.2099797Z test_contig_vs_transposed_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:25:33.2099968Z test_contig_vs_transposed_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:25:33.2100145Z test_contig_vs_transposed_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.134s) 2022-12-01T10:25:33.2100316Z test_contig_vs_transposed_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.113s) 2022-12-01T10:25:33.2100476Z test_contig_vs_transposed_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.177s) 2022-12-01T10:25:33.2100646Z test_contig_vs_transposed_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.107s) 2022-12-01T10:25:33.2100812Z test_contig_vs_transposed_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:25:33.2100972Z test_contig_vs_transposed_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:25:33.2101139Z test_contig_vs_transposed_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:25:33.2101302Z test_contig_vs_transposed_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:25:33.2101469Z test_contig_vs_transposed_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:25:33.2101640Z test_contig_vs_transposed_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.130s) 2022-12-01T10:25:33.2101803Z test_contig_vs_transposed_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.145s) 2022-12-01T10:25:33.2101954Z test_contig_vs_transposed_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.117s) 2022-12-01T10:25:33.2102119Z test_contig_vs_transposed_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.115s) 2022-12-01T10:25:33.2102283Z test_contig_vs_transposed_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.158s) 2022-12-01T10:25:33.2102447Z test_contig_vs_transposed_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.114s) 2022-12-01T10:25:33.2102608Z test_contig_vs_transposed_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.140s) 2022-12-01T10:25:33.2102795Z test_contig_vs_transposed_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.094s) 2022-12-01T10:25:33.2102957Z test_contig_vs_transposed_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.231s) 2022-12-01T10:25:33.2103115Z test_contig_vs_transposed_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.234s) 2022-12-01T10:25:33.2103272Z test_contig_vs_transposed_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.185s) 2022-12-01T10:25:33.2103414Z test_contig_vs_transposed_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.184s) 2022-12-01T10:25:33.2103571Z test_contig_vs_transposed_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.109s) 2022-12-01T10:25:33.2103727Z test_contig_vs_transposed_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.133s) 2022-12-01T10:25:33.2103879Z test_contig_vs_transposed_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:25:33.2104035Z test_contig_vs_transposed_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:25:33.2104299Z test_contig_vs_transposed_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.2104457Z test_contig_vs_transposed_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.2104610Z test_contig_vs_transposed_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:25:33.2104765Z test_contig_vs_transposed_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:25:33.2104930Z test_contig_vs_transposed_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:25:33.2105103Z test_contig_vs_transposed_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.237s) 2022-12-01T10:25:33.2105274Z test_contig_vs_transposed_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.188s) 2022-12-01T10:25:33.2105439Z test_contig_vs_transposed_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.135s) 2022-12-01T10:25:33.2105605Z test_contig_vs_transposed_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.150s) 2022-12-01T10:25:33.2105766Z test_contig_vs_transposed_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.135s) 2022-12-01T10:25:33.2105929Z test_contig_vs_transposed_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:25:33.2106092Z test_contig_vs_transposed_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:25:33.2106241Z test_contig_vs_transposed_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:25:33.2106402Z test_contig_vs_transposed_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.099s) 2022-12-01T10:25:33.2106563Z test_contig_vs_transposed_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.100s) 2022-12-01T10:25:33.2106723Z test_contig_vs_transposed_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.107s) 2022-12-01T10:25:33.2106883Z test_contig_vs_transposed_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:25:33.2107045Z test_contig_vs_transposed_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.135s) 2022-12-01T10:25:33.2107204Z test_contig_vs_transposed_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.159s) 2022-12-01T10:25:33.2107360Z test_contig_vs_transposed_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.134s) 2022-12-01T10:25:33.2107503Z test_contig_vs_transposed_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:25:33.2107657Z test_contig_vs_transposed_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:25:33.2107807Z test_contig_vs_transposed_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.107s) 2022-12-01T10:25:33.2107960Z test_contig_vs_transposed_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.098s) 2022-12-01T10:25:33.2108144Z test_contig_vs_transposed_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.099s) 2022-12-01T10:25:33.2108297Z test_copysign_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:25:33.2108444Z test_copysign_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.2108596Z test_copysign_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.2108740Z test_copysign_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:25:33.2108869Z test_copysign_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:25:33.2109014Z test_copysign_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.2109159Z test_copysign_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.2109302Z test_copysign_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.2109449Z test_copysign_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.2109593Z test_copysign_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.2109768Z test_copysign_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:25:33.2109914Z test_copysign_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.2110044Z test_copysign_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:25:33.2110187Z test_copysign_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:25:33.2110329Z test_copysign_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.2110469Z test_copysign_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:25:33.2110608Z test_copysign_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:25:33.2110745Z test_copysign_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:25:33.2110888Z test_copysign_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.2111027Z test_copysign_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.2111161Z test_copysign_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:25:33.2111303Z test_copysign_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:25:33.2111452Z test_copysign_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.2111595Z test_copysign_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.2111735Z test_copysign_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.2111879Z test_copysign_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.2112022Z test_copysign_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:25:33.2112168Z test_copysign_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:25:33.2112298Z test_copysign_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:25:33.2112439Z test_copysign_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:25:33.2112586Z test_copysign_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.2112726Z test_copysign_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.2112872Z test_copysign_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.2113013Z test_copysign_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:25:33.2113154Z test_copysign_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:25:33.2113297Z test_copysign_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.2113456Z test_copysign_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.2113596Z test_copysign_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.2113739Z test_copysign_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.2113878Z test_copysign_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.2114028Z test_copysign_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:25:33.2114170Z test_copysign_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.2114316Z test_copysign_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.2114462Z test_copysign_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:25:33.2114601Z test_copysign_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:25:33.2114732Z test_copysign_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.2114878Z test_copysign_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.2115043Z test_copysign_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.2115186Z test_copysign_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.2115326Z test_copysign_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.2115471Z test_copysign_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:25:33.2115613Z test_copysign_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:25:33.2115752Z test_copysign_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.2115881Z test_copysign_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.2116020Z test_copysign_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.2116164Z test_copysign_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:25:33.2116307Z test_copysign_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:25:33.2116446Z test_copysign_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.2116585Z test_copysign_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:25:33.2116725Z test_copysign_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:25:33.2116868Z test_copysign_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:25:33.2116993Z test_copysign_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:25:33.2117132Z test_copysign_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:25:33.2117271Z test_copysign_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:25:33.2117414Z test_copysign_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.2117554Z test_copysign_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:25:33.2117694Z test_copysign_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.2117835Z test_copysign_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.2117973Z test_copysign_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.2118097Z test_copysign_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:25:33.2118242Z test_copysign_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:25:33.2118379Z test_copysign_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:25:33.2118521Z test_copysign_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:25:33.2118662Z test_copysign_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:25:33.2118828Z test_copysign_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.2118970Z test_copysign_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:25:33.2119107Z test_copysign_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:25:33.2119233Z test_copysign_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:25:33.2119370Z test_copysign_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:25:33.2119506Z test_copysign_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:25:33.2119651Z test_copysign_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:25:33.2119792Z test_copysign_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.2119936Z test_copysign_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:25:33.2120080Z test_copysign_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:25:33.2120262Z test_copysign_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:25:33.2120391Z test_copysign_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.2120531Z test_copysign_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:25:33.2120670Z test_copysign_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.2120812Z test_copysign_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.2120948Z test_copysign_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.2121093Z test_copysign_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:25:33.2121232Z test_copysign_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.2121374Z test_copysign_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.2121506Z test_copysign_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:25:33.2121652Z test_copysign_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.2121792Z test_copysign_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:25:33.2121934Z test_copysign_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:25:33.2122074Z test_copysign_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.2122213Z test_copysign_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.2122353Z test_copysign_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.2122521Z test_copysign_subgradient_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2122673Z test_copysign_subgradient_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2122840Z test_copysign_subgradient_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2123007Z test_copysign_subgradient_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2123173Z test_copysign_subgradient_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2123336Z test_copysign_subgradient_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.2123495Z test_copysign_subgradient_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2123655Z test_copysign_subgradient_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2123815Z test_copysign_subgradient_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2124105Z test_copysign_subgradient_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2124306Z test_copysign_subgradient_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.2124470Z test_copysign_subgradient_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2124628Z test_copysign_subgradient_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2124785Z test_copysign_subgradient_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2124940Z test_copysign_subgradient_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2125097Z test_copysign_subgradient_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.2125232Z test_cpow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:25:33.2125418Z test_cpu_tensor_pow_cuda_scalar_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2125563Z test_cremainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:25:33.2125788Z test_cross_device_binary_ops_cpu (__main__.TestBinaryUfuncsCPU) ... skip: fewer than 2 devices detected (0.002s) 2022-12-01T10:25:33.2125974Z test_cross_device_inplace_error_msg_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.2126109Z test_csub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:25:33.2126285Z test_cuda_tensor_pow_scalar_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2126432Z test_cumulative_trapezoid_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.435s) 2022-12-01T10:25:33.2126592Z test_div_and_floordiv_script_vs_python_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.697s) 2022-12-01T10:25:33.2126743Z test_div_and_floordiv_vs_python_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2126876Z test_div_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2126998Z test_div_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2127152Z test_div_rounding_modes_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2127301Z test_div_rounding_modes_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:25:33.2127446Z test_div_rounding_modes_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2127590Z test_div_rounding_modes_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2127736Z test_div_rounding_modes_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2127879Z test_div_rounding_modes_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2128018Z test_div_rounding_modes_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2128150Z test_div_rounding_modes_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2128302Z test_div_rounding_modes_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2128459Z test_div_rounding_nonfinite_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2128611Z test_div_rounding_nonfinite_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.2128764Z test_div_rounding_nonfinite_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.2128915Z test_div_rounding_nonfinite_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.2129064Z test_div_rounding_numpy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.2129209Z test_div_rounding_numpy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.2129351Z test_div_rounding_numpy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.2129485Z test_div_rounding_numpy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.2129661Z test_div_rounding_numpy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.2129804Z test_div_rounding_numpy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.2129950Z test_div_rounding_numpy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.2130097Z test_div_rounding_numpy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.2130338Z test_divide_by_zero_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:1041: RuntimeWarning: divide by zero encountered in true_divide 2022-12-01T10:25:33.2130425Z expect = np.divide(an, 0) 2022-12-01T10:25:33.2130581Z test_binary_ufuncs.py:1041: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T10:25:33.2130652Z expect = np.divide(an, 0) 2022-12-01T10:25:33.2130721Z ok (0.005s) 2022-12-01T10:25:33.2130875Z test_divide_by_zero_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2131030Z test_divide_by_zero_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2131210Z test_divide_by_zero_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2131381Z test_divmul_scalar_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2131615Z test_float_power_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:4016: RuntimeWarning: invalid value encountered in float_power 2022-12-01T10:25:33.2131757Z expected_scalar_base = torch.from_numpy(np.float_power(i, to_np(exp))) 2022-12-01T10:25:33.2131810Z ok (0.069s) 2022-12-01T10:25:33.2131963Z test_float_power_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.116s) 2022-12-01T10:25:33.2132117Z test_float_power_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.121s) 2022-12-01T10:25:33.2132267Z test_float_power_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:25:33.2132419Z test_float_power_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:25:33.2132568Z test_float_power_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:25:33.2132717Z test_float_power_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:25:33.2132859Z test_float_power_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:25:33.2132986Z test_float_power_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:25:33.2133132Z test_float_power_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:25:33.2133273Z test_float_power_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:25:33.2133424Z test_float_power_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:25:33.2133582Z test_float_power_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:25:33.2133740Z test_float_power_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:25:33.2133896Z test_float_power_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:25:33.2134047Z test_float_power_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:25:33.2134198Z test_float_power_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:25:33.2134334Z test_float_power_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:25:33.2134484Z test_float_power_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:25:33.2134632Z test_float_power_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:25:33.2134780Z test_float_power_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:25:33.2134955Z test_float_power_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:25:33.2135109Z test_float_power_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.082s) 2022-12-01T10:25:33.2135265Z test_float_power_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.128s) 2022-12-01T10:25:33.2135419Z test_float_power_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.128s) 2022-12-01T10:25:33.2135557Z test_float_power_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:25:33.2135709Z test_float_power_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.128s) 2022-12-01T10:25:33.2135860Z test_float_power_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:25:33.2136007Z test_float_power_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:25:33.2136152Z test_float_power_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:25:33.2136295Z test_float_power_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:25:33.2136471Z test_float_power_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:25:33.2136614Z test_float_power_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:25:33.2136750Z test_float_power_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:25:33.2136903Z test_float_power_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.115s) 2022-12-01T10:25:33.2137052Z test_float_power_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.114s) 2022-12-01T10:25:33.2137200Z test_float_power_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:25:33.2137344Z test_float_power_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:25:33.2137484Z test_float_power_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:25:33.2137634Z test_float_power_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:25:33.2137780Z test_float_power_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:25:33.2137923Z test_float_power_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:25:33.2138054Z test_float_power_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:25:33.2138193Z test_float_power_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:25:33.2138342Z test_float_power_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:25:33.2138495Z test_float_power_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.115s) 2022-12-01T10:25:33.2138646Z test_float_power_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.115s) 2022-12-01T10:25:33.2138793Z test_float_power_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:25:33.2138940Z test_float_power_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:25:33.2139082Z test_float_power_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:25:33.2139214Z test_float_power_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:25:33.2139355Z test_float_power_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:25:33.2139494Z test_float_power_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:25:33.2139637Z test_float_power_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:25:33.2139778Z test_float_power_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:25:33.2139927Z test_float_power_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:25:33.2140082Z test_float_power_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:25:33.2140263Z test_float_power_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:25:33.2140400Z test_float_power_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:25:33.2140545Z test_float_power_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:25:33.2140686Z test_float_power_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:25:33.2140831Z test_float_power_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:25:33.2140972Z test_float_power_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:25:33.2141111Z test_float_power_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:25:33.2141255Z test_float_power_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:25:33.2141394Z test_float_power_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:25:33.2141543Z test_float_power_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:25:33.2141707Z test_float_power_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.117s) 2022-12-01T10:25:33.2141854Z test_float_power_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.117s) 2022-12-01T10:25:33.2141996Z test_float_power_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:25:33.2142134Z test_float_power_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:25:33.2142275Z test_float_power_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:25:33.2142417Z test_float_power_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:25:33.2142560Z test_float_power_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:25:33.2142701Z test_float_power_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:25:33.2142834Z test_float_power_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:25:33.2142975Z test_float_power_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.086s) 2022-12-01T10:25:33.2143123Z test_float_power_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:25:33.2143276Z test_float_power_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.115s) 2022-12-01T10:25:33.2143423Z test_float_power_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.117s) 2022-12-01T10:25:33.2143566Z test_float_power_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:25:33.2143706Z test_float_power_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:25:33.2143844Z test_float_power_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:25:33.2143973Z test_float_power_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:25:33.2144116Z test_float_power_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:25:33.2144356Z test_float_power_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:25:33.2144506Z test_float_power_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:25:33.2144649Z test_float_power_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:25:33.2144797Z test_float_power_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:25:33.2144945Z test_float_power_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.115s) 2022-12-01T10:25:33.2145095Z test_float_power_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.117s) 2022-12-01T10:25:33.2145223Z test_float_power_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:25:33.2145364Z test_float_power_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:25:33.2145535Z test_float_power_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:25:33.2145682Z test_float_power_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:25:33.2145824Z test_float_power_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:25:33.2145968Z test_float_power_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:25:33.2146111Z test_float_power_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:25:33.2146252Z test_float_power_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:25:33.2146401Z test_float_power_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:25:33.2146535Z test_float_power_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.115s) 2022-12-01T10:25:33.2146685Z test_float_power_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.115s) 2022-12-01T10:25:33.2146835Z test_float_power_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:25:33.2147009Z test_float_power_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:25:33.2147148Z test_float_power_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:25:33.2147291Z test_float_power_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:25:33.2147434Z test_float_power_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:25:33.2147573Z test_float_power_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.084s) 2022-12-01T10:25:33.2147703Z test_float_power_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:25:33.2147843Z test_float_power_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:25:33.2147992Z test_float_power_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:25:33.2148145Z test_float_power_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.113s) 2022-12-01T10:25:33.2148294Z test_float_power_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.115s) 2022-12-01T10:25:33.2148442Z test_float_power_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:25:33.2148583Z test_float_power_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:25:33.2148722Z test_float_power_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:25:33.2148851Z test_float_power_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:25:33.2148993Z test_float_power_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:25:33.2149135Z test_float_power_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:25:33.2149276Z test_float_power_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:25:33.2149418Z test_float_power_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:25:33.2150028Z test_float_power_exceptions_cpu (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:4047: 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-12-01T10:25:33.2150131Z torch.float_power(base, exp, out=out) 2022-12-01T10:25:33.2150199Z ok (0.067s) 2022-12-01T10:25:33.2150437Z test_float_scalar_pow_float_tensor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:1384: RuntimeWarning: invalid value encountered in power 2022-12-01T10:25:33.2150552Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-12-01T10:25:33.2150724Z test_binary_ufuncs.py:1384: RuntimeWarning: divide by zero encountered in power 2022-12-01T10:25:33.2150837Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-12-01T10:25:33.2150906Z ok (0.102s) 2022-12-01T10:25:33.2151069Z test_float_scalar_pow_float_tensor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.094s) 2022-12-01T10:25:33.2151221Z test_floor_divide_scalar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2151370Z test_floor_divide_scalar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2151517Z test_floor_divide_scalar_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2151657Z test_floor_divide_scalar_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2151783Z test_floor_divide_scalar_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2151927Z test_floor_divide_scalar_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2152070Z test_floor_divide_scalar_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2152250Z test_floor_divide_tensor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2152395Z test_floor_divide_tensor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2152536Z test_floor_divide_tensor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2152675Z test_floor_divide_tensor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2152813Z test_floor_divide_tensor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2152943Z test_floor_divide_tensor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2153083Z test_floor_divide_tensor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2153225Z test_floor_divide_zero_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.2153371Z test_floor_divide_zero_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.2153517Z test_floor_divide_zero_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.2153662Z test_floor_divide_zero_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.2153804Z test_floor_divide_zero_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:25:33.2153965Z test_fmod_remainder_by_zero_float_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2154113Z test_fmod_remainder_by_zero_float_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2154271Z test_fmod_remainder_by_zero_float_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2154433Z test_fmod_remainder_by_zero_integral_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:25:33.2154596Z test_fmod_remainder_by_zero_integral_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:25:33.2154759Z test_fmod_remainder_by_zero_integral_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:25:33.2154920Z test_fmod_remainder_by_zero_integral_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:25:33.2155081Z test_fmod_remainder_by_zero_integral_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:25:33.2155227Z test_fmod_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:25:33.2155372Z test_fmod_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:25:33.2155503Z test_fmod_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:25:33.2155645Z test_fmod_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.141s) 2022-12-01T10:25:33.2155786Z test_fmod_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.141s) 2022-12-01T10:25:33.2155958Z test_fmod_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.137s) 2022-12-01T10:25:33.2156100Z test_fmod_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.141s) 2022-12-01T10:25:33.2156242Z test_fmod_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.141s) 2022-12-01T10:25:33.2156374Z test_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2156503Z test_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2156616Z test_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2156747Z test_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2156872Z test_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2157039Z test_heaviside_complex_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:25:33.2157205Z test_heaviside_complex_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:25:33.2157388Z test_heaviside_complex_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:25:33.2157729Z test_heaviside_complex_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:25:33.2157892Z test_heaviside_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2158027Z test_heaviside_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2158179Z test_heaviside_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2158327Z test_heaviside_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2158472Z test_heaviside_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2158620Z test_heaviside_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2158764Z test_heaviside_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2158907Z test_heaviside_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2159055Z test_heaviside_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:25:33.2159188Z test_heaviside_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2159334Z test_heaviside_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2159500Z test_heaviside_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2159694Z test_heaviside_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2159841Z test_heaviside_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2159984Z test_heaviside_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2160126Z test_heaviside_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2160269Z test_heaviside_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2160398Z test_heaviside_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2160539Z test_heaviside_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2160679Z test_heaviside_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2160829Z test_heaviside_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2160972Z test_heaviside_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2161119Z test_heaviside_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2161263Z test_heaviside_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2161404Z test_heaviside_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2161548Z test_heaviside_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2161717Z test_heaviside_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2161862Z test_heaviside_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2162007Z test_heaviside_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2162149Z test_heaviside_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2162300Z test_heaviside_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2162445Z test_heaviside_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2162594Z test_heaviside_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2162738Z test_heaviside_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2162865Z test_heaviside_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2163009Z test_heaviside_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2163180Z test_heaviside_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:25:33.2163320Z test_heaviside_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:25:33.2163463Z test_heaviside_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:25:33.2163603Z test_heaviside_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2163754Z test_heaviside_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2164018Z test_heaviside_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2164152Z test_heaviside_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2164296Z test_heaviside_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2164440Z test_heaviside_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2164585Z test_heaviside_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2164728Z test_heaviside_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2164874Z test_heaviside_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2165022Z test_heaviside_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2165165Z test_heaviside_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2165298Z test_heaviside_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2165442Z test_heaviside_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2165585Z test_heaviside_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2165730Z test_heaviside_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2165873Z test_heaviside_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2166015Z test_heaviside_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2166158Z test_heaviside_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2166301Z test_heaviside_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2166429Z test_heaviside_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:25:33.2166569Z test_heaviside_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2166717Z test_heaviside_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2166858Z test_heaviside_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2167063Z test_heaviside_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2167206Z test_heaviside_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2167350Z test_heaviside_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2167492Z test_heaviside_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2167618Z test_heaviside_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2167763Z test_heaviside_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2167903Z test_heaviside_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:25:33.2168042Z test_heaviside_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:25:33.2168189Z test_heaviside_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2168331Z test_heaviside_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2168479Z test_heaviside_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2168658Z test_heaviside_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2168805Z test_heaviside_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2168933Z test_heaviside_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2169073Z test_heaviside_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2169214Z test_heaviside_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2169356Z test_heaviside_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2169496Z test_heaviside_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2169638Z test_heaviside_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2169783Z test_heaviside_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2169927Z test_heaviside_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2170059Z test_heaviside_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2170203Z test_heaviside_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2170342Z test_heaviside_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2170482Z test_heaviside_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2170622Z test_heaviside_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2170763Z test_heaviside_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2170901Z test_heaviside_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2171049Z test_heaviside_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2171179Z test_heaviside_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2171325Z test_heaviside_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2171468Z test_heaviside_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2171609Z test_heaviside_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2171750Z test_heaviside_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2171892Z test_heaviside_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2172033Z test_heaviside_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2172172Z test_heaviside_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:25:33.2172298Z test_heaviside_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2172507Z test_heaviside_cross_device_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2172645Z test_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2172781Z test_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.2172915Z test_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2173068Z test_idiv_and_ifloordiv_vs_python_cpu (__main__.TestBinaryUfuncsCPU) ... ok (22.803s) 2022-12-01T10:25:33.2173210Z test_inplace_division_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.2173350Z test_inplace_dunders_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2173555Z test_int_and_float_pow_cpu (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:1384: RuntimeWarning: invalid value encountered in power 2022-12-01T10:25:33.2173671Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-12-01T10:25:33.2173741Z ok (10.588s) 2022-12-01T10:25:33.2173886Z test_int_tensor_pow_neg_ints_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.150s) 2022-12-01T10:25:33.2174041Z test_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2174169Z test_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2174292Z test_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2174422Z test_ldexp_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2175013Z 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-12-01T10:25:33.2175130Z torch.lerp(start, end, weight, out=actual_out) 2022-12-01T10:25:33.2175644Z 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-12-01T10:25:33.2175755Z torch.lerp(start, end, weight, out=actual_out) 2022-12-01T10:25:33.2175822Z ok (0.219s) 2022-12-01T10:25:33.2175960Z test_lerp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.231s) 2022-12-01T10:25:33.2176097Z test_lerp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:25:33.2176235Z test_lerp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.094s) 2022-12-01T10:25:33.2176399Z test_lerp_lowp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2176547Z test_lerp_lowp_cpu_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2176712Z test_lerp_lowp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2176843Z test_logaddexp2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2176985Z test_logaddexp2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2177125Z test_logaddexp2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2177264Z test_logaddexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2177405Z test_logaddexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2177543Z test_logaddexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2177737Z test_logical_and_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2177888Z test_logical_and_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2178221Z 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-12-01T10:25:33.2178303Z getattr(a, op + "_")(b) 2022-12-01T10:25:33.2178369Z ok (0.003s) 2022-12-01T10:25:33.2178525Z test_logical_and_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2178677Z test_logical_and_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2178829Z test_logical_and_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2178979Z test_logical_and_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2179156Z test_logical_and_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2179300Z test_logical_and_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2179428Z test_logical_and_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2179575Z test_logical_and_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2179717Z test_logical_and_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2179860Z test_logical_and_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2180006Z test_logical_and_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2180157Z test_logical_and_cpu_bool_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2180308Z test_logical_and_cpu_bool_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2180456Z test_logical_and_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2180585Z test_logical_and_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2180723Z test_logical_and_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2180865Z test_logical_and_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2181019Z test_logical_and_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2181160Z test_logical_and_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2181302Z test_logical_and_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2181443Z test_logical_and_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2181603Z test_logical_and_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2181741Z test_logical_and_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2181899Z test_logical_and_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2182053Z test_logical_and_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2182205Z test_logical_and_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2182356Z test_logical_and_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2182508Z test_logical_and_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2182660Z test_logical_and_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2182808Z test_logical_and_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2182987Z test_logical_and_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2183142Z test_logical_and_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2183292Z test_logical_and_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2183448Z test_logical_and_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2183596Z test_logical_and_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2183752Z test_logical_and_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2183908Z test_logical_and_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2184061Z test_logical_and_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2184326Z test_logical_and_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2184473Z test_logical_and_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2184655Z test_logical_and_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2184801Z test_logical_and_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2184944Z test_logical_and_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2185093Z test_logical_and_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2185235Z test_logical_and_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2185385Z test_logical_and_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2185533Z test_logical_and_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2185673Z test_logical_and_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2185826Z test_logical_and_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2185977Z test_logical_and_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2186121Z test_logical_and_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2186261Z test_logical_and_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2186408Z test_logical_and_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2186550Z test_logical_and_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2186690Z test_logical_and_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2186822Z test_logical_and_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2186970Z test_logical_and_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2187123Z test_logical_and_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2187269Z test_logical_and_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2187425Z test_logical_and_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2187578Z test_logical_and_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2187726Z test_logical_and_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2187874Z test_logical_and_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2188016Z test_logical_and_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2188150Z test_logical_and_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2188292Z test_logical_and_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2188467Z test_logical_and_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2188616Z test_logical_and_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2188758Z test_logical_and_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2188906Z test_logical_and_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2189053Z test_logical_and_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2189208Z test_logical_and_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2189347Z test_logical_and_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2189494Z test_logical_and_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2189637Z test_logical_and_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2189781Z test_logical_and_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2189962Z test_logical_and_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2190105Z test_logical_and_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2190244Z test_logical_and_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2190389Z test_logical_and_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2190516Z test_logical_and_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2190663Z test_logical_and_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2190808Z test_logical_and_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2190959Z test_logical_and_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2191108Z test_logical_and_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2191255Z test_logical_and_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2191394Z test_logical_and_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2191531Z test_logical_and_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2191673Z test_logical_and_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2191804Z test_logical_and_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2191944Z test_logical_and_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2192088Z test_logical_and_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2192229Z test_logical_and_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2192381Z test_logical_and_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2192528Z test_logical_and_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2192679Z test_logical_and_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2192827Z test_logical_and_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2192959Z test_logical_and_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2193099Z test_logical_and_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2193236Z test_logical_and_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2193379Z test_logical_and_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2193518Z test_logical_and_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2193691Z test_logical_and_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2193836Z test_logical_and_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2193976Z test_logical_and_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2194112Z test_logical_and_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2194257Z test_logical_and_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2194407Z test_logical_and_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2194556Z test_logical_and_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2194701Z test_logical_and_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2194843Z test_logical_and_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2194984Z test_logical_and_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2195170Z test_logical_and_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2195299Z test_logical_and_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2195440Z test_logical_and_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2195583Z test_logical_and_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2195723Z test_logical_and_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2195868Z test_logical_and_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2196011Z test_logical_and_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2196165Z test_logical_and_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2196317Z test_logical_and_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2196452Z test_logical_and_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2196592Z test_logical_and_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2196730Z test_logical_and_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2196872Z test_logical_and_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2197013Z test_logical_and_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2197155Z test_logical_and_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2197296Z test_logical_and_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2197436Z test_logical_and_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2197588Z test_logical_and_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2197718Z test_logical_and_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2197870Z test_logical_and_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2198020Z test_logical_and_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2198165Z test_logical_and_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2198307Z test_logical_and_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2198447Z test_logical_and_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2198590Z test_logical_and_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2198734Z test_logical_and_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2198889Z test_logical_and_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2199033Z test_logical_and_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2199175Z test_logical_and_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2199315Z test_logical_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2199450Z test_logical_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2199586Z test_logical_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.2199723Z test_logical_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2199857Z test_logical_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.2199977Z test_logical_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2200111Z test_logical_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.2200245Z test_logical_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.2200380Z test_logical_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2200540Z test_logical_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2200693Z test_logical_or_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2200840Z test_logical_or_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2200992Z test_logical_or_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2201131Z test_logical_or_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2201280Z test_logical_or_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2201424Z test_logical_or_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2201570Z test_logical_or_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2201715Z test_logical_or_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2201857Z test_logical_or_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2201999Z test_logical_or_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2202143Z test_logical_or_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2202268Z test_logical_or_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2202410Z test_logical_or_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2202552Z test_logical_or_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2202703Z test_logical_or_cpu_bool_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2202856Z test_logical_or_cpu_bool_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2203000Z test_logical_or_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2203146Z test_logical_or_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2203288Z test_logical_or_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2203417Z test_logical_or_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2203559Z test_logical_or_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2203700Z test_logical_or_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2203963Z test_logical_or_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2204106Z test_logical_or_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2204261Z test_logical_or_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2204467Z test_logical_or_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2204625Z test_logical_or_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2204783Z test_logical_or_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2204922Z test_logical_or_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2205072Z test_logical_or_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2205223Z test_logical_or_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2205372Z test_logical_or_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2205516Z test_logical_or_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2205661Z test_logical_or_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2205815Z test_logical_or_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2205997Z test_logical_or_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2206136Z test_logical_or_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2206285Z test_logical_or_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2206439Z test_logical_or_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2206593Z test_logical_or_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2206744Z test_logical_or_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2206893Z test_logical_or_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2207049Z test_logical_or_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2207196Z test_logical_or_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2207328Z test_logical_or_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2207470Z test_logical_or_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2207616Z test_logical_or_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2207758Z test_logical_or_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2207904Z test_logical_or_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2208047Z test_logical_or_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2208199Z test_logical_or_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2208354Z test_logical_or_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2208503Z test_logical_or_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2208635Z test_logical_or_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2208776Z test_logical_or_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2208921Z test_logical_or_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2209065Z test_logical_or_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2209204Z test_logical_or_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2209345Z test_logical_or_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2209489Z test_logical_or_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2209667Z test_logical_or_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2209797Z test_logical_or_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2209951Z test_logical_or_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2210101Z test_logical_or_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2210247Z test_logical_or_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2210389Z test_logical_or_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2210529Z test_logical_or_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2210672Z test_logical_or_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2210812Z test_logical_or_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2210938Z test_logical_or_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2211078Z test_logical_or_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2211266Z test_logical_or_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2211416Z test_logical_or_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2211560Z test_logical_or_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2211710Z test_logical_or_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2211861Z test_logical_or_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2212005Z test_logical_or_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2212137Z test_logical_or_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2212279Z test_logical_or_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2212421Z test_logical_or_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2212562Z test_logical_or_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2212700Z test_logical_or_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2212840Z test_logical_or_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2212984Z test_logical_or_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2213132Z test_logical_or_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2213274Z test_logical_or_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2213409Z test_logical_or_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2213557Z test_logical_or_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2213705Z test_logical_or_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2213847Z test_logical_or_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2213985Z test_logical_or_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2214128Z test_logical_or_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2214270Z test_logical_or_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2214412Z test_logical_or_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2214540Z test_logical_or_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2214680Z test_logical_or_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2214826Z test_logical_or_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2214995Z test_logical_or_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2215146Z test_logical_or_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2215294Z test_logical_or_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2215439Z test_logical_or_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2215577Z test_logical_or_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2215700Z test_logical_or_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2215841Z test_logical_or_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2215982Z test_logical_or_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2216120Z test_logical_or_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2216262Z test_logical_or_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2216433Z test_logical_or_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2216582Z test_logical_or_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2216722Z test_logical_or_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2216858Z test_logical_or_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2217005Z test_logical_or_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2217148Z test_logical_or_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2217289Z test_logical_or_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2217427Z test_logical_or_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2217570Z test_logical_or_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2217714Z test_logical_or_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2217854Z test_logical_or_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2217980Z test_logical_or_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2218120Z test_logical_or_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2218264Z test_logical_or_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2218407Z test_logical_or_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2218555Z test_logical_or_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2218704Z test_logical_or_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2218849Z test_logical_or_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2218994Z test_logical_or_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2219137Z test_logical_or_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2219263Z test_logical_or_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2219404Z test_logical_or_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2219541Z test_logical_or_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2219681Z test_logical_or_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2219819Z test_logical_or_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2219966Z test_logical_or_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2220105Z test_logical_or_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2220283Z test_logical_or_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2220420Z test_logical_or_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2220565Z test_logical_or_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2220706Z test_logical_or_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2220845Z test_logical_or_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2220989Z test_logical_or_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2221129Z test_logical_or_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2221271Z test_logical_or_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2221409Z test_logical_or_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2221539Z test_logical_or_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2221717Z test_logical_xor_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2221864Z test_logical_xor_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2222019Z test_logical_xor_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2222172Z test_logical_xor_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2222322Z test_logical_xor_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2222471Z test_logical_xor_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2222621Z test_logical_xor_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2222756Z test_logical_xor_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2222901Z test_logical_xor_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2223042Z test_logical_xor_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2223186Z test_logical_xor_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2223327Z test_logical_xor_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2223471Z test_logical_xor_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2223615Z test_logical_xor_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2223764Z test_logical_xor_cpu_bool_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2223899Z test_logical_xor_cpu_bool_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2224044Z test_logical_xor_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2224269Z test_logical_xor_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2224417Z test_logical_xor_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2224561Z test_logical_xor_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2224704Z test_logical_xor_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2224846Z test_logical_xor_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2224990Z test_logical_xor_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2225132Z test_logical_xor_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2225274Z test_logical_xor_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2225427Z test_logical_xor_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2225618Z test_logical_xor_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2225779Z test_logical_xor_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2225931Z test_logical_xor_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2226081Z test_logical_xor_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2226233Z test_logical_xor_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2226382Z test_logical_xor_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2226518Z test_logical_xor_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2226672Z test_logical_xor_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2226821Z test_logical_xor_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2226973Z test_logical_xor_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2227152Z test_logical_xor_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2227303Z test_logical_xor_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2227459Z test_logical_xor_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2227615Z test_logical_xor_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2227754Z test_logical_xor_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2227904Z test_logical_xor_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2228053Z test_logical_xor_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2228204Z test_logical_xor_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2228347Z test_logical_xor_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2228491Z test_logical_xor_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2228640Z test_logical_xor_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2228783Z test_logical_xor_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2228933Z test_logical_xor_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2229065Z test_logical_xor_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2229220Z test_logical_xor_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2229370Z test_logical_xor_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2229522Z test_logical_xor_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2229666Z test_logical_xor_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2229809Z test_logical_xor_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2229954Z test_logical_xor_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2230097Z test_logical_xor_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2230222Z test_logical_xor_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2230367Z test_logical_xor_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2230507Z test_logical_xor_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2230655Z test_logical_xor_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2230835Z test_logical_xor_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2230987Z test_logical_xor_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2231144Z test_logical_xor_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2231291Z test_logical_xor_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2231421Z test_logical_xor_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2231562Z test_logical_xor_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2231709Z test_logical_xor_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2231851Z test_logical_xor_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2231989Z test_logical_xor_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2232137Z test_logical_xor_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2232278Z test_logical_xor_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2232473Z test_logical_xor_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2232622Z test_logical_xor_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2232763Z test_logical_xor_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2232913Z test_logical_xor_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2233063Z test_logical_xor_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2233207Z test_logical_xor_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2233349Z test_logical_xor_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2233499Z test_logical_xor_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2233642Z test_logical_xor_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2233783Z test_logical_xor_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2233914Z test_logical_xor_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2234054Z test_logical_xor_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2234202Z test_logical_xor_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2234345Z test_logical_xor_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2234495Z test_logical_xor_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2234641Z test_logical_xor_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2234786Z test_logical_xor_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2234928Z test_logical_xor_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2235053Z test_logical_xor_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2235197Z test_logical_xor_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2235339Z test_logical_xor_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2235481Z test_logical_xor_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2235622Z test_logical_xor_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2235762Z test_logical_xor_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2235912Z test_logical_xor_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2236082Z test_logical_xor_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2236217Z test_logical_xor_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2236367Z test_logical_xor_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2236512Z test_logical_xor_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2236654Z test_logical_xor_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2236791Z test_logical_xor_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2236933Z test_logical_xor_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2237074Z test_logical_xor_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2237217Z test_logical_xor_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2237361Z test_logical_xor_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2237489Z test_logical_xor_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2237661Z test_logical_xor_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2237805Z test_logical_xor_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2237957Z test_logical_xor_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2238108Z test_logical_xor_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2238252Z test_logical_xor_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2238393Z test_logical_xor_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2238532Z test_logical_xor_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2238662Z test_logical_xor_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2238802Z test_logical_xor_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2238942Z test_logical_xor_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2239085Z test_logical_xor_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2239225Z test_logical_xor_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2239371Z test_logical_xor_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2239512Z test_logical_xor_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2239661Z test_logical_xor_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2239796Z test_logical_xor_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2239942Z test_logical_xor_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2240083Z test_logical_xor_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2240224Z test_logical_xor_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2240365Z test_logical_xor_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2240506Z test_logical_xor_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2240647Z test_logical_xor_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2240785Z test_logical_xor_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2240911Z test_logical_xor_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2241059Z test_logical_xor_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2241199Z test_logical_xor_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2241413Z test_logical_xor_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2241566Z test_logical_xor_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2241710Z test_logical_xor_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2241853Z test_logical_xor_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2241990Z test_logical_xor_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2242135Z test_logical_xor_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2242264Z test_logical_xor_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2242407Z test_logical_xor_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2242549Z test_logical_xor_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2242692Z test_logical_xor_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2242886Z test_logical_xor_with_nontrivial_alignment_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.312s) 2022-12-01T10:25:33.2243032Z test_long_tensor_pow_floats_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.094s) 2022-12-01T10:25:33.2243212Z test_maximum_and_minimum_subgradient_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2243391Z test_maximum_and_minimum_subgradient_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.2243551Z test_maximum_and_minimum_subgradient_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2243720Z test_maximum_and_minimum_subgradient_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2244028Z test_maximum_and_minimum_subgradient_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2244202Z test_maximum_and_minimum_subgradient_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2244415Z test_maximum_and_minimum_subgradient_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2244586Z test_maximum_and_minimum_subgradient_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2244762Z test_maximum_and_minimum_subgradient_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2244933Z test_maximum_and_minimum_subgradient_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2245101Z test_maximum_and_minimum_subgradient_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2245437Z test_maximum_and_minimum_subgradient_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2245647Z test_maximum_and_minimum_subgradient_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2245819Z test_maximum_and_minimum_subgradient_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2245991Z test_maximum_and_minimum_subgradient_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2246161Z test_maximum_and_minimum_subgradient_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2246331Z test_maximum_minimum_complex_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:25:33.2246494Z test_maximum_minimum_complex_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:25:33.2246667Z test_maximum_minimum_complex_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:25:33.2246842Z test_maximum_minimum_complex_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:25:33.2247054Z test_maximum_minimum_complex_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:25:33.2247220Z test_maximum_minimum_complex_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:25:33.2247380Z test_maximum_minimum_complex_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:25:33.2247543Z test_maximum_minimum_complex_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:25:33.2247702Z test_maximum_minimum_complex_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:25:33.2247859Z test_maximum_minimum_complex_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:25:33.2248022Z test_maximum_minimum_complex_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:25:33.2248185Z test_maximum_minimum_complex_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:25:33.2248355Z test_maximum_minimum_complex_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:25:33.2248540Z test_maximum_minimum_complex_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:25:33.2248712Z test_maximum_minimum_complex_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:25:33.2248882Z test_maximum_minimum_complex_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:25:33.2249050Z test_maximum_minimum_complex_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:25:33.2249213Z test_maximum_minimum_complex_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:25:33.2249371Z test_maximum_minimum_complex_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:25:33.2249532Z test_maximum_minimum_complex_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:25:33.2249698Z test_maximum_minimum_complex_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:25:33.2249861Z test_maximum_minimum_complex_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:25:33.2250009Z test_maximum_minimum_complex_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:25:33.2250168Z test_maximum_minimum_complex_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:25:33.2250346Z test_maximum_minimum_cross_device_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2250499Z test_maximum_minimum_float_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.2250653Z test_maximum_minimum_float_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2250805Z test_maximum_minimum_float_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2250959Z test_maximum_minimum_float_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2251129Z test_maximum_minimum_float_nan_and_inf_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2251281Z test_maximum_minimum_float_nan_and_inf_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2251440Z test_maximum_minimum_float_nan_and_inf_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2251594Z test_maximum_minimum_float_nan_and_inf_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2251753Z test_maximum_minimum_forward_ad_float32_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.201s) 2022-12-01T10:25:33.2251909Z test_maximum_minimum_int_and_bool_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2252062Z test_maximum_minimum_int_and_bool_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2252219Z test_maximum_minimum_int_and_bool_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2252397Z test_maximum_minimum_int_and_bool_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2252551Z test_maximum_minimum_int_and_bool_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2252687Z test_maximum_minimum_int_and_bool_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2252864Z test_maximum_minimum_type_promotion_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2253035Z test_maximum_minimum_type_promotion_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2253209Z test_maximum_minimum_type_promotion_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2253379Z test_maximum_minimum_type_promotion_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2253548Z test_maximum_minimum_type_promotion_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2253721Z test_maximum_minimum_type_promotion_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2253920Z test_maximum_minimum_type_promotion_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2254091Z test_maximum_minimum_type_promotion_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2254247Z test_maximum_minimum_type_promotion_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2254414Z test_maximum_minimum_type_promotion_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2254583Z test_maximum_minimum_type_promotion_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2254749Z test_maximum_minimum_type_promotion_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2254920Z test_maximum_minimum_type_promotion_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2255086Z test_maximum_minimum_type_promotion_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2255246Z test_maximum_minimum_type_promotion_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2255411Z test_maximum_minimum_type_promotion_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2255570Z test_maximum_minimum_type_promotion_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2255714Z test_maximum_minimum_type_promotion_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2255876Z test_maximum_minimum_type_promotion_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2256035Z test_maximum_minimum_type_promotion_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2256208Z test_maximum_minimum_type_promotion_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2256376Z test_maximum_minimum_type_promotion_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2256546Z test_maximum_minimum_type_promotion_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2256717Z test_maximum_minimum_type_promotion_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2256885Z test_maximum_minimum_type_promotion_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2257053Z test_maximum_minimum_type_promotion_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2257206Z test_maximum_minimum_type_promotion_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2257372Z test_maximum_minimum_type_promotion_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2257566Z test_maximum_minimum_type_promotion_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2257734Z test_maximum_minimum_type_promotion_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2257905Z test_maximum_minimum_type_promotion_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2258071Z test_maximum_minimum_type_promotion_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2258311Z test_maximum_minimum_type_promotion_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2258513Z test_maximum_minimum_type_promotion_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2258681Z test_maximum_minimum_type_promotion_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2258834Z test_maximum_minimum_type_promotion_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2259004Z test_maximum_minimum_type_promotion_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2259207Z test_maximum_minimum_type_promotion_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2259374Z test_maximum_minimum_type_promotion_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2259538Z test_maximum_minimum_type_promotion_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2259708Z test_maximum_minimum_type_promotion_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2259874Z test_maximum_minimum_type_promotion_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2260041Z test_maximum_minimum_type_promotion_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2260211Z test_maximum_minimum_type_promotion_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2260367Z test_maximum_minimum_type_promotion_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2260533Z test_maximum_minimum_type_promotion_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2260698Z test_maximum_minimum_type_promotion_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2260862Z test_maximum_minimum_type_promotion_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2261026Z test_maximum_minimum_type_promotion_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2261192Z test_maximum_minimum_type_promotion_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2261363Z test_maximum_minimum_type_promotion_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2261530Z test_maximum_minimum_type_promotion_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2261698Z test_maximum_minimum_type_promotion_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2261849Z test_maximum_minimum_type_promotion_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2262013Z test_maximum_minimum_type_promotion_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2262181Z test_maximum_minimum_type_promotion_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2262340Z test_maximum_minimum_type_promotion_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2262498Z test_maximum_minimum_type_promotion_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2262660Z test_maximum_minimum_type_promotion_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2262849Z test_maximum_minimum_type_promotion_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2263020Z test_maximum_minimum_type_promotion_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2263184Z test_maximum_minimum_type_promotion_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2263337Z test_maximum_minimum_type_promotion_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2263503Z test_maximum_minimum_type_promotion_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2263666Z test_maximum_minimum_type_promotion_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2263827Z test_maximum_minimum_type_promotion_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2263985Z test_maximum_minimum_type_promotion_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2264210Z test_maximum_minimum_type_promotion_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2264410Z test_maximum_minimum_type_promotion_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2264569Z test_maximum_minimum_type_promotion_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2264723Z test_maximum_minimum_type_promotion_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2264887Z test_maximum_minimum_type_promotion_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2265054Z test_maximum_minimum_type_promotion_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2265220Z test_maximum_minimum_type_promotion_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2265383Z test_maximum_minimum_type_promotion_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2265545Z test_maximum_minimum_type_promotion_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2265704Z test_maximum_minimum_type_promotion_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2265860Z test_maximum_minimum_type_promotion_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2266021Z test_maximum_minimum_type_promotion_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2266164Z test_maximum_minimum_type_promotion_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2266331Z test_maximum_minimum_type_promotion_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2266497Z test_maximum_minimum_type_promotion_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2266668Z test_maximum_minimum_type_promotion_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2266834Z test_maximum_minimum_type_promotion_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2266993Z test_maximum_minimum_type_promotion_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2267155Z test_maximum_minimum_type_promotion_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2267314Z test_maximum_minimum_type_promotion_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2267469Z test_maximum_minimum_type_promotion_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2267617Z test_maximum_minimum_type_promotion_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2267773Z test_maximum_minimum_type_promotion_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2267974Z test_maximum_minimum_type_promotion_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2268140Z test_maximum_minimum_type_promotion_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2268308Z test_maximum_minimum_type_promotion_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2268475Z test_maximum_minimum_type_promotion_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2268641Z test_maximum_minimum_type_promotion_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2268805Z test_maximum_minimum_type_promotion_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2268966Z test_maximum_minimum_type_promotion_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2269112Z test_maximum_minimum_type_promotion_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2269275Z test_maximum_minimum_type_promotion_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2269475Z test_maximum_minimum_type_promotion_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2269628Z test_min_max_binary_op_nan_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.163s) 2022-12-01T10:25:33.2269779Z test_min_max_binary_op_nan_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.149s) 2022-12-01T10:25:33.2269968Z test_mul_chalf_tensor_and_cpu_scalar_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.2270094Z test_mul_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2270246Z test_mul_intertype_scalar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:25:33.2270399Z test_mul_intertype_scalar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:25:33.2270585Z test_muldiv_scalar_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Integer overflows are not allowed under ASAN (0.001s) 2022-12-01T10:25:33.2270786Z test_muldiv_scalar_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Integer overflows are not allowed under ASAN (0.001s) 2022-12-01T10:25:33.2270990Z test_muldiv_scalar_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Integer overflows are not allowed under ASAN (0.001s) 2022-12-01T10:25:33.2271187Z test_muldiv_scalar_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Integer overflows are not allowed under ASAN (0.001s) 2022-12-01T10:25:33.2271383Z test_muldiv_scalar_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Integer overflows are not allowed under ASAN (0.001s) 2022-12-01T10:25:33.2271579Z test_muldiv_scalar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Integer overflows are not allowed under ASAN (0.001s) 2022-12-01T10:25:33.2271774Z test_muldiv_scalar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Integer overflows are not allowed under ASAN (0.001s) 2022-12-01T10:25:33.2271968Z test_muldiv_scalar_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Integer overflows are not allowed under ASAN (0.001s) 2022-12-01T10:25:33.2272161Z test_muldiv_scalar_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Integer overflows are not allowed under ASAN (0.001s) 2022-12-01T10:25:33.2272334Z test_muldiv_scalar_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Integer overflows are not allowed under ASAN (0.001s) 2022-12-01T10:25:33.2272523Z test_muldiv_scalar_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Integer overflows are not allowed under ASAN (0.001s) 2022-12-01T10:25:33.2272706Z test_muldiv_scalar_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Integer overflows are not allowed under ASAN (0.001s) 2022-12-01T10:25:33.2272857Z test_nextafter_bfloat16_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.2272997Z test_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2273168Z test_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2273319Z test_non_contig___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2273468Z test_non_contig___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2273620Z test_non_contig___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2273757Z test_non_contig___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2273906Z test_non_contig___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2274050Z test_non_contig___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2274191Z test_non_contig___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2274337Z test_non_contig___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2274481Z test_non_contig___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2274624Z test_non_contig___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2274795Z test_non_contig___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2274923Z test_non_contig___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2275063Z test_non_contig___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2275201Z test_non_contig___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2275345Z test_non_contig___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2275484Z test_non_contig___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2275627Z test_non_contig___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2275770Z test_non_contig___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2275921Z test_non_contig___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2276064Z test_non_contig___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2276203Z test_non_contig___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2276352Z test_non_contig___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2276500Z test_non_contig___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2276643Z test_non_contig___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2276783Z test_non_contig___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2276927Z test_non_contig___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2277069Z test_non_contig___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2277206Z test_non_contig___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2277337Z test_non_contig___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2277475Z test_non_contig___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2277622Z test_non_contig___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2277768Z test_non_contig___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2277910Z test_non_contig___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2278050Z test_non_contig___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2278200Z test_non_contig___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2278375Z test_non_contig___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2278515Z test_non_contig___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2278664Z test_non_contig___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:25:33.2278807Z test_non_contig___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2278962Z test_non_contig___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2279102Z test_non_contig___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2279242Z test_non_contig___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2279381Z test_non_contig___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2279521Z test_non_contig___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2279665Z test_non_contig___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2279817Z test_non_contig___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2279962Z test_non_contig___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2280107Z test_non_contig___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2280246Z test_non_contig___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2280385Z test_non_contig___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2280525Z test_non_contig___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2280666Z test_non_contig___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2281388Z test_non_contig___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: 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-12-01T10:25:33.2281534Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:25:33.2281589Z ok (0.006s) 2022-12-01T10:25:33.2281741Z test_non_contig___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2281897Z test_non_contig___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2282044Z test_non_contig___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2282190Z test_non_contig___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2282330Z test_non_contig___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2282474Z test_non_contig___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2282617Z test_non_contig___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2282743Z test_non_contig___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2282887Z test_non_contig___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2283026Z test_non_contig___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2283173Z test_non_contig___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2283324Z test_non_contig___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2283474Z test_non_contig___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.2283621Z test_non_contig___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2283763Z test_non_contig___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2284050Z test_non_contig___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2284200Z test_non_contig___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2284341Z test_non_contig___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2284480Z test_non_contig___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2284623Z test_non_contig___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2284765Z test_non_contig___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2284909Z test_non_contig___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2285048Z test_non_contig___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2285171Z test_non_contig___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2285328Z test_non_contig___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2285520Z test_non_contig___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2285661Z test_non_contig___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2285807Z test_non_contig_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2285950Z test_non_contig_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2286099Z test_non_contig_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2286250Z test_non_contig_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2286393Z test_non_contig_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2286524Z test_non_contig_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2286723Z test_non_contig_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2286925Z test_non_contig_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2287135Z test_non_contig_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2287327Z test_non_contig_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2287515Z test_non_contig_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2287700Z test_non_contig_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2287899Z test_non_contig_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2288094Z test_non_contig_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2288295Z test_non_contig_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2288512Z test_non_contig_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2288739Z test_non_contig_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2288948Z test_non_contig_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2289152Z test_non_contig_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2289346Z test_non_contig_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.2289541Z test_non_contig_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2289719Z test_non_contig_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2289958Z test_non_contig_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2290185Z test_non_contig_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2290415Z test_non_contig_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2290789Z test_non_contig_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2291012Z test_non_contig_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2291273Z test_non_contig_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2291530Z test_non_contig_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2291783Z test_non_contig_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2292018Z test_non_contig_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2292281Z test_non_contig_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2292504Z test_non_contig_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2292725Z test_non_contig_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2293018Z test_non_contig_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2293253Z test_non_contig_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2293511Z test_non_contig_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2293769Z test_non_contig_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2294014Z test_non_contig_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2294255Z test_non_contig_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2294505Z test_non_contig_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2294807Z test_non_contig_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2295105Z test_non_contig_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2295311Z test_non_contig_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2295463Z test_non_contig_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2295611Z test_non_contig_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2295788Z test_non_contig_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2295984Z test_non_contig_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2296133Z test_non_contig_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2296279Z test_non_contig_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2296437Z test_non_contig_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2296587Z test_non_contig_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2296740Z test_non_contig_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2296889Z test_non_contig_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2297036Z test_non_contig_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2297171Z test_non_contig_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2297316Z test_non_contig_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2297459Z test_non_contig_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2297604Z test_non_contig_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2297807Z test_non_contig_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2297958Z test_non_contig_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2298110Z test_non_contig_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2298260Z test_non_contig_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2298395Z test_non_contig_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2298545Z test_non_contig_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2298688Z test_non_contig_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2298833Z test_non_contig_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2298974Z test_non_contig_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2299123Z test_non_contig_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2299264Z test_non_contig_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2299444Z test_non_contig_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2299586Z test_non_contig_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.2299713Z test_non_contig_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.2299864Z test_non_contig_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2300013Z test_non_contig_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2300163Z test_non_contig_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2300309Z test_non_contig_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2300462Z test_non_contig_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2300608Z test_non_contig_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2300752Z test_non_contig_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2300880Z test_non_contig_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2301026Z test_non_contig_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2301168Z test_non_contig_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2301331Z test_non_contig_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2301494Z test_non_contig_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2301657Z test_non_contig_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2301821Z test_non_contig_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2301983Z test_non_contig_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2302127Z test_non_contig_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2302281Z test_non_contig_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2302439Z test_non_contig_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.2302591Z test_non_contig_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2302755Z test_non_contig_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2302913Z test_non_contig_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2303109Z test_non_contig_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2303279Z test_non_contig_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.2303441Z test_non_contig_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2303589Z test_non_contig_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2303751Z test_non_contig_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2303910Z test_non_contig_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2304067Z test_non_contig_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2304294Z test_non_contig_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2304457Z test_non_contig_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2304645Z test_non_contig_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2304810Z test_non_contig_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2304969Z test_non_contig_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2305118Z test_non_contig_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2305277Z test_non_contig_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2305436Z test_non_contig_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2305595Z test_non_contig_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2305749Z test_non_contig_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2305910Z test_non_contig_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2306068Z test_non_contig_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2306216Z test_non_contig_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2306345Z test_non_contig_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2306496Z test_non_contig_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2306640Z test_non_contig_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2306788Z test_non_contig_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2306931Z test_non_contig_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2307073Z test_non_contig_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2307217Z test_non_contig_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2307359Z test_non_contig_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2307485Z test_non_contig_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2307623Z test_non_contig_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2307762Z test_non_contig_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2307896Z test_non_contig_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2308053Z test_non_contig_expand___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2308207Z test_non_contig_expand___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2308367Z test_non_contig_expand___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.2308559Z test_non_contig_expand___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.2308717Z test_non_contig_expand___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2308859Z test_non_contig_expand___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2309010Z test_non_contig_expand___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2309161Z test_non_contig_expand___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2309312Z test_non_contig_expand___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2309460Z test_non_contig_expand___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2309609Z test_non_contig_expand___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2309763Z test_non_contig_expand___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2309957Z test_non_contig_expand___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2310097Z test_non_contig_expand___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2310247Z test_non_contig_expand___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2310394Z test_non_contig_expand___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2310547Z test_non_contig_expand___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2310698Z test_non_contig_expand___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2310853Z test_non_contig_expand___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.2311003Z test_non_contig_expand___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2311168Z test_non_contig_expand___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:25:33.2311330Z test_non_contig_expand___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:25:33.2311471Z test_non_contig_expand___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2311622Z test_non_contig_expand___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.2311771Z test_non_contig_expand___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2311922Z test_non_contig_expand___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2312071Z test_non_contig_expand___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2312220Z test_non_contig_expand___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2312376Z test_non_contig_expand___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2312530Z test_non_contig_expand___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2312673Z test_non_contig_expand___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2312829Z test_non_contig_expand___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.2312982Z test_non_contig_expand___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2313133Z test_non_contig_expand___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2313285Z test_non_contig_expand___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2313435Z test_non_contig_expand___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2313594Z test_non_contig_expand___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.2313784Z test_non_contig_expand___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.2313939Z test_non_contig_expand___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2314077Z test_non_contig_expand___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2314229Z test_non_contig_expand___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2314379Z test_non_contig_expand___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2314530Z test_non_contig_expand___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2314678Z test_non_contig_expand___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2314829Z test_non_contig_expand___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2314981Z test_non_contig_expand___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2315166Z test_non_contig_expand___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2315304Z test_non_contig_expand___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2315454Z test_non_contig_expand___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2315602Z test_non_contig_expand___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2315750Z test_non_contig_expand___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2315897Z test_non_contig_expand___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2316055Z test_non_contig_expand___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2316216Z test_non_contig_expand___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.2316378Z test_non_contig_expand___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:25:33.2316534Z test_non_contig_expand___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2316676Z test_non_contig_expand___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2316825Z test_non_contig_expand___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2316979Z test_non_contig_expand___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2317129Z test_non_contig_expand___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2317276Z test_non_contig_expand___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2317427Z test_non_contig_expand___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2317581Z test_non_contig_expand___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2317738Z test_non_contig_expand___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2317887Z test_non_contig_expand___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.2318045Z test_non_contig_expand___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.2318197Z test_non_contig_expand___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2318350Z test_non_contig_expand___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2318502Z test_non_contig_expand___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2318652Z test_non_contig_expand___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2318830Z test_non_contig_expand___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2318977Z test_non_contig_expand___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2319129Z test_non_contig_expand___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2319266Z test_non_contig_expand___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2319419Z test_non_contig_expand___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2319565Z test_non_contig_expand___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2319715Z test_non_contig_expand___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2319861Z test_non_contig_expand___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2320011Z test_non_contig_expand___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2320161Z test_non_contig_expand___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2320346Z test_non_contig_expand_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2320483Z test_non_contig_expand_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2320638Z test_non_contig_expand_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.2320791Z test_non_contig_expand_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.2320945Z test_non_contig_expand_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.2321097Z test_non_contig_expand_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2321252Z test_non_contig_expand_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2321404Z test_non_contig_expand_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2321560Z test_non_contig_expand_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2321710Z test_non_contig_expand_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2321840Z test_non_contig_expand_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2321992Z test_non_contig_expand_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2322140Z test_non_contig_expand_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2322298Z test_non_contig_expand_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2322455Z test_non_contig_expand_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2322606Z test_non_contig_expand_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2322762Z test_non_contig_expand_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2322931Z test_non_contig_expand_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2323071Z test_non_contig_expand_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2323222Z test_non_contig_expand_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2323372Z test_non_contig_expand_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2323525Z test_non_contig_expand_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2323683Z test_non_contig_expand_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2323965Z test_non_contig_expand_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2324127Z test_non_contig_expand_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2324343Z test_non_contig_expand_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2324500Z test_non_contig_expand_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.2324640Z test_non_contig_expand_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2324809Z test_non_contig_expand_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2324970Z test_non_contig_expand_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2325129Z test_non_contig_expand_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2325293Z test_non_contig_expand_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2325453Z test_non_contig_expand_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2325615Z test_non_contig_expand_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2325860Z test_non_contig_expand_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2326004Z test_non_contig_expand_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2326158Z test_non_contig_expand_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2326314Z test_non_contig_expand_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2326467Z test_non_contig_expand_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2326637Z test_non_contig_expand_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2326802Z test_non_contig_expand_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2326964Z test_non_contig_expand_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2327134Z test_non_contig_expand_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2327297Z test_non_contig_expand_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2327439Z test_non_contig_expand_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2327596Z test_non_contig_expand_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2327756Z test_non_contig_expand_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2327908Z test_non_contig_expand_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2328062Z test_non_contig_expand_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2328250Z test_non_contig_expand_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2328477Z test_non_contig_expand_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2328700Z test_non_contig_expand_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2329206Z test_non_contig_expand_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2329782Z test_non_contig_expand_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2330236Z test_non_contig_expand_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2330826Z test_non_contig_expand_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2331286Z test_non_contig_expand_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2331732Z test_non_contig_expand_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2332301Z test_non_contig_expand_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2332801Z test_non_contig_expand_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2333294Z test_non_contig_expand_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2333789Z test_non_contig_expand_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2334359Z test_non_contig_expand_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2334886Z test_non_contig_expand_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2335412Z test_non_contig_expand_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2335952Z test_non_contig_expand_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2336480Z test_non_contig_expand_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2336975Z test_non_contig_expand_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2337643Z test_non_contig_expand_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2338219Z test_non_contig_expand_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2338802Z test_non_contig_expand_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.2339307Z test_non_contig_expand_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.2339863Z test_non_contig_expand_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.2340355Z test_non_contig_expand_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2340870Z test_non_contig_expand_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2341476Z test_non_contig_expand_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2342084Z test_non_contig_expand_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2342656Z test_non_contig_expand_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2343312Z test_non_contig_expand_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2343941Z test_non_contig_expand_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2344649Z test_non_contig_expand_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2345254Z test_non_contig_expand_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2345850Z test_non_contig_expand_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2346493Z test_non_contig_expand_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.2347162Z test_non_contig_expand_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:25:33.2347823Z test_non_contig_expand_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.2348460Z test_non_contig_expand_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2349114Z test_non_contig_expand_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2349762Z test_non_contig_expand_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2350386Z test_non_contig_expand_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2351022Z test_non_contig_expand_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2351779Z test_non_contig_expand_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2352440Z test_non_contig_expand_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2353084Z test_non_contig_expand_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2353744Z test_non_contig_expand_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.2354422Z test_non_contig_expand_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:25:33.2355111Z test_non_contig_expand_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.2355754Z test_non_contig_expand_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2356404Z test_non_contig_expand_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2357060Z test_non_contig_expand_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2357744Z test_non_contig_expand_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2358331Z test_non_contig_expand_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.2358899Z test_non_contig_expand_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2359526Z test_non_contig_expand_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2360162Z test_non_contig_expand_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.2360817Z test_non_contig_expand_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.2361484Z test_non_contig_expand_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.2362130Z test_non_contig_expand_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2362781Z test_non_contig_expand_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2363403Z test_non_contig_expand_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2364162Z test_non_contig_expand_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2364802Z test_non_contig_expand_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2365443Z test_non_contig_expand_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2366040Z test_non_contig_expand_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2366634Z test_non_contig_expand_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2367222Z test_non_contig_expand_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.2367808Z test_non_contig_expand_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2368398Z test_non_contig_expand_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.2368986Z test_non_contig_expand_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2369565Z test_non_contig_expand_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2370131Z test_non_contig_expand_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2370704Z test_non_contig_expand_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2371272Z test_non_contig_expand_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2371971Z test_non_contig_expand_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2372540Z test_non_contig_expand_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2373123Z test_non_contig_expand_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2373680Z test_non_contig_expand_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2374290Z test_non_contig_expand_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2374922Z test_non_contig_expand_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.2375574Z test_non_contig_expand_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.2376212Z test_non_contig_expand_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2376832Z test_non_contig_expand_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2377459Z test_non_contig_expand_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2378129Z test_non_contig_expand_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2378739Z test_non_contig_expand_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2379343Z test_non_contig_expand_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2379952Z test_non_contig_expand_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2380545Z test_non_contig_expand_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2381190Z test_non_contig_expand_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:25:33.2381845Z test_non_contig_expand_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2382461Z test_non_contig_expand_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2383087Z test_non_contig_expand_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2383702Z test_non_contig_expand_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2384413Z test_non_contig_expand_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2385018Z test_non_contig_expand_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2385570Z test_non_contig_expand_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2386160Z test_non_contig_expand_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2386771Z test_non_contig_expand_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2387264Z test_non_contig_expand_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2387782Z test_non_contig_expand_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2388229Z test_non_contig_expand_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2388666Z test_non_contig_expand_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2389102Z test_non_contig_expand_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2389575Z test_non_contig_expand_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2390096Z test_non_contig_expand_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2390682Z test_non_contig_expand_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2391147Z test_non_contig_expand_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2391751Z test_non_contig_expand_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2392285Z test_non_contig_expand_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2392781Z test_non_contig_expand_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2393226Z test_non_contig_expand_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2393686Z test_non_contig_expand_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2394200Z test_non_contig_expand_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2394646Z test_non_contig_expand_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2395093Z test_non_contig_expand_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2395444Z test_non_contig_expand_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2395770Z test_non_contig_expand_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2396181Z test_non_contig_expand_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.2396579Z test_non_contig_expand_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.2396931Z test_non_contig_expand_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.2397248Z test_non_contig_expand_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2397575Z test_non_contig_expand_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2397899Z test_non_contig_expand_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2398224Z test_non_contig_expand_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:25:33.2398537Z test_non_contig_expand_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2398862Z test_non_contig_expand_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2399188Z test_non_contig_expand_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2399510Z test_non_contig_expand_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2399806Z test_non_contig_expand_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2400126Z test_non_contig_expand_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2400442Z test_non_contig_expand_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2400751Z test_non_contig_expand_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2401079Z test_non_contig_expand_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2401400Z test_non_contig_expand_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2401722Z test_non_contig_expand_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2402032Z test_non_contig_expand_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2402354Z test_non_contig_expand_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2402674Z test_non_contig_expand_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2402975Z test_non_contig_expand_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2403296Z test_non_contig_expand_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2403614Z test_non_contig_expand_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2404105Z test_non_contig_expand_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2404507Z test_non_contig_expand_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2404828Z test_non_contig_expand_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2405156Z test_non_contig_expand_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2405464Z test_non_contig_expand_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2405790Z test_non_contig_expand_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2406108Z test_non_contig_expand_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2406424Z test_non_contig_expand_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2406725Z test_non_contig_expand_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2407034Z test_non_contig_expand_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2407437Z test_non_contig_expand_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2407813Z test_non_contig_expand_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2408156Z test_non_contig_expand_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2408497Z test_non_contig_expand_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2408839Z test_non_contig_expand_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2409158Z test_non_contig_expand_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2409492Z test_non_contig_expand_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2409814Z test_non_contig_expand_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2410141Z test_non_contig_expand_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2410459Z test_non_contig_expand_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2410796Z test_non_contig_expand_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2411125Z test_non_contig_expand_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.2411438Z test_non_contig_expand_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2411762Z test_non_contig_expand_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.2412091Z test_non_contig_expand_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.2412419Z test_non_contig_expand_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2412728Z test_non_contig_expand_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2413060Z test_non_contig_expand_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2413394Z test_non_contig_expand_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.2413711Z test_non_contig_expand_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2414036Z test_non_contig_expand_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2414372Z test_non_contig_expand_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2414708Z test_non_contig_expand_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2415030Z test_non_contig_expand_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.2415367Z test_non_contig_expand_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.2415701Z test_non_contig_expand_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2416068Z test_non_contig_expand_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2416383Z test_non_contig_expand_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2416709Z test_non_contig_expand_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.2417036Z test_non_contig_expand_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.2417350Z test_non_contig_expand_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.2417672Z test_non_contig_expand_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.2418005Z test_non_contig_expand_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.2418370Z test_non_contig_expand_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2418758Z test_non_contig_expand_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2419192Z test_non_contig_expand_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2419593Z test_non_contig_expand_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2420045Z test_non_contig_expand_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2420426Z test_non_contig_expand_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2420810Z test_non_contig_expand_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2421200Z test_non_contig_expand_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2421592Z test_non_contig_expand_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2421970Z test_non_contig_expand_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2422356Z test_non_contig_expand_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2422744Z test_non_contig_expand_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2423151Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2423554Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2423967Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2424479Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2424897Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2425299Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.010s) 2022-12-01T10:25:33.2425713Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2426123Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2426530Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2426956Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2427369Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2427767Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2428128Z test_non_contig_expand_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2428431Z test_non_contig_expand_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2428745Z test_non_contig_expand_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2429061Z test_non_contig_expand_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2429368Z test_non_contig_expand_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2429727Z test_non_contig_expand_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.2430058Z test_non_contig_expand_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2430392Z test_non_contig_expand_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.2430720Z test_non_contig_expand_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:25:33.2431052Z test_non_contig_expand_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2431379Z test_non_contig_expand_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2431695Z test_non_contig_expand_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2432023Z test_non_contig_expand_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2432349Z test_non_contig_expand_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2432678Z test_non_contig_expand_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2432987Z test_non_contig_expand_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2433306Z test_non_contig_expand_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2433627Z test_non_contig_expand_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2433933Z test_non_contig_expand_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2434253Z test_non_contig_expand_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2434572Z test_non_contig_expand_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2434898Z test_non_contig_expand_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2435204Z test_non_contig_expand_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2435519Z test_non_contig_expand_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2435827Z test_non_contig_expand_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2436137Z test_non_contig_expand_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2436436Z test_non_contig_expand_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2436765Z test_non_contig_expand_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2437110Z test_non_contig_expand_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2437446Z test_non_contig_expand_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.2437837Z test_non_contig_expand_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2438185Z test_non_contig_expand_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2438528Z test_non_contig_expand_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2438854Z test_non_contig_expand_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2439187Z test_non_contig_expand_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2439523Z test_non_contig_expand_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2439843Z test_non_contig_expand_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2440172Z test_non_contig_expand_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2440507Z test_non_contig_expand_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2440847Z test_non_contig_expand_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2441204Z test_non_contig_expand_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2441599Z test_non_contig_expand_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2441949Z test_non_contig_expand_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2442296Z test_non_contig_expand_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2442622Z test_non_contig_expand_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2442961Z test_non_contig_expand_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2443302Z test_non_contig_expand_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2443627Z test_non_contig_expand_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2444106Z test_non_contig_expand_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2444449Z test_non_contig_expand_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2444780Z test_non_contig_expand_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2445109Z test_non_contig_expand_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2445449Z test_non_contig_expand_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2445792Z test_non_contig_expand_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2446132Z test_non_contig_expand_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2446482Z test_non_contig_expand_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2446829Z test_non_contig_expand_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2447173Z test_non_contig_expand_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2447500Z test_non_contig_expand_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2447833Z test_non_contig_expand_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2448162Z test_non_contig_expand_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2448494Z test_non_contig_expand_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2448811Z test_non_contig_expand_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2449219Z test_non_contig_expand_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2449545Z test_non_contig_expand_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2449856Z test_non_contig_expand_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2450179Z test_non_contig_expand_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2450501Z test_non_contig_expand_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2450822Z test_non_contig_expand_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2451127Z test_non_contig_expand_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2451441Z test_non_contig_expand_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2451759Z test_non_contig_expand_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2452063Z test_non_contig_expand_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2452431Z test_non_contig_expand_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.2452770Z test_non_contig_expand_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2453105Z test_non_contig_expand_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2453434Z test_non_contig_expand_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2453768Z test_non_contig_expand_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2454101Z test_non_contig_expand_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2454432Z test_non_contig_expand_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2454743Z test_non_contig_expand_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2455079Z test_non_contig_expand_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2455410Z test_non_contig_expand_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2455728Z test_non_contig_expand_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2456064Z test_non_contig_expand_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2456397Z test_non_contig_expand_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2456728Z test_non_contig_expand_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2457043Z test_non_contig_expand_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2457371Z test_non_contig_expand_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2457702Z test_non_contig_expand_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2458019Z test_non_contig_expand_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2458349Z test_non_contig_expand_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2458673Z test_non_contig_expand_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2459003Z test_non_contig_expand_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2459324Z test_non_contig_expand_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2459658Z test_non_contig_expand_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2459991Z test_non_contig_expand_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2460368Z test_non_contig_expand_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2460690Z test_non_contig_expand_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2461026Z test_non_contig_expand_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2461353Z test_non_contig_expand_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2461664Z test_non_contig_expand_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2461993Z test_non_contig_expand_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2462323Z test_non_contig_expand_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2462652Z test_non_contig_expand_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2462971Z test_non_contig_expand_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2463300Z test_non_contig_expand_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2463654Z test_non_contig_expand_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2463963Z test_non_contig_expand_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2464356Z test_non_contig_expand_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2464679Z test_non_contig_expand_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2479017Z test_non_contig_expand_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2479455Z test_non_contig_expand_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2479805Z test_non_contig_expand_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2480131Z test_non_contig_expand_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2480467Z test_non_contig_expand_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.2480810Z test_non_contig_expand_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.2481134Z test_non_contig_expand_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.2481464Z test_non_contig_expand_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2481793Z test_non_contig_expand_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2482118Z test_non_contig_expand_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2482461Z test_non_contig_expand_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2482780Z test_non_contig_expand_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2483119Z test_non_contig_expand_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2483433Z test_non_contig_expand_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2483743Z test_non_contig_expand_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2484270Z test_non_contig_expand_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2484600Z test_non_contig_expand_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2484914Z test_non_contig_expand_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2485251Z test_non_contig_expand_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2485583Z test_non_contig_expand_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2485913Z test_non_contig_expand_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2486352Z test_non_contig_expand_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2486677Z test_non_contig_expand_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2487000Z test_non_contig_expand_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2487302Z test_non_contig_expand_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2487621Z test_non_contig_expand_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2487945Z test_non_contig_expand_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2488280Z test_non_contig_expand_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2488611Z test_non_contig_expand_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2488950Z test_non_contig_expand_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2489285Z test_non_contig_expand_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.2489681Z test_non_contig_expand_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.2490015Z test_non_contig_expand_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2490348Z test_non_contig_expand_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.2490684Z test_non_contig_expand_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.2490999Z test_non_contig_expand_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:25:33.2491329Z test_non_contig_expand_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2491656Z test_non_contig_expand_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2491971Z test_non_contig_expand_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2492295Z test_non_contig_expand_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2492615Z test_non_contig_expand_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2492930Z test_non_contig_expand_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2493233Z test_non_contig_expand_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2493564Z test_non_contig_expand_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2493907Z test_non_contig_expand_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2494244Z test_non_contig_expand_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2494563Z test_non_contig_expand_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2494898Z test_non_contig_expand_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2495236Z test_non_contig_expand_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2495549Z test_non_contig_expand_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2495883Z test_non_contig_expand_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2496211Z test_non_contig_expand_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2496540Z test_non_contig_expand_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2496855Z test_non_contig_expand_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.2497183Z test_non_contig_expand_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.2497508Z test_non_contig_expand_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2497855Z test_non_contig_expand_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2498186Z test_non_contig_expand_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2498512Z test_non_contig_expand_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2498836Z test_non_contig_expand_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2499144Z test_non_contig_expand_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2499463Z test_non_contig_expand_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2499782Z test_non_contig_expand_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2500127Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2500521Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2500935Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2501321Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2501684Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2502081Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:25:33.2502453Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2502831Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2503203Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2503587Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2503968Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2504432Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2504800Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2505180Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2505563Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2505946Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2506625Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2507264Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2507894Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2508521Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2509126Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2509787Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2510399Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2511016Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2511626Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2512232Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2512884Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2513509Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2514119Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2514719Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2515329Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2515945Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2516376Z test_non_contig_expand_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2516762Z test_non_contig_expand_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2517133Z test_non_contig_expand_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2517509Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2517886Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2518263Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2518630Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2519006Z test_non_contig_expand_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2519380Z test_non_contig_expand_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2519746Z test_non_contig_expand_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2520130Z test_non_contig_expand_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2520508Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2520887Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2521284Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2521657Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2522031Z test_non_contig_expand_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2522409Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2522777Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2523155Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:25:33.2523530Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2524080Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2524517Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2524897Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2525278Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2525866Z test_non_contig_expand_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2526502Z test_non_contig_expand_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2527127Z test_non_contig_expand_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2527751Z test_non_contig_expand_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2528371Z test_non_contig_expand_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2528964Z test_non_contig_expand_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2529571Z test_non_contig_expand_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2530180Z test_non_contig_expand_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2530805Z 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-12-01T10:25:33.2531447Z 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-12-01T10:25:33.2532070Z 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-12-01T10:25:33.2532707Z 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-12-01T10:25:33.2533388Z 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-12-01T10:25:33.2534025Z 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-12-01T10:25:33.2534658Z 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-12-01T10:25:33.2535273Z 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-12-01T10:25:33.2535908Z 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-12-01T10:25:33.2536587Z 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-12-01T10:25:33.2537235Z 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-12-01T10:25:33.2537859Z 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-12-01T10:25:33.2538487Z 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-12-01T10:25:33.2539117Z 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-12-01T10:25:33.2539752Z 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-12-01T10:25:33.2540453Z 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-12-01T10:25:33.2541070Z 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-12-01T10:25:33.2541709Z 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-12-01T10:25:33.2542347Z 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-12-01T10:25:33.2542986Z 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-12-01T10:25:33.2543616Z 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-12-01T10:25:33.2544300Z 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-12-01T10:25:33.2544934Z 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-12-01T10:25:33.2545571Z 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-12-01T10:25:33.2546298Z 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-12-01T10:25:33.2546939Z 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-12-01T10:25:33.2547572Z 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-12-01T10:25:33.2548207Z 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-12-01T10:25:33.2548840Z 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-12-01T10:25:33.2549497Z 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-12-01T10:25:33.2550113Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2550748Z 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-12-01T10:25:33.2551181Z test_non_contig_expand_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2551537Z test_non_contig_expand_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2551891Z test_non_contig_expand_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2552243Z test_non_contig_expand_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2552591Z test_non_contig_expand_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2552938Z test_non_contig_expand_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2553273Z test_non_contig_expand_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2553619Z test_non_contig_expand_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2553970Z test_non_contig_expand_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2554320Z test_non_contig_expand_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2554655Z test_non_contig_expand_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2555001Z test_non_contig_expand_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2555350Z test_non_contig_expand_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2555689Z test_non_contig_expand_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2556016Z test_non_contig_expand_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2556353Z test_non_contig_expand_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2556688Z test_non_contig_expand_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2557014Z test_non_contig_expand_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2557383Z test_non_contig_expand_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2557724Z test_non_contig_expand_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.2558056Z test_non_contig_expand_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.2558374Z test_non_contig_expand_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.2558703Z test_non_contig_expand_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2559031Z test_non_contig_expand_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2559342Z test_non_contig_expand_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2559492Z test_non_contig_expand_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2559638Z test_non_contig_expand_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2559784Z test_non_contig_expand_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2559961Z test_non_contig_expand_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2560105Z test_non_contig_expand_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2560268Z test_non_contig_expand_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.2560427Z test_non_contig_expand_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2560594Z test_non_contig_expand_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:25:33.2560747Z test_non_contig_expand_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.2560908Z test_non_contig_expand_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.2561073Z test_non_contig_expand_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.2561237Z test_non_contig_expand_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2561397Z test_non_contig_expand_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:25:33.2561555Z test_non_contig_expand_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2561706Z test_non_contig_expand_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2561864Z test_non_contig_expand_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2562003Z test_non_contig_expand_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2562159Z test_non_contig_expand_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2562312Z test_non_contig_expand_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2562470Z test_non_contig_expand_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2562626Z test_non_contig_expand_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2562778Z test_non_contig_expand_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2562931Z test_non_contig_expand_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2563080Z test_non_contig_expand_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2563232Z test_non_contig_expand_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2563370Z test_non_contig_expand_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2563523Z test_non_contig_expand_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2563713Z test_non_contig_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2564000Z test_non_contig_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2564181Z test_non_contig_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.2564341Z test_non_contig_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.2564495Z test_non_contig_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2564653Z test_non_contig_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2564793Z test_non_contig_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2564945Z test_non_contig_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2565100Z test_non_contig_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2565255Z test_non_contig_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2565490Z test_non_contig_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2565645Z test_non_contig_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2565819Z test_non_contig_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:25:33.2565974Z test_non_contig_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2566129Z test_non_contig_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2566267Z test_non_contig_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2566419Z test_non_contig_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2566576Z test_non_contig_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2566732Z test_non_contig_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2566886Z test_non_contig_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2567039Z test_non_contig_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2567191Z test_non_contig_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2567334Z test_non_contig_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2567466Z test_non_contig_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2567615Z test_non_contig_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2567762Z test_non_contig_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2567908Z test_non_contig_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2568057Z test_non_contig_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2568204Z test_non_contig_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2568347Z test_non_contig_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2568487Z test_non_contig_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2568622Z test_non_contig_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2568763Z test_non_contig_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2568943Z test_non_contig_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2569087Z test_non_contig_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2569231Z test_non_contig_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2569413Z test_non_contig_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2569559Z test_non_contig_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2569700Z test_non_contig_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2569841Z test_non_contig_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2569969Z test_non_contig_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2570133Z test_non_contig_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:25:33.2570281Z test_non_contig_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2570428Z test_non_contig_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2570573Z test_non_contig_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2570719Z test_non_contig_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2570859Z test_non_contig_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2571027Z test_non_contig_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2571159Z test_non_contig_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2571299Z test_non_contig_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2571443Z test_non_contig_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2571584Z test_non_contig_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2571723Z test_non_contig_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2571864Z test_non_contig_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2572006Z test_non_contig_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.2572154Z test_non_contig_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2572283Z test_non_contig_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2572424Z test_non_contig_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2572564Z test_non_contig_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2572704Z test_non_contig_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2572845Z test_non_contig_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2572983Z test_non_contig_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2573120Z test_non_contig_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2573259Z test_non_contig_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2573384Z test_non_contig_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2573529Z test_non_contig_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2573669Z test_non_contig_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2573810Z test_non_contig_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2573949Z test_non_contig_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2574088Z test_non_contig_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2574227Z test_non_contig_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2574368Z test_non_contig_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2574489Z test_non_contig_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2574626Z test_non_contig_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2574790Z test_non_contig_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2574946Z test_non_contig_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2575096Z test_non_contig_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2575250Z test_non_contig_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2575404Z test_non_contig_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2575555Z test_non_contig_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2575691Z test_non_contig_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2575838Z test_non_contig_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2575980Z test_non_contig_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2576131Z test_non_contig_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2576305Z test_non_contig_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2576452Z test_non_contig_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2576600Z test_non_contig_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2576742Z test_non_contig_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2576887Z test_non_contig_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2577018Z test_non_contig_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2577159Z test_non_contig_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2577301Z test_non_contig_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2577456Z test_non_contig_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2577604Z test_non_contig_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2577746Z test_non_contig_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2577886Z test_non_contig_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2578042Z test_non_contig_index___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2578181Z test_non_contig_index___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2578341Z test_non_contig_index___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2578500Z test_non_contig_index___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2578656Z test_non_contig_index___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2578809Z test_non_contig_index___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2578963Z test_non_contig_index___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2579116Z test_non_contig_index___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2579267Z test_non_contig_index___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2579417Z test_non_contig_index___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2579554Z test_non_contig_index___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2579698Z test_non_contig_index___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2579846Z test_non_contig_index___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2580021Z test_non_contig_index___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2580171Z test_non_contig_index___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2580314Z test_non_contig_index___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2580459Z test_non_contig_index___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2580605Z test_non_contig_index___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2580747Z test_non_contig_index___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2580894Z test_non_contig_index___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2581051Z test_non_contig_index___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2581204Z test_non_contig_index___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2581358Z test_non_contig_index___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2581541Z test_non_contig_index___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2581689Z test_non_contig_index___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2581841Z test_non_contig_index___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2581984Z test_non_contig_index___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2582119Z test_non_contig_index___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2582267Z test_non_contig_index___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2582410Z test_non_contig_index___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2582573Z test_non_contig_index___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2582730Z test_non_contig_index___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2582878Z test_non_contig_index___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2583027Z test_non_contig_index___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2583181Z test_non_contig_index___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2583318Z test_non_contig_index___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2583478Z test_non_contig_index___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2583635Z test_non_contig_index___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2583789Z test_non_contig_index___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2583937Z test_non_contig_index___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2584084Z test_non_contig_index___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2584314Z test_non_contig_index___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2584468Z test_non_contig_index___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2584619Z test_non_contig_index___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2584756Z test_non_contig_index___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2584904Z test_non_contig_index___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2585052Z test_non_contig_index___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2585237Z test_non_contig_index___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2585385Z test_non_contig_index___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2585531Z test_non_contig_index___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2585678Z test_non_contig_index___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2585823Z test_non_contig_index___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2585964Z test_non_contig_index___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2586124Z test_non_contig_index___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2586277Z test_non_contig_index___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2586426Z test_non_contig_index___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2586579Z test_non_contig_index___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2586755Z test_non_contig_index___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2586909Z test_non_contig_index___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2587059Z test_non_contig_index___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2587203Z test_non_contig_index___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2587339Z test_non_contig_index___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2587484Z test_non_contig_index___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2587638Z test_non_contig_index___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2587798Z test_non_contig_index___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2587957Z test_non_contig_index___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2588105Z test_non_contig_index___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2588255Z test_non_contig_index___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2588403Z test_non_contig_index___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2588548Z test_non_contig_index___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2588683Z test_non_contig_index___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2588831Z test_non_contig_index___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2588978Z test_non_contig_index___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2589126Z test_non_contig_index___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2589276Z test_non_contig_index___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2589421Z test_non_contig_index___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2589573Z test_non_contig_index___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2589713Z test_non_contig_index___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2589846Z test_non_contig_index___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2589987Z test_non_contig_index___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2590140Z test_non_contig_index_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2590322Z test_non_contig_index_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2590475Z test_non_contig_index_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2590627Z test_non_contig_index_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2590778Z test_non_contig_index_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2590926Z test_non_contig_index_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2591075Z test_non_contig_index_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2591213Z test_non_contig_index_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2591360Z test_non_contig_index_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2591503Z test_non_contig_index_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2591650Z test_non_contig_index_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2591825Z test_non_contig_index_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2591968Z test_non_contig_index_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2592118Z test_non_contig_index_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2592274Z test_non_contig_index_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2592414Z test_non_contig_index_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2592564Z test_non_contig_index_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2592713Z test_non_contig_index_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2592857Z test_non_contig_index_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2593005Z test_non_contig_index_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2593158Z test_non_contig_index_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2593303Z test_non_contig_index_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2593457Z test_non_contig_index_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2593600Z test_non_contig_index_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2593756Z test_non_contig_index_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2593912Z test_non_contig_index_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2594068Z test_non_contig_index_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2594220Z test_non_contig_index_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2594396Z test_non_contig_index_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2594558Z test_non_contig_index_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2594719Z test_non_contig_index_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2594882Z test_non_contig_index_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2595029Z test_non_contig_index_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2595184Z test_non_contig_index_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2595337Z test_non_contig_index_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2595490Z test_non_contig_index_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2595683Z test_non_contig_index_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2595838Z test_non_contig_index_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2595997Z test_non_contig_index_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2596168Z test_non_contig_index_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2596329Z test_non_contig_index_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2596476Z test_non_contig_index_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2596648Z test_non_contig_index_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2596811Z test_non_contig_index_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2596970Z test_non_contig_index_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2597159Z test_non_contig_index_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2597319Z test_non_contig_index_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2597474Z test_non_contig_index_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2597629Z test_non_contig_index_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2597767Z test_non_contig_index_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2597927Z test_non_contig_index_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2598078Z test_non_contig_index_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2598237Z test_non_contig_index_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2598397Z test_non_contig_index_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2598549Z test_non_contig_index_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2598730Z test_non_contig_index_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2598887Z test_non_contig_index_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2599039Z test_non_contig_index_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2599180Z test_non_contig_index_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2599335Z test_non_contig_index_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2599493Z test_non_contig_index_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2599654Z test_non_contig_index_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2599815Z test_non_contig_index_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2599971Z test_non_contig_index_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2600126Z test_non_contig_index_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2600281Z test_non_contig_index_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2600420Z test_non_contig_index_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2600571Z test_non_contig_index_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2600726Z test_non_contig_index_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2600916Z test_non_contig_index_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2601074Z test_non_contig_index_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2601229Z test_non_contig_index_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2601383Z test_non_contig_index_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2601544Z test_non_contig_index_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2601699Z test_non_contig_index_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2601846Z test_non_contig_index_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2602003Z test_non_contig_index_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2602160Z test_non_contig_index_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2602317Z test_non_contig_index_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2602518Z test_non_contig_index_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2602672Z test_non_contig_index_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2602828Z test_non_contig_index_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2602980Z test_non_contig_index_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2603138Z test_non_contig_index_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2603306Z test_non_contig_index_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2603470Z test_non_contig_index_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2603634Z test_non_contig_index_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2603944Z test_non_contig_index_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2604172Z test_non_contig_index_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2604332Z test_non_contig_index_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2604497Z test_non_contig_index_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2604657Z test_non_contig_index_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2604816Z test_non_contig_index_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2604990Z test_non_contig_index_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2605171Z test_non_contig_index_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2605351Z test_non_contig_index_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2605523Z test_non_contig_index_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2605693Z test_non_contig_index_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2605863Z test_non_contig_index_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2606035Z test_non_contig_index_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2606196Z test_non_contig_index_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2606341Z test_non_contig_index_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2606582Z test_non_contig_index_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2606742Z test_non_contig_index_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2606918Z test_non_contig_index_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2607084Z test_non_contig_index_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2607248Z test_non_contig_index_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2607410Z test_non_contig_index_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2607582Z test_non_contig_index_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2607746Z test_non_contig_index_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2607927Z test_non_contig_index_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2608095Z test_non_contig_index_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2608253Z test_non_contig_index_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2608409Z test_non_contig_index_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2608557Z test_non_contig_index_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2608714Z test_non_contig_index_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2608868Z test_non_contig_index_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2609019Z test_non_contig_index_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2609173Z test_non_contig_index_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2609309Z test_non_contig_index_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2609455Z test_non_contig_index_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2609606Z test_non_contig_index_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2609748Z test_non_contig_index_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2609888Z test_non_contig_index_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2610032Z test_non_contig_index_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2610173Z test_non_contig_index_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2610333Z test_non_contig_index_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2610481Z test_non_contig_index_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2610649Z test_non_contig_index_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2610814Z test_non_contig_index_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2610980Z test_non_contig_index_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2611138Z test_non_contig_index_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2611298Z test_non_contig_index_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2611454Z test_non_contig_index_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2611608Z test_non_contig_index_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2611797Z test_non_contig_index_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2611943Z test_non_contig_index_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2612097Z test_non_contig_index_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2612277Z test_non_contig_index_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:25:33.2612437Z test_non_contig_index_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2612597Z test_non_contig_index_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2612756Z test_non_contig_index_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2612918Z test_non_contig_index_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2613077Z test_non_contig_index_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2613267Z test_non_contig_index_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2613416Z test_non_contig_index_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2613570Z test_non_contig_index_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2613724Z test_non_contig_index_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2613874Z test_non_contig_index_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2614026Z test_non_contig_index_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2614178Z test_non_contig_index_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2614330Z test_non_contig_index_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2614483Z test_non_contig_index_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2614616Z test_non_contig_index_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2614757Z test_non_contig_index_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2614906Z test_non_contig_index_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2615050Z test_non_contig_index_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2615201Z test_non_contig_index_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2615349Z test_non_contig_index_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2615502Z test_non_contig_index_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2615654Z test_non_contig_index_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2615794Z test_non_contig_index_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2615941Z test_non_contig_index_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2616083Z test_non_contig_index_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2616228Z test_non_contig_index_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2616377Z test_non_contig_index_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2616517Z test_non_contig_index_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2616668Z test_non_contig_index_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2616817Z test_non_contig_index_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2617007Z test_non_contig_index_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2617142Z test_non_contig_index_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2617291Z test_non_contig_index_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.2617433Z test_non_contig_index_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2617573Z test_non_contig_index_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2617719Z test_non_contig_index_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2617859Z test_non_contig_index_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2618008Z test_non_contig_index_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2618152Z test_non_contig_index_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2618284Z test_non_contig_index_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2618437Z test_non_contig_index_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2618616Z test_non_contig_index_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2618772Z test_non_contig_index_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2618921Z test_non_contig_index_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2619073Z test_non_contig_index_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2619217Z test_non_contig_index_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2619358Z test_non_contig_index_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2619505Z test_non_contig_index_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2619638Z test_non_contig_index_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2619780Z test_non_contig_index_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2619928Z test_non_contig_index_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2620070Z test_non_contig_index_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2620221Z test_non_contig_index_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2620373Z test_non_contig_index_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2620524Z test_non_contig_index_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2620668Z test_non_contig_index_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2620797Z test_non_contig_index_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2620950Z test_non_contig_index_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2621093Z test_non_contig_index_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2621240Z test_non_contig_index_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2621385Z test_non_contig_index_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2621526Z test_non_contig_index_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2621688Z test_non_contig_index_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2621850Z test_non_contig_index_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2621997Z test_non_contig_index_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2622156Z test_non_contig_index_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2622344Z test_non_contig_index_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2622503Z test_non_contig_index_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2622660Z test_non_contig_index_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2622812Z test_non_contig_index_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2622967Z test_non_contig_index_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2623124Z test_non_contig_index_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2623277Z test_non_contig_index_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2623417Z test_non_contig_index_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2623572Z test_non_contig_index_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2623728Z test_non_contig_index_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2623908Z test_non_contig_index_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2624070Z test_non_contig_index_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2624303Z test_non_contig_index_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2624466Z test_non_contig_index_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2624622Z test_non_contig_index_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2624762Z test_non_contig_index_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2624913Z test_non_contig_index_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2625069Z test_non_contig_index_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2625227Z test_non_contig_index_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2625388Z test_non_contig_index_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2625551Z test_non_contig_index_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2625703Z test_non_contig_index_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2625856Z test_non_contig_index_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2626005Z test_non_contig_index_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2626143Z test_non_contig_index_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2626294Z test_non_contig_index_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2626450Z test_non_contig_index_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2626604Z test_non_contig_index_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2626754Z test_non_contig_index_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2626950Z test_non_contig_index_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2627136Z test_non_contig_index_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2627329Z test_non_contig_index_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2627519Z test_non_contig_index_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2627726Z test_non_contig_index_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2627920Z test_non_contig_index_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2628109Z test_non_contig_index_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2628295Z test_non_contig_index_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2628479Z test_non_contig_index_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2628663Z test_non_contig_index_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2628847Z test_non_contig_index_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2629031Z test_non_contig_index_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2629267Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2629466Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2629658Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2629869Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2630070Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.2630272Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2630475Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2630678Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.2630873Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2631063Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.2631260Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.2631453Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.2631590Z test_non_contig_index_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2631741Z test_non_contig_index_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2631885Z test_non_contig_index_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2632033Z test_non_contig_index_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2632178Z test_non_contig_index_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2632335Z test_non_contig_index_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2632487Z test_non_contig_index_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2632646Z test_non_contig_index_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2632788Z test_non_contig_index_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2632971Z test_non_contig_index_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2633128Z test_non_contig_index_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2633282Z test_non_contig_index_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2633436Z test_non_contig_index_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2633589Z test_non_contig_index_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2633741Z test_non_contig_index_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2633893Z test_non_contig_index_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2634047Z test_non_contig_index_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2634186Z test_non_contig_index_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2634336Z test_non_contig_index_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2634550Z test_non_contig_index_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2634695Z test_non_contig_index_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2634839Z test_non_contig_index_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2634990Z test_non_contig_index_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2635135Z test_non_contig_index_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2635278Z test_non_contig_index_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2635411Z test_non_contig_index_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2635557Z test_non_contig_index_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2635721Z test_non_contig_index_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2635885Z test_non_contig_index_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2636051Z test_non_contig_index_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2636221Z test_non_contig_index_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2636385Z test_non_contig_index_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2636548Z test_non_contig_index_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2636710Z test_non_contig_index_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2636855Z test_non_contig_index_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2637019Z test_non_contig_index_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2637176Z test_non_contig_index_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2637334Z test_non_contig_index_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2637487Z test_non_contig_index_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2637646Z test_non_contig_index_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2637801Z test_non_contig_index_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2637967Z test_non_contig_index_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2638117Z test_non_contig_index_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2638312Z test_non_contig_index_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2638473Z test_non_contig_index_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2638628Z test_non_contig_index_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2638786Z test_non_contig_index_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2638943Z test_non_contig_index_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2639095Z test_non_contig_index_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2639248Z test_non_contig_index_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2639398Z test_non_contig_index_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2639547Z test_non_contig_index_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2639703Z test_non_contig_index_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2639907Z test_non_contig_index_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2640073Z test_non_contig_index_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2640233Z test_non_contig_index_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2640390Z test_non_contig_index_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2640550Z test_non_contig_index_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2640707Z test_non_contig_index_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2640862Z test_non_contig_index_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2641005Z test_non_contig_index_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2641163Z test_non_contig_index_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2641316Z test_non_contig_index_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2641466Z test_non_contig_index_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2641615Z test_non_contig_index_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2641766Z test_non_contig_index_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2641915Z test_non_contig_index_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2642062Z test_non_contig_index_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2642198Z test_non_contig_index_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2642341Z test_non_contig_index_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2642485Z test_non_contig_index_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2642629Z test_non_contig_index_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2642770Z test_non_contig_index_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2642928Z test_non_contig_index_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2643084Z test_non_contig_index_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2643243Z test_non_contig_index_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2643387Z test_non_contig_index_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2643572Z test_non_contig_index_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2643729Z test_non_contig_index_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2644059Z test_non_contig_index_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2644219Z test_non_contig_index_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2644374Z test_non_contig_index_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2644527Z test_non_contig_index_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2644683Z test_non_contig_index_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2644837Z test_non_contig_index_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2644980Z test_non_contig_index_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2645139Z test_non_contig_index_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2645349Z test_non_contig_index_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2645500Z test_non_contig_index_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2645653Z test_non_contig_index_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2645803Z test_non_contig_index_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2645959Z test_non_contig_index_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2646111Z test_non_contig_index_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2646274Z test_non_contig_index_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2646417Z test_non_contig_index_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2646578Z test_non_contig_index_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2646736Z test_non_contig_index_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2646887Z test_non_contig_index_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2647049Z test_non_contig_index_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2647206Z test_non_contig_index_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2647364Z test_non_contig_index_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2647517Z test_non_contig_index_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2647653Z test_non_contig_index_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2647808Z test_non_contig_index_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2647963Z test_non_contig_index_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2648119Z test_non_contig_index_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2648272Z test_non_contig_index_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2648423Z test_non_contig_index_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2648575Z test_non_contig_index_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2648726Z test_non_contig_index_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2648880Z test_non_contig_index_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2649062Z test_non_contig_index_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2649215Z test_non_contig_index_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2649363Z test_non_contig_index_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2649511Z test_non_contig_index_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2649665Z test_non_contig_index_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2649818Z test_non_contig_index_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2649970Z test_non_contig_index_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2650121Z test_non_contig_index_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2650257Z test_non_contig_index_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2650409Z test_non_contig_index_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2650583Z test_non_contig_index_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2650727Z test_non_contig_index_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2650867Z test_non_contig_index_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2651011Z test_non_contig_index_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2651153Z test_non_contig_index_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2651304Z test_non_contig_index_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2651440Z test_non_contig_index_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2651595Z test_non_contig_index_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2651748Z test_non_contig_index_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2651898Z test_non_contig_index_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2652043Z test_non_contig_index_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2652188Z test_non_contig_index_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2652336Z test_non_contig_index_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2652479Z test_non_contig_index_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2652619Z test_non_contig_index_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2652753Z test_non_contig_index_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2652891Z test_non_contig_index_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2653055Z test_non_contig_index_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2653219Z test_non_contig_index_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2653375Z test_non_contig_index_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2653527Z test_non_contig_index_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2653678Z test_non_contig_index_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2653832Z test_non_contig_index_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2653974Z test_non_contig_index_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2654126Z test_non_contig_index_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2654312Z test_non_contig_index_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2654460Z test_non_contig_index_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2654613Z test_non_contig_index_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2654759Z test_non_contig_index_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2654902Z test_non_contig_index_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2655042Z test_non_contig_index_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2655189Z test_non_contig_index_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2655317Z test_non_contig_index_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2655479Z test_non_contig_index_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2655638Z test_non_contig_index_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2655795Z test_non_contig_index_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2655978Z test_non_contig_index_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2656133Z test_non_contig_index_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2656290Z test_non_contig_index_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2656444Z test_non_contig_index_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2656585Z test_non_contig_index_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2656740Z test_non_contig_index_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2656893Z test_non_contig_index_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2657050Z test_non_contig_index_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2657207Z test_non_contig_index_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2657360Z test_non_contig_index_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2657511Z test_non_contig_index_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2657668Z test_non_contig_index_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2657821Z test_non_contig_index_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2657952Z test_non_contig_index_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2658093Z test_non_contig_index_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2658240Z test_non_contig_index_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2658388Z test_non_contig_index_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2658575Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2658762Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2658945Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2659130Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2659297Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2659481Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2659692Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2659873Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2660049Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2660229Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2660412Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2660591Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2660769Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2660948Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2661140Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2661323Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2661782Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2662158Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2662529Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2662895Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2663258Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2663613Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2663971Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2664395Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2664758Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2665127Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2665478Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2665835Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2666185Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2666586Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2666945Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2667299Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2667482Z test_non_contig_index_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2667663Z test_non_contig_index_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2667842Z test_non_contig_index_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2668024Z test_non_contig_index_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2668231Z test_non_contig_index_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2668389Z test_non_contig_index_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2668570Z test_non_contig_index_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2668742Z test_non_contig_index_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2668921Z test_non_contig_index_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2669103Z test_non_contig_index_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2669283Z test_non_contig_index_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2669468Z test_non_contig_index_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2669648Z test_non_contig_index_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2669826Z test_non_contig_index_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2669988Z test_non_contig_index_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2670162Z test_non_contig_index_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2670347Z test_non_contig_index_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2670530Z test_non_contig_index_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2670717Z test_non_contig_index_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2670903Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2671084Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2671261Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2671436Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2671612Z test_non_contig_index_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2671968Z test_non_contig_index_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2672390Z test_non_contig_index_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2672759Z test_non_contig_index_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2673124Z test_non_contig_index_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2673485Z test_non_contig_index_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2673841Z test_non_contig_index_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2674249Z test_non_contig_index_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2674607Z test_non_contig_index_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2674987Z 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-12-01T10:25:33.2675367Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.007s) 2022-12-01T10:25:33.2675747Z 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-12-01T10:25:33.2676128Z 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-12-01T10:25:33.2676496Z 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-12-01T10:25:33.2676844Z 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-12-01T10:25:33.2677221Z 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-12-01T10:25:33.2677588Z 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-12-01T10:25:33.2677962Z 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-12-01T10:25:33.2678340Z 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-12-01T10:25:33.2678719Z 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-12-01T10:25:33.2679091Z 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-12-01T10:25:33.2679462Z 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-12-01T10:25:33.2679868Z 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-12-01T10:25:33.2680241Z 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-12-01T10:25:33.2680615Z 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-12-01T10:25:33.2680992Z 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-12-01T10:25:33.2681369Z 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-12-01T10:25:33.2681789Z 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-12-01T10:25:33.2682210Z 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-12-01T10:25:33.2682576Z 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-12-01T10:25:33.2682936Z 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-12-01T10:25:33.2683307Z 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-12-01T10:25:33.2683672Z 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-12-01T10:25:33.2684174Z 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-12-01T10:25:33.2684549Z 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-12-01T10:25:33.2684924Z 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-12-01T10:25:33.2685293Z 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-12-01T10:25:33.2685661Z 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-12-01T10:25:33.2686024Z 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-12-01T10:25:33.2686394Z 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-12-01T10:25:33.2686758Z 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-12-01T10:25:33.2686982Z test_non_contig_index_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2687137Z test_non_contig_index_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2687307Z test_non_contig_index_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2687471Z test_non_contig_index_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2687631Z test_non_contig_index_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2687797Z test_non_contig_index_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2687965Z test_non_contig_index_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2688127Z test_non_contig_index_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2688296Z test_non_contig_index_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2688499Z test_non_contig_index_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2688649Z test_non_contig_index_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2688813Z test_non_contig_index_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2688977Z test_non_contig_index_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2689138Z test_non_contig_index_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2689299Z test_non_contig_index_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2689453Z test_non_contig_index_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2689617Z test_non_contig_index_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2689772Z test_non_contig_index_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2689915Z test_non_contig_index_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2690071Z test_non_contig_index_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2690224Z test_non_contig_index_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2690379Z test_non_contig_index_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2690530Z test_non_contig_index_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2690684Z test_non_contig_index_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2690841Z test_non_contig_index_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2690994Z test_non_contig_index_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2691140Z test_non_contig_index_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2691272Z test_non_contig_index_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2691418Z test_non_contig_index_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2691563Z test_non_contig_index_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2691728Z test_non_contig_index_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2691887Z test_non_contig_index_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2692052Z test_non_contig_index_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2692214Z test_non_contig_index_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2692405Z test_non_contig_index_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2692553Z test_non_contig_index_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2692713Z test_non_contig_index_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2692876Z test_non_contig_index_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2693031Z test_non_contig_index_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2693191Z test_non_contig_index_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2693346Z test_non_contig_index_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2693495Z test_non_contig_index_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2693649Z test_non_contig_index_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2693826Z test_non_contig_index_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2693967Z test_non_contig_index_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2694123Z test_non_contig_index_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2694306Z test_non_contig_index_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2694452Z test_non_contig_index_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2694605Z test_non_contig_index_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2694761Z test_non_contig_index_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2694909Z test_non_contig_index_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2695060Z test_non_contig_index_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2695200Z test_non_contig_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2695346Z test_non_contig_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2695497Z test_non_contig_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2695651Z test_non_contig_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2695804Z test_non_contig_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.2695953Z test_non_contig_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2696094Z test_non_contig_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2696239Z test_non_contig_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2696373Z test_non_contig_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2696519Z test_non_contig_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2696666Z test_non_contig_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2696810Z test_non_contig_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2696997Z test_non_contig_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.007s) 2022-12-01T10:25:33.2697175Z test_non_contig_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2697362Z test_non_contig_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2697551Z test_non_contig_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2697766Z test_non_contig_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2697929Z test_non_contig_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2698097Z test_non_contig_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2698271Z test_non_contig_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2698452Z test_non_contig_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2698629Z test_non_contig_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2698802Z test_non_contig_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2698982Z test_non_contig_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2699206Z test_non_contig_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2699399Z test_non_contig_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2699594Z test_non_contig_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2699776Z test_non_contig_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2699965Z test_non_contig_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2700155Z test_non_contig_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2700354Z test_non_contig_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2700554Z test_non_contig_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2700742Z test_non_contig_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2700929Z test_non_contig_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2701116Z test_non_contig_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2701304Z test_non_contig_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2701448Z test_non_contig_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2701581Z test_non_contig_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2701724Z test_non_contig_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2701863Z test_non_contig_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2702000Z test_non_contig_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2702151Z test_non_contig_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2702297Z test_non_contig_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2702448Z test_non_contig_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2702598Z test_non_contig_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2702772Z test_non_contig_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2702913Z test_non_contig_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2703054Z test_non_contig_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2703200Z test_non_contig_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2703349Z test_non_contig_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2703491Z test_non_contig_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2703635Z test_non_contig_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2703776Z test_non_contig_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2703906Z test_non_contig_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2704047Z test_non_contig_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2704267Z test_non_contig_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2704460Z test_non_contig_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2704619Z test_non_contig_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2704825Z test_non_contig_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2705004Z test_non_contig_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2705146Z test_non_contig_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2705271Z test_non_contig_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2705408Z test_non_contig_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2705564Z test_non_contig_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2705724Z test_non_contig_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2705886Z test_non_contig_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2706044Z test_non_contig_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2706197Z test_non_contig_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2706352Z test_non_contig_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2706505Z test_non_contig_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2706642Z test_non_contig_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2706796Z test_non_contig_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2706946Z test_non_contig_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2707100Z test_non_contig_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2707255Z test_non_contig_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2707410Z test_non_contig_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2707561Z test_non_contig_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2707720Z test_non_contig_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2707860Z test_non_contig_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2708010Z test_non_contig_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2708158Z test_non_contig_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2708310Z test_non_contig_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2708504Z test_non_contig_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2708649Z test_non_contig_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2708791Z test_non_contig_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2708938Z test_non_contig_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2709079Z test_non_contig_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2709219Z test_non_contig_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.2709361Z test_non_contig_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2709517Z test_non_contig_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2709674Z test_non_contig_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2709825Z test_non_contig_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2710020Z test_non_contig_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2710174Z test_non_contig_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2710323Z test_non_contig_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2710461Z test_non_contig_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2710607Z test_non_contig_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2710755Z test_non_contig_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2710905Z test_non_contig_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2711057Z test_non_contig_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2711196Z test_non_contig_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2711344Z test_non_contig_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2711486Z test_non_contig_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2711615Z test_non_contig_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2711754Z test_non_contig_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2711893Z test_non_contig_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2712031Z test_non_contig_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2712168Z test_non_contig_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2712303Z test_non_contig_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2712459Z test_non_contig_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2712611Z test_non_contig_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2712751Z test_non_contig_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2712901Z test_non_contig_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2713053Z test_non_contig_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2713208Z test_non_contig_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2713354Z test_non_contig_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2713493Z test_non_contig_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2713677Z test_non_contig_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2713820Z test_non_contig_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2713970Z test_non_contig_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2714103Z test_non_contig_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2714254Z test_non_contig_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2714396Z test_non_contig_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2714574Z test_non_contig_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2714722Z test_non_contig_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2714863Z test_non_contig_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2715001Z test_non_contig_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2715146Z test_non_contig_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2715314Z test_non_contig_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2715472Z test_non_contig_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2715617Z test_non_contig_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2715768Z test_non_contig_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2715918Z test_non_contig_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2716068Z test_non_contig_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2716219Z test_non_contig_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2716362Z test_non_contig_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2716503Z test_non_contig_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2716640Z test_non_contig_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2716780Z test_non_contig_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2716925Z test_non_contig_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2717070Z test_non_contig_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2717224Z test_non_contig_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2717369Z test_non_contig_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2717511Z test_non_contig_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2717658Z test_non_contig_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2717787Z test_non_contig_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2717931Z test_non_contig_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2718078Z test_non_contig_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2718223Z test_non_contig_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2718365Z test_non_contig_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2718505Z test_non_contig_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2718653Z test_non_contig_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.2718795Z test_non_contig_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.2718922Z test_non_contig_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.2719103Z test_non_contig_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2719252Z test_non_contig_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2719396Z test_non_contig_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2719539Z test_non_contig_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.2719681Z test_non_contig_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2719821Z test_non_contig_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2719958Z test_non_contig_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2720083Z test_non_contig_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2720225Z test_non_contig_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2720366Z test_non_contig_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2720566Z test_non_contig_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2720711Z test_non_contig_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2720853Z test_non_contig_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2720996Z test_non_contig_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2721135Z test_non_contig_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2721262Z test_non_contig_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2721397Z test_non_contig_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2721538Z test_non_contig_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2721679Z test_non_contig_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2721818Z test_non_contig_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2721972Z test_non_contig_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2722127Z test_non_contig_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2722284Z test_non_contig_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2722433Z test_non_contig_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2722563Z test_non_contig_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2722708Z test_non_contig_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2722859Z test_non_contig_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.2723003Z test_non_contig_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.2723151Z test_non_contig_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2723296Z test_non_contig_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2723440Z test_non_contig_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2723577Z test_non_contig_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2723706Z test_non_contig_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2723997Z test_non_contig_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2724142Z test_non_contig_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2724285Z test_non_contig_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2724458Z test_non_contig_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:25:33.2724729Z test_non_contig_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2724885Z test_non_contig_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2725039Z test_non_contig_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2725177Z test_non_contig_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2725326Z test_non_contig_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2725470Z test_non_contig_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2725620Z test_non_contig_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2725768Z test_non_contig_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2725917Z test_non_contig_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2726063Z test_non_contig_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.2726252Z test_non_contig_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.2726389Z test_non_contig_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2726533Z test_non_contig_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2726674Z test_non_contig_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2726820Z test_non_contig_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2726959Z test_non_contig_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2727098Z test_non_contig_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2727243Z test_non_contig_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2727388Z test_non_contig_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2727567Z test_non_contig_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2727732Z test_non_contig_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2727908Z test_non_contig_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2728085Z test_non_contig_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2728264Z test_non_contig_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2728436Z test_non_contig_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2728608Z test_non_contig_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2728781Z test_non_contig_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2728958Z test_non_contig_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2729136Z test_non_contig_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2729297Z test_non_contig_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2729467Z test_non_contig_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2729639Z test_non_contig_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2729810Z test_non_contig_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2730022Z test_non_contig_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2730194Z test_non_contig_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2730635Z test_non_contig_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2730991Z test_non_contig_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2731351Z test_non_contig_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2731702Z test_non_contig_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2732042Z test_non_contig_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2732427Z test_non_contig_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2732779Z test_non_contig_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2733127Z test_non_contig_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2733474Z test_non_contig_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2733830Z test_non_contig_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2734181Z test_non_contig_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2734530Z test_non_contig_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2734875Z test_non_contig_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2735219Z test_non_contig_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2735566Z test_non_contig_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2735917Z test_non_contig_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2736093Z test_non_contig_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2736257Z test_non_contig_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2736430Z test_non_contig_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2736606Z test_non_contig_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2736776Z test_non_contig_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2736983Z test_non_contig_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2737158Z test_non_contig_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2737334Z test_non_contig_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2737502Z test_non_contig_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2737678Z test_non_contig_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2737839Z test_non_contig_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2738011Z test_non_contig_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2738183Z test_non_contig_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2738359Z test_non_contig_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2738556Z test_non_contig_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2738728Z test_non_contig_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2738905Z test_non_contig_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2739082Z test_non_contig_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2739257Z test_non_contig_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2739413Z test_non_contig_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2739584Z test_non_contig_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2739759Z test_non_contig_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2739938Z test_non_contig_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2740107Z test_non_contig_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2740461Z test_non_contig_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2740816Z test_non_contig_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2741173Z test_non_contig_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2741524Z test_non_contig_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2741876Z test_non_contig_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2742209Z test_non_contig_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2742556Z test_non_contig_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2742908Z test_non_contig_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2743310Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2743681Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2744053Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2744509Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2744880Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2745245Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2745651Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2746010Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2746374Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2746741Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2747108Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2747455Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2747818Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2748178Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2748543Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2748909Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2749269Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2749637Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2749997Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2750356Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2750752Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2751117Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2751473Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2751834Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2752181Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2752548Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2752945Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2753311Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2753670Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2754034Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-12-01T10:25:33.2754417Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2754948Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2755200Z test_non_contig_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2755495Z test_non_contig_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2755798Z test_non_contig_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2756018Z test_non_contig_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2756161Z test_non_contig_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2756322Z test_non_contig_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2756483Z test_non_contig_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2756633Z test_non_contig_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2756785Z test_non_contig_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2756939Z test_non_contig_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2757092Z test_non_contig_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2757244Z test_non_contig_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2757384Z test_non_contig_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2757541Z test_non_contig_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2757751Z test_non_contig_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2757907Z test_non_contig_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2758057Z test_non_contig_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2758212Z test_non_contig_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2758359Z test_non_contig_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2758511Z test_non_contig_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.2758659Z test_non_contig_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.2758790Z test_non_contig_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.2758934Z test_non_contig_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2759084Z test_non_contig_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2759256Z test_non_contig_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2759400Z test_non_contig_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2759540Z test_non_contig_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2759681Z test_non_contig_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2759823Z test_non_contig_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2759947Z test_non_contig_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2760101Z test_non_contig_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2760251Z test_non_contig_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2760410Z test_non_contig_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2760567Z test_non_contig_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.2760719Z test_non_contig_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2760874Z test_non_contig_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2761027Z test_non_contig_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2761165Z test_non_contig_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2761318Z test_non_contig_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2761465Z test_non_contig_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2761616Z test_non_contig_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2761768Z test_non_contig_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2761917Z test_non_contig_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2762062Z test_non_contig_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2762208Z test_non_contig_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2762358Z test_non_contig_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2762483Z test_non_contig_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2762627Z test_non_contig_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2762770Z test_non_contig_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2762912Z test_non_contig_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2763090Z test_non_contig_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2763233Z test_non_contig_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2763395Z test_not_broadcastable___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:25:33.2763551Z test_not_broadcastable___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:25:33.2763693Z test_not_broadcastable___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2763990Z test_not_broadcastable___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2764144Z test_not_broadcastable___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:25:33.2764298Z test_not_broadcastable___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:25:33.2764463Z test_not_broadcastable_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:25:33.2764628Z test_not_broadcastable_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2764890Z test_not_broadcastable_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2765055Z test_not_broadcastable_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2765201Z test_not_broadcastable_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:25:33.2765361Z test_not_broadcastable_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2765535Z test_not_broadcastable_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2765709Z test_not_broadcastable_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2765883Z test_not_broadcastable_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2766038Z test_not_broadcastable_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:25:33.2766207Z test_not_broadcastable_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:25:33.2766372Z test_not_broadcastable_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:25:33.2766526Z test_not_broadcastable_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2766670Z test_not_broadcastable_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2766824Z test_not_broadcastable_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:25:33.2766978Z test_not_broadcastable_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:25:33.2767131Z test_not_broadcastable_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:25:33.2767299Z test_not_broadcastable_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:25:33.2767463Z test_not_broadcastable_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:25:33.2767626Z test_not_broadcastable_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:25:33.2767786Z test_not_broadcastable_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2767949Z test_not_broadcastable_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:25:33.2768130Z test_not_broadcastable_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2768336Z test_not_broadcastable_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:33.2768493Z test_not_broadcastable_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:25:33.2768693Z test_not_broadcastable_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:25:33.2768860Z test_not_broadcastable_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:25:33.2769023Z test_not_broadcastable_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:25:33.2769189Z test_not_broadcastable_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:25:33.2769342Z test_not_broadcastable_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2769492Z test_not_broadcastable_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:25:33.2769650Z test_not_broadcastable_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2769808Z test_not_broadcastable_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:25:33.2769961Z test_not_broadcastable_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2770119Z test_not_broadcastable_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:25:33.2770303Z test_not_broadcastable_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:25:33.2770466Z test_not_broadcastable_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2770621Z test_not_broadcastable_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:25:33.2770775Z test_not_broadcastable_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2770920Z test_not_broadcastable_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:25:33.2771099Z test_not_broadcastable_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:25:33.2771289Z test_not_broadcastable_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2771478Z test_not_broadcastable_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2771920Z test_not_broadcastable_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2772294Z test_not_broadcastable_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2772484Z test_not_broadcastable_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:25:33.2772672Z test_not_broadcastable_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2772861Z test_not_broadcastable_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2773231Z test_not_broadcastable_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2773606Z test_not_broadcastable_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2774007Z test_not_broadcastable_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2774391Z test_not_broadcastable_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2774772Z test_not_broadcastable_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:25:33.2774978Z test_not_broadcastable_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2775147Z test_not_broadcastable_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2775302Z test_not_broadcastable_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:25:33.2775466Z test_not_broadcastable_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:25:33.2775620Z test_not_broadcastable_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2775763Z test_out_resize_warning_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:25:33.2775886Z test_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.325s) 2022-12-01T10:25:33.2776023Z test_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.340s) 2022-12-01T10:25:33.2776159Z test_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.328s) 2022-12-01T10:25:33.2776293Z test_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.170s) 2022-12-01T10:25:33.2776422Z test_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.369s) 2022-12-01T10:25:33.2776576Z test_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.323s) 2022-12-01T10:25:33.2776708Z test_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.304s) 2022-12-01T10:25:33.2776833Z test_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.314s) 2022-12-01T10:25:33.2776943Z test_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.347s) 2022-12-01T10:25:33.2777072Z test_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.305s) 2022-12-01T10:25:33.2777197Z test_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.312s) 2022-12-01T10:25:33.2777392Z test_pow_cuda_complex_extremal_failing_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.2777585Z test_pow_cuda_complex_extremal_failing_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.2777744Z test_pow_inplace_resizing_exception_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:25:33.2777885Z test_pow_scalar_base_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2778052Z test_pow_scalar_overloads_mem_overlap_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:25:33.2778660Z 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-12-01T10:25:33.2778786Z out=torch.tensor(0, dtype=torch.int64, device=device), 2022-12-01T10:25:33.2779321Z 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-12-01T10:25:33.2779429Z out=torch.tensor(0, dtype=torch.int64, device=device), 2022-12-01T10:25:33.2779496Z ok (0.005s) 2022-12-01T10:25:33.2779634Z test_rdiv_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2779773Z test_rdiv_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2779907Z test_rdiv_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2780073Z test_rdiv_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2780204Z test_rdiv_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2780339Z test_rdiv_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2780452Z test_rdiv_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2780586Z test_rdiv_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2780712Z test_rdiv_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2780871Z test_reference_numerics_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.325s) 2022-12-01T10:25:33.2781028Z test_reference_numerics_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.115s) 2022-12-01T10:25:33.2781189Z test_reference_numerics_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.817s) 2022-12-01T10:25:33.2781347Z test_reference_numerics_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.787s) 2022-12-01T10:25:33.2781509Z test_reference_numerics_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.577s) 2022-12-01T10:25:33.2781680Z test_reference_numerics_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.459s) 2022-12-01T10:25:33.2781837Z test_reference_numerics_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.358s) 2022-12-01T10:25:33.2781990Z test_reference_numerics_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.423s) 2022-12-01T10:25:33.2782142Z test_reference_numerics_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.091s) 2022-12-01T10:25:33.2782295Z test_reference_numerics_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.116s) 2022-12-01T10:25:33.2782445Z test_reference_numerics_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.094s) 2022-12-01T10:25:33.2782599Z test_reference_numerics_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.087s) 2022-12-01T10:25:33.2782750Z test_reference_numerics_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.094s) 2022-12-01T10:25:33.2782919Z test_reference_numerics_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:25:33.2783070Z test_reference_numerics_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.091s) 2022-12-01T10:25:33.2783233Z test_reference_numerics_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.098s) 2022-12-01T10:25:33.2783391Z test_reference_numerics_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.094s) 2022-12-01T10:25:33.2783551Z test_reference_numerics_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.086s) 2022-12-01T10:25:33.2783708Z test_reference_numerics_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.088s) 2022-12-01T10:25:33.2783867Z test_reference_numerics_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:25:33.2784025Z test_reference_numerics_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.091s) 2022-12-01T10:25:33.2784266Z test_reference_numerics_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.099s) 2022-12-01T10:25:33.2784415Z test_reference_numerics_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.115s) 2022-12-01T10:25:33.2784575Z test_reference_numerics_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.088s) 2022-12-01T10:25:33.2784731Z test_reference_numerics_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.088s) 2022-12-01T10:25:33.2784888Z test_reference_numerics_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:25:33.2785047Z test_reference_numerics_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.091s) 2022-12-01T10:25:33.2785205Z test_reference_numerics_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.098s) 2022-12-01T10:25:33.2785367Z test_reference_numerics_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.094s) 2022-12-01T10:25:33.2785570Z test_reference_numerics_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.088s) 2022-12-01T10:25:33.2785729Z test_reference_numerics_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.086s) 2022-12-01T10:25:33.2785881Z test_reference_numerics_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.338s) 2022-12-01T10:25:33.2786040Z test_reference_numerics_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.135s) 2022-12-01T10:25:33.2786195Z test_reference_numerics_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.422s) 2022-12-01T10:25:33.2786353Z test_reference_numerics_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.362s) 2022-12-01T10:25:33.2786514Z test_reference_numerics_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.464s) 2022-12-01T10:25:33.2786672Z test_reference_numerics_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:25:33.2786829Z test_reference_numerics_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.099s) 2022-12-01T10:25:33.2786990Z test_reference_numerics_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.094s) 2022-12-01T10:25:33.2787173Z test_reference_numerics_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.088s) 2022-12-01T10:25:33.2787328Z test_reference_numerics_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.092s) 2022-12-01T10:25:33.2787489Z test_reference_numerics_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.327s) 2022-12-01T10:25:33.2787645Z test_reference_numerics_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:25:33.2787803Z test_reference_numerics_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.464s) 2022-12-01T10:25:33.2787961Z test_reference_numerics_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.355s) 2022-12-01T10:25:33.2788121Z test_reference_numerics_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.430s) 2022-12-01T10:25:33.2788275Z test_reference_numerics_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.090s) 2022-12-01T10:25:33.2788433Z test_reference_numerics_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.099s) 2022-12-01T10:25:33.2788573Z test_reference_numerics_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.094s) 2022-12-01T10:25:33.2788733Z test_reference_numerics_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:25:33.2788885Z test_reference_numerics_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.092s) 2022-12-01T10:25:33.2789038Z test_reference_numerics_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.128s) 2022-12-01T10:25:33.2789193Z test_reference_numerics_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:25:33.2789352Z test_reference_numerics_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.458s) 2022-12-01T10:25:33.2789508Z test_reference_numerics_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.475s) 2022-12-01T10:25:33.2789665Z test_reference_numerics_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.306s) 2022-12-01T10:25:33.2789869Z test_reference_numerics_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.209s) 2022-12-01T10:25:33.2790009Z test_reference_numerics_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.161s) 2022-12-01T10:25:33.2790161Z test_reference_numerics_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.226s) 2022-12-01T10:25:33.2790312Z test_reference_numerics_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:25:33.2790461Z test_reference_numerics_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.150s) 2022-12-01T10:25:33.2790605Z test_reference_numerics_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:25:33.2790754Z test_reference_numerics_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.092s) 2022-12-01T10:25:33.2790928Z test_reference_numerics_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.095s) 2022-12-01T10:25:33.2791140Z test_reference_numerics_extremal_values_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2791325Z test_reference_numerics_extremal_values_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:25:33.2791524Z test_reference_numerics_extremal_values_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:25:33.2791725Z test_reference_numerics_extremal_values_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2791926Z test_reference_numerics_extremal_values_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2792165Z test_reference_numerics_extremal_values_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2792466Z test_reference_numerics_extremal_values_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2792920Z test_reference_numerics_extremal_values_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2793269Z test_reference_numerics_extremal_values_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2793460Z test_reference_numerics_extremal_values_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2793658Z test_reference_numerics_extremal_values_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2793838Z test_reference_numerics_extremal_values_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2794027Z test_reference_numerics_extremal_values_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2794229Z test_reference_numerics_extremal_values_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2794426Z test_reference_numerics_extremal_values_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2794633Z test_reference_numerics_extremal_values_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2794831Z test_reference_numerics_extremal_values_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2795027Z test_reference_numerics_extremal_values_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2795222Z test_reference_numerics_extremal_values_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2795416Z test_reference_numerics_extremal_values_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2795624Z test_reference_numerics_extremal_values_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2795813Z test_reference_numerics_extremal_values_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:25:33.2796009Z test_reference_numerics_extremal_values_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:25:33.2796212Z test_reference_numerics_extremal_values_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2796417Z test_reference_numerics_extremal_values_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2796660Z test_reference_numerics_extremal_values_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2796860Z test_reference_numerics_extremal_values_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:25:33.2797057Z test_reference_numerics_extremal_values_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:25:33.2797261Z test_reference_numerics_extremal_values_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2797464Z test_reference_numerics_extremal_values_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2797663Z test_reference_numerics_extremal_values_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2797857Z test_reference_numerics_extremal_values_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2798043Z test_reference_numerics_extremal_values_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2798282Z test_reference_numerics_extremal_values_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2798479Z test_reference_numerics_extremal_values_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2798674Z test_reference_numerics_extremal_values_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2798867Z test_reference_numerics_extremal_values_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2799057Z test_reference_numerics_extremal_values_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2799255Z test_reference_numerics_extremal_values_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2799450Z test_reference_numerics_extremal_values_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2799644Z test_reference_numerics_extremal_values_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2799834Z test_reference_numerics_extremal_values_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2800016Z test_reference_numerics_extremal_values_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:25:33.2800210Z test_reference_numerics_extremal_values_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:25:33.2800404Z test_reference_numerics_extremal_values_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:25:33.2800597Z test_reference_numerics_extremal_values_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:25:33.2800791Z test_reference_numerics_extremal_values_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:25:33.2800986Z test_reference_numerics_extremal_values_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:25:33.2801181Z test_reference_numerics_extremal_values_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:25:33.2801372Z test_reference_numerics_extremal_values_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:25:33.2801619Z test_reference_numerics_extremal_values_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:25:33.2801837Z test_reference_numerics_extremal_values_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:25:33.2802094Z test_reference_numerics_extremal_values_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2802309Z test_reference_numerics_extremal_values_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2802523Z test_reference_numerics_extremal_values_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2802735Z test_reference_numerics_extremal_values_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2802946Z test_reference_numerics_extremal_values_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2803150Z test_reference_numerics_extremal_values_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2803420Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2803646Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2804019Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2804265Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2804553Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2804788Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2804990Z test_reference_numerics_extremal_values_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2805185Z test_reference_numerics_extremal_values_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2805379Z test_reference_numerics_extremal_values_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2805576Z test_reference_numerics_extremal_values_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2805783Z test_reference_numerics_extremal_values_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2805994Z test_reference_numerics_extremal_values_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2806207Z test_reference_numerics_extremal_values_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2806413Z test_reference_numerics_extremal_values_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2806617Z test_reference_numerics_extremal_values_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2806810Z test_reference_numerics_extremal_values_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2807013Z test_reference_numerics_extremal_values_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2807225Z test_reference_numerics_extremal_values_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2807520Z test_reference_numerics_extremal_values_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2807727Z test_reference_numerics_extremal_values_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2807927Z test_reference_numerics_extremal_values_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2808124Z test_reference_numerics_extremal_values_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2808327Z test_reference_numerics_extremal_values_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2808535Z test_reference_numerics_extremal_values_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2808743Z test_reference_numerics_extremal_values_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2808972Z test_reference_numerics_extremal_values_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2809176Z test_reference_numerics_extremal_values_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2809378Z test_reference_numerics_extremal_values_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2809572Z test_reference_numerics_extremal_values_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2809766Z test_reference_numerics_extremal_values_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2809960Z test_reference_numerics_extremal_values_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2810156Z test_reference_numerics_extremal_values_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2810358Z test_reference_numerics_extremal_values_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2810558Z test_reference_numerics_extremal_values_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2810757Z test_reference_numerics_extremal_values_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2810948Z test_reference_numerics_extremal_values_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2811135Z test_reference_numerics_extremal_values_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2811334Z test_reference_numerics_extremal_values_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2811530Z test_reference_numerics_extremal_values_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2811723Z test_reference_numerics_extremal_values_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2811924Z test_reference_numerics_extremal_values_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2812121Z test_reference_numerics_extremal_values_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2812317Z test_reference_numerics_extremal_values_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2812541Z test_reference_numerics_extremal_values_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2812742Z test_reference_numerics_extremal_values_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2812936Z test_reference_numerics_extremal_values_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2813113Z test_reference_numerics_extremal_values_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2813302Z test_reference_numerics_extremal_values_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2813498Z test_reference_numerics_extremal_values_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2813697Z test_reference_numerics_extremal_values_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2813961Z test_reference_numerics_extremal_values_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2814158Z test_reference_numerics_extremal_values_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2814352Z test_reference_numerics_extremal_values_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2814543Z test_reference_numerics_extremal_values_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2814742Z test_reference_numerics_extremal_values_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2814932Z test_reference_numerics_extremal_values_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:25:33.2815111Z test_reference_numerics_extremal_values_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:25:33.2815310Z test_reference_numerics_extremal_values_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2815505Z test_reference_numerics_extremal_values_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2815702Z test_reference_numerics_extremal_values_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2815907Z test_reference_numerics_extremal_values_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2816112Z test_reference_numerics_extremal_values_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2816311Z test_reference_numerics_extremal_values_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2816510Z test_reference_numerics_extremal_values_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2816708Z test_reference_numerics_extremal_values_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2816908Z test_reference_numerics_extremal_values_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2817093Z test_reference_numerics_extremal_values_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2817286Z test_reference_numerics_extremal_values_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2817483Z test_reference_numerics_extremal_values_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2817707Z test_reference_numerics_extremal_values_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2817880Z test_reference_numerics_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.359s) 2022-12-01T10:25:33.2818042Z test_reference_numerics_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.333s) 2022-12-01T10:25:33.2818214Z test_reference_numerics_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.950s) 2022-12-01T10:25:33.2818381Z test_reference_numerics_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.781s) 2022-12-01T10:25:33.2818546Z test_reference_numerics_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.430s) 2022-12-01T10:25:33.2818696Z test_reference_numerics_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.383s) 2022-12-01T10:25:33.2818860Z test_reference_numerics_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.481s) 2022-12-01T10:25:33.2819021Z test_reference_numerics_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.330s) 2022-12-01T10:25:33.2819214Z test_reference_numerics_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.336s) 2022-12-01T10:25:33.2819374Z test_reference_numerics_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.361s) 2022-12-01T10:25:33.2819534Z test_reference_numerics_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.320s) 2022-12-01T10:25:33.2819692Z test_reference_numerics_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.316s) 2022-12-01T10:25:33.2819876Z test_reference_numerics_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:25:33.2820042Z test_reference_numerics_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.541s) 2022-12-01T10:25:33.2820194Z test_reference_numerics_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.412s) 2022-12-01T10:25:33.2820359Z test_reference_numerics_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.491s) 2022-12-01T10:25:33.2820526Z test_reference_numerics_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.150s) 2022-12-01T10:25:33.2820689Z test_reference_numerics_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.189s) 2022-12-01T10:25:33.2820851Z test_reference_numerics_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.149s) 2022-12-01T10:25:33.2821010Z test_reference_numerics_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.120s) 2022-12-01T10:25:33.2821168Z test_reference_numerics_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.111s) 2022-12-01T10:25:33.2821344Z test_reference_numerics_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:25:33.2821500Z test_reference_numerics_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.450s) 2022-12-01T10:25:33.2821646Z test_reference_numerics_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.434s) 2022-12-01T10:25:33.2821803Z test_reference_numerics_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.467s) 2022-12-01T10:25:33.2821968Z test_reference_numerics_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.129s) 2022-12-01T10:25:33.2822122Z test_reference_numerics_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.134s) 2022-12-01T10:25:33.2822275Z test_reference_numerics_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.131s) 2022-12-01T10:25:33.2822426Z test_reference_numerics_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.110s) 2022-12-01T10:25:33.2822577Z test_reference_numerics_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.132s) 2022-12-01T10:25:33.2822729Z test_reference_numerics_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.127s) 2022-12-01T10:25:33.2822869Z test_reference_numerics_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.134s) 2022-12-01T10:25:33.2823047Z test_reference_numerics_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.133s) 2022-12-01T10:25:33.2823201Z test_reference_numerics_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.114s) 2022-12-01T10:25:33.2823354Z test_reference_numerics_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.114s) 2022-12-01T10:25:33.2823511Z test_reference_numerics_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.130s) 2022-12-01T10:25:33.2823660Z test_reference_numerics_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:25:33.2823811Z test_reference_numerics_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.217s) 2022-12-01T10:25:33.2823963Z test_reference_numerics_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.204s) 2022-12-01T10:25:33.2824100Z test_reference_numerics_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.227s) 2022-12-01T10:25:33.2824328Z test_reference_numerics_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.102s) 2022-12-01T10:25:33.2824479Z test_reference_numerics_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.108s) 2022-12-01T10:25:33.2824661Z test_reference_numerics_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:25:33.2824812Z test_reference_numerics_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.096s) 2022-12-01T10:25:33.2824957Z test_reference_numerics_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.092s) 2022-12-01T10:25:33.2825112Z test_reference_numerics_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.131s) 2022-12-01T10:25:33.2825263Z test_reference_numerics_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.102s) 2022-12-01T10:25:33.2825413Z test_reference_numerics_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.262s) 2022-12-01T10:25:33.2825550Z test_reference_numerics_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.157s) 2022-12-01T10:25:33.2825701Z test_reference_numerics_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.226s) 2022-12-01T10:25:33.2825848Z test_reference_numerics_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:25:33.2825993Z test_reference_numerics_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.108s) 2022-12-01T10:25:33.2826135Z test_reference_numerics_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:25:33.2826282Z test_reference_numerics_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:25:33.2826424Z test_reference_numerics_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.095s) 2022-12-01T10:25:33.2826588Z test_reference_numerics_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.375s) 2022-12-01T10:25:33.2826735Z test_reference_numerics_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.139s) 2022-12-01T10:25:33.2826901Z test_reference_numerics_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.430s) 2022-12-01T10:25:33.2827062Z test_reference_numerics_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.379s) 2022-12-01T10:25:33.2827229Z test_reference_numerics_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.478s) 2022-12-01T10:25:33.2827389Z test_reference_numerics_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.116s) 2022-12-01T10:25:33.2827547Z test_reference_numerics_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.120s) 2022-12-01T10:25:33.2827701Z test_reference_numerics_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.117s) 2022-12-01T10:25:33.2827859Z test_reference_numerics_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.119s) 2022-12-01T10:25:33.2828012Z test_reference_numerics_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.117s) 2022-12-01T10:25:33.2828167Z test_reference_numerics_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.257s) 2022-12-01T10:25:33.2828319Z test_reference_numerics_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.333s) 2022-12-01T10:25:33.2828516Z test_reference_numerics_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.711s) 2022-12-01T10:25:33.2828680Z test_reference_numerics_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.519s) 2022-12-01T10:25:33.2828837Z test_reference_numerics_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.437s) 2022-12-01T10:25:33.2828996Z test_reference_numerics_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.291s) 2022-12-01T10:25:33.2829150Z test_reference_numerics_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.416s) 2022-12-01T10:25:33.2829306Z test_reference_numerics_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.258s) 2022-12-01T10:25:33.2829449Z test_reference_numerics_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.271s) 2022-12-01T10:25:33.2829605Z test_reference_numerics_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.259s) 2022-12-01T10:25:33.2829765Z test_reference_numerics_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.264s) 2022-12-01T10:25:33.2829922Z test_reference_numerics_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.256s) 2022-12-01T10:25:33.2830145Z test_reference_numerics_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.2830337Z test_reference_numerics_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.2830534Z test_reference_numerics_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.2830728Z test_reference_numerics_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.2830917Z test_reference_numerics_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.2831095Z test_reference_numerics_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.2831285Z test_reference_numerics_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.2831473Z test_reference_numerics_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.2831660Z test_reference_numerics_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.2831845Z test_reference_numerics_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.2832032Z test_reference_numerics_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.2832215Z test_reference_numerics_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.2832426Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.2832630Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.2832836Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.2833029Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.2833231Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.2833433Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.2833666Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.2833866Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.2834062Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.2834259Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.2834453Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.2834651Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.2834847Z test_reference_numerics_large_values_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2835076Z test_reference_numerics_large_values_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2835260Z test_reference_numerics_large_values_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2835453Z test_reference_numerics_large_values_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2835645Z test_reference_numerics_large_values_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2835840Z test_reference_numerics_large_values_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2836029Z test_reference_numerics_large_values_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2836222Z test_reference_numerics_large_values_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2836411Z test_reference_numerics_large_values_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2836612Z test_reference_numerics_large_values_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2836811Z test_reference_numerics_large_values_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2837010Z test_reference_numerics_large_values_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2837194Z test_reference_numerics_large_values_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2837392Z test_reference_numerics_large_values_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2837588Z test_reference_numerics_large_values_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2837789Z test_reference_numerics_large_values_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2837986Z test_reference_numerics_large_values_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2838181Z test_reference_numerics_large_values_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2838384Z test_reference_numerics_large_values_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2838581Z test_reference_numerics_large_values_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2838815Z test_reference_numerics_large_values_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2839015Z test_reference_numerics_large_values_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2839198Z test_reference_numerics_large_values_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2839395Z test_reference_numerics_large_values_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2839588Z test_reference_numerics_large_values_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2839790Z test_reference_numerics_large_values_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2839986Z test_reference_numerics_large_values_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2840184Z test_reference_numerics_large_values_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2840427Z test_reference_numerics_large_values_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2840623Z test_reference_numerics_large_values_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2840817Z test_reference_numerics_large_values_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2841009Z test_reference_numerics_large_values_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2841190Z test_reference_numerics_large_values_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2841390Z test_reference_numerics_large_values_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2841586Z test_reference_numerics_large_values_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2841776Z test_reference_numerics_large_values_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2841966Z test_reference_numerics_large_values_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2842153Z test_reference_numerics_large_values_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2842340Z test_reference_numerics_large_values_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2842531Z test_reference_numerics_large_values_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2842719Z test_reference_numerics_large_values_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2842925Z test_reference_numerics_large_values_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2843109Z test_reference_numerics_large_values_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:25:33.2843306Z test_reference_numerics_large_values_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:25:33.2843508Z test_reference_numerics_large_values_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2843701Z test_reference_numerics_large_values_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2844068Z test_reference_numerics_large_values_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2844335Z test_reference_numerics_large_values_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2844532Z test_reference_numerics_large_values_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2844730Z test_reference_numerics_large_values_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2844925Z test_reference_numerics_large_values_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:25:33.2845125Z test_reference_numerics_large_values_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2845311Z test_reference_numerics_large_values_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2845538Z test_reference_numerics_large_values_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2845850Z test_reference_numerics_large_values_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2846052Z test_reference_numerics_large_values_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2846241Z test_reference_numerics_large_values_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2846435Z test_reference_numerics_large_values_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2846628Z test_reference_numerics_large_values_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2846822Z test_reference_numerics_large_values_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2847017Z test_reference_numerics_large_values_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2847210Z test_reference_numerics_large_values_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2847386Z test_reference_numerics_large_values_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2847572Z test_reference_numerics_large_values_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2847761Z test_reference_numerics_large_values_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2847953Z test_reference_numerics_large_values_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2848144Z test_reference_numerics_large_values_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2848340Z test_reference_numerics_large_values_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2848532Z test_reference_numerics_large_values_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2848724Z test_reference_numerics_large_values_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2848912Z test_reference_numerics_large_values_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2849100Z test_reference_numerics_large_values_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2849274Z test_reference_numerics_large_values_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2849491Z test_reference_numerics_large_values_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2849683Z test_reference_numerics_large_values_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2849874Z test_reference_numerics_large_values_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2850063Z test_reference_numerics_large_values_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2850248Z test_reference_numerics_large_values_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2850434Z test_reference_numerics_large_values_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2850621Z test_reference_numerics_large_values_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2850810Z test_reference_numerics_large_values_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2851028Z test_reference_numerics_large_values_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2851227Z test_reference_numerics_large_values_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2851425Z test_reference_numerics_large_values_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.003s) 2022-12-01T10:25:33.2851622Z test_reference_numerics_large_values_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2851822Z test_reference_numerics_large_values_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2852020Z test_reference_numerics_large_values_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2852218Z test_reference_numerics_large_values_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2852418Z test_reference_numerics_large_values_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2852618Z test_reference_numerics_large_values_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2852819Z test_reference_numerics_large_values_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2853003Z test_reference_numerics_large_values_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2853199Z test_reference_numerics_large_values_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2853397Z test_reference_numerics_large_values_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2853587Z test_reference_numerics_large_values_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2853779Z test_reference_numerics_large_values_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2853967Z test_reference_numerics_large_values_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2854173Z test_reference_numerics_large_values_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2854384Z test_reference_numerics_large_values_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2854628Z test_reference_numerics_large_values_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2854836Z test_reference_numerics_large_values_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2855043Z test_reference_numerics_large_values_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2855235Z test_reference_numerics_large_values_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2855437Z test_reference_numerics_large_values_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2855640Z test_reference_numerics_large_values_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2855844Z test_reference_numerics_large_values_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2856094Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2856317Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2856540Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2856862Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2857104Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2857368Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2857586Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2857782Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2857987Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2858174Z test_reference_numerics_large_values_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2858367Z test_reference_numerics_large_values_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2858560Z test_reference_numerics_large_values_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2858758Z test_reference_numerics_large_values_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2858947Z test_reference_numerics_large_values_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2859138Z test_reference_numerics_large_values_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2859324Z test_reference_numerics_large_values_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2859510Z test_reference_numerics_large_values_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2859685Z test_reference_numerics_large_values_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2859909Z test_reference_numerics_large_values_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2860112Z test_reference_numerics_large_values_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2860316Z test_reference_numerics_large_values_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2860521Z test_reference_numerics_large_values_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2860720Z test_reference_numerics_large_values_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2860920Z test_reference_numerics_large_values_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2861113Z test_reference_numerics_large_values_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2861339Z test_reference_numerics_large_values_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2861540Z test_reference_numerics_large_values_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2861727Z test_reference_numerics_large_values_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2861929Z test_reference_numerics_large_values_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2862131Z test_reference_numerics_large_values_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2862333Z test_reference_numerics_large_values_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2862536Z test_reference_numerics_large_values_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2862728Z test_reference_numerics_large_values_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2862918Z test_reference_numerics_large_values_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2863113Z test_reference_numerics_large_values_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2863307Z test_reference_numerics_large_values_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2863502Z test_reference_numerics_large_values_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2863694Z test_reference_numerics_large_values_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2863899Z test_reference_numerics_large_values_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2864100Z test_reference_numerics_large_values_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2864369Z test_reference_numerics_large_values_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2864564Z test_reference_numerics_large_values_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2864754Z test_reference_numerics_large_values_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2864987Z test_reference_numerics_large_values_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2865190Z test_reference_numerics_large_values_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2865386Z test_reference_numerics_large_values_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2865576Z test_reference_numerics_large_values_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2865753Z test_reference_numerics_large_values_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2865942Z test_reference_numerics_large_values_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2866127Z test_reference_numerics_large_values_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2866318Z test_reference_numerics_large_values_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2866536Z test_reference_numerics_large_values_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2866726Z test_reference_numerics_large_values_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2866927Z test_reference_numerics_large_values_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2867126Z test_reference_numerics_large_values_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2867319Z test_reference_numerics_large_values_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2867511Z test_reference_numerics_large_values_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2867698Z test_reference_numerics_large_values_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2867893Z test_reference_numerics_large_values_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2868090Z test_reference_numerics_large_values_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2868287Z test_reference_numerics_large_values_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2868482Z test_reference_numerics_large_values_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2868676Z test_reference_numerics_large_values_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2868872Z test_reference_numerics_large_values_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2869066Z test_reference_numerics_large_values_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2869257Z test_reference_numerics_large_values_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2869444Z test_reference_numerics_large_values_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2869630Z test_reference_numerics_large_values_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2869826Z test_reference_numerics_large_values_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2870016Z test_reference_numerics_large_values_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2870242Z test_reference_numerics_large_values_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2870434Z test_reference_numerics_large_values_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2870628Z test_reference_numerics_large_values_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2870823Z test_reference_numerics_large_values_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2871021Z test_reference_numerics_large_values_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2871215Z test_reference_numerics_large_values_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2871410Z test_reference_numerics_large_values_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2871622Z test_reference_numerics_large_values_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2871818Z test_reference_numerics_large_values_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2872010Z test_reference_numerics_large_values_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2872201Z test_reference_numerics_large_values_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2872392Z test_reference_numerics_large_values_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2872581Z test_reference_numerics_large_values_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2872779Z test_reference_numerics_large_values_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2872970Z test_reference_numerics_large_values_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2873160Z test_reference_numerics_large_values_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2873346Z test_reference_numerics_large_values_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2873519Z test_reference_numerics_large_values_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2873707Z test_reference_numerics_large_values_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2873896Z test_reference_numerics_large_values_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2874093Z test_reference_numerics_large_values_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2874280Z test_reference_numerics_large_values_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:25:33.2874465Z test_reference_numerics_large_values_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:25:33.2874655Z test_reference_numerics_large_values_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2874846Z test_reference_numerics_large_values_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2875033Z test_reference_numerics_large_values_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2875251Z test_reference_numerics_large_values_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2875429Z test_reference_numerics_large_values_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2875617Z test_reference_numerics_large_values_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2875814Z test_reference_numerics_large_values_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2876013Z test_reference_numerics_large_values_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2876213Z test_reference_numerics_large_values_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2876409Z test_reference_numerics_large_values_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2876607Z test_reference_numerics_large_values_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2876849Z test_reference_numerics_large_values_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2877046Z test_reference_numerics_large_values_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2877238Z test_reference_numerics_large_values_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2877419Z test_reference_numerics_large_values_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2877611Z test_reference_numerics_large_values_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2877807Z test_reference_numerics_large_values_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2878001Z test_reference_numerics_large_values_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2878188Z test_reference_numerics_large_values_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2878375Z test_reference_numerics_large_values_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2878562Z test_reference_numerics_large_values_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2878750Z test_reference_numerics_large_values_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2878903Z test_reference_numerics_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.129s) 2022-12-01T10:25:33.2879044Z test_reference_numerics_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.133s) 2022-12-01T10:25:33.2879196Z test_reference_numerics_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.138s) 2022-12-01T10:25:33.2879349Z test_reference_numerics_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.119s) 2022-12-01T10:25:33.2879501Z test_reference_numerics_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.116s) 2022-12-01T10:25:33.2879658Z test_reference_numerics_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.170s) 2022-12-01T10:25:33.2879807Z test_reference_numerics_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.099s) 2022-12-01T10:25:33.2879958Z test_reference_numerics_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.213s) 2022-12-01T10:25:33.2880110Z test_reference_numerics_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.159s) 2022-12-01T10:25:33.2880261Z test_reference_numerics_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.227s) 2022-12-01T10:25:33.2880434Z test_reference_numerics_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.100s) 2022-12-01T10:25:33.2880584Z test_reference_numerics_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:25:33.2880727Z test_reference_numerics_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:25:33.2880878Z test_reference_numerics_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.098s) 2022-12-01T10:25:33.2881022Z test_reference_numerics_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.113s) 2022-12-01T10:25:33.2881190Z test_reference_numerics_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.131s) 2022-12-01T10:25:33.2881380Z test_reference_numerics_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:25:33.2881551Z test_reference_numerics_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.459s) 2022-12-01T10:25:33.2881706Z test_reference_numerics_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.305s) 2022-12-01T10:25:33.2881871Z test_reference_numerics_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.253s) 2022-12-01T10:25:33.2882077Z test_reference_numerics_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.158s) 2022-12-01T10:25:33.2882242Z test_reference_numerics_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.228s) 2022-12-01T10:25:33.2882403Z test_reference_numerics_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:25:33.2882563Z test_reference_numerics_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:25:33.2882724Z test_reference_numerics_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:25:33.2882884Z test_reference_numerics_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.097s) 2022-12-01T10:25:33.2883039Z test_reference_numerics_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.095s) 2022-12-01T10:25:33.2883194Z test_reference_numerics_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.132s) 2022-12-01T10:25:33.2883356Z test_reference_numerics_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.137s) 2022-12-01T10:25:33.2883522Z test_reference_numerics_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.453s) 2022-12-01T10:25:33.2883687Z test_reference_numerics_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.305s) 2022-12-01T10:25:33.2884090Z test_reference_numerics_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.206s) 2022-12-01T10:25:33.2884254Z test_reference_numerics_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.157s) 2022-12-01T10:25:33.2884420Z test_reference_numerics_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.263s) 2022-12-01T10:25:33.2884581Z test_reference_numerics_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:25:33.2884742Z test_reference_numerics_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.109s) 2022-12-01T10:25:33.2884887Z test_reference_numerics_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:25:33.2885043Z test_reference_numerics_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:25:33.2885197Z test_reference_numerics_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.095s) 2022-12-01T10:25:33.2885362Z test_reference_numerics_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.130s) 2022-12-01T10:25:33.2885520Z test_reference_numerics_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:25:33.2885689Z test_reference_numerics_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.524s) 2022-12-01T10:25:33.2885857Z test_reference_numerics_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.304s) 2022-12-01T10:25:33.2886089Z test_reference_numerics_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.204s) 2022-12-01T10:25:33.2886240Z test_reference_numerics_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.161s) 2022-12-01T10:25:33.2886404Z test_reference_numerics_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.227s) 2022-12-01T10:25:33.2886562Z test_reference_numerics_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:25:33.2886722Z test_reference_numerics_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.130s) 2022-12-01T10:25:33.2886880Z test_reference_numerics_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:25:33.2887038Z test_reference_numerics_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.094s) 2022-12-01T10:25:33.2887193Z test_reference_numerics_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.096s) 2022-12-01T10:25:33.2887350Z test_reference_numerics_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.129s) 2022-12-01T10:25:33.2887502Z test_reference_numerics_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:25:33.2887689Z test_reference_numerics_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.215s) 2022-12-01T10:25:33.2887846Z test_reference_numerics_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.158s) 2022-12-01T10:25:33.2887998Z test_reference_numerics_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.274s) 2022-12-01T10:25:33.2888147Z test_reference_numerics_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:25:33.2888292Z test_reference_numerics_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.108s) 2022-12-01T10:25:33.2888435Z test_reference_numerics_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:25:33.2888583Z test_reference_numerics_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:25:33.2888730Z test_reference_numerics_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.095s) 2022-12-01T10:25:33.2888948Z test_reference_numerics_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.322s) 2022-12-01T10:25:33.2889120Z test_reference_numerics_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:25:33.2889282Z test_reference_numerics_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.460s) 2022-12-01T10:25:33.2889441Z test_reference_numerics_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.354s) 2022-12-01T10:25:33.2889604Z test_reference_numerics_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.418s) 2022-12-01T10:25:33.2889762Z test_reference_numerics_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.091s) 2022-12-01T10:25:33.2889918Z test_reference_numerics_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.099s) 2022-12-01T10:25:33.2890070Z test_reference_numerics_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.139s) 2022-12-01T10:25:33.2890230Z test_reference_numerics_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.090s) 2022-12-01T10:25:33.2890372Z test_reference_numerics_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.090s) 2022-12-01T10:25:33.2890529Z test_reference_numerics_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.328s) 2022-12-01T10:25:33.2890684Z test_reference_numerics_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:25:33.2890843Z test_reference_numerics_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.410s) 2022-12-01T10:25:33.2891000Z test_reference_numerics_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.415s) 2022-12-01T10:25:33.2891153Z test_reference_numerics_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.412s) 2022-12-01T10:25:33.2891309Z test_reference_numerics_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.091s) 2022-12-01T10:25:33.2891505Z test_reference_numerics_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.099s) 2022-12-01T10:25:33.2891647Z test_reference_numerics_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.095s) 2022-12-01T10:25:33.2891803Z test_reference_numerics_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:25:33.2891957Z test_reference_numerics_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.090s) 2022-12-01T10:25:33.2892122Z test_reference_numerics_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.373s) 2022-12-01T10:25:33.2892281Z test_reference_numerics_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:25:33.2892442Z test_reference_numerics_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.412s) 2022-12-01T10:25:33.2892602Z test_reference_numerics_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.360s) 2022-12-01T10:25:33.2892762Z test_reference_numerics_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.461s) 2022-12-01T10:25:33.2892922Z test_reference_numerics_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.092s) 2022-12-01T10:25:33.2893092Z test_reference_numerics_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.099s) 2022-12-01T10:25:33.2893248Z test_reference_numerics_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.095s) 2022-12-01T10:25:33.2893405Z test_reference_numerics_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.087s) 2022-12-01T10:25:33.2893559Z test_reference_numerics_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.092s) 2022-12-01T10:25:33.2893714Z test_reference_numerics_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.327s) 2022-12-01T10:25:33.2893868Z test_reference_numerics_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:25:33.2894024Z test_reference_numerics_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.412s) 2022-12-01T10:25:33.2894183Z test_reference_numerics_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.356s) 2022-12-01T10:25:33.2894337Z test_reference_numerics_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.463s) 2022-12-01T10:25:33.2894480Z test_reference_numerics_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:25:33.2894634Z test_reference_numerics_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.099s) 2022-12-01T10:25:33.2894784Z test_reference_numerics_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.094s) 2022-12-01T10:25:33.2894938Z test_reference_numerics_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.088s) 2022-12-01T10:25:33.2895093Z test_reference_numerics_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.094s) 2022-12-01T10:25:33.2895246Z test_reference_numerics_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.128s) 2022-12-01T10:25:33.2895400Z test_reference_numerics_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:25:33.2895553Z test_reference_numerics_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.460s) 2022-12-01T10:25:33.2895698Z test_reference_numerics_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.340s) 2022-12-01T10:25:33.2895850Z test_reference_numerics_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.208s) 2022-12-01T10:25:33.2896000Z test_reference_numerics_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.155s) 2022-12-01T10:25:33.2896153Z test_reference_numerics_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.228s) 2022-12-01T10:25:33.2896304Z test_reference_numerics_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:25:33.2896449Z test_reference_numerics_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:25:33.2896592Z test_reference_numerics_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:25:33.2896810Z test_reference_numerics_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.118s) 2022-12-01T10:25:33.2896944Z test_reference_numerics_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.094s) 2022-12-01T10:25:33.2897100Z test_reference_numerics_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.324s) 2022-12-01T10:25:33.2897259Z test_reference_numerics_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.944s) 2022-12-01T10:25:33.2897414Z test_reference_numerics_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.740s) 2022-12-01T10:25:33.2897642Z test_reference_numerics_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: overflow encountered in power 2022-12-01T10:25:33.2897739Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:25:33.2897806Z ok (0.467s) 2022-12-01T10:25:33.2897961Z test_reference_numerics_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.370s) 2022-12-01T10:25:33.2898116Z test_reference_numerics_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.447s) 2022-12-01T10:25:33.2898255Z test_reference_numerics_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.117s) 2022-12-01T10:25:33.2898434Z test_reference_numerics_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.166s) 2022-12-01T10:25:33.2898586Z test_reference_numerics_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.111s) 2022-12-01T10:25:33.2898733Z test_reference_numerics_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:25:33.2898882Z test_reference_numerics_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.107s) 2022-12-01T10:25:33.2899064Z test_reference_numerics_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:25:33.2899304Z test_reference_numerics_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: overflow encountered in remainder 2022-12-01T10:25:33.2899403Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:25:33.2899457Z ok (0.474s) 2022-12-01T10:25:33.2899620Z test_reference_numerics_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.435s) 2022-12-01T10:25:33.2899783Z test_reference_numerics_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.477s) 2022-12-01T10:25:33.2899942Z test_reference_numerics_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.139s) 2022-12-01T10:25:33.2900097Z test_reference_numerics_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.144s) 2022-12-01T10:25:33.2900253Z test_reference_numerics_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.139s) 2022-12-01T10:25:33.2900411Z test_reference_numerics_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.117s) 2022-12-01T10:25:33.2900566Z test_reference_numerics_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.107s) 2022-12-01T10:25:33.2900750Z test_reference_numerics_small_values_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2900947Z test_reference_numerics_small_values_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2901147Z test_reference_numerics_small_values_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2901343Z test_reference_numerics_small_values_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2901538Z test_reference_numerics_small_values_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2901734Z test_reference_numerics_small_values_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2901927Z test_reference_numerics_small_values_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2902114Z test_reference_numerics_small_values_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2902426Z test_reference_numerics_small_values_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2902617Z test_reference_numerics_small_values_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2902791Z test_reference_numerics_small_values_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2902980Z test_reference_numerics_small_values_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2903167Z test_reference_numerics_small_values_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2903368Z test_reference_numerics_small_values_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2903571Z test_reference_numerics_small_values_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2903804Z test_reference_numerics_small_values_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2904004Z test_reference_numerics_small_values_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2904278Z test_reference_numerics_small_values_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2904476Z test_reference_numerics_small_values_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2904675Z test_reference_numerics_small_values_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2904858Z test_reference_numerics_small_values_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2905056Z test_reference_numerics_small_values_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2905251Z test_reference_numerics_small_values_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2905443Z test_reference_numerics_small_values_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2905639Z test_reference_numerics_small_values_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2905834Z test_reference_numerics_small_values_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2906030Z test_reference_numerics_small_values_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2906226Z test_reference_numerics_small_values_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2906426Z test_reference_numerics_small_values_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2906623Z test_reference_numerics_small_values_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2906803Z test_reference_numerics_small_values_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2907007Z test_reference_numerics_small_values_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2907203Z test_reference_numerics_small_values_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2907399Z test_reference_numerics_small_values_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2907637Z test_reference_numerics_small_values_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2907832Z test_reference_numerics_small_values_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2908026Z test_reference_numerics_small_values_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2908222Z test_reference_numerics_small_values_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2908417Z test_reference_numerics_small_values_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2908611Z test_reference_numerics_small_values_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2908805Z test_reference_numerics_small_values_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2909047Z test_reference_numerics_small_values_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2909241Z test_reference_numerics_small_values_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2909438Z test_reference_numerics_small_values_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2909634Z test_reference_numerics_small_values_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2909831Z test_reference_numerics_small_values_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2910026Z test_reference_numerics_small_values_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2910223Z test_reference_numerics_small_values_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2910418Z test_reference_numerics_small_values_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2910610Z test_reference_numerics_small_values_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2910802Z test_reference_numerics_small_values_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2910983Z test_reference_numerics_small_values_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2911173Z test_reference_numerics_small_values_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2911368Z test_reference_numerics_small_values_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2911561Z test_reference_numerics_small_values_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2911756Z test_reference_numerics_small_values_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2911944Z test_reference_numerics_small_values_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2912134Z test_reference_numerics_small_values_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2912322Z test_reference_numerics_small_values_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2912507Z test_reference_numerics_small_values_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2912715Z test_reference_numerics_small_values_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2912906Z test_reference_numerics_small_values_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2913093Z test_reference_numerics_small_values_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2913278Z test_reference_numerics_small_values_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2913481Z test_reference_numerics_small_values_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2913678Z test_reference_numerics_small_values_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2913872Z test_reference_numerics_small_values_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:25:33.2914122Z test_reference_numerics_small_values_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:25:33.2914324Z test_reference_numerics_small_values_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2914519Z test_reference_numerics_small_values_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2914698Z test_reference_numerics_small_values_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2914893Z test_reference_numerics_small_values_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2915091Z test_reference_numerics_small_values_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2923431Z test_reference_numerics_small_values_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2923742Z test_reference_numerics_small_values_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2924101Z test_reference_numerics_small_values_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2924397Z test_reference_numerics_small_values_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:25:33.2924784Z test_reference_numerics_small_values_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2925154Z test_reference_numerics_small_values_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2925381Z test_reference_numerics_small_values_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2925590Z test_reference_numerics_small_values_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2925785Z test_reference_numerics_small_values_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2925978Z test_reference_numerics_small_values_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2926174Z test_reference_numerics_small_values_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:25:33.2926408Z test_reference_numerics_small_values_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2926617Z test_reference_numerics_small_values_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2926921Z test_reference_numerics_small_values_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2927122Z test_reference_numerics_small_values_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2927316Z test_reference_numerics_small_values_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2927509Z test_reference_numerics_small_values_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2927700Z test_reference_numerics_small_values_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2927887Z test_reference_numerics_small_values_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2928079Z test_reference_numerics_small_values_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2928318Z test_reference_numerics_small_values_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:25:33.2928508Z test_reference_numerics_small_values_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2928688Z test_reference_numerics_small_values_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2928879Z test_reference_numerics_small_values_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2929075Z test_reference_numerics_small_values_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2929263Z test_reference_numerics_small_values_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2929462Z test_reference_numerics_small_values_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2929658Z test_reference_numerics_small_values_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2929857Z test_reference_numerics_small_values_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2930051Z test_reference_numerics_small_values_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2930242Z test_reference_numerics_small_values_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2930439Z test_reference_numerics_small_values_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2930617Z test_reference_numerics_small_values_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2930813Z test_reference_numerics_small_values_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2931004Z test_reference_numerics_small_values_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2931195Z test_reference_numerics_small_values_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2931391Z test_reference_numerics_small_values_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2931581Z test_reference_numerics_small_values_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2931772Z test_reference_numerics_small_values_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2931968Z test_reference_numerics_small_values_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2932191Z test_reference_numerics_small_values_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2932384Z test_reference_numerics_small_values_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2932560Z test_reference_numerics_small_values_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2932749Z test_reference_numerics_small_values_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2932939Z test_reference_numerics_small_values_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2933124Z test_reference_numerics_small_values_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2933328Z test_reference_numerics_small_values_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2933531Z test_reference_numerics_small_values_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2933767Z test_reference_numerics_small_values_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2933973Z test_reference_numerics_small_values_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2934177Z test_reference_numerics_small_values_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2934380Z test_reference_numerics_small_values_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2934568Z test_reference_numerics_small_values_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2934772Z test_reference_numerics_small_values_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2934973Z test_reference_numerics_small_values_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2935169Z test_reference_numerics_small_values_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2935371Z test_reference_numerics_small_values_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2935569Z test_reference_numerics_small_values_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2935771Z test_reference_numerics_small_values_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2935970Z test_reference_numerics_small_values_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2936170Z test_reference_numerics_small_values_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2936371Z test_reference_numerics_small_values_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2936553Z test_reference_numerics_small_values_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2936754Z test_reference_numerics_small_values_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2936947Z test_reference_numerics_small_values_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2937136Z test_reference_numerics_small_values_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2937359Z test_reference_numerics_small_values_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2937551Z test_reference_numerics_small_values_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.003s) 2022-12-01T10:25:33.2937764Z test_reference_numerics_small_values_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2937979Z test_reference_numerics_small_values_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2938192Z test_reference_numerics_small_values_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2938404Z test_reference_numerics_small_values_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2938598Z test_reference_numerics_small_values_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2938841Z test_reference_numerics_small_values_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2939054Z test_reference_numerics_small_values_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2939263Z test_reference_numerics_small_values_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2939478Z test_reference_numerics_small_values_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2939688Z test_reference_numerics_small_values_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2939893Z test_reference_numerics_small_values_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2940099Z test_reference_numerics_small_values_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2940325Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2940545Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2940772Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2940989Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2941209Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2941435Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2941652Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2941874Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2942088Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2942298Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2942543Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2942761Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2942956Z test_reference_numerics_small_values_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2943152Z test_reference_numerics_small_values_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2943333Z test_reference_numerics_small_values_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2943526Z test_reference_numerics_small_values_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2943746Z test_reference_numerics_small_values_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2943945Z test_reference_numerics_small_values_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2944250Z test_reference_numerics_small_values_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2944447Z test_reference_numerics_small_values_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2944644Z test_reference_numerics_small_values_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2944833Z test_reference_numerics_small_values_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2945024Z test_reference_numerics_small_values_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2945202Z test_reference_numerics_small_values_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2945396Z test_reference_numerics_small_values_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2945588Z test_reference_numerics_small_values_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2945775Z test_reference_numerics_small_values_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2945984Z test_reference_numerics_small_values_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2946184Z test_reference_numerics_small_values_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2946389Z test_reference_numerics_small_values_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2946603Z test_reference_numerics_small_values_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2946807Z test_reference_numerics_small_values_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2947009Z test_reference_numerics_small_values_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2947188Z test_reference_numerics_small_values_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2947387Z test_reference_numerics_small_values_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2947589Z test_reference_numerics_small_values_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2947788Z test_reference_numerics_small_values_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2948045Z test_reference_numerics_small_values_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2948240Z test_reference_numerics_small_values_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2948444Z test_reference_numerics_small_values_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2948640Z test_reference_numerics_small_values_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2948848Z test_reference_numerics_small_values_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2949053Z test_reference_numerics_small_values_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2949258Z test_reference_numerics_small_values_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2949472Z test_reference_numerics_small_values_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2949662Z test_reference_numerics_small_values_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2949858Z test_reference_numerics_small_values_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2950056Z test_reference_numerics_small_values_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2950253Z test_reference_numerics_small_values_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2950448Z test_reference_numerics_small_values_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2950647Z test_reference_numerics_small_values_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2950853Z test_reference_numerics_small_values_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2951051Z test_reference_numerics_small_values_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2951256Z test_reference_numerics_small_values_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2951448Z test_reference_numerics_small_values_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2951651Z test_reference_numerics_small_values_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2951846Z test_reference_numerics_small_values_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2952042Z test_reference_numerics_small_values_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2952242Z test_reference_numerics_small_values_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2952439Z test_reference_numerics_small_values_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2952637Z test_reference_numerics_small_values_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2952833Z test_reference_numerics_small_values_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2953064Z test_reference_numerics_small_values_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2953257Z test_reference_numerics_small_values_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2953436Z test_reference_numerics_small_values_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2953630Z test_reference_numerics_small_values_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2953823Z test_reference_numerics_small_values_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2954015Z test_reference_numerics_small_values_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2954203Z test_reference_numerics_small_values_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2954397Z test_reference_numerics_small_values_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2954612Z test_reference_numerics_small_values_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2954802Z test_reference_numerics_small_values_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2954995Z test_reference_numerics_small_values_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2955197Z test_reference_numerics_small_values_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2955379Z test_reference_numerics_small_values_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2955619Z test_reference_numerics_small_values_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2955825Z test_reference_numerics_small_values_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2956019Z test_reference_numerics_small_values_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2956214Z test_reference_numerics_small_values_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2956410Z test_reference_numerics_small_values_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2956605Z test_reference_numerics_small_values_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2956801Z test_reference_numerics_small_values_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2956999Z test_reference_numerics_small_values_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2957200Z test_reference_numerics_small_values_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2957381Z test_reference_numerics_small_values_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2957579Z test_reference_numerics_small_values_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2957775Z test_reference_numerics_small_values_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2957971Z test_reference_numerics_small_values_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2958167Z test_reference_numerics_small_values_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2958392Z test_reference_numerics_small_values_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2958580Z test_reference_numerics_small_values_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2958774Z test_reference_numerics_small_values_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2958963Z test_reference_numerics_small_values_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2959161Z test_reference_numerics_small_values_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2959345Z test_reference_numerics_small_values_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2959547Z test_reference_numerics_small_values_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2959791Z test_reference_numerics_small_values_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2959984Z test_reference_numerics_small_values_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2960180Z test_reference_numerics_small_values_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2960377Z test_reference_numerics_small_values_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2960572Z test_reference_numerics_small_values_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2960766Z test_reference_numerics_small_values_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2960969Z test_reference_numerics_small_values_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2961164Z test_reference_numerics_small_values_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2961348Z test_reference_numerics_small_values_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2961545Z test_reference_numerics_small_values_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2961740Z test_reference_numerics_small_values_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2961937Z test_reference_numerics_small_values_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2962132Z test_reference_numerics_small_values_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2962327Z test_reference_numerics_small_values_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2962523Z test_reference_numerics_small_values_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2962718Z test_reference_numerics_small_values_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2962912Z test_reference_numerics_small_values_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2963110Z test_reference_numerics_small_values_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2963286Z test_reference_numerics_small_values_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2963508Z test_reference_numerics_small_values_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2963704Z test_reference_numerics_small_values_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2964036Z test_reference_numerics_small_values_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2964230Z test_reference_numerics_small_values_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2964421Z test_reference_numerics_small_values_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2964613Z test_reference_numerics_small_values_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2964800Z test_reference_numerics_small_values_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2965039Z test_reference_numerics_small_values_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2965216Z test_reference_numerics_small_values_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2965403Z test_reference_numerics_small_values_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2965600Z test_reference_numerics_small_values_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2965789Z test_reference_numerics_small_values_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:25:33.2965977Z test_reference_numerics_small_values_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:25:33.2966175Z test_reference_numerics_small_values_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2966371Z test_reference_numerics_small_values_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2966562Z test_reference_numerics_small_values_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2966752Z test_reference_numerics_small_values_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2966944Z test_reference_numerics_small_values_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2967120Z test_reference_numerics_small_values_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2967314Z test_reference_numerics_small_values_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2967503Z test_reference_numerics_small_values_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2967708Z test_reference_numerics_small_values_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2967908Z test_reference_numerics_small_values_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2968109Z test_reference_numerics_small_values_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2968309Z test_reference_numerics_small_values_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2968512Z test_reference_numerics_small_values_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2968708Z test_reference_numerics_small_values_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2968951Z test_reference_numerics_small_values_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2969136Z test_reference_numerics_small_values_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2969330Z test_reference_numerics_small_values_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:25:33.2969525Z test_reference_numerics_small_values_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2969724Z test_reference_numerics_small_values_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2969918Z test_reference_numerics_small_values_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2970112Z test_reference_numerics_small_values_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2970333Z test_reference_numerics_small_values_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2970526Z test_reference_numerics_small_values_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2970715Z test_reference_numerics_small_values_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2970903Z test_reference_numerics_small_values_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2971112Z test_reference_numerics_small_values_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2971300Z test_reference_numerics_small_values_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2971493Z test_reference_numerics_small_values_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:25:33.2971680Z test_reference_numerics_small_values_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:25:33.2971839Z test_reference_numerics_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.327s) 2022-12-01T10:25:33.2972002Z test_reference_numerics_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.762s) 2022-12-01T10:25:33.2972161Z test_reference_numerics_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.794s) 2022-12-01T10:25:33.2972320Z test_reference_numerics_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.657s) 2022-12-01T10:25:33.2972477Z test_reference_numerics_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.425s) 2022-12-01T10:25:33.2972619Z test_reference_numerics_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.356s) 2022-12-01T10:25:33.2972775Z test_reference_numerics_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.477s) 2022-12-01T10:25:33.2972931Z test_reference_numerics_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.092s) 2022-12-01T10:25:33.2973084Z test_reference_numerics_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:25:33.2973237Z test_reference_numerics_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.098s) 2022-12-01T10:25:33.2973389Z test_reference_numerics_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.088s) 2022-12-01T10:25:33.2973560Z test_reference_numerics_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:25:33.2973728Z test_remainder_fmod_large_dividend_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2973882Z test_remainder_fmod_large_dividend_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:25:33.2974031Z test_remainder_overflow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2974187Z test_rpow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2974346Z test_scalar_support_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:25:33.2974500Z test_scalar_support_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.2974650Z test_scalar_support_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2974809Z test_scalar_support_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.2974966Z test_scalar_support_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.2975124Z test_scalar_support_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.2975267Z test_scalar_support_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.2975422Z test_scalar_support_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.2975580Z test_scalar_support_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.2975772Z test_scalar_support_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.2975926Z test_scalar_support_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:25:33.2976078Z test_scalar_support_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:25:33.2976225Z test_scalar_support_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.2976391Z test_scalar_support_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:25:33.2976537Z test_scalar_support_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.2976692Z test_scalar_support_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:25:33.2976856Z test_scalar_support_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:25:33.2977016Z test_scalar_support_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:25:33.2977168Z test_scalar_support_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.2977319Z test_scalar_support_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2977469Z test_scalar_support_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.2977706Z test_scalar_support_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in greater_equal 2022-12-01T10:25:33.2977806Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:25:33.2977861Z ok (0.026s) 2022-12-01T10:25:33.2978010Z test_scalar_support_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.2978240Z test_scalar_support_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in greater 2022-12-01T10:25:33.2978341Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:25:33.2978411Z ok (0.025s) 2022-12-01T10:25:33.2978560Z test_scalar_support_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:25:33.2978720Z test_scalar_support_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.2978864Z test_scalar_support_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.2979024Z test_scalar_support_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.2979178Z test_scalar_support_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.2979332Z test_scalar_support_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.2979527Z test_scalar_support_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.2979753Z test_scalar_support_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.2979941Z test_scalar_support_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.2980147Z test_scalar_support_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.2980349Z test_scalar_support_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.2980548Z test_scalar_support_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:33.2980685Z test_scalar_support_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.2980913Z test_scalar_support_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in less_equal 2022-12-01T10:25:33.2981013Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:25:33.2981080Z ok (0.027s) 2022-12-01T10:25:33.2981261Z test_scalar_support_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.2981429Z test_scalar_support_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2981591Z test_scalar_support_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.2981752Z test_scalar_support_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.2981899Z test_scalar_support_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.2982058Z test_scalar_support_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.2982213Z test_scalar_support_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.2982380Z test_scalar_support_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.2982540Z test_scalar_support_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.2982697Z test_scalar_support_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.2982919Z test_scalar_support_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in less 2022-12-01T10:25:33.2983015Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:25:33.2983068Z ok (0.027s) 2022-12-01T10:25:33.2983218Z test_scalar_support_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.2983376Z test_scalar_support_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.2983531Z test_scalar_support_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.2983688Z test_scalar_support_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.2983879Z test_scalar_support_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.2984036Z test_scalar_support_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.2984319Z test_scalar_support_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.2984479Z test_scalar_support_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.2984619Z test_scalar_support_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:25:33.2984773Z test_scalar_support_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:25:33.2984923Z test_scalar_support_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:25:33.2985071Z test_scalar_support_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.2985269Z test_scalar_support_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:25:33.2985426Z test_scalar_support_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:25:33.2985576Z test_scalar_support_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:25:33.2985734Z test_scalar_support_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:25:33.2985874Z test_scalar_support_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:25:33.2986030Z test_scalar_support_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:25:33.2986182Z test_scalar_support_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:25:33.2986329Z test_scalar_support_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:25:33.2986460Z test_signed_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) 2022-12-01T10:25:33.2986604Z Ensure that signed integer bit shifting works as expected. ... ok (0.003s) 2022-12-01T10:25:33.2986734Z test_signed_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) 2022-12-01T10:25:33.2986936Z Ensure that signed integer bit shifting works as expected. ... ok (0.003s) 2022-12-01T10:25:33.2987047Z test_signed_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) 2022-12-01T10:25:33.2987180Z Ensure that signed integer bit shifting works as expected. ... ok (0.003s) 2022-12-01T10:25:33.2987307Z test_signed_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) 2022-12-01T10:25:33.2987441Z Ensure that signed integer bit shifting works as expected. ... ok (0.003s) 2022-12-01T10:25:33.2987576Z test_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2987707Z test_sub_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:25:33.2987847Z test_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2987987Z test_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2988107Z test_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2988239Z test_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2988366Z test_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.2988496Z test_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2988622Z test_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2988748Z test_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2988877Z test_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2988988Z test_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2989122Z test_sub_typing_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:25:33.2989345Z test_tensor_pow_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:1384: RuntimeWarning: invalid value encountered in power 2022-12-01T10:25:33.2989466Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-12-01T10:25:33.2989622Z test_binary_ufuncs.py:1384: RuntimeWarning: divide by zero encountered in power 2022-12-01T10:25:33.2989739Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-12-01T10:25:33.2989808Z ok (0.144s) 2022-12-01T10:25:33.2989941Z test_trapezoid_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:25:33.2990076Z test_true_divide_out_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.2990222Z test_true_divide_out_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:25:33.2990368Z test_type_promotion___radd___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:25:33.2990516Z test_type_promotion___rand___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.2990682Z test_type_promotion___rdiv___cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.025s) 2022-12-01T10:25:33.2990858Z test_type_promotion___rmod___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:25:33.2991003Z test_type_promotion___rmul___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:25:33.2991148Z test_type_promotion___ror___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.2991856Z test_type_promotion___rpow___cpu (__main__.TestBinaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: 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-12-01T10:25:33.2991989Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:25:33.2992056Z ok (0.026s) 2022-12-01T10:25:33.2992202Z test_type_promotion___rsub___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:25:33.2992346Z test_type_promotion___rxor___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:25:33.2992496Z test_type_promotion__refs_add_cpu (__main__.TestBinaryUfuncsCPU) ... ok (1.022s) 2022-12-01T10:25:33.2992674Z test_type_promotion__refs_atan2_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.2992839Z test_type_promotion__refs_bitwise_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:25:33.2993006Z test_type_promotion__refs_bitwise_left_shift_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:25:33.2993148Z test_type_promotion__refs_bitwise_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:25:33.2993306Z test_type_promotion__refs_bitwise_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:25:33.2993463Z test_type_promotion__refs_clamp_max_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:25:33.2993617Z test_type_promotion__refs_clamp_min_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:25:33.2993795Z test_type_promotion__refs_copysign_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.013s) 2022-12-01T10:25:33.2993965Z test_type_promotion__refs_div_floor_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:25:33.2994140Z test_type_promotion__refs_div_no_rounding_mode_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:25:33.2994304Z test_type_promotion__refs_div_trunc_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:25:33.2994455Z test_type_promotion__refs_eq_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:25:33.2994621Z test_type_promotion__refs_float_power_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.015s) 2022-12-01T10:25:33.2994781Z test_type_promotion__refs_floor_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.186s) 2022-12-01T10:25:33.2994933Z test_type_promotion__refs_fmax_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:25:33.2995085Z test_type_promotion__refs_fmin_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:25:33.2995232Z test_type_promotion__refs_fmod_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:25:33.2995385Z test_type_promotion__refs_gcd_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:25:33.2995533Z test_type_promotion__refs_ge_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:25:33.2995680Z test_type_promotion__refs_gt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:25:33.2995824Z test_type_promotion__refs_heaviside_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:25:33.2995977Z test_type_promotion__refs_hypot_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:25:33.2996128Z test_type_promotion__refs_igamma_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:25:33.2996282Z test_type_promotion__refs_igammac_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:25:33.2996487Z test_type_promotion__refs_isclose_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.015s) 2022-12-01T10:25:33.2996637Z test_type_promotion__refs_lcm_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:25:33.2996783Z test_type_promotion__refs_le_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:25:33.2996941Z test_type_promotion__refs_logical_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:25:33.2997097Z test_type_promotion__refs_logical_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:25:33.2997240Z test_type_promotion__refs_logical_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:25:33.2997384Z test_type_promotion__refs_lt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:25:33.2997536Z test_type_promotion__refs_maximum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:25:33.2997687Z test_type_promotion__refs_minimum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:25:33.2997839Z test_type_promotion__refs_mul_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:25:33.2998031Z test_type_promotion__refs_ne_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:25:33.2998189Z test_type_promotion__refs_nextafter_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:25:33.2998337Z test_type_promotion__refs_pow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:25:33.2998479Z test_type_promotion__refs_remainder_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:25:33.2998629Z test_type_promotion__refs_rsub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:25:33.2998788Z test_type_promotion__refs_special_zeta_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:25:33.2998936Z test_type_promotion__refs_sub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:25:33.2999093Z test_type_promotion__refs_true_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:25:33.2999238Z test_type_promotion_add_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.094s) 2022-12-01T10:25:33.2999386Z test_type_promotion_atan2_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:25:33.2999539Z test_type_promotion_bitwise_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:25:33.2999702Z test_type_promotion_bitwise_left_shift_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.013s) 2022-12-01T10:25:33.2999854Z test_type_promotion_bitwise_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:25:33.3000032Z test_type_promotion_bitwise_right_shift_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.012s) 2022-12-01T10:25:33.3000184Z test_type_promotion_bitwise_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:25:33.3000333Z test_type_promotion_clamp_max_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:25:33.3000480Z test_type_promotion_clamp_min_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:25:33.3000652Z test_type_promotion_complex_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.024s) 2022-12-01T10:25:33.3000804Z test_type_promotion_copysign_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:25:33.3000964Z test_type_promotion_div_floor_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:25:33.3001113Z test_type_promotion_div_no_rounding_mode_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:25:33.3001270Z test_type_promotion_div_trunc_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:25:33.3001413Z test_type_promotion_eq_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:25:33.3001582Z test_type_promotion_float_power_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.013s) 2022-12-01T10:25:33.3001740Z test_type_promotion_floor_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:25:33.3001933Z test_type_promotion_fmax_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.011s) 2022-12-01T10:25:33.3002091Z test_type_promotion_fmin_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.011s) 2022-12-01T10:25:33.3002238Z test_type_promotion_fmod_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:25:33.3002369Z test_type_promotion_gcd_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.3002511Z test_type_promotion_ge_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:25:33.3002650Z test_type_promotion_gt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:25:33.3002823Z test_type_promotion_heaviside_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.022s) 2022-12-01T10:25:33.3002969Z test_type_promotion_hypot_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.3003118Z test_type_promotion_igamma_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:25:33.3003269Z test_type_promotion_igammac_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:25:33.3003438Z test_type_promotion_isclose_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.017s) 2022-12-01T10:25:33.3003636Z test_type_promotion_jiterator_binary_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:25:33.3003979Z test_type_promotion_jiterator_binary_return_by_ref_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:25:33.3004125Z test_type_promotion_lcm_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:25:33.3004273Z test_type_promotion_ldexp_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.100s) 2022-12-01T10:25:33.3004412Z test_type_promotion_le_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:25:33.3004568Z test_type_promotion_logical_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:25:33.3004719Z test_type_promotion_logical_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:25:33.3004876Z test_type_promotion_logical_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:25:33.3005016Z test_type_promotion_lt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:25:33.3005154Z test_type_promotion_max_binary_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:25:33.3005303Z test_type_promotion_maximum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:25:33.3005453Z test_type_promotion_min_binary_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:25:33.3005601Z test_type_promotion_minimum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:25:33.3005777Z test_type_promotion_mul_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:25:33.3005919Z test_type_promotion_ne_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.3006070Z test_type_promotion_nextafter_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:25:33.3006233Z test_type_promotion_polar_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.011s) 2022-12-01T10:25:33.3006362Z test_type_promotion_pow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:25:33.3006514Z test_type_promotion_remainder_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:25:33.3006659Z test_type_promotion_rsub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:25:33.3006839Z test_type_promotion_special_chebyshev_polynomial_t_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:25:33.3007017Z test_type_promotion_special_chebyshev_polynomial_u_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:25:33.3007402Z test_type_promotion_special_chebyshev_polynomial_v_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.011s) 2022-12-01T10:25:33.3007749Z test_type_promotion_special_chebyshev_polynomial_w_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.011s) 2022-12-01T10:25:33.3007981Z test_type_promotion_special_hermite_polynomial_h_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:25:33.3008159Z test_type_promotion_special_hermite_polynomial_he_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:25:33.3008324Z test_type_promotion_special_laguerre_polynomial_l_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:25:33.3008680Z test_type_promotion_special_legendre_polynomial_p_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.011s) 2022-12-01T10:25:33.3009046Z test_type_promotion_special_shifted_chebyshev_polynomial_t_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.011s) 2022-12-01T10:25:33.3009410Z test_type_promotion_special_shifted_chebyshev_polynomial_u_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.011s) 2022-12-01T10:25:33.3009784Z test_type_promotion_special_shifted_chebyshev_polynomial_v_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.011s) 2022-12-01T10:25:33.3010192Z test_type_promotion_special_shifted_chebyshev_polynomial_w_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.011s) 2022-12-01T10:25:33.3010353Z test_type_promotion_special_xlog1py_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:25:33.3010512Z test_type_promotion_special_zeta_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:25:33.3010658Z test_type_promotion_sub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.096s) 2022-12-01T10:25:33.3010812Z test_type_promotion_true_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:25:33.3010943Z test_type_promotion_xlogy_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:25:33.3011092Z test_xlogy_xlog1py_bfloat16_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:25:33.3011246Z test_xlogy_xlog1py_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:25:33.3011399Z test_xlogy_xlog1py_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:25:33.3011546Z test_xlogy_xlog1py_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:25:33.3011692Z test_xlogy_xlog1py_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:25:33.3011840Z test_xlogy_xlog1py_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:25:33.3011985Z test_xlogy_xlog1py_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:25:33.3012126Z test_xlogy_xlog1py_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:25:33.3012259Z test_xlogy_xlog1py_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.082s) 2022-12-01T10:25:33.3012406Z test_xlogy_xlog1py_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:25:33.3012558Z test_xlogy_xlog1py_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.3012711Z test_xlogy_xlog1py_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:25:33.3012865Z test_xlogy_xlog1py_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:25:33.3013053Z test_xlogy_xlog1py_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:25:33.3013206Z test_xlogy_xlog1py_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:25:33.3013353Z test_xlogy_xlog1py_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.3013485Z test_xlogy_xlog1py_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.3013635Z test_xlogy_xlog1py_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:25:33.3013784Z test_xlogy_xlog1py_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:25:33.3013961Z test_xlogy_xlog1py_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:25:33.3014116Z test_xlogy_xlog1py_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:25:33.3014265Z test_xlogy_xlog1py_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:25:33.3014415Z test_xlogy_xlog1py_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:25:33.3014564Z test_xlogy_xlog1py_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.3014693Z test_xlogy_xlog1py_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:25:33.3014836Z test_xlogy_xlog1py_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:25:33.3014983Z test_xlogy_xlog1py_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:25:33.3015130Z test_xlogy_xlog1py_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:25:33.3015275Z test_xlogy_xlog1py_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:25:33.3015453Z test_xlogy_xlog1py_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:25:33.3015607Z test_xlogy_xlog1py_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.3015755Z test_xlogy_xlog1py_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:25:33.3015890Z test_xlogy_xlog1py_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:25:33.3016035Z test_xlogy_xlog1py_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:25:33.3016176Z test_xlogy_xlog1py_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:25:33.3016323Z test_xlogy_xlog1py_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:25:33.3016468Z test_xlogy_xlog1py_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:25:33.3016614Z test_xlogy_xlog1py_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:25:33.3016761Z test_xlogy_xlog1py_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:25:33.3016899Z test_xlogy_xlog1py_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:25:33.3017039Z test_xlogy_xlog1py_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:25:33.3017173Z test_xlogy_xlog1py_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:25:33.3017315Z test_xlogy_xlog1py_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:25:33.3017459Z test_xlogy_xlog1py_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:25:33.3017600Z test_xlogy_xlog1py_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:25:33.3017744Z test_xlogy_xlog1py_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:25:33.3017887Z test_xlogy_xlog1py_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:25:33.3018033Z test_xlogy_xlog1py_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:25:33.3018177Z test_xlogy_xlog1py_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:25:33.3018306Z test_xlogy_xlog1py_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:25:33.3018448Z test_xlogy_xlog1py_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:25:33.3018588Z test_xlogy_xlog1py_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:25:33.3018728Z test_xlogy_xlog1py_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:25:33.3018875Z test_xlogy_xlog1py_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.088s) 2022-12-01T10:25:33.3019054Z test_xlogy_xlog1py_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:25:33.3019199Z test_xlogy_xlog1py_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:25:33.3019348Z test_xlogy_xlog1py_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:25:33.3019483Z test_xlogy_xlog1py_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:25:33.3019625Z test_xlogy_xlog1py_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:25:33.3019770Z test_xlogy_xlog1py_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:25:33.3019910Z test_xlogy_xlog1py_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:25:33.3020048Z test_xlogy_xlog1py_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:25:33.3020191Z test_xlogy_xlog1py_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:25:33.3020334Z test_xlogy_xlog1py_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:25:33.3020480Z test_xlogy_xlog1py_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:25:33.3020660Z test_xlogy_xlog1py_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:25:33.3020795Z test_xlogy_xlog1py_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:25:33.3020943Z test_xlogy_xlog1py_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:25:33.3021089Z test_xlogy_xlog1py_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:25:33.3021231Z test_xlogy_xlog1py_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:25:33.3021371Z test_xlogy_xlog1py_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:25:33.3021517Z test_xlogy_xlog1py_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:25:33.3021667Z test_xlogy_xlog1py_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:25:33.3021810Z test_xlogy_xlog1py_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:25:33.3021947Z test_xlogy_xlog1py_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:25:33.3022093Z test_xlogy_xlog1py_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:25:33.3022237Z test_xlogy_xlog1py_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:25:33.3022385Z test_xlogy_xlog1py_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:25:33.3022528Z test_xlogy_xlog1py_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:25:33.3022668Z test_xlogy_xlog1py_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:25:33.3022812Z test_xlogy_xlog1py_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:25:33.3022958Z test_xlogy_xlog1py_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.082s) 2022-12-01T10:25:33.3023101Z test_xlogy_xlog1py_gradients_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:25:33.3023269Z test_xlogy_xlog1py_scalar_type_promotion_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:25:33.3023476Z test_zeta_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3023683Z test_zeta_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3023889Z test_zeta_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3024091Z test_zeta_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3024404Z test_zeta_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3024610Z test_zeta_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3024811Z test_zeta_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3025011Z test_zeta_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3025203Z test_zeta_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3025410Z test_zeta_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3025617Z test_zeta_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3025867Z test_zeta_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3026072Z test_zeta_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3026274Z test_zeta_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3026476Z test_zeta_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3026679Z test_zeta_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3026880Z test_zeta_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3027092Z test_zeta_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3027300Z test_zeta_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3027491Z test_zeta_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3027695Z test_zeta_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3027891Z test_zeta_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3028114Z test_zeta_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3028314Z test_zeta_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3028512Z test_zeta_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3028715Z test_zeta_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3028921Z test_zeta_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3029122Z test_zeta_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3029322Z test_zeta_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3029569Z test_zeta_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3029757Z test_zeta_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3029961Z test_zeta_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3030161Z test_zeta_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3030363Z test_zeta_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3030566Z test_zeta_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3030797Z test_zeta_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3030998Z test_zeta_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3031193Z test_zeta_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3031393Z test_zeta_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3031597Z test_zeta_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3031781Z test_zeta_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3031989Z test_zeta_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3032193Z test_zeta_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-12-01T10:25:33.3032392Z test_zeta_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3032589Z test_zeta_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3032786Z test_zeta_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3032983Z test_zeta_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3033189Z test_zeta_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3033391Z test_zeta_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3033594Z test_zeta_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3033797Z test_zeta_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3033982Z test_zeta_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3034181Z test_zeta_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3034421Z test_zeta_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3034623Z test_zeta_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3034819Z test_zeta_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3035015Z test_zeta_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3035217Z test_zeta_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3035422Z test_zeta_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3035624Z test_zeta_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3035872Z test_zeta_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3036071Z test_zeta_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3036256Z test_zeta_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3036459Z test_zeta_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:25:33.3036470Z 2022-12-01T10:25:33.3036699Z ---------------------------------------------------------------------- 2022-12-01T10:25:33.3036785Z Ran 8284 tests in 258.934s 2022-12-01T10:25:33.3036790Z 2022-12-01T10:25:33.3036888Z OK (skipped=1464, expected failures=6) 2022-12-01T10:25:33.3036894Z 2022-12-01T10:25:33.3036983Z Generating XML reports... 2022-12-01T10:25:33.3037296Z Generated XML report: test-reports/python-unittest/test_binary_ufuncs/TEST-TestBinaryUfuncsCPU-20221201102112.xml 2022-12-01T10:25:33.3037302Z 2022-12-01T10:25:33.3037695Z ##[endgroup] 2022-12-01T10:25:33.3037976Z FINISHED PRINTING LOG FILE of test_binary_ufuncs (/var/lib/jenkins/workspace/test/test-reports/test_binary_ufuncs_73qbzve5) 2022-12-01T10:25:33.3037981Z 2022-12-01T10:25:37.5541193Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:25:37.6744902Z Ignoring disabled issues: [] 2022-12-01T10:25:37.6955471Z Running test_sparse ... [2022-12-01 10:25:37.695166] 2022-12-01T10:25:37.6957045Z Executing ['/opt/conda/bin/python', '-bb', 'test_sparse.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:25:37.695475] 2022-12-01T10:27:32.8416154Z 2022-12-01T10:27:32.8416647Z Expand the folded group to see the log file of test_sparse 2022-12-01T10:27:32.8417493Z ##[group]PRINTING LOG FILE of test_sparse (/var/lib/jenkins/workspace/test/test-reports/test_sparse__v35go74) 2022-12-01T10:27:32.8421510Z Test results will be stored in test-reports/python-unittest/test_sparse 2022-12-01T10:27:32.8421974Z 2022-12-01T10:27:32.8444964Z Running tests... 2022-12-01T10:27:32.8445685Z ---------------------------------------------------------------------- 2022-12-01T10:27:32.8447026Z test_Sparse_to_Sparse_copy__cpu_bfloat16 (__main__.TestSparseCPU) ... test_sparse.py:747: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:485.) 2022-12-01T10:27:32.8448048Z self.assertEqual(None, x1.grad) 2022-12-01T10:27:32.8448249Z ok (0.118s) 2022-12-01T10:27:32.8485140Z test_Sparse_to_Sparse_copy__cpu_complex128 (__main__.TestSparseCPU) ... test_sparse.py:719: 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-12-01T10:27:32.8485856Z x1 = x1.to(torch.float32) 2022-12-01T10:27:32.8486265Z ok (0.089s) 2022-12-01T10:27:32.8486664Z test_Sparse_to_Sparse_copy__cpu_float64 (__main__.TestSparseCPU) ... ok (0.086s) 2022-12-01T10:27:32.8487406Z test_Sparse_to_Sparse_copy_multi_gpu_cpu_complex128 (__main__.TestSparseCPU) ... skip: no multi-GPU (0.002s) 2022-12-01T10:27:32.8488167Z test_Sparse_to_Sparse_copy_multi_gpu_cpu_float64 (__main__.TestSparseCPU) ... skip: no multi-GPU (0.002s) 2022-12-01T10:27:32.8488751Z test_add_dense_sparse_mismatch_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.027s) 2022-12-01T10:27:32.8489487Z test_add_dense_sparse_mismatch_cpu_float64 (__main__.TestSparseCPU) ... ok (0.027s) 2022-12-01T10:27:32.8490056Z test_add_noncontiguous_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.005s) 2022-12-01T10:27:32.8490584Z test_add_noncontiguous_cpu_float64 (__main__.TestSparseCPU) ... ok (0.004s) 2022-12-01T10:27:32.8491114Z test_add_sub_nnz_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.003s) 2022-12-01T10:27:32.8491602Z test_add_sub_nnz_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:27:32.8492096Z test_add_zeros_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.040s) 2022-12-01T10:27:32.8492587Z test_add_zeros_cpu_float64 (__main__.TestSparseCPU) ... ok (0.033s) 2022-12-01T10:27:32.8493024Z test_any_cpu (__main__.TestSparseCPU) ... ok (0.003s) 2022-12-01T10:27:32.8493452Z test_asin_arcsin_cpu_float32 (__main__.TestSparseCPU) ... ok (0.079s) 2022-12-01T10:27:32.8493939Z test_asin_arcsin_cpu_float64 (__main__.TestSparseCPU) ... ok (0.078s) 2022-12-01T10:27:32.8494407Z test_asin_arcsin_cpu_int16 (__main__.TestSparseCPU) ... ok (0.320s) 2022-12-01T10:27:32.8494889Z test_asin_arcsin_cpu_int32 (__main__.TestSparseCPU) ... ok (0.331s) 2022-12-01T10:27:32.8495391Z test_asin_arcsin_cpu_int64 (__main__.TestSparseCPU) ... ok (0.320s) 2022-12-01T10:27:32.8495856Z test_asin_arcsin_cpu_int8 (__main__.TestSparseCPU) ... ok (0.338s) 2022-12-01T10:27:32.8496315Z test_asin_arcsin_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.320s) 2022-12-01T10:27:32.8496750Z test_assign_cpu_float64 (__main__.TestSparseCPU) ... ok (0.005s) 2022-12-01T10:27:32.8497226Z test_basic_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.117s) 2022-12-01T10:27:32.8497688Z test_basic_cpu_float64 (__main__.TestSparseCPU) ... ok (0.113s) 2022-12-01T10:27:32.8498134Z test_basic_ops_cpu_float64 (__main__.TestSparseCPU) ... ok (2.688s) 2022-12-01T10:27:32.8498616Z test_bmm_cpu_float64 (__main__.TestSparseCPU) ... ok (4.880s) 2022-12-01T10:27:32.8499183Z test_bmm_cuda_version_error_cpu_float64 (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:27:32.8500105Z test_bmm_deterministic_cpu_float64 (__main__.TestSparseCPU) ... skip: bmm sparse-dense requires CUDA 10.1 or greater (0.002s) 2022-12-01T10:27:32.8500812Z test_bmm_windows_error_cpu_float64 (__main__.TestSparseCPU) ... skip: this test ensures bmm sparse-dense CUDA gives an error when run on Windows with CUDA < 11.0 (0.001s) 2022-12-01T10:27:32.8501191Z test_cat_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.142s) 2022-12-01T10:27:32.8501469Z test_cat_cpu_float64 (__main__.TestSparseCPU) ... ok (0.134s) 2022-12-01T10:27:32.8501752Z test_change_tensor_metadata_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.009s) 2022-12-01T10:27:32.8502077Z test_change_tensor_metadata_cpu_float64 (__main__.TestSparseCPU) ... ok (0.008s) 2022-12-01T10:27:32.8502377Z test_clone_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.015s) 2022-12-01T10:27:32.8502776Z test_clone_cpu_float64 (__main__.TestSparseCPU) ... ok (0.013s) 2022-12-01T10:27:32.8503047Z test_coalesce_cpu_bfloat16 (__main__.TestSparseCPU) ... ok (0.054s) 2022-12-01T10:27:32.8503337Z test_coalesce_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.054s) 2022-12-01T10:27:32.8503626Z test_coalesce_cpu_float64 (__main__.TestSparseCPU) ... ok (0.047s) 2022-12-01T10:27:32.8504427Z test_coalesce_reference_cycle_cpu_float64 (__main__.TestSparseCPU) ... Test test_coalesce_reference_cycle_cpu_float64 (__main__.TestSparseCPU) is disabled for some unrecognized platforms: [dynamo]. Please edit issue https://github.com/pytorch/pytorch/issues/89395 to fix the platforms assigned to this flaky test, changing "Platforms: ..." to a comma separated subset of the following (or leave it blank to match all platforms): mac, macos, win, windows, linux, rocm, asan 2022-12-01T10:27:32.8505607Z skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/89395 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-12-01T10:27:32.8506154Z test_coalesce_transpose_mm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.097s) 2022-12-01T10:27:32.8506473Z test_constructor_device_legacy_cpu (__main__.TestSparseCPU) ... ok (0.026s) 2022-12-01T10:27:32.8506774Z test_contig_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.014s) 2022-12-01T10:27:32.8507046Z test_contig_cpu_float64 (__main__.TestSparseCPU) ... ok (0.013s) 2022-12-01T10:27:32.8507346Z test_contig_hybrid_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.029s) 2022-12-01T10:27:32.8507645Z test_contig_hybrid_cpu_float64 (__main__.TestSparseCPU) ... ok (0.014s) 2022-12-01T10:27:32.8507944Z test_ctor_large_sizes_cpu_float64 (__main__.TestSparseCPU) ... ok (0.019s) 2022-12-01T10:27:32.8508239Z test_ctor_size_checks_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.014s) 2022-12-01T10:27:32.8508540Z test_ctor_size_checks_cpu_float64 (__main__.TestSparseCPU) ... ok (0.014s) 2022-12-01T10:27:32.8508848Z test_cuda_empty_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:27:32.8509137Z test_div_by_sparse_error_cpu (__main__.TestSparseCPU) ... ok (0.010s) 2022-12-01T10:27:32.8509433Z test_div_rounding_mode_cpu_float32 (__main__.TestSparseCPU) ... ok (0.026s) 2022-12-01T10:27:32.8509736Z test_div_rounding_mode_cpu_float64 (__main__.TestSparseCPU) ... ok (0.024s) 2022-12-01T10:27:32.8510021Z test_dsmm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.599s) 2022-12-01T10:27:32.8510275Z test_dtypes_cpu (__main__.TestSparseCPU) ... ok (0.003s) 2022-12-01T10:27:32.8510544Z test_empty_full_cpu (__main__.TestSparseCPU) ... ok (0.017s) 2022-12-01T10:27:32.8510823Z test_empty_like_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.143s) 2022-12-01T10:27:32.8511105Z test_empty_like_cpu_float64 (__main__.TestSparseCPU) ... ok (0.148s) 2022-12-01T10:27:32.8511384Z test_factory_copy_cpu (__main__.TestSparseCPU) ... ok (0.012s) 2022-12-01T10:27:32.8511671Z test_factory_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.024s) 2022-12-01T10:27:32.8511943Z test_factory_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.024s) 2022-12-01T10:27:32.8512228Z test_factory_cpu_float16 (__main__.TestSparseCPU) ... ok (0.022s) 2022-12-01T10:27:32.8512507Z test_factory_cpu_float32 (__main__.TestSparseCPU) ... ok (0.022s) 2022-12-01T10:27:32.8512785Z test_factory_cpu_float64 (__main__.TestSparseCPU) ... ok (0.021s) 2022-12-01T10:27:32.8513049Z test_factory_default_cpu (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:27:32.8513345Z test_factory_dense_dim_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.034s) 2022-12-01T10:27:32.8513651Z test_factory_dense_dim_cpu_float64 (__main__.TestSparseCPU) ... ok (0.034s) 2022-12-01T10:27:32.8513973Z test_factory_device_type_inference_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:27:32.8514351Z test_factory_empty_indices_cpu (__main__.TestSparseCPU) ... ok (0.003s) 2022-12-01T10:27:32.8514651Z test_factory_nnz_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.034s) 2022-12-01T10:27:32.8514942Z test_factory_nnz_cpu_float64 (__main__.TestSparseCPU) ... ok (0.034s) 2022-12-01T10:27:32.8515221Z test_factory_nnz_zero_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.009s) 2022-12-01T10:27:32.8515519Z test_factory_nnz_zero_cpu_float64 (__main__.TestSparseCPU) ... ok (0.008s) 2022-12-01T10:27:32.8515826Z test_factory_size_check_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.061s) 2022-12-01T10:27:32.8516118Z test_factory_size_check_cpu_float64 (__main__.TestSparseCPU) ... ok (0.060s) 2022-12-01T10:27:32.8516432Z test_factory_type_inference_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.005s) 2022-12-01T10:27:32.8516753Z test_factory_type_inference_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.005s) 2022-12-01T10:27:32.8517073Z test_factory_type_inference_cpu_float16 (__main__.TestSparseCPU) ... ok (0.005s) 2022-12-01T10:27:32.8517407Z test_factory_type_inference_cpu_float32 (__main__.TestSparseCPU) ... ok (0.005s) 2022-12-01T10:27:32.8517721Z test_factory_type_inference_cpu_float64 (__main__.TestSparseCPU) ... ok (0.005s) 2022-12-01T10:27:32.8518028Z test_factory_type_inference_cpu_int64 (__main__.TestSparseCPU) ... ok (0.005s) 2022-12-01T10:27:32.8518326Z test_floor_divide_by_sparse_error_cpu (__main__.TestSparseCPU) ... ok (0.011s) 2022-12-01T10:27:32.8518627Z test_full_broadcast_to_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.153s) 2022-12-01T10:27:32.8518927Z test_full_broadcast_to_cpu_float64 (__main__.TestSparseCPU) ... ok (0.140s) 2022-12-01T10:27:32.8519210Z test_hsmm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.659s) 2022-12-01T10:27:32.8519480Z test_index_select_cpu_complex128 (__main__.TestSparseCPU) ... ok (2.897s) 2022-12-01T10:27:32.8519774Z test_index_select_cpu_float64 (__main__.TestSparseCPU) ... ok (1.663s) 2022-12-01T10:27:32.8520104Z test_index_select_empty_and_non_contiguous_index_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.372s) 2022-12-01T10:27:32.8520454Z test_index_select_empty_and_non_contiguous_index_cpu_float64 (__main__.TestSparseCPU) ... ok (0.199s) 2022-12-01T10:27:32.8520807Z test_index_select_exhaustive_index_large_cpu_complex128 (__main__.TestSparseCPU) ... ok (6.966s) 2022-12-01T10:27:32.8521149Z test_index_select_exhaustive_index_large_cpu_float64 (__main__.TestSparseCPU) ... ok (5.186s) 2022-12-01T10:27:32.8521490Z test_index_select_exhaustive_index_small_cpu_complex128 (__main__.TestSparseCPU) ... ok (1.269s) 2022-12-01T10:27:32.8521818Z test_index_select_exhaustive_index_small_cpu_float64 (__main__.TestSparseCPU) ... ok (1.122s) 2022-12-01T10:27:32.8522142Z test_index_select_parallelization_cpu_complex128 (__main__.TestSparseCPU) 2022-12-01T10:27:32.8522466Z Test with sizes that will trigger parallelization (i.e. with sizes ... ok (1.690s) 2022-12-01T10:27:32.8522770Z test_index_select_parallelization_cpu_float64 (__main__.TestSparseCPU) 2022-12-01T10:27:32.8523085Z Test with sizes that will trigger parallelization (i.e. with sizes ... ok (1.529s) 2022-12-01T10:27:32.8523374Z test_is_nonzero_cpu (__main__.TestSparseCPU) ... ok (0.009s) 2022-12-01T10:27:32.8523642Z test_is_sparse_cpu (__main__.TestSparseCPU) ... ok (0.001s) 2022-12-01T10:27:32.8524115Z test_isnan_cpu (__main__.TestSparseCPU) ... ok (0.005s) 2022-12-01T10:27:32.8524404Z test_legacy_constructor_cpu (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:27:32.8524688Z test_legacy_new_cpu (__main__.TestSparseCPU) ... ok (0.003s) 2022-12-01T10:27:32.8524948Z test_log1p_cpu_float32 (__main__.TestSparseCPU) ... ok (0.074s) 2022-12-01T10:27:32.8525221Z test_log1p_cpu_float64 (__main__.TestSparseCPU) ... ok (0.073s) 2022-12-01T10:27:32.8525503Z test_log1p_cpu_int16 (__main__.TestSparseCPU) ... ok (0.088s) 2022-12-01T10:27:32.8525870Z test_log1p_cpu_int32 (__main__.TestSparseCPU) ... ok (0.090s) 2022-12-01T10:27:32.8526123Z test_log1p_cpu_int64 (__main__.TestSparseCPU) ... ok (0.088s) 2022-12-01T10:27:32.8526393Z test_log1p_cpu_int8 (__main__.TestSparseCPU) ... ok (0.088s) 2022-12-01T10:27:32.8526660Z test_log1p_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.088s) 2022-12-01T10:27:32.8526921Z test_mm_cpu_complex128 (__main__.TestSparseCPU) ... ok (1.261s) 2022-12-01T10:27:32.8527195Z test_mm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.681s) 2022-12-01T10:27:32.8527460Z test_mv_cpu_float64 (__main__.TestSparseCPU) ... ok (0.095s) 2022-12-01T10:27:32.8527725Z test_narrow_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.232s) 2022-12-01T10:27:32.8528010Z test_narrow_cpu_float64 (__main__.TestSparseCPU) ... ok (0.213s) 2022-12-01T10:27:32.8528304Z test_neg_negative_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.036s) 2022-12-01T10:27:32.8528598Z test_neg_negative_cpu_float64 (__main__.TestSparseCPU) ... ok (0.030s) 2022-12-01T10:27:32.8528869Z test_new_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.016s) 2022-12-01T10:27:32.8529140Z test_new_cpu_float64 (__main__.TestSparseCPU) ... ok (0.014s) 2022-12-01T10:27:32.8529510Z test_new_device_multi_gpu_cpu (__main__.TestSparseCPU) ... skip: only one GPU detected (0.001s) 2022-12-01T10:27:32.8529845Z test_new_device_single_gpu_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:32.8530150Z test_norm_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.100s) 2022-12-01T10:27:32.8530423Z test_norm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.098s) 2022-12-01T10:27:32.8530702Z test_permute_cpu_complex128 (__main__.TestSparseCPU) ... ok (1.200s) 2022-12-01T10:27:32.8530971Z test_permute_cpu_float64 (__main__.TestSparseCPU) ... ok (0.895s) 2022-12-01T10:27:32.8531254Z test_pickle_cpu_float64 (__main__.TestSparseCPU) ... ok (0.026s) 2022-12-01T10:27:32.8531545Z test_print_coalesced_cpu_float64 (__main__.TestSparseCPU) ... ok (0.026s) 2022-12-01T10:27:32.8531840Z test_print_uncoalesced_cpu_float64 (__main__.TestSparseCPU) ... ok (0.024s) 2022-12-01T10:27:32.8532124Z test_resize_as_cpu (__main__.TestSparseCPU) ... ok (0.004s) 2022-12-01T10:27:32.8532402Z test_resize_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.085s) 2022-12-01T10:27:32.8532664Z test_resize_cpu_float64 (__main__.TestSparseCPU) ... ok (0.085s) 2022-12-01T10:27:32.8532944Z test_saddmm_cpu_complex128 (__main__.TestSparseCPU) ... ok (2.756s) 2022-12-01T10:27:32.8533226Z test_saddmm_cpu_float64 (__main__.TestSparseCPU) ... ok (1.906s) 2022-12-01T10:27:32.8533519Z test_same_gpu_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:27:32.8533802Z test_scalar_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.011s) 2022-12-01T10:27:32.8534082Z test_scalar_cpu_float64 (__main__.TestSparseCPU) ... ok (0.010s) 2022-12-01T10:27:32.8534365Z test_select_cpu_complex128 (__main__.TestSparseCPU) ... ok (3.243s) 2022-12-01T10:27:32.8534632Z test_select_cpu_float64 (__main__.TestSparseCPU) ... ok (1.749s) 2022-12-01T10:27:32.8534928Z test_select_no_type_promotion_cpu_int16 (__main__.TestSparseCPU) ... ok (0.006s) 2022-12-01T10:27:32.8535260Z test_select_no_type_promotion_cpu_int32 (__main__.TestSparseCPU) ... ok (0.006s) 2022-12-01T10:27:32.8535570Z test_select_no_type_promotion_cpu_int64 (__main__.TestSparseCPU) ... ok (0.006s) 2022-12-01T10:27:32.8535861Z test_select_no_type_promotion_cpu_int8 (__main__.TestSparseCPU) ... ok (0.006s) 2022-12-01T10:27:32.8536169Z test_select_no_type_promotion_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.006s) 2022-12-01T10:27:32.8536464Z test_shared_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.005s) 2022-12-01T10:27:32.8536731Z test_shared_cpu_float64 (__main__.TestSparseCPU) ... ok (0.005s) 2022-12-01T10:27:32.8537013Z test_small_nnz_coalesced_cpu (__main__.TestSparseCPU) ... ok (0.003s) 2022-12-01T10:27:32.8537296Z test_softmax_cpu_float64 (__main__.TestSparseCPU) ... ok (2.882s) 2022-12-01T10:27:32.8537635Z test_softmax_zero_nnz_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:27:32.8537909Z test_spadd_cpu_float64 (__main__.TestSparseCPU) ... ok (1.117s) 2022-12-01T10:27:32.8538207Z test_sparse_add_coalesce_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.003s) 2022-12-01T10:27:32.8538521Z test_sparse_add_coalesce_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.003s) 2022-12-01T10:27:32.8538814Z test_sparse_add_coalesce_cpu_float32 (__main__.TestSparseCPU) ... ok (0.003s) 2022-12-01T10:27:32.8539116Z test_sparse_add_coalesce_cpu_float64 (__main__.TestSparseCPU) ... ok (0.003s) 2022-12-01T10:27:32.8539459Z test_sparse_add_out_bfloat16_cpu_complex128 (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:27:32.8539823Z test_sparse_add_out_bfloat16_cpu_float64 (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:32.8540215Z test_sparse_addmm_cpu_bfloat16 (__main__.TestSparseCPU) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.002s) 2022-12-01T10:27:32.8540639Z test_sparse_addmm_cpu_complex128 (__main__.TestSparseCPU) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.002s) 2022-12-01T10:27:32.8541092Z test_sparse_addmm_cpu_float64 (__main__.TestSparseCPU) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.002s) 2022-12-01T10:27:32.8541431Z test_sparse_bool_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:27:32.8541725Z test_sparse_bool_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:27:32.8542028Z test_sparse_broadcast_to_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.046s) 2022-12-01T10:27:32.8542376Z test_sparse_broadcast_to_cpu_float64 (__main__.TestSparseCPU) ... ok (0.041s) 2022-12-01T10:27:32.8543328Z test_sparse_dense_mul_cpu_bfloat16 (__main__.TestSparseCPU) ... skip: Test with dtype=torch.bfloat16, device=cpu runs only with coalesced inputs (0.289s) 2022-12-01T10:27:32.8543703Z test_sparse_dense_mul_cpu_bool (__main__.TestSparseCPU) ... ok (0.028s) 2022-12-01T10:27:32.8544007Z test_sparse_dense_mul_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.750s) 2022-12-01T10:27:32.8544390Z test_sparse_dense_mul_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.800s) 2022-12-01T10:27:32.8544779Z test_sparse_dense_mul_cpu_float16 (__main__.TestSparseCPU) ... skip: Test with dtype=torch.float16, device=cpu runs only with coalesced inputs (0.297s) 2022-12-01T10:27:32.8545158Z test_sparse_dense_mul_cpu_float32 (__main__.TestSparseCPU) ... ok (0.688s) 2022-12-01T10:27:32.8545459Z test_sparse_dense_mul_cpu_float64 (__main__.TestSparseCPU) ... ok (0.631s) 2022-12-01T10:27:32.8545740Z test_sparse_dense_mul_cpu_int16 (__main__.TestSparseCPU) ... ok (0.496s) 2022-12-01T10:27:32.8546035Z test_sparse_dense_mul_cpu_int32 (__main__.TestSparseCPU) ... ok (0.455s) 2022-12-01T10:27:32.8546330Z test_sparse_dense_mul_cpu_int64 (__main__.TestSparseCPU) ... ok (0.472s) 2022-12-01T10:27:32.8546621Z test_sparse_dense_mul_cpu_int8 (__main__.TestSparseCPU) ... ok (0.456s) 2022-12-01T10:27:32.8546903Z test_sparse_dense_mul_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.455s) 2022-12-01T10:27:32.8547194Z test_sparse_mask_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.265s) 2022-12-01T10:27:32.8547480Z test_sparse_mask_cpu_float64 (__main__.TestSparseCPU) ... ok (0.191s) 2022-12-01T10:27:32.8547767Z test_sparse_mask_hybrid_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.378s) 2022-12-01T10:27:32.8548075Z test_sparse_mask_hybrid_cpu_float64 (__main__.TestSparseCPU) ... ok (0.293s) 2022-12-01T10:27:32.8548364Z test_sparse_matmul_cpu_complex128 (__main__.TestSparseCPU) 2022-12-01T10:27:32.8548683Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (15.814s) 2022-12-01T10:27:32.8548983Z test_sparse_matmul_cpu_complex64 (__main__.TestSparseCPU) 2022-12-01T10:27:32.8549298Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (1.251s) 2022-12-01T10:27:32.8549666Z test_sparse_matmul_cpu_float32 (__main__.TestSparseCPU) 2022-12-01T10:27:32.8549963Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (1.117s) 2022-12-01T10:27:32.8550269Z test_sparse_matmul_cpu_float64 (__main__.TestSparseCPU) 2022-12-01T10:27:32.8550578Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (7.511s) 2022-12-01T10:27:32.8550892Z test_sparse_mm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.056s) 2022-12-01T10:27:32.8551160Z test_sparse_mul_cpu_float64 (__main__.TestSparseCPU) ... ok (0.026s) 2022-12-01T10:27:32.8551537Z test_sparse_sparse_mul_cpu_bfloat16 (__main__.TestSparseCPU) ... skip: Test with dtype=torch.bfloat16, device=cpu runs only with coalesced inputs (0.063s) 2022-12-01T10:27:32.8551919Z test_sparse_sparse_mul_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.182s) 2022-12-01T10:27:32.8552217Z test_sparse_sparse_mul_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.198s) 2022-12-01T10:27:32.8552528Z test_sparse_sparse_mul_cpu_float32 (__main__.TestSparseCPU) ... ok (0.152s) 2022-12-01T10:27:32.8552862Z test_sparse_sparse_mul_cpu_float64 (__main__.TestSparseCPU) ... ok (0.151s) 2022-12-01T10:27:32.8553159Z test_sparse_sparse_mul_cpu_int16 (__main__.TestSparseCPU) ... ok (0.116s) 2022-12-01T10:27:32.8553439Z test_sparse_sparse_mul_cpu_int32 (__main__.TestSparseCPU) ... ok (0.117s) 2022-12-01T10:27:32.8553729Z test_sparse_sparse_mul_cpu_int64 (__main__.TestSparseCPU) ... ok (0.116s) 2022-12-01T10:27:32.8554024Z test_sparse_sparse_mul_cpu_int8 (__main__.TestSparseCPU) ... ok (0.118s) 2022-12-01T10:27:32.8554304Z test_sparse_sparse_mul_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.117s) 2022-12-01T10:27:32.8554916Z test_sparse_spdiags_cpu_bool (__main__.TestSparseCPU) ... test_sparse.py:3750: 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-12-01T10:27:32.8555520Z out = torch.sparse.spdiags(diags, offsets, shape, layout=layout) 2022-12-01T10:27:32.8555751Z ok (0.103s) 2022-12-01T10:27:32.8555975Z test_sparse_spdiags_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.162s) 2022-12-01T10:27:32.8556286Z test_sparse_spdiags_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.146s) 2022-12-01T10:27:32.8556581Z test_sparse_spdiags_cpu_float32 (__main__.TestSparseCPU) ... ok (0.123s) 2022-12-01T10:27:32.8556875Z test_sparse_spdiags_cpu_float64 (__main__.TestSparseCPU) ... ok (0.122s) 2022-12-01T10:27:32.8557150Z test_sparse_spdiags_cpu_int16 (__main__.TestSparseCPU) ... ok (0.103s) 2022-12-01T10:27:32.8557437Z test_sparse_spdiags_cpu_int32 (__main__.TestSparseCPU) ... ok (0.103s) 2022-12-01T10:27:32.8557724Z test_sparse_spdiags_cpu_int64 (__main__.TestSparseCPU) ... ok (0.103s) 2022-12-01T10:27:32.8558000Z test_sparse_spdiags_cpu_int8 (__main__.TestSparseCPU) ... ok (0.103s) 2022-12-01T10:27:32.8558283Z test_sparse_spdiags_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.104s) 2022-12-01T10:27:32.8558576Z test_sparse_sum_cpu_float64 (__main__.TestSparseCPU) ... ok (0.486s) 2022-12-01T10:27:32.8558860Z test_sparse_to_numpy_cpu (__main__.TestSparseCPU) ... ok (0.004s) 2022-12-01T10:27:32.8559132Z test_sspaddmm_cpu_complex128 (__main__.TestSparseCPU) ... ok (2.032s) 2022-12-01T10:27:32.8559418Z test_sspaddmm_cpu_float64 (__main__.TestSparseCPU) ... ok (1.308s) 2022-12-01T10:27:32.8559726Z test_storage_not_null_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:32.8560021Z test_t_empty_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.004s) 2022-12-01T10:27:32.8560298Z test_t_empty_cpu_float64 (__main__.TestSparseCPU) ... ok (0.004s) 2022-12-01T10:27:32.8560575Z test_to_dense_cpu_bfloat16 (__main__.TestSparseCPU) ... ok (0.034s) 2022-12-01T10:27:32.8560844Z test_to_dense_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.035s) 2022-12-01T10:27:32.8561169Z test_to_dense_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.040s) 2022-12-01T10:27:32.8561454Z test_to_dense_cpu_float16 (__main__.TestSparseCPU) ... ok (0.035s) 2022-12-01T10:27:32.8561732Z test_to_dense_cpu_float32 (__main__.TestSparseCPU) ... ok (0.035s) 2022-12-01T10:27:32.8562001Z test_to_dense_cpu_float64 (__main__.TestSparseCPU) ... ok (0.040s) 2022-12-01T10:27:32.8562291Z test_to_dense_hybrid_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.052s) 2022-12-01T10:27:32.8562589Z test_to_dense_hybrid_cpu_float64 (__main__.TestSparseCPU) ... ok (0.025s) 2022-12-01T10:27:32.8562865Z test_to_sparse_cpu_bfloat16 (__main__.TestSparseCPU) ... ok (0.634s) 2022-12-01T10:27:32.8563149Z test_to_sparse_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.600s) 2022-12-01T10:27:32.8563438Z test_to_sparse_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.678s) 2022-12-01T10:27:32.8563721Z test_to_sparse_cpu_float16 (__main__.TestSparseCPU) ... ok (0.596s) 2022-12-01T10:27:32.8570568Z test_to_sparse_cpu_float64 (__main__.TestSparseCPU) ... ok (0.619s) 2022-12-01T10:27:32.8570998Z test_to_sparse_cpu_int32 (__main__.TestSparseCPU) ... ok (0.497s) 2022-12-01T10:27:32.8571291Z test_transpose_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.090s) 2022-12-01T10:27:32.8571567Z test_transpose_cpu_float64 (__main__.TestSparseCPU) ... ok (0.079s) 2022-12-01T10:27:32.8571853Z test_unsqueeze_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.536s) 2022-12-01T10:27:32.8572142Z test_unsqueeze_cpu_float64 (__main__.TestSparseCPU) ... ok (0.359s) 2022-12-01T10:27:32.8572414Z test_zeros_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.630s) 2022-12-01T10:27:32.8572690Z test_zeros_cpu_float64 (__main__.TestSparseCPU) ... ok (0.553s) 2022-12-01T10:27:32.8572973Z test_zeros_like_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.708s) 2022-12-01T10:27:32.8573260Z test_zeros_like_cpu_float64 (__main__.TestSparseCPU) ... ok (0.605s) 2022-12-01T10:27:32.8573576Z test_future_empty_dim_masked_amax_cpu_bfloat16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:27:32.8573915Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.081s) 2022-12-01T10:27:32.8574251Z test_future_empty_dim_masked_amax_cpu_float16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:27:32.8574570Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.078s) 2022-12-01T10:27:32.8574901Z test_future_empty_dim_masked_amax_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:27:32.8575232Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.080s) 2022-12-01T10:27:32.8575561Z test_future_empty_dim_masked_amax_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:27:32.8575874Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.077s) 2022-12-01T10:27:32.8576204Z test_future_empty_dim_masked_amax_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:27:32.8576533Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.140s) 2022-12-01T10:27:32.8576850Z test_future_empty_dim_masked_amax_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:27:32.8577172Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.058s) 2022-12-01T10:27:32.8577501Z test_future_empty_dim_masked_amax_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:27:32.8577824Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.058s) 2022-12-01T10:27:32.8578135Z test_future_empty_dim_masked_amax_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:27:32.8578458Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.058s) 2022-12-01T10:27:32.8578783Z test_future_empty_dim_masked_amax_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:27:32.8579107Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.058s) 2022-12-01T10:27:32.8579481Z test_future_empty_dim_masked_amin_cpu_bfloat16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:27:32.8579811Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.084s) 2022-12-01T10:27:32.8580142Z test_future_empty_dim_masked_amin_cpu_float16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:27:32.8580457Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.080s) 2022-12-01T10:27:32.8580783Z test_future_empty_dim_masked_amin_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:27:32.8581109Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.078s) 2022-12-01T10:27:32.8581432Z test_future_empty_dim_masked_amin_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:27:32.8581744Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.077s) 2022-12-01T10:27:32.8582076Z test_future_empty_dim_masked_amin_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:27:32.8582409Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.058s) 2022-12-01T10:27:32.8582726Z test_future_empty_dim_masked_amin_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:27:32.8583083Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.058s) 2022-12-01T10:27:32.8583411Z test_future_empty_dim_masked_amin_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:27:32.8583733Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.057s) 2022-12-01T10:27:32.8584047Z test_future_empty_dim_masked_amin_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:27:32.8584443Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.057s) 2022-12-01T10:27:32.8584775Z test_future_empty_dim_masked_amin_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:27:32.8585088Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.057s) 2022-12-01T10:27:32.8585420Z test_future_empty_dim_masked_prod_cpu_bool (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:27:32.8585748Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.056s) 2022-12-01T10:27:32.8586085Z test_future_empty_dim_masked_prod_cpu_complex128 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:27:32.8586408Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.063s) 2022-12-01T10:27:32.8586745Z test_future_empty_dim_masked_prod_cpu_complex64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:27:32.8587081Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.063s) 2022-12-01T10:27:32.8587400Z test_future_empty_dim_masked_prod_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:27:32.8587729Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.079s) 2022-12-01T10:27:32.8588056Z test_future_empty_dim_masked_prod_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:27:32.8588382Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.079s) 2022-12-01T10:27:32.8588691Z test_future_empty_dim_masked_prod_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:27:32.8589018Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.056s) 2022-12-01T10:27:32.8589346Z test_future_empty_dim_masked_prod_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:27:32.8589656Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.057s) 2022-12-01T10:27:32.8589983Z test_future_empty_dim_masked_prod_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:27:32.8590306Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.056s) 2022-12-01T10:27:32.8590631Z test_future_empty_dim_masked_prod_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:27:32.8590942Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.069s) 2022-12-01T10:27:32.8591319Z test_future_empty_dim_masked_prod_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:27:32.8591643Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.057s) 2022-12-01T10:27:32.8591958Z test_future_empty_dim_masked_sum_cpu_bfloat16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:27:32.8592283Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.087s) 2022-12-01T10:27:32.8592609Z test_future_empty_dim_masked_sum_cpu_bool (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:27:32.8592930Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.066s) 2022-12-01T10:27:32.8593245Z test_future_empty_dim_masked_sum_cpu_complex128 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:27:32.8593573Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.081s) 2022-12-01T10:27:32.8593899Z test_future_empty_dim_masked_sum_cpu_complex64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:27:32.8594219Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.071s) 2022-12-01T10:27:32.8594542Z test_future_empty_dim_masked_sum_cpu_float16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:27:32.8594897Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.087s) 2022-12-01T10:27:32.8595225Z test_future_empty_dim_masked_sum_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:27:32.8595534Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.088s) 2022-12-01T10:27:32.8595855Z test_future_empty_dim_masked_sum_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:27:32.8596182Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.086s) 2022-12-01T10:27:32.8596490Z test_future_empty_dim_masked_sum_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:27:32.8596810Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.067s) 2022-12-01T10:27:32.8597133Z test_future_empty_dim_masked_sum_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:27:32.8597454Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.066s) 2022-12-01T10:27:32.8597764Z test_future_empty_dim_masked_sum_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:27:32.8598083Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.066s) 2022-12-01T10:27:32.8598408Z test_future_empty_dim_masked_sum_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:27:32.8598717Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.067s) 2022-12-01T10:27:32.8599038Z test_future_empty_dim_masked_sum_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:27:32.8599359Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.066s) 2022-12-01T10:27:32.8599631Z test_basic (__main__.TestSparseMeta) ... ok (0.004s) 2022-12-01T10:27:32.8599907Z test_cuda_from_cpu (__main__.TestSparseOneOff) ... skip: CUDA not available (0.001s) 2022-12-01T10:27:32.8600250Z test_cuda_sparse_cpu_dense_add (__main__.TestSparseOneOff) ... skip: CUDA not available (0.002s) 2022-12-01T10:27:32.8600596Z test_inplace_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:27:32.8600923Z test_inplace_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:27:32.8601253Z test_inplace_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8601583Z test_inplace_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8601907Z test_inplace_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:27:32.8602212Z test_inplace_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:27:32.8602531Z test_inplace_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:27:32.8602853Z test_inplace_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:27:32.8603196Z test_inplace_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:27:32.8603528Z test_inplace_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:27:32.8604020Z test_inplace_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:27:32.8604388Z test_inplace_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8604707Z test_inplace_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8605038Z test_inplace_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:27:32.8605369Z test_inplace_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:27:32.8605683Z test_inplace_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:27:32.8606006Z test_inplace_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:27:32.8606336Z test_inplace_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:27:32.8606815Z test_inplace_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:27:32.8607144Z test_inplace_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:27:32.8607478Z test_inplace_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8607813Z test_inplace_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8608143Z test_inplace_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:27:32.8608454Z test_inplace_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:27:32.8608776Z test_inplace_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:27:32.8609106Z test_inplace_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:27:32.8609421Z test_inplace_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:27:32.8609752Z test_inplace_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:27:32.8610088Z test_inplace_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:27:32.8610419Z test_inplace_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8610734Z test_inplace_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8611059Z test_inplace_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:27:32.8611382Z test_inplace_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:27:32.8611692Z test_inplace_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:27:32.8612017Z test_inplace_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:27:32.8612342Z test_inplace_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:27:32.8612669Z test_inplace_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8612984Z test_inplace_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8613311Z test_inplace_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8613629Z test_inplace_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8613934Z test_inplace_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8614254Z test_inplace_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8614576Z test_inplace_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8614938Z test_inplace_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:27:32.8615381Z test_inplace_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:27:32.8615778Z test_inplace_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:27:32.8616163Z test_inplace_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:27:32.8616540Z test_inplace_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:27:32.8616920Z test_inplace_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:27:32.8617295Z test_inplace_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:27:32.8617679Z test_inplace_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:27:32.8618052Z test_inplace_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:27:32.8618519Z test_inplace_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-12-01T10:27:32.8618993Z test_inplace_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-12-01T10:27:32.8619461Z test_inplace_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-12-01T10:27:32.8619905Z test_inplace_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-12-01T10:27:32.8620361Z test_inplace_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-12-01T10:27:32.8620813Z test_inplace_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-12-01T10:27:32.8621257Z test_inplace_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-12-01T10:27:32.8621709Z test_inplace_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-12-01T10:27:32.8622142Z test_inplace_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-12-01T10:27:32.8622529Z test_inplace_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:27:32.8622856Z test_inplace_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8623166Z test_inplace_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:27:32.8623487Z test_inplace_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:27:32.8623798Z test_inplace_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:27:32.8624119Z test_inplace_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:27:32.8624493Z test_inplace_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:27:32.8624828Z test_inplace_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:27:32.8625164Z test_inplace_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8625486Z test_inplace_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:27:32.8625812Z test_inplace_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:27:32.8626137Z test_inplace_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:27:32.8626510Z test_inplace_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:27:32.8626817Z test_inplace_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:27:32.8627144Z test_inplace_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:27:32.8627472Z test_inplace_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8627784Z test_inplace_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8628107Z test_inplace_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8628433Z test_inplace_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8628757Z test_inplace_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8629068Z test_inplace_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8629439Z test_inplace_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:27:32.8629887Z test_inplace_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:27:32.8630288Z test_inplace_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:27:32.8630673Z test_inplace_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:27:32.8631062Z test_inplace_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:27:32.8631451Z test_inplace_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:27:32.8631819Z test_inplace_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:27:32.8632205Z test_inplace_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:27:32.8632589Z test_inplace_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:27:32.8632982Z test_inplace_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:27:32.8633371Z test_inplace_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:27:32.8633766Z test_inplace_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:27:32.8634161Z test_inplace_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:27:32.8634549Z test_inplace_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:27:32.8634920Z test_inplace_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:27:32.8635300Z test_inplace_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:27:32.8635688Z test_inplace_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:27:32.8636076Z test_inplace_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:27:32.8636456Z test_inplace_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:27:32.8636856Z test_inplace_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:27:32.8637250Z test_inplace_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:27:32.8637644Z test_inplace_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:27:32.8638348Z test_inplace_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:27:32.8638751Z test_inplace_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:27:32.8639155Z test_inplace_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:27:32.8639556Z test_inplace_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:27:32.8639947Z test_inplace_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:27:32.8640348Z test_inplace_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:27:32.8640745Z test_inplace_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:27:32.8641131Z test_inplace_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:27:32.8641568Z test_inplace_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:27:32.8641967Z test_inplace_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:27:32.8642333Z test_inplace_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8642653Z test_inplace_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8642984Z test_inplace_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:27:32.8643311Z test_inplace_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:27:32.8643637Z test_inplace_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:27:32.8644073Z test_inplace_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:27:32.8644404Z test_inplace_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:27:32.8644739Z test_inplace_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8645067Z test_inplace_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8645406Z test_inplace_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8645742Z test_inplace_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8646073Z test_inplace_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8646394Z test_inplace_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8646727Z test_inplace_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8647069Z test_inplace_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:27:32.8647392Z test_inplace_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8647728Z test_inplace_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8648053Z test_inplace_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8648381Z test_inplace_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8648685Z test_inplace_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8648996Z test_inplace_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8649319Z test_inplace_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8649628Z test_inplace_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8650030Z test_inplace_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8650366Z test_inplace_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8650700Z test_inplace_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8651014Z test_inplace_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8651338Z test_inplace_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8651669Z test_inplace_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8651982Z test_inplace_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8652316Z test_inplace_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:27:32.8652653Z test_inplace_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:27:32.8652983Z test_inplace_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8653364Z test_inplace_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8653689Z test_inplace_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8654006Z test_inplace_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8654313Z test_inplace_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8654632Z test_inplace_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8654948Z test_inplace_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8655276Z test_inplace_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8655593Z test_inplace_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8655925Z test_inplace_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8656249Z test_inplace_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8656559Z test_inplace_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:27:32.8656878Z test_inplace_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8657194Z test_inplace_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8657562Z test_inplace_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:27:32.8657957Z test_inplace_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:27:32.8658354Z test_inplace_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:27:32.8658747Z test_inplace_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:27:32.8659149Z test_inplace_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:27:32.8659526Z test_inplace_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:27:32.8659920Z test_inplace_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:27:32.8660280Z test_inplace_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:27:32.8660612Z test_inplace_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:27:32.8660930Z test_inplace_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8661254Z test_inplace_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8661576Z test_inplace_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:27:32.8661924Z test_inplace_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:27:32.8662236Z test_inplace_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:27:32.8662556Z test_inplace_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:27:32.8662872Z test_inplace_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:27:32.8663188Z test_inplace_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:27:32.8663523Z test_inplace_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:27:32.8663855Z test_inplace_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8664167Z test_inplace_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8664565Z test_inplace_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:27:32.8664892Z test_inplace_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:27:32.8665255Z test_inplace_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:27:32.8665567Z test_inplace_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:27:32.8665910Z test_inplace_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:27:32.8666243Z test_inplace_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:27:32.8666566Z test_inplace_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:27:32.8666900Z test_inplace_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8667225Z test_inplace_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8667550Z test_inplace_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:27:32.8667857Z test_inplace_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:27:32.8668178Z test_inplace_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:27:32.8668501Z test_inplace_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:27:32.8668808Z test_inplace_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:27:32.8669135Z test_inplace_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:27:32.8669467Z test_inplace_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:27:32.8669799Z test_inplace_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8670109Z test_inplace_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8670428Z test_inplace_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:27:32.8670748Z test_inplace_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:27:32.8671056Z test_inplace_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:27:32.8671371Z test_inplace_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:27:32.8671687Z test_inplace_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:27:32.8672025Z test_inplace_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:27:32.8672351Z test_inplace_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:27:32.8672718Z test_inplace_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8673046Z test_inplace_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8673368Z test_inplace_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:27:32.8673731Z test_inplace_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:27:32.8674050Z test_inplace_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:27:32.8674372Z test_inplace_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:27:32.8674677Z test_inplace_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:27:32.8675004Z test_inplace_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:27:32.8675332Z test_inplace_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8675660Z test_inplace_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8675973Z test_inplace_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8676300Z test_inplace_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8676628Z test_inplace_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8676941Z test_inplace_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8677296Z test_out_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:27:32.8677620Z test_out_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8677940Z test_out_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8678242Z test_out_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8678552Z test_out_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8678864Z test_out_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8679161Z test_out_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8679472Z test_out_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8679785Z test_out_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8680113Z test_out_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:27:32.8680429Z test_out_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8680756Z test_out_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8681074Z test_out_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8681379Z test_out_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8681690Z test_out_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8682001Z test_out_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8682310Z test_out_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8682615Z test_out_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8682934Z test_out_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:27:32.8683259Z test_out_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:27:32.8683566Z test_out_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8684027Z test_out_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8684375Z test_out_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8684684Z test_out_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8684980Z test_out_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8685290Z test_out_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8685598Z test_out_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8685984Z test_out_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:27:32.8686311Z test_out_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:27:32.8686636Z test_out_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8686954Z test_out_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8687255Z test_out_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8687563Z test_out_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8687871Z test_out_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8688168Z test_out_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8688482Z test_out_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8688800Z test_out_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:27:32.8689158Z test_out_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8689461Z test_out_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8689770Z test_out_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8690078Z test_out_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8690372Z test_out_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8690683Z test_out_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8691040Z test_out_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:27:32.8691431Z test_out_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:27:32.8691805Z test_out_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:27:32.8692192Z test_out_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:27:32.8692572Z test_out_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:27:32.8692934Z test_out_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:27:32.8693301Z test_out_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:27:32.8693679Z test_out_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:27:32.8694053Z test_out_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:27:32.8694402Z test_out_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:27:32.8694747Z test_out_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8695089Z test_out_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8695428Z test_out_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8695748Z test_out_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8696083Z test_out_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8696410Z test_out_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8696731Z test_out_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8697065Z test_out_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8697429Z test_out_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8697742Z test_out_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8698041Z test_out_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8698350Z test_out_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8698656Z test_out_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8698945Z test_out_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8699252Z test_out_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8699566Z test_out_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8699882Z test_out_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8700183Z test_out_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8700494Z test_out_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8700833Z test_out_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8701134Z test_out_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8701445Z test_out_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8701760Z test_out_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8702077Z test_out_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8702378Z test_out_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8702683Z test_out_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8702990Z test_out_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8703288Z test_out_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8703599Z test_out_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8703954Z test_out_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:27:32.8704418Z test_out_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:27:32.8704797Z test_out_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:27:32.8705176Z test_out_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:27:32.8705558Z test_out_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:27:32.8705935Z test_out_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:27:32.8706304Z test_out_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:27:32.8706684Z test_out_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:27:32.8707059Z test_out_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:27:32.8707429Z test_out_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:27:32.8707817Z test_out_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:27:32.8708201Z test_out_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:27:32.8708578Z test_out_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:27:32.8708992Z test_out_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:27:32.8709365Z test_out_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:27:32.8709736Z test_out_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:27:32.8710104Z test_out_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:27:32.8710465Z test_out_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:27:32.8710820Z test_out_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8711149Z test_out_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8711464Z test_out_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8711787Z test_out_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8712110Z test_out_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8712462Z test_out_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8712772Z test_out_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8713094Z test_out_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8713425Z test_out_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8713736Z test_out_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8714051Z test_out_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8714367Z test_out_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8714687Z test_out_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8714990Z test_out_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8715307Z test_out_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8715626Z test_out_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8715928Z test_out_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8716239Z test_out_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8716545Z test_out_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8716855Z test_out_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8717156Z test_out_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8717480Z test_out_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8717812Z test_out_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8718121Z test_out_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8718438Z test_out_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8718756Z test_out_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8719078Z test_out_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8719384Z test_out_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8719705Z test_out_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:27:32.8720027Z test_out_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8720330Z test_out_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8720689Z test_out_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8721001Z test_out_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8721311Z test_out_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8721602Z test_out_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8721909Z test_out_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8722218Z test_out_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8722516Z test_out_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8722835Z test_out_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8723150Z test_out_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8723468Z test_out_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8723763Z test_out_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8724736Z test_out_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8725061Z test_out_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8725363Z test_out_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:27:32.8725686Z test_out_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8726004Z test_out_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8726317Z test_out_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8726616Z test_out_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8726925Z test_out_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8727236Z test_out_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8727528Z test_out_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8727840Z test_out_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8728151Z test_out_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8728465Z test_out_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8728768Z test_out_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8729078Z test_out_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8729388Z test_out_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8729682Z test_out_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8729993Z test_out_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8730311Z test_out_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8730641Z test_out_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8730949Z test_out_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8731265Z test_out_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8731579Z test_out_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8731883Z test_out_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8732196Z test_out_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8732516Z test_out_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:27:32.8732833Z test_out_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:27:32.8733183Z test_out_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8733497Z test_out_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8733810Z test_out_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8734103Z test_out_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:27:32.8734413Z test_out_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8734721Z test_out_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8735026Z test_out_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8735327Z test_out_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:27:32.8735652Z test_out_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:27:32.8735976Z test_out_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8736276Z test_out_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8736642Z test_out_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8736954Z test_out_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8737265Z test_out_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8737560Z test_out_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8737903Z test_out_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8738224Z test_out_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:27:32.8738535Z test_out_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:27:32.8738852Z test_out_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8739165Z test_out_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8739481Z test_out_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8739777Z test_out_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8740085Z test_out_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8740394Z test_out_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8740687Z test_out_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8741003Z test_out_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:27:32.8741325Z test_out_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:27:32.8741642Z test_out_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8741946Z test_out_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8742255Z test_out_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8742565Z test_out_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8742856Z test_out_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8743160Z test_out_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8743467Z test_out_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8743771Z test_out_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:27:32.8744095Z test_out_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8744513Z test_out_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8744832Z test_out_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8745179Z test_out_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8745488Z test_out_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8745798Z test_out_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8746094Z test_out_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8746402Z test_out_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8746717Z test_out_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8747033Z test_out_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8747338Z test_out_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8747649Z test_out_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8747960Z test_out_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8748257Z test_out_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8748604Z test_out_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8748943Z test_sparse_consistency_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8749307Z test_sparse_consistency_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8749653Z test_sparse_consistency_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8750002Z test_sparse_consistency_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8750354Z test_sparse_consistency_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8750698Z test_sparse_consistency_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8751031Z test_sparse_consistency_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8751376Z test_sparse_consistency_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8751721Z test_sparse_consistency_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8752063Z test_sparse_consistency_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8752427Z test_sparse_consistency_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8752784Z test_sparse_consistency_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8753137Z test_sparse_consistency_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8753474Z test_sparse_consistency_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8753827Z test_sparse_consistency_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8754174Z test_sparse_consistency_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8754506Z test_sparse_consistency_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8754850Z test_sparse_consistency_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8755206Z test_sparse_consistency_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8755567Z test_sparse_consistency_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8755909Z test_sparse_consistency_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8756256Z test_sparse_consistency_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8756685Z test_sparse_consistency_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8757029Z test_sparse_consistency_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8757359Z test_sparse_consistency_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8757704Z test_sparse_consistency_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8758049Z test_sparse_consistency_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8758391Z test_sparse_consistency_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8758754Z test_sparse_consistency_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8759111Z test_sparse_consistency_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8759461Z test_sparse_consistency_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8759806Z test_sparse_consistency_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8760180Z test_sparse_consistency_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8760526Z test_sparse_consistency_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8760871Z test_sparse_consistency_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8761203Z test_sparse_consistency_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8777078Z test_sparse_consistency_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8777455Z test_sparse_consistency_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8777810Z test_sparse_consistency_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8778177Z test_sparse_consistency_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8778515Z test_sparse_consistency_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8778859Z test_sparse_consistency_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8779209Z test_sparse_consistency_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8779564Z test_sparse_consistency_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8779914Z test_sparse_consistency_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8780268Z test_sparse_consistency_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8780623Z test_sparse_consistency_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8780976Z test_sparse_consistency_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8781313Z test_sparse_consistency_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8781656Z test_sparse_consistency_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8782001Z test_sparse_consistency_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8782333Z test_sparse_consistency_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8782695Z test_sparse_consistency_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8783079Z test_sparse_consistency_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8783455Z test_sparse_consistency_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8784006Z test_sparse_consistency_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8784468Z test_sparse_consistency_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8784835Z test_sparse_consistency_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8785198Z test_sparse_consistency_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8785545Z test_sparse_consistency_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8785913Z test_sparse_consistency_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8786270Z test_sparse_consistency_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8786610Z test_sparse_consistency_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8786963Z test_sparse_consistency_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8787372Z test_sparse_consistency_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8787711Z test_sparse_consistency_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8788038Z test_sparse_consistency_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8788386Z test_sparse_consistency_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8788736Z test_sparse_consistency_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8789092Z test_sparse_consistency_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8789427Z test_sparse_consistency_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8789773Z test_sparse_consistency_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8790121Z test_sparse_consistency_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8790456Z test_sparse_consistency_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8790803Z test_sparse_consistency_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:27:32.8791156Z test_sparse_consistency_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8791510Z test_sparse_consistency_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8791847Z test_sparse_consistency_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8792188Z test_sparse_consistency_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8792533Z test_sparse_consistency_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8792863Z test_sparse_consistency_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:27:32.8793214Z test_sparse_consistency_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8793575Z test_sparse_consistency_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8793936Z test_sparse_consistency_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8794282Z test_sparse_consistency_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8794639Z test_sparse_consistency_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8794983Z test_sparse_consistency_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8795330Z test_sparse_consistency_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8795705Z test_sparse_consistency_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8796054Z test_sparse_consistency_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8796400Z test_sparse_consistency_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8796744Z test_sparse_consistency_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8797109Z test_sparse_consistency_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8797467Z test_sparse_consistency_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8797820Z test_sparse_consistency_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8798157Z test_sparse_consistency_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8798504Z test_sparse_consistency_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8798849Z test_sparse_consistency_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8799228Z test_sparse_consistency_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8799566Z test_sparse_consistency_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8799922Z test_sparse_consistency_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8800285Z test_sparse_consistency_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8800629Z test_sparse_consistency_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8800987Z test_sparse_consistency_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8801340Z test_sparse_consistency_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8801700Z test_sparse_consistency_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8802044Z test_sparse_consistency_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8802401Z test_sparse_consistency_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8802765Z test_sparse_consistency_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8803125Z test_sparse_consistency_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8803470Z test_sparse_consistency_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8803822Z test_sparse_consistency_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8804342Z test_sparse_consistency_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8804691Z test_sparse_consistency_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8805055Z test_sparse_consistency_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8805409Z test_sparse_consistency_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8805763Z test_sparse_consistency_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8806098Z test_sparse_consistency_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8806443Z test_sparse_consistency_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8806792Z test_sparse_consistency_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8807126Z test_sparse_consistency_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8807543Z test_sparse_consistency_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8807906Z test_sparse_consistency_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8808269Z test_sparse_consistency_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8808610Z test_sparse_consistency_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8808965Z test_sparse_consistency_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8809324Z test_sparse_consistency_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8809685Z test_sparse_consistency_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8810030Z test_sparse_consistency_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8810389Z test_sparse_consistency_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8810791Z test_sparse_consistency_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8811129Z test_sparse_consistency_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8811479Z test_sparse_consistency_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8811824Z test_sparse_consistency_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8812169Z test_sparse_consistency_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8812495Z test_sparse_consistency_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8812839Z test_sparse_consistency_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8813192Z test_sparse_consistency_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8813551Z test_sparse_consistency_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8813886Z test_sparse_consistency_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8814233Z test_sparse_consistency_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8814578Z test_sparse_consistency_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8814909Z test_sparse_consistency_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8815257Z test_sparse_consistency_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8815611Z test_sparse_consistency_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8815972Z test_sparse_consistency_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8816311Z test_sparse_consistency_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8816661Z test_sparse_consistency_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8817009Z test_sparse_consistency_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8817340Z test_sparse_consistency_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8817682Z test_sparse_consistency_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8818029Z test_sparse_consistency_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8818372Z test_sparse_consistency_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8818705Z test_sparse_consistency_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8819088Z test_sparse_consistency_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8819440Z test_sparse_consistency_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8819789Z test_sparse_consistency_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8820114Z test_sparse_consistency_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8820460Z test_sparse_consistency_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8820803Z test_sparse_consistency_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8821142Z test_sparse_consistency_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8821503Z test_sparse_consistency_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8821862Z test_sparse_consistency_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8822246Z test_sparse_consistency_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8822587Z test_sparse_consistency_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8822935Z test_sparse_consistency_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8823289Z test_sparse_consistency_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8823646Z test_sparse_consistency_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8823987Z test_sparse_consistency_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8824433Z test_sparse_consistency_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8824803Z test_sparse_consistency_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8825140Z test_sparse_consistency_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8825486Z test_sparse_consistency_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8825826Z test_sparse_consistency_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8826162Z test_sparse_consistency_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8826488Z test_sparse_consistency_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8826842Z test_sparse_consistency_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8827199Z test_sparse_consistency_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8827541Z test_sparse_consistency_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8827895Z test_sparse_consistency_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8828250Z test_sparse_consistency_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8828594Z test_sparse_consistency_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8828921Z test_sparse_consistency_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8829264Z test_sparse_consistency_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8829605Z test_sparse_consistency_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8829958Z test_sparse_consistency_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8830304Z test_sparse_consistency_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8830709Z test_sparse_consistency_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8831062Z test_sparse_consistency_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8831401Z test_sparse_consistency_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8831743Z test_sparse_consistency_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8832085Z test_sparse_consistency_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8832424Z test_sparse_consistency_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8832756Z test_sparse_consistency_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8833106Z test_sparse_consistency_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8833465Z test_sparse_consistency_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8833809Z test_sparse_consistency_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8834219Z test_sparse_consistency_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8834567Z test_sparse_consistency_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8834912Z test_sparse_consistency_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8835235Z test_sparse_consistency_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8835577Z test_sparse_consistency_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8835917Z test_sparse_consistency_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8836270Z test_sparse_consistency_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8836617Z test_sparse_consistency_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8836976Z test_sparse_consistency_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8837326Z test_sparse_consistency_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:27:32.8837661Z test_sparse_consistency_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8838009Z test_sparse_consistency_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8838352Z test_sparse_consistency_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8838769Z test_sparse_consistency_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8839161Z test_sparse_consistency_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8839520Z test_sparse_consistency_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8839878Z test_sparse_consistency_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:27:32.8840230Z test_sparse_consistency_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8840569Z test_sparse_consistency_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8840915Z test_sparse_consistency_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8841262Z test_sparse_consistency_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8841594Z test_sparse_consistency_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8841992Z test_sparse_fn_grad_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:27:32.8842478Z test_sparse_fn_grad_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:27:32.8842921Z test_sparse_fn_grad_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:27:32.8843346Z test_sparse_fn_grad_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:27:32.8843781Z test_sparse_fn_grad_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:27:32.8844352Z test_sparse_fn_grad_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:27:32.8844790Z test_sparse_fn_grad_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:27:32.8845211Z test_sparse_fn_grad_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:27:32.8845660Z test_sparse_fn_grad_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:27:32.8846055Z test_sparse_fn_grad_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:27:32.8846402Z test_sparse_fn_grad_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:27:32.8846750Z test_sparse_fn_grad_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:27:32.8847118Z test_sparse_fn_grad_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:27:32.8847522Z test_sparse_fn_grad_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:27:32.8847962Z test_sparse_fn_grad_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:27:32.8848337Z test_sparse_fn_grad_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:27:32.8848931Z test_sparse_fn_grad_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.002s) 2022-12-01T10:27:32.8849562Z test_sparse_fn_grad_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.002s) 2022-12-01T10:27:32.8850252Z test_sparse_fn_grad_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.002s) 2022-12-01T10:27:32.8850764Z test_sparse_fn_grad_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.002s) 2022-12-01T10:27:32.8851288Z test_sparse_fn_grad_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-12-01T10:27:32.8851818Z test_sparse_fn_grad_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-12-01T10:27:32.8852257Z test_sparse_fn_grad_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:27:32.8852681Z test_sparse_fn_grad_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:27:32.8853072Z test_sparse_fn_grad_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:27:32.8853415Z test_sparse_fn_grad_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:27:32.8853749Z test_sparse_fn_grad_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:27:32.8854142Z test_sparse_fn_grad_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:27:32.8854613Z test_sparse_fn_grad_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:27:32.8855075Z test_sparse_fn_grad_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:27:32.8855556Z test_sparse_fn_grad_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.002s) 2022-12-01T10:27:32.8855990Z test_sparse_fn_grad_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:27:32.8856422Z test_sparse_fn_grad_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:27:32.8856853Z test_sparse_fn_grad_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:27:32.8857271Z test_sparse_fn_grad_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:27:32.8857711Z test_sparse_fn_grad_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:27:32.8858178Z test_sparse_fn_grad_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:27:32.8858610Z test_sparse_fn_grad_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:27:32.8858815Z test_sparse_fn_grad_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:27:32.8859029Z test_sparse_fn_grad_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:27:32.8859223Z test_sparse_fn_grad_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:27:32.8859395Z test_sparse_fn_grad_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:27:32.8859566Z test_sparse_zero_dims_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:27:32.8859732Z test_sparse_zero_dims_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8859897Z test_sparse_zero_dims_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8860058Z test_sparse_zero_dims_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8860218Z test_sparse_zero_dims_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8860378Z test_sparse_zero_dims_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8860570Z test_sparse_zero_dims_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8860799Z test_sparse_zero_dims_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8860960Z test_sparse_zero_dims_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8861133Z test_sparse_zero_dims_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8861303Z test_sparse_zero_dims_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8861466Z test_sparse_zero_dims_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8861628Z test_sparse_zero_dims_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8861787Z test_sparse_zero_dims_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8861947Z test_sparse_zero_dims_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8862095Z test_sparse_zero_dims_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8862296Z test_sparse_zero_dims_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8862459Z test_sparse_zero_dims_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8862627Z test_sparse_zero_dims_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8862793Z test_sparse_zero_dims_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8862955Z test_sparse_zero_dims_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8863117Z test_sparse_zero_dims_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8863273Z test_sparse_zero_dims_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8863418Z test_sparse_zero_dims_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8863574Z test_sparse_zero_dims_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8863733Z test_sparse_zero_dims_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8863919Z test_sparse_zero_dims_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8864089Z test_sparse_zero_dims_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8864307Z test_sparse_zero_dims_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8864584Z test_sparse_zero_dims_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8864747Z test_sparse_zero_dims_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8864909Z test_sparse_zero_dims_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8865055Z test_sparse_zero_dims_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8865212Z test_sparse_zero_dims_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8865370Z test_sparse_zero_dims_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8865529Z test_sparse_zero_dims_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8865689Z test_sparse_zero_dims_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8865850Z test_sparse_zero_dims_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8866004Z test_sparse_zero_dims_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8866161Z test_sparse_zero_dims_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8866320Z test_sparse_zero_dims_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8866467Z test_sparse_zero_dims_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8866626Z test_sparse_zero_dims_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8866798Z test_sparse_zero_dims_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8866962Z test_sparse_zero_dims_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8867123Z test_sparse_zero_dims_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8867283Z test_sparse_zero_dims_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8867439Z test_sparse_zero_dims_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8867599Z test_sparse_zero_dims_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8867743Z test_sparse_zero_dims_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8867958Z test_sparse_zero_dims_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8868118Z test_sparse_zero_dims_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8868297Z test_sparse_zero_dims_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8868479Z test_sparse_zero_dims_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:27:32.8868653Z test_sparse_zero_dims_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8868824Z test_sparse_zero_dims_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8868996Z test_sparse_zero_dims_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8869167Z test_sparse_zero_dims_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8869324Z test_sparse_zero_dims_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8869531Z test_sparse_zero_dims_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8869703Z test_sparse_zero_dims_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8869865Z test_sparse_zero_dims_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8870026Z test_sparse_zero_dims_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8870182Z test_sparse_zero_dims_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8870335Z test_sparse_zero_dims_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8870491Z test_sparse_zero_dims_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8870637Z test_sparse_zero_dims_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8870795Z test_sparse_zero_dims_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8870957Z test_sparse_zero_dims_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8871122Z test_sparse_zero_dims_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8871279Z test_sparse_zero_dims_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8871438Z test_sparse_zero_dims_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8871593Z test_sparse_zero_dims_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8871752Z test_sparse_zero_dims_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8871911Z test_sparse_zero_dims_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8872061Z test_sparse_zero_dims_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8872225Z test_sparse_zero_dims_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8872383Z test_sparse_zero_dims_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8872538Z test_sparse_zero_dims_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8872693Z test_sparse_zero_dims_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8872850Z test_sparse_zero_dims_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8873005Z test_sparse_zero_dims_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8873174Z test_sparse_zero_dims_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8873383Z test_sparse_zero_dims_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8873534Z test_sparse_zero_dims_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8873694Z test_sparse_zero_dims_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8873850Z test_sparse_zero_dims_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8874007Z test_sparse_zero_dims_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8874160Z test_sparse_zero_dims_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8874317Z test_sparse_zero_dims_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8874479Z test_sparse_zero_dims_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8874650Z test_sparse_zero_dims_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8874804Z test_sparse_zero_dims_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8874999Z test_sparse_zero_dims_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8875161Z test_sparse_zero_dims_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8875317Z test_sparse_zero_dims_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8875474Z test_sparse_zero_dims_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8875631Z test_sparse_zero_dims_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8875790Z test_sparse_zero_dims_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8875949Z test_sparse_zero_dims_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8876119Z test_sparse_zero_dims_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8876276Z test_sparse_zero_dims_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8876444Z test_sparse_zero_dims_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8876608Z test_sparse_zero_dims_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8876771Z test_sparse_zero_dims_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8876934Z test_sparse_zero_dims_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8877099Z test_sparse_zero_dims_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8877266Z test_sparse_zero_dims_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8877436Z test_sparse_zero_dims_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8877587Z test_sparse_zero_dims_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8877749Z test_sparse_zero_dims_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8877913Z test_sparse_zero_dims_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8878075Z test_sparse_zero_dims_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8878234Z test_sparse_zero_dims_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8878392Z test_sparse_zero_dims_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8878554Z test_sparse_zero_dims_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8878749Z test_sparse_zero_dims_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8878910Z test_sparse_zero_dims_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8879052Z test_sparse_zero_dims_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8879212Z test_sparse_zero_dims_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8879374Z test_sparse_zero_dims_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8879544Z test_sparse_zero_dims_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8879708Z test_sparse_zero_dims_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8879876Z test_sparse_zero_dims_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8880039Z test_sparse_zero_dims_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8880209Z test_sparse_zero_dims_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8880410Z test_sparse_zero_dims_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8880565Z test_sparse_zero_dims_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8880732Z test_sparse_zero_dims_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8880899Z test_sparse_zero_dims_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8881059Z test_sparse_zero_dims_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8881217Z test_sparse_zero_dims_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8881373Z test_sparse_zero_dims_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8881532Z test_sparse_zero_dims_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8881687Z test_sparse_zero_dims_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8881832Z test_sparse_zero_dims_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8881987Z test_sparse_zero_dims_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8882151Z test_sparse_zero_dims_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8882314Z test_sparse_zero_dims_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8882473Z test_sparse_zero_dims_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8882630Z test_sparse_zero_dims_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8882786Z test_sparse_zero_dims_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8882945Z test_sparse_zero_dims_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8883106Z test_sparse_zero_dims_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8883258Z test_sparse_zero_dims_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8883419Z test_sparse_zero_dims_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8883577Z test_sparse_zero_dims_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8883734Z test_sparse_zero_dims_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8884070Z test_sparse_zero_dims_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8884262Z test_sparse_zero_dims_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8884494Z test_sparse_zero_dims_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8884655Z test_sparse_zero_dims_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8884798Z test_sparse_zero_dims_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8884959Z test_sparse_zero_dims_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8885123Z test_sparse_zero_dims_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8885283Z test_sparse_zero_dims_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8885443Z test_sparse_zero_dims_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8885596Z test_sparse_zero_dims_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8885755Z test_sparse_zero_dims_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8885910Z test_sparse_zero_dims_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8886139Z test_sparse_zero_dims_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8886292Z test_sparse_zero_dims_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8886455Z test_sparse_zero_dims_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8886617Z test_sparse_zero_dims_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8886779Z test_sparse_zero_dims_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8886939Z test_sparse_zero_dims_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8887100Z test_sparse_zero_dims_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8887268Z test_sparse_zero_dims_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8887430Z test_sparse_zero_dims_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8887577Z test_sparse_zero_dims_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8887736Z test_sparse_zero_dims_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8887888Z test_sparse_zero_dims_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8888047Z test_sparse_zero_dims_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8888200Z test_sparse_zero_dims_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8888354Z test_sparse_zero_dims_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8888512Z test_sparse_zero_dims_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8888681Z test_sparse_zero_dims_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8888846Z test_sparse_zero_dims_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8888994Z test_sparse_zero_dims_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8889155Z test_sparse_zero_dims_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8889311Z test_sparse_zero_dims_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8889468Z test_sparse_zero_dims_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8889624Z test_sparse_zero_dims_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8889779Z test_sparse_zero_dims_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8889972Z test_sparse_zero_dims_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8890139Z test_sparse_zero_dims_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8890290Z test_sparse_zero_dims_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8890450Z test_sparse_zero_dims_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8890610Z test_sparse_zero_dims_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8890769Z test_sparse_zero_dims_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8890925Z test_sparse_zero_dims_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8891079Z test_sparse_zero_dims_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8891238Z test_sparse_zero_dims_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8891430Z test_sparse_zero_dims_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8891598Z test_sparse_zero_dims_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8891748Z test_sparse_zero_dims_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8891909Z test_sparse_zero_dims_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8892067Z test_sparse_zero_dims_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8892222Z test_sparse_zero_dims_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8892376Z test_sparse_zero_dims_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8892529Z test_sparse_zero_dims_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8892690Z test_sparse_zero_dims_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8892846Z test_sparse_zero_dims_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8893011Z test_sparse_zero_dims_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8893163Z test_sparse_zero_dims_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8893323Z test_sparse_zero_dims_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8893483Z test_sparse_zero_dims_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8893639Z test_sparse_zero_dims_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:27:32.8893795Z test_sparse_zero_dims_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8893954Z test_sparse_zero_dims_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8894113Z test_sparse_zero_dims_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8894270Z test_sparse_zero_dims_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8894419Z test_sparse_zero_dims_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8894582Z test_sparse_zero_dims_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8894742Z test_sparse_zero_dims_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8894900Z test_sparse_zero_dims_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8895057Z test_sparse_zero_dims_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8895213Z test_sparse_zero_dims_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8895399Z test_sparse_zero_dims_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8895563Z test_sparse_zeros_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8895725Z test_sparse_zeros_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8895871Z test_sparse_zeros_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8896028Z test_sparse_zeros_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8896183Z test_sparse_zeros_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8896332Z test_sparse_zeros_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8896486Z test_sparse_zeros_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8896642Z test_sparse_zeros_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8896826Z test_sparse_zeros_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8896988Z test_sparse_zeros_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8897137Z test_sparse_zeros_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8897296Z test_sparse_zeros_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8897454Z test_sparse_zeros_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8897609Z test_sparse_zeros_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8897764Z test_sparse_zeros_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8897917Z test_sparse_zeros_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8898074Z test_sparse_zeros_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8898230Z test_sparse_zeros_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8898376Z test_sparse_zeros_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8898536Z test_sparse_zeros_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8898694Z test_sparse_zeros_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8898853Z test_sparse_zeros_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8899009Z test_sparse_zeros_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8899164Z test_sparse_zeros_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8899321Z test_sparse_zeros_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8899476Z test_sparse_zeros_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8899629Z test_sparse_zeros_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8899780Z test_sparse_zeros_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8899941Z test_sparse_zeros_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8900097Z test_sparse_zeros_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8900249Z test_sparse_zeros_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8900405Z test_sparse_zeros_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8900558Z test_sparse_zeros_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8900747Z test_sparse_zeros_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8900903Z test_sparse_zeros_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8901048Z test_sparse_zeros_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8901208Z test_sparse_zeros_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8901367Z test_sparse_zeros_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8901519Z test_sparse_zeros_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8901670Z test_sparse_zeros_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8901820Z test_sparse_zeros_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8901974Z test_sparse_zeros_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8902130Z test_sparse_zeros_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8902364Z test_sparse_zeros_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8902514Z test_sparse_zeros_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8902669Z test_sparse_zeros_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:27:32.8902829Z test_sparse_zeros_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8902980Z test_sparse_zeros_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8903132Z test_sparse_zeros_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8903283Z test_sparse_zeros_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:27:32.8903435Z test_sparse_zeros_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:27:32.8903591Z test_sparse_zeros_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:27:32.8903757Z test_sparse_zeros_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8903933Z test_sparse_zeros_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8904104Z test_sparse_zeros_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8904272Z test_sparse_zeros_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8904517Z test_sparse_zeros_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:27:32.8904681Z test_sparse_zeros_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:27:32.8904847Z test_sparse_zeros_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:27:32.8905016Z test_sparse_zeros_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:27:32.8905181Z test_sparse_zeros_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:27:32.8905326Z test_sparse_zeros_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8905481Z test_sparse_zeros_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8905633Z test_sparse_zeros_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8905782Z test_sparse_zeros_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8905936Z test_sparse_zeros_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8906087Z test_sparse_zeros_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8906241Z test_sparse_zeros_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8906450Z test_sparse_zeros_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8906597Z test_sparse_zeros_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8906753Z test_sparse_zeros_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8906908Z test_sparse_zeros_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8907061Z test_sparse_zeros_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8907216Z test_sparse_zeros_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8907369Z test_sparse_zeros_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8907526Z test_sparse_zeros_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8907686Z test_sparse_zeros_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8907838Z test_sparse_zeros_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8908010Z test_sparse_zeros_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8908164Z test_sparse_zeros_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8908321Z test_sparse_zeros_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8908477Z test_sparse_zeros_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8908640Z test_sparse_zeros_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8908800Z test_sparse_zeros_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8908960Z test_sparse_zeros_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8909116Z test_sparse_zeros_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8909259Z test_sparse_zeros_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8909412Z test_sparse_zeros_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8909567Z test_sparse_zeros_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8909721Z test_sparse_zeros_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8909873Z test_sparse_zeros_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8910036Z test_sparse_zeros_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8910198Z test_sparse_zeros_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8910358Z test_sparse_zeros_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8910503Z test_sparse_zeros_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8910657Z test_sparse_zeros_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8910813Z test_sparse_zeros_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8910964Z test_sparse_zeros_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8911118Z test_sparse_zeros_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8911270Z test_sparse_zeros_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8911437Z test_sparse_zeros_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8911599Z test_sparse_zeros_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8911790Z test_sparse_zeros_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8911938Z test_sparse_zeros_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8912093Z test_sparse_zeros_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8912252Z test_sparse_zeros_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8912408Z test_sparse_zeros_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8912571Z test_sparse_zeros_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8912728Z test_sparse_zeros_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8912883Z test_sparse_zeros_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8913042Z test_sparse_zeros_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8913190Z test_sparse_zeros_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8913383Z test_sparse_zeros_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8913540Z test_sparse_zeros_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8913697Z test_sparse_zeros_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8913851Z test_sparse_zeros_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8914007Z test_sparse_zeros_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8914161Z test_sparse_zeros_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8914317Z test_sparse_zeros_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8914472Z test_sparse_zeros_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8914613Z test_sparse_zeros_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8914779Z test_sparse_zeros_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8914944Z test_sparse_zeros_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8915102Z test_sparse_zeros_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8915259Z test_sparse_zeros_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8915418Z test_sparse_zeros_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8915577Z test_sparse_zeros_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8915733Z test_sparse_zeros_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8915883Z test_sparse_zeros_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8916046Z test_sparse_zeros_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8916204Z test_sparse_zeros_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8916360Z test_sparse_zeros_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8916513Z test_sparse_zeros_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8916663Z test_sparse_zeros_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8916812Z test_sparse_zeros_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8916964Z test_sparse_zeros_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8917116Z test_sparse_zeros_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8917291Z test_sparse_zeros_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8917451Z test_sparse_zeros_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8917607Z test_sparse_zeros_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8917758Z test_sparse_zeros_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8917914Z test_sparse_zeros_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8918072Z test_sparse_zeros_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8918227Z test_sparse_zeros_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8918386Z test_sparse_zeros_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8918538Z test_sparse_zeros_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8918692Z test_sparse_zeros_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8918876Z test_sparse_zeros_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8919030Z test_sparse_zeros_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8919178Z test_sparse_zeros_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8919332Z test_sparse_zeros_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8919483Z test_sparse_zeros_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8919633Z test_sparse_zeros_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8919777Z test_sparse_zeros_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8919943Z test_sparse_zeros_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8920099Z test_sparse_zeros_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8920252Z test_sparse_zeros_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8920404Z test_sparse_zeros_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8920555Z test_sparse_zeros_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8920709Z test_sparse_zeros_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8920871Z test_sparse_zeros_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8921031Z test_sparse_zeros_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8921175Z test_sparse_zeros_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8921333Z test_sparse_zeros_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8921492Z test_sparse_zeros_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8921652Z test_sparse_zeros_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8921808Z test_sparse_zeros_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8921967Z test_sparse_zeros_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8922123Z test_sparse_zeros_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8922280Z test_sparse_zeros_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8922419Z test_sparse_zeros_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8922572Z test_sparse_zeros_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8922753Z test_sparse_zeros_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8922904Z test_sparse_zeros_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8923056Z test_sparse_zeros_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8923205Z test_sparse_zeros_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8923365Z test_sparse_zeros_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8923526Z test_sparse_zeros_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8923682Z test_sparse_zeros_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8923970Z test_sparse_zeros_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8924129Z test_sparse_zeros_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8924277Z test_sparse_zeros_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8924506Z test_sparse_zeros_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8924661Z test_sparse_zeros_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8924817Z test_sparse_zeros_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8924978Z test_sparse_zeros_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8925140Z test_sparse_zeros_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8925283Z test_sparse_zeros_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8925439Z test_sparse_zeros_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8925595Z test_sparse_zeros_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8925751Z test_sparse_zeros_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8925902Z test_sparse_zeros_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8926055Z test_sparse_zeros_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8926207Z test_sparse_zeros_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8926366Z test_sparse_zeros_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8926512Z test_sparse_zeros_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8926669Z test_sparse_zeros_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8926823Z test_sparse_zeros_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8926980Z test_sparse_zeros_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8927130Z test_sparse_zeros_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8927280Z test_sparse_zeros_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8927433Z test_sparse_zeros_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8927584Z test_sparse_zeros_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8927746Z test_sparse_zeros_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8927895Z test_sparse_zeros_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8928049Z test_sparse_zeros_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8928207Z test_sparse_zeros_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8928405Z test_sparse_zeros_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8928559Z test_sparse_zeros_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8928710Z test_sparse_zeros_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8928865Z test_sparse_zeros_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8929013Z test_sparse_zeros_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8929158Z test_sparse_zeros_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8929317Z test_sparse_zeros_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8929472Z test_sparse_zeros_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8929629Z test_sparse_zeros_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8929778Z test_sparse_zeros_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8929963Z test_sparse_zeros_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8930118Z test_sparse_zeros_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:27:32.8930127Z 2022-12-01T10:27:32.8930423Z ---------------------------------------------------------------------- 2022-12-01T10:27:32.8930502Z Ran 1409 tests in 109.337s 2022-12-01T10:27:32.8930507Z 2022-12-01T10:27:32.8930568Z OK (skipped=137) 2022-12-01T10:27:32.8930573Z 2022-12-01T10:27:32.8930657Z Generating XML reports... 2022-12-01T10:27:32.8930960Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseCPU-20221201102542.xml 2022-12-01T10:27:32.8931290Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseMaskedReductionsCPU-20221201102542.xml 2022-12-01T10:27:32.8931567Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseMeta-20221201102542.xml 2022-12-01T10:27:32.8931874Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseUnaryUfuncsCPU-20221201102542.xml 2022-12-01T10:27:32.8932158Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseOneOff-20221201102542.xml 2022-12-01T10:27:32.8932163Z 2022-12-01T10:27:32.8932547Z ##[endgroup] 2022-12-01T10:27:32.8932807Z FINISHED PRINTING LOG FILE of test_sparse (/var/lib/jenkins/workspace/test/test-reports/test_sparse__v35go74) 2022-12-01T10:27:32.8932812Z 2022-12-01T10:27:37.3765644Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:27:37.4838014Z Ignoring disabled issues: [] 2022-12-01T10:27:37.5051339Z Running test_expanded_weights ... [2022-12-01 10:27:37.504733] 2022-12-01T10:27:37.5053073Z Executing ['/opt/conda/bin/python', '-bb', 'test_expanded_weights.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:27:37.505072] 2022-12-01T10:27:55.4946916Z 2022-12-01T10:27:55.4947857Z Expand the folded group to see the log file of test_expanded_weights 2022-12-01T10:27:55.4949121Z ##[group]PRINTING LOG FILE of test_expanded_weights (/var/lib/jenkins/workspace/test/test-reports/test_expanded_weights__1v57h8c) 2022-12-01T10:27:55.4950241Z Test results will be stored in test-reports/python-unittest/test_expanded_weights 2022-12-01T10:27:55.4950900Z 2022-12-01T10:27:55.4951130Z Running tests... 2022-12-01T10:27:55.4951526Z ---------------------------------------------------------------------- 2022-12-01T10:27:55.4951881Z test_cnn_model_mean_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (1.778s) 2022-12-01T10:27:55.4952384Z test_cnn_model_sum_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (1.715s) 2022-12-01T10:27:55.4955674Z test_embedding_model_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.084s) 2022-12-01T10:27:55.4956982Z test_expanded_weight_error_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-12-01T10:27:55.4957852Z test_expanded_weight_forward_nn_functional_conv1d_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.024s) 2022-12-01T10:27:55.4958675Z test_expanded_weight_forward_nn_functional_conv1d_cpu_complex128 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.054s) 2022-12-01T10:27:55.4959153Z test_expanded_weight_forward_nn_functional_conv1d_cpu_complex64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.056s) 2022-12-01T10:27:55.4959586Z test_expanded_weight_forward_nn_functional_conv1d_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.025s) 2022-12-01T10:27:55.4959999Z test_expanded_weight_forward_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.025s) 2022-12-01T10:27:55.4960429Z test_expanded_weight_forward_nn_functional_conv1d_cpu_int64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.017s) 2022-12-01T10:27:55.4961561Z test_expanded_weight_forward_nn_functional_conv2d_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: 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:896.) 2022-12-01T10:27:55.4962182Z return self.op(*args, **kwargs) 2022-12-01T10:27:55.4962372Z ok (0.081s) 2022-12-01T10:27:55.4962667Z test_expanded_weight_forward_nn_functional_conv2d_cpu_complex128 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.202s) 2022-12-01T10:27:55.4963109Z test_expanded_weight_forward_nn_functional_conv2d_cpu_complex64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.200s) 2022-12-01T10:27:55.4963543Z test_expanded_weight_forward_nn_functional_conv2d_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.095s) 2022-12-01T10:27:55.4964195Z test_expanded_weight_forward_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.086s) 2022-12-01T10:27:55.4964625Z test_expanded_weight_forward_nn_functional_conv2d_cpu_int64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.089s) 2022-12-01T10:27:55.4965061Z test_expanded_weight_forward_nn_functional_embedding_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.023s) 2022-12-01T10:27:55.4965501Z test_expanded_weight_forward_nn_functional_embedding_cpu_float16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.023s) 2022-12-01T10:27:55.4965924Z test_expanded_weight_forward_nn_functional_embedding_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.023s) 2022-12-01T10:27:55.4966368Z test_expanded_weight_forward_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.021s) 2022-12-01T10:27:55.4966806Z test_expanded_weight_forward_nn_functional_group_norm_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.013s) 2022-12-01T10:27:55.4967250Z test_expanded_weight_forward_nn_functional_group_norm_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.013s) 2022-12-01T10:27:55.4967669Z test_expanded_weight_forward_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.012s) 2022-12-01T10:27:55.4968127Z test_expanded_weight_forward_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.051s) 2022-12-01T10:27:55.4968570Z test_expanded_weight_forward_nn_functional_instance_norm_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.051s) 2022-12-01T10:27:55.4969007Z test_expanded_weight_forward_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.050s) 2022-12-01T10:27:55.4969433Z test_expanded_weight_forward_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.012s) 2022-12-01T10:27:55.4969932Z test_expanded_weight_forward_nn_functional_layer_norm_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.011s) 2022-12-01T10:27:55.4970358Z test_expanded_weight_forward_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.011s) 2022-12-01T10:27:55.4970793Z test_expanded_weight_forward_nn_functional_linear_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.026s) 2022-12-01T10:27:55.4971209Z test_expanded_weight_forward_nn_functional_linear_cpu_complex128 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.038s) 2022-12-01T10:27:55.4971646Z test_expanded_weight_forward_nn_functional_linear_cpu_complex64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.041s) 2022-12-01T10:27:55.4972079Z test_expanded_weight_forward_nn_functional_linear_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.027s) 2022-12-01T10:27:55.4972505Z test_expanded_weight_forward_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.026s) 2022-12-01T10:27:55.4972914Z test_expanded_weight_forward_nn_functional_linear_cpu_int16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.012s) 2022-12-01T10:27:55.4973381Z test_expanded_weight_forward_nn_functional_linear_cpu_int32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.012s) 2022-12-01T10:27:55.4973798Z test_expanded_weight_forward_nn_functional_linear_cpu_int64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.013s) 2022-12-01T10:27:55.4974219Z test_expanded_weight_forward_nn_functional_linear_cpu_int8 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.012s) 2022-12-01T10:27:55.4974627Z test_expanded_weight_forward_nn_functional_linear_cpu_uint8 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.012s) 2022-12-01T10:27:55.4975065Z test_expanded_weight_per_sample_grad_mean_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.040s) 2022-12-01T10:27:55.4975521Z test_expanded_weight_per_sample_grad_mean_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.138s) 2022-12-01T10:27:55.4975987Z test_expanded_weight_per_sample_grad_mean_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.007s) 2022-12-01T10:27:55.4976446Z test_expanded_weight_per_sample_grad_mean_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.020s) 2022-12-01T10:27:55.4976911Z test_expanded_weight_per_sample_grad_mean_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.094s) 2022-12-01T10:27:55.4977378Z test_expanded_weight_per_sample_grad_mean_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.016s) 2022-12-01T10:27:55.4977828Z test_expanded_weight_per_sample_grad_mean_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.069s) 2022-12-01T10:27:55.4978276Z test_expanded_weight_per_sample_grad_sum_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.040s) 2022-12-01T10:27:55.4978735Z test_expanded_weight_per_sample_grad_sum_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.146s) 2022-12-01T10:27:55.4979191Z test_expanded_weight_per_sample_grad_sum_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.007s) 2022-12-01T10:27:55.4979646Z test_expanded_weight_per_sample_grad_sum_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.021s) 2022-12-01T10:27:55.4980095Z test_expanded_weight_per_sample_grad_sum_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.130s) 2022-12-01T10:27:55.4980552Z test_expanded_weight_per_sample_grad_sum_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.016s) 2022-12-01T10:27:55.4981004Z test_expanded_weight_per_sample_grad_sum_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.069s) 2022-12-01T10:27:55.4981512Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.033s) 2022-12-01T10:27:55.4981987Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.114s) 2022-12-01T10:27:55.4982453Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.007s) 2022-12-01T10:27:55.4982936Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.015s) 2022-12-01T10:27:55.4983421Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.070s) 2022-12-01T10:27:55.4983906Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.012s) 2022-12-01T10:27:55.4984485Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.059s) 2022-12-01T10:27:55.4984901Z test_group_norm_error_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.007s) 2022-12-01T10:27:55.4985271Z test_group_norm_model_num_dim_1_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.120s) 2022-12-01T10:27:55.4985641Z test_group_norm_model_num_dim_2_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.236s) 2022-12-01T10:27:55.4985994Z test_group_norm_model_num_dim_3_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (1.175s) 2022-12-01T10:27:55.4986368Z test_instance_norm_model_num_dim_1_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.129s) 2022-12-01T10:27:55.4986751Z test_instance_norm_model_num_dim_2_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.252s) 2022-12-01T10:27:55.4987122Z test_instance_norm_model_num_dim_3_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (1.094s) 2022-12-01T10:27:55.4987496Z test_layer_norm_model_num_dim_1_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.118s) 2022-12-01T10:27:55.4987870Z test_layer_norm_model_num_dim_2_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.244s) 2022-12-01T10:27:55.4988236Z test_layer_norm_model_num_dim_3_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (1.142s) 2022-12-01T10:27:55.4988637Z test_unsupported_expand_weights_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.013s) 2022-12-01T10:27:55.4989078Z test_unsupported_expand_weights_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.038s) 2022-12-01T10:27:55.4989527Z test_unsupported_expand_weights_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-12-01T10:27:55.4989982Z test_unsupported_expand_weights_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-12-01T10:27:55.4990425Z test_unsupported_expand_weights_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.011s) 2022-12-01T10:27:55.4990881Z test_unsupported_expand_weights_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.007s) 2022-12-01T10:27:55.4991321Z test_unsupported_expand_weights_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.014s) 2022-12-01T10:27:55.4991725Z test_forward_helper_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.007s) 2022-12-01T10:27:55.4992102Z test_forward_helper_failure_args_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.004s) 2022-12-01T10:27:55.4992504Z test_set_grad_sample_if_exists_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.002s) 2022-12-01T10:27:55.4992909Z test_set_grad_sample_if_exists_failure_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.001s) 2022-12-01T10:27:55.4993352Z test_sum_over_all_but_batch_and_last_n_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.003s) 2022-12-01T10:27:55.4993763Z test_unpack_expanded_weight_or_tensor_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.002s) 2022-12-01T10:27:55.4994191Z test_unpack_expanded_weight_or_tensor_failure_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.001s) 2022-12-01T10:27:55.4994630Z test_unpack_expanded_weight_or_tensor_with_custom_function_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.001s) 2022-12-01T10:27:55.4994983Z test_Conv1d (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-12-01T10:27:55.4995307Z test_Conv1d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.013s) 2022-12-01T10:27:55.4995674Z test_Conv1d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.014s) 2022-12-01T10:27:55.4996030Z test_Conv1d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.011s) 2022-12-01T10:27:55.4996372Z test_Conv1d_pad1 (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-12-01T10:27:55.4996735Z test_Conv1d_pad1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.011s) 2022-12-01T10:27:55.4997071Z test_Conv1d_pad1size1 (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-12-01T10:27:55.4997397Z test_Conv1d_pad1size1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-12-01T10:27:55.4997722Z test_Conv1d_pad2 (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-12-01T10:27:55.4998046Z test_Conv1d_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.011s) 2022-12-01T10:27:55.4998375Z test_Conv1d_pad2size1 (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-12-01T10:27:55.4998694Z test_Conv1d_pad2size1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-12-01T10:27:55.4999031Z test_Conv1d_reflect_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-12-01T10:27:55.4999395Z test_Conv1d_reflect_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.012s) 2022-12-01T10:27:55.4999749Z test_Conv1d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-12-01T10:27:55.5000111Z test_Conv1d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.011s) 2022-12-01T10:27:55.5000452Z test_Conv1d_stride (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-12-01T10:27:55.5000778Z test_Conv1d_stride_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.011s) 2022-12-01T10:27:55.5001324Z test_Conv1d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-12-01T10:27:55.5001922Z test_Conv1d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-12-01T10:27:55.5002338Z test_Conv1d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-12-01T10:27:55.5002696Z test_Conv1d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-12-01T10:27:55.5003015Z test_Conv2d (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-12-01T10:27:55.5003332Z test_Conv2d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.015s) 2022-12-01T10:27:55.5003695Z test_Conv2d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.018s) 2022-12-01T10:27:55.5004253Z test_Conv2d_dilated (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-12-01T10:27:55.5004596Z test_Conv2d_dilated_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.011s) 2022-12-01T10:27:55.5004931Z test_Conv2d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.011s) 2022-12-01T10:27:55.5005251Z test_Conv2d_no_bias (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-12-01T10:27:55.5005643Z test_Conv2d_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-12-01T10:27:55.5005970Z test_Conv2d_padding (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-12-01T10:27:55.5006310Z test_Conv2d_padding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.011s) 2022-12-01T10:27:55.5006642Z test_Conv2d_reflect_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-12-01T10:27:55.5006999Z test_Conv2d_reflect_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.011s) 2022-12-01T10:27:55.5007356Z test_Conv2d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-12-01T10:27:55.5007722Z test_Conv2d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.011s) 2022-12-01T10:27:55.5008048Z test_Conv2d_strided (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-12-01T10:27:55.5008378Z test_Conv2d_strided_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.011s) 2022-12-01T10:27:55.5008920Z test_Conv2d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-12-01T10:27:55.5009562Z test_Conv2d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-12-01T10:27:55.5009964Z test_Conv2d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-12-01T10:27:55.5010315Z test_Conv2d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.011s) 2022-12-01T10:27:55.5010645Z test_Conv3d (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-12-01T10:27:55.5010945Z test_Conv3d_1x1x1_no_bias (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-12-01T10:27:55.5011277Z test_Conv3d_1x1x1_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-12-01T10:27:55.5011621Z test_Conv3d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.019s) 2022-12-01T10:27:55.5011987Z test_Conv3d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.024s) 2022-12-01T10:27:55.5012330Z test_Conv3d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-12-01T10:27:55.5012655Z test_Conv3d_no_bias (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-12-01T10:27:55.5012985Z test_Conv3d_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-12-01T10:27:55.5013328Z test_Conv3d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.011s) 2022-12-01T10:27:55.5013681Z test_Conv3d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.012s) 2022-12-01T10:27:55.5014027Z test_Conv3d_stride (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-12-01T10:27:55.5014361Z test_Conv3d_stride_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.011s) 2022-12-01T10:27:55.5014686Z test_Conv3d_stride_padding (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-12-01T10:27:55.5015030Z test_Conv3d_stride_padding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.012s) 2022-12-01T10:27:55.5015556Z test_Conv3d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-12-01T10:27:55.5016147Z test_Conv3d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-12-01T10:27:55.5016557Z test_Conv3d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-12-01T10:27:55.5016916Z test_Conv3d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.011s) 2022-12-01T10:27:55.5017257Z test_Embedding (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-12-01T10:27:55.5017587Z test_Embedding_discontiguous (__main__.TestExpandedWeightModule) ... ok (0.011s) 2022-12-01T10:27:55.5017989Z test_Embedding_discontiguous_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.012s) 2022-12-01T10:27:55.5018350Z test_Embedding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-12-01T10:27:55.5018681Z test_GroupNorm_1d_affine (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-12-01T10:27:55.5018997Z test_GroupNorm_1d_affine_GN (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-12-01T10:27:55.5019346Z test_GroupNorm_1d_affine_GN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-12-01T10:27:55.5019716Z test_GroupNorm_1d_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-12-01T10:27:55.5020059Z test_GroupNorm_1d_no_affine_IN (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-12-01T10:27:55.5020399Z test_GroupNorm_1d_no_affine_IN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-12-01T10:27:55.5020746Z test_GroupNorm_1d_no_affine_LN (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-12-01T10:27:55.5021109Z test_GroupNorm_1d_no_affine_LN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-12-01T10:27:55.5021479Z test_GroupNorm_2d_affine (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-12-01T10:27:55.5021820Z test_GroupNorm_2d_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-12-01T10:27:55.5022166Z test_GroupNorm_2d_no_affine_IN (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-12-01T10:27:55.5022520Z test_GroupNorm_2d_no_affine_IN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-12-01T10:27:55.5022854Z test_GroupNorm_2d_no_affine_LN (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-12-01T10:27:55.5023205Z test_GroupNorm_2d_no_affine_LN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-12-01T10:27:55.5023608Z test_LayerNorm_1d_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-12-01T10:27:55.5023990Z test_LayerNorm_1d_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-12-01T10:27:55.5024625Z test_LayerNorm_1d_empty_elementwise_affine (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-12-01T10:27:55.5025269Z test_LayerNorm_1d_empty_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-12-01T10:27:55.5025709Z test_LayerNorm_1d_no_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-12-01T10:27:55.5026094Z test_LayerNorm_1d_no_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-12-01T10:27:55.5026451Z test_LayerNorm_3d_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-12-01T10:27:55.5026824Z test_LayerNorm_3d_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-12-01T10:27:55.5027227Z test_LayerNorm_3d_no_affine_large_feature (__main__.TestExpandedWeightModule) ... ok (0.323s) 2022-12-01T10:27:55.5027610Z test_LayerNorm_3d_no_affine_large_feature_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.287s) 2022-12-01T10:27:55.5027972Z test_LayerNorm_3d_no_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-12-01T10:27:55.5028339Z test_LayerNorm_3d_no_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-12-01T10:27:55.5028675Z test_Linear (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-12-01T10:27:55.5028976Z test_Linear_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-12-01T10:27:55.5029464Z test_Linear_no_batch_dim (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients for input of rank 1 (0.001s) 2022-12-01T10:27:55.5030021Z test_Linear_no_batch_dim_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients for input of rank 1 (0.001s) 2022-12-01T10:27:55.5030473Z test_Linear_no_bias (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-12-01T10:27:55.5030791Z test_Linear_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-12-01T10:27:55.5031139Z test_per_sample_api_compute_batch_size (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-12-01T10:27:55.5031512Z test_per_sample_api_compute_batch_size_not_pytreeable (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-12-01T10:27:55.5031865Z test_per_sample_api_failing (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-12-01T10:27:55.5032049Z 2022-12-01T10:27:55.5032240Z ---------------------------------------------------------------------- 2022-12-01T10:27:55.5032492Z Ran 184 tests in 12.290s 2022-12-01T10:27:55.5032611Z 2022-12-01T10:27:55.5032684Z OK (skipped=10) 2022-12-01T10:27:55.5032793Z 2022-12-01T10:27:55.5032863Z Generating XML reports... 2022-12-01T10:27:55.5033347Z Generated XML report: test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightFunctionalCPU-20221201102742.xml 2022-12-01T10:27:55.5034067Z Generated XML report: test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightHelperFunctionCPU-20221201102742.xml 2022-12-01T10:27:55.5034687Z Generated XML report: test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightModule-20221201102742.xml 2022-12-01T10:27:55.5034947Z 2022-12-01T10:27:55.5035296Z ##[endgroup] 2022-12-01T10:27:55.5035706Z FINISHED PRINTING LOG FILE of test_expanded_weights (/var/lib/jenkins/workspace/test/test-reports/test_expanded_weights__1v57h8c) 2022-12-01T10:27:55.5035939Z 2022-12-01T10:28:00.1034101Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:28:00.2081971Z Ignoring disabled issues: [] 2022-12-01T10:28:00.2294562Z Running test_meta ... [2022-12-01 10:28:00.229144] 2022-12-01T10:28:00.2297708Z Executing ['/opt/conda/bin/python', '-bb', 'test_meta.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:28:00.229538] 2022-12-01T10:28:16.4255491Z 2022-12-01T10:28:16.4261987Z Expand the folded group to see the log file of test_meta 2022-12-01T10:28:16.4262790Z ##[group]PRINTING LOG FILE of test_meta (/var/lib/jenkins/workspace/test/test-reports/test_meta_4z1lhyv2) 2022-12-01T10:28:16.4292501Z Test results will be stored in test-reports/python-unittest/test_meta 2022-12-01T10:28:16.4292861Z 2022-12-01T10:28:16.4292944Z Running tests... 2022-12-01T10:28:16.4293381Z ---------------------------------------------------------------------- 2022-12-01T10:28:16.4293930Z test_dispatch_meta_H_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4302538Z test_dispatch_meta_H_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4303041Z test_dispatch_meta_H_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4303581Z test_dispatch_meta_H_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4304085Z test_dispatch_meta_H_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4304600Z test_dispatch_meta_H_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4386341Z test_dispatch_meta_H_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4387024Z test_dispatch_meta_H_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4387616Z test_dispatch_meta_H_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4388165Z test_dispatch_meta_H_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4388728Z test_dispatch_meta_H_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4389537Z test_dispatch_meta_H_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4390147Z test_dispatch_meta_H_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4390753Z test_dispatch_meta_T_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4391269Z test_dispatch_meta_T_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4391764Z test_dispatch_meta_T_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4392266Z test_dispatch_meta_T_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4392715Z test_dispatch_meta_T_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4393202Z test_dispatch_meta_T_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4393674Z test_dispatch_meta_T_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4394084Z test_dispatch_meta_T_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4394673Z test_dispatch_meta_T_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4395048Z test_dispatch_meta_T_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4395514Z test_dispatch_meta_T_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4395968Z test_dispatch_meta_T_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4396411Z test_dispatch_meta_T_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4396875Z test_dispatch_meta___getitem___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4397399Z test_dispatch_meta___getitem___cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4397818Z test_dispatch_meta___getitem___cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4398349Z test_dispatch_meta___getitem___cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4398829Z test_dispatch_meta___getitem___cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4399298Z test_dispatch_meta___getitem___cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4399771Z test_dispatch_meta___getitem___cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4400256Z test_dispatch_meta___getitem___cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4400763Z test_dispatch_meta___getitem___cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4401194Z test_dispatch_meta___getitem___cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4401701Z test_dispatch_meta___getitem___cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4402193Z test_dispatch_meta___getitem___cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4402615Z test_dispatch_meta___getitem___cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4403138Z test_dispatch_meta___radd___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4403637Z test_dispatch_meta___radd___cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4404255Z test_dispatch_meta___radd___cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4404761Z test_dispatch_meta___radd___cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4405357Z test_dispatch_meta___radd___cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4405831Z test_dispatch_meta___radd___cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4406315Z test_dispatch_meta___radd___cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4423712Z test_dispatch_meta___radd___cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4424658Z test_dispatch_meta___radd___cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4425406Z test_dispatch_meta___radd___cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4426997Z test_dispatch_meta___radd___cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4428563Z test_dispatch_meta___radd___cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4429196Z test_dispatch_meta___rand___cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4430125Z test_dispatch_meta___rand___cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4431547Z test_dispatch_meta___rand___cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4432238Z test_dispatch_meta___rand___cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4433727Z test_dispatch_meta___rand___cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4435315Z test_dispatch_meta___rand___cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4435914Z test_dispatch_meta___rdiv___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4436669Z test_dispatch_meta___rdiv___cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4437485Z test_dispatch_meta___rdiv___cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4438167Z test_dispatch_meta___rdiv___cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4438840Z test_dispatch_meta___rdiv___cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4439491Z test_dispatch_meta___rdiv___cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4440150Z test_dispatch_meta___rdiv___cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4440728Z test_dispatch_meta___rdiv___cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4441216Z test_dispatch_meta___rdiv___cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4441757Z test_dispatch_meta___rdiv___cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4442383Z test_dispatch_meta___rdiv___cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4443013Z test_dispatch_meta___rdiv___cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4443645Z test_dispatch_meta___rmatmul___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4444532Z test_dispatch_meta___rmatmul___cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4445217Z test_dispatch_meta___rmatmul___cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4445860Z test_dispatch_meta___rmatmul___cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4446525Z test_dispatch_meta___rmatmul___cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4447372Z test_dispatch_meta___rmatmul___cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4448036Z test_dispatch_meta___rmatmul___cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4448666Z test_dispatch_meta___rmatmul___cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4449319Z test_dispatch_meta___rmatmul___cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4450015Z test_dispatch_meta___rmatmul___cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4450635Z test_dispatch_meta___rmod___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4451225Z test_dispatch_meta___rmod___cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4451819Z test_dispatch_meta___rmod___cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4452419Z test_dispatch_meta___rmod___cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4453036Z test_dispatch_meta___rmul___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4453541Z test_dispatch_meta___rmul___cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4454022Z test_dispatch_meta___rmul___cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4454467Z test_dispatch_meta___rmul___cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4454912Z test_dispatch_meta___rmul___cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.020s) 2022-12-01T10:28:16.4455392Z test_dispatch_meta___rmul___cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4457683Z test_dispatch_meta___rmul___cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4458179Z test_dispatch_meta___rmul___cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4458702Z test_dispatch_meta___rmul___cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4459209Z test_dispatch_meta___rmul___cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4459701Z test_dispatch_meta___rmul___cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4460133Z test_dispatch_meta___rmul___cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4460629Z test_dispatch_meta___ror___cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4461098Z test_dispatch_meta___ror___cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4461566Z test_dispatch_meta___ror___cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4462033Z test_dispatch_meta___ror___cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4462452Z test_dispatch_meta___ror___cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4462963Z test_dispatch_meta___ror___cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4463545Z test_dispatch_meta___rpow___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4464002Z test_dispatch_meta___rpow___cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4464565Z test_dispatch_meta___rpow___cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4465128Z test_dispatch_meta___rpow___cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4465721Z test_dispatch_meta___rpow___cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4466228Z test_dispatch_meta___rpow___cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4466662Z test_dispatch_meta___rpow___cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4467009Z test_dispatch_meta___rpow___cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4467352Z test_dispatch_meta___rpow___cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4467716Z test_dispatch_meta___rpow___cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4468059Z test_dispatch_meta___rpow___cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4468405Z test_dispatch_meta___rsub___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4468762Z test_dispatch_meta___rsub___cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4469153Z test_dispatch_meta___rsub___cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4469504Z test_dispatch_meta___rsub___cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4469850Z test_dispatch_meta___rsub___cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4470194Z test_dispatch_meta___rsub___cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4470523Z test_dispatch_meta___rsub___cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4470860Z test_dispatch_meta___rsub___cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4471200Z test_dispatch_meta___rsub___cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4471524Z test_dispatch_meta___rsub___cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4471867Z test_dispatch_meta___rsub___cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4472208Z test_dispatch_meta___rxor___cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4472548Z test_dispatch_meta___rxor___cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4472872Z test_dispatch_meta___rxor___cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4473207Z test_dispatch_meta___rxor___cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4473539Z test_dispatch_meta___rxor___cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4473875Z test_dispatch_meta___rxor___cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4474202Z test_dispatch_meta_abs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4474550Z test_dispatch_meta_abs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4474897Z test_dispatch_meta_abs_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4475228Z test_dispatch_meta_abs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4475568Z test_dispatch_meta_abs_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4475903Z test_dispatch_meta_abs_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4476236Z test_dispatch_meta_abs_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4476558Z test_dispatch_meta_abs_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4476929Z test_dispatch_meta_abs_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4477260Z test_dispatch_meta_abs_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4477593Z test_dispatch_meta_abs_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4477913Z test_dispatch_meta_abs_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4478249Z test_dispatch_meta_acos_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4478592Z test_dispatch_meta_acos_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4478920Z test_dispatch_meta_acos_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4479271Z test_dispatch_meta_acos_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4479621Z test_dispatch_meta_acos_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4479999Z test_dispatch_meta_acos_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4480328Z test_dispatch_meta_acos_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4480660Z test_dispatch_meta_acos_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4480991Z test_dispatch_meta_acos_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4481321Z test_dispatch_meta_acos_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4481636Z test_dispatch_meta_acos_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4481974Z test_dispatch_meta_acosh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4482317Z test_dispatch_meta_acosh_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4482654Z test_dispatch_meta_acosh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4482999Z test_dispatch_meta_acosh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4483345Z test_dispatch_meta_acosh_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4483694Z test_dispatch_meta_acosh_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4489608Z test_dispatch_meta_acosh_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4490160Z test_dispatch_meta_acosh_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4490647Z test_dispatch_meta_acosh_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4491152Z test_dispatch_meta_acosh_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4491603Z test_dispatch_meta_acosh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4492077Z test_dispatch_meta_add_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4492559Z test_dispatch_meta_add_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4493061Z test_dispatch_meta_add_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4493573Z test_dispatch_meta_add_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4494100Z test_dispatch_meta_add_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4494571Z test_dispatch_meta_add_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4495145Z test_dispatch_meta_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4495620Z test_dispatch_meta_add_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4496087Z test_dispatch_meta_add_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4496529Z test_dispatch_meta_add_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4496984Z test_dispatch_meta_add_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4497430Z test_dispatch_meta_add_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4497901Z test_dispatch_meta_add_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4498345Z test_dispatch_meta_addbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4498841Z test_dispatch_meta_addbmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4499431Z test_dispatch_meta_addbmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4499925Z test_dispatch_meta_addbmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4500398Z test_dispatch_meta_addbmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4500887Z test_dispatch_meta_addbmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4501375Z test_dispatch_meta_addbmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4501864Z test_dispatch_meta_addbmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4502332Z test_dispatch_meta_addbmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4502809Z test_dispatch_meta_addbmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4503336Z test_dispatch_meta_addcdiv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4503879Z test_dispatch_meta_addcdiv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4504463Z test_dispatch_meta_addcdiv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4504908Z test_dispatch_meta_addcdiv_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4505261Z test_dispatch_meta_addcdiv_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4505608Z test_dispatch_meta_addcmul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4505954Z test_dispatch_meta_addcmul_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4506414Z test_dispatch_meta_addcmul_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4506773Z test_dispatch_meta_addcmul_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4507120Z test_dispatch_meta_addcmul_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4507541Z test_dispatch_meta_addcmul_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4508229Z test_dispatch_meta_addcmul_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4508569Z test_dispatch_meta_addcmul_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4508903Z test_dispatch_meta_addcmul_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4509248Z test_dispatch_meta_addcmul_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4509669Z test_dispatch_meta_addmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4510023Z test_dispatch_meta_addmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4510360Z test_dispatch_meta_addmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4510705Z test_dispatch_meta_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4511046Z test_dispatch_meta_addmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4511383Z test_dispatch_meta_addmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4511702Z test_dispatch_meta_addmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4512031Z test_dispatch_meta_addmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4512375Z test_dispatch_meta_addmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4512733Z test_dispatch_meta_addmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4513089Z test_dispatch_meta_addmm_decomposed_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4513465Z test_dispatch_meta_addmm_decomposed_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4513840Z test_dispatch_meta_addmm_decomposed_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4514196Z test_dispatch_meta_addmm_decomposed_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4514557Z test_dispatch_meta_addmm_decomposed_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4514923Z test_dispatch_meta_addmm_decomposed_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4515288Z test_dispatch_meta_addmm_decomposed_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4515633Z test_dispatch_meta_addmm_decomposed_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4515996Z test_dispatch_meta_addmm_decomposed_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4516359Z test_dispatch_meta_addmm_decomposed_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4516710Z test_dispatch_meta_addmv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4517047Z test_dispatch_meta_addmv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4517397Z test_dispatch_meta_addmv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4517747Z test_dispatch_meta_addmv_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4518080Z test_dispatch_meta_addmv_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4518415Z test_dispatch_meta_addmv_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4518750Z test_dispatch_meta_addmv_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4519080Z test_dispatch_meta_addmv_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4519403Z test_dispatch_meta_addmv_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4519734Z test_dispatch_meta_addmv_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4520078Z test_dispatch_meta_addr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4520466Z test_dispatch_meta_addr_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4520800Z test_dispatch_meta_addr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4521145Z test_dispatch_meta_addr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4521491Z test_dispatch_meta_addr_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4521820Z test_dispatch_meta_addr_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4522160Z test_dispatch_meta_addr_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4522501Z test_dispatch_meta_addr_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4522835Z test_dispatch_meta_addr_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4523156Z test_dispatch_meta_addr_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4523548Z test_dispatch_meta_addr_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4524033Z test_dispatch_meta_addr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4524378Z test_dispatch_meta_all_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4524709Z test_dispatch_meta_all_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4525052Z test_dispatch_meta_all_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4525399Z test_dispatch_meta_all_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4525729Z test_dispatch_meta_all_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4526073Z test_dispatch_meta_all_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4526406Z test_dispatch_meta_all_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4526745Z test_dispatch_meta_all_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4527067Z test_dispatch_meta_all_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4527388Z test_dispatch_meta_all_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4527736Z test_dispatch_meta_all_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4528063Z test_dispatch_meta_all_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4528395Z test_dispatch_meta_allclose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4528755Z test_dispatch_meta_allclose_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4529116Z test_dispatch_meta_allclose_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4529457Z test_dispatch_meta_allclose_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4529807Z test_dispatch_meta_allclose_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4530158Z test_dispatch_meta_allclose_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4530505Z test_dispatch_meta_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4530833Z test_dispatch_meta_amax_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4531171Z test_dispatch_meta_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4531595Z test_dispatch_meta_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4531937Z test_dispatch_meta_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.003s) 2022-12-01T10:28:16.4532263Z test_dispatch_meta_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4532602Z test_dispatch_meta_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4532933Z test_dispatch_meta_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4533254Z test_dispatch_meta_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4533585Z test_dispatch_meta_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4533922Z test_dispatch_meta_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4534261Z test_dispatch_meta_amin_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4534630Z test_dispatch_meta_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4534973Z test_dispatch_meta_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4535311Z test_dispatch_meta_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4535652Z test_dispatch_meta_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4535970Z test_dispatch_meta_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4536337Z test_dispatch_meta_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4536668Z test_dispatch_meta_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4536991Z test_dispatch_meta_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4537330Z test_dispatch_meta_aminmax_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4537677Z test_dispatch_meta_aminmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4538023Z test_dispatch_meta_aminmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4538351Z test_dispatch_meta_aminmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4538693Z test_dispatch_meta_aminmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4539035Z test_dispatch_meta_aminmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4539378Z test_dispatch_meta_aminmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4539709Z test_dispatch_meta_aminmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4540058Z test_dispatch_meta_angle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4540401Z test_dispatch_meta_angle_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4540732Z test_dispatch_meta_angle_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4541086Z test_dispatch_meta_angle_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4541435Z test_dispatch_meta_angle_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4541777Z test_dispatch_meta_angle_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4542107Z test_dispatch_meta_angle_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4542493Z test_dispatch_meta_angle_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4542834Z test_dispatch_meta_angle_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4543168Z test_dispatch_meta_angle_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4543491Z test_dispatch_meta_angle_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4543824Z test_dispatch_meta_angle_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4544160Z test_dispatch_meta_any_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4544555Z test_dispatch_meta_any_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4544900Z test_dispatch_meta_any_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4545249Z test_dispatch_meta_any_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4545628Z test_dispatch_meta_any_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4545952Z test_dispatch_meta_any_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4546280Z test_dispatch_meta_any_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4546617Z test_dispatch_meta_any_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4546946Z test_dispatch_meta_any_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4547261Z test_dispatch_meta_any_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4547587Z test_dispatch_meta_any_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4547915Z test_dispatch_meta_any_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4548247Z test_dispatch_meta_arange_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4548596Z test_dispatch_meta_arange_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4548941Z test_dispatch_meta_arange_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4549286Z test_dispatch_meta_arange_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4549616Z test_dispatch_meta_arange_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4549954Z test_dispatch_meta_arange_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4550293Z test_dispatch_meta_arange_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4550631Z test_dispatch_meta_arange_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4550958Z test_dispatch_meta_arange_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4551299Z test_dispatch_meta_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4551641Z test_dispatch_meta_argmax_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4551973Z test_dispatch_meta_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4552318Z test_dispatch_meta_argmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4552659Z test_dispatch_meta_argmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4553002Z test_dispatch_meta_argmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4553368Z test_dispatch_meta_argmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4553704Z test_dispatch_meta_argmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4554044Z test_dispatch_meta_argmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4554390Z test_dispatch_meta_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4554724Z test_dispatch_meta_argmin_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4555073Z test_dispatch_meta_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4555415Z test_dispatch_meta_argmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4555739Z test_dispatch_meta_argmin_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4556084Z test_dispatch_meta_argmin_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4556459Z test_dispatch_meta_argmin_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4556802Z test_dispatch_meta_argmin_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4557127Z test_dispatch_meta_argmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4557468Z test_dispatch_meta_argsort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4557812Z test_dispatch_meta_argsort_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4558155Z test_dispatch_meta_argsort_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4558487Z test_dispatch_meta_argsort_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4558831Z test_dispatch_meta_argsort_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4559177Z test_dispatch_meta_argsort_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4559508Z test_dispatch_meta_argsort_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4559849Z test_dispatch_meta_argsort_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4560187Z test_dispatch_meta_argsort_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4560530Z test_dispatch_meta_argsort_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4560867Z test_dispatch_meta_argwhere_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4561217Z test_dispatch_meta_argwhere_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4561573Z test_dispatch_meta_argwhere_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4561933Z test_dispatch_meta_argwhere_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4562277Z test_dispatch_meta_argwhere_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4562628Z test_dispatch_meta_argwhere_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4562976Z test_dispatch_meta_argwhere_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4563311Z test_dispatch_meta_argwhere_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4563656Z test_dispatch_meta_argwhere_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4564303Z test_dispatch_meta_argwhere_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4564804Z test_dispatch_meta_argwhere_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4565296Z test_dispatch_meta_argwhere_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4565652Z test_dispatch_meta_as_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4566005Z test_dispatch_meta_as_strided_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4566360Z test_dispatch_meta_as_strided_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4566711Z test_dispatch_meta_as_strided_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4567071Z test_dispatch_meta_as_strided_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4567426Z test_dispatch_meta_as_strided_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4567868Z test_dispatch_meta_as_strided_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4568208Z test_dispatch_meta_as_strided_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4568560Z test_dispatch_meta_as_strided_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4568908Z test_dispatch_meta_as_strided_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4569239Z test_dispatch_meta_as_strided_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4569590Z test_dispatch_meta_as_strided_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4569939Z test_dispatch_meta_as_strided_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4570302Z test_dispatch_meta_as_strided_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4570736Z test_dispatch_meta_as_strided_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4571419Z test_dispatch_meta_as_strided_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4571965Z test_dispatch_meta_as_strided_scatter_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4572343Z test_dispatch_meta_as_strided_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4572707Z test_dispatch_meta_as_strided_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4573077Z test_dispatch_meta_as_strided_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4573445Z test_dispatch_meta_as_strided_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4573813Z test_dispatch_meta_as_strided_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4574161Z test_dispatch_meta_as_strided_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4574513Z test_dispatch_meta_as_strided_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4574874Z test_dispatch_meta_as_strided_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4575228Z test_dispatch_meta_as_strided_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4575577Z test_dispatch_meta_asin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4575995Z test_dispatch_meta_asin_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4576340Z test_dispatch_meta_asin_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4576679Z test_dispatch_meta_asin_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4577026Z test_dispatch_meta_asin_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4577368Z test_dispatch_meta_asin_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4577706Z test_dispatch_meta_asin_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4578032Z test_dispatch_meta_asin_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4578359Z test_dispatch_meta_asin_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4578697Z test_dispatch_meta_asin_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4579058Z test_dispatch_meta_asin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4579400Z test_dispatch_meta_asinh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4579746Z test_dispatch_meta_asinh_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4580092Z test_dispatch_meta_asinh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4580427Z test_dispatch_meta_asinh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4580771Z test_dispatch_meta_asinh_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4581118Z test_dispatch_meta_asinh_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4581458Z test_dispatch_meta_asinh_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4581780Z test_dispatch_meta_asinh_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4582112Z test_dispatch_meta_asinh_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4582445Z test_dispatch_meta_asinh_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4582766Z test_dispatch_meta_asinh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4583106Z test_dispatch_meta_atan2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4583448Z test_dispatch_meta_atan2_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4583781Z test_dispatch_meta_atan2_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4584116Z test_dispatch_meta_atan2_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4584527Z test_dispatch_meta_atan2_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4584861Z test_dispatch_meta_atan2_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4585196Z test_dispatch_meta_atan2_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4585514Z test_dispatch_meta_atan2_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4585843Z test_dispatch_meta_atan2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4586182Z test_dispatch_meta_atan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4586509Z test_dispatch_meta_atan_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4586909Z test_dispatch_meta_atan_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4587259Z test_dispatch_meta_atan_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4587604Z test_dispatch_meta_atan_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4587936Z test_dispatch_meta_atan_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4588276Z test_dispatch_meta_atan_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4588608Z test_dispatch_meta_atan_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4588937Z test_dispatch_meta_atan_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4589257Z test_dispatch_meta_atan_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4589593Z test_dispatch_meta_atan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4589975Z test_dispatch_meta_atanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4590307Z test_dispatch_meta_atanh_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4590657Z test_dispatch_meta_atanh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4591006Z test_dispatch_meta_atanh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4591356Z test_dispatch_meta_atanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4591682Z test_dispatch_meta_atanh_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4592024Z test_dispatch_meta_atanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4592360Z test_dispatch_meta_atanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4592691Z test_dispatch_meta_atanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4593012Z test_dispatch_meta_atanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4593345Z test_dispatch_meta_atanh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4593696Z test_dispatch_meta_atleast_1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4594035Z test_dispatch_meta_atleast_1d_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4594389Z test_dispatch_meta_atleast_1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4594752Z test_dispatch_meta_atleast_1d_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4595114Z test_dispatch_meta_atleast_1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4595459Z test_dispatch_meta_atleast_1d_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4595816Z test_dispatch_meta_atleast_1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4596166Z test_dispatch_meta_atleast_1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4596514Z test_dispatch_meta_atleast_1d_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4596851Z test_dispatch_meta_atleast_1d_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4597193Z test_dispatch_meta_atleast_1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4597542Z test_dispatch_meta_atleast_1d_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4597937Z test_dispatch_meta_atleast_1d_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4598279Z test_dispatch_meta_atleast_2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4598633Z test_dispatch_meta_atleast_2d_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4598987Z test_dispatch_meta_atleast_2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4599335Z test_dispatch_meta_atleast_2d_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4599694Z test_dispatch_meta_atleast_2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4600048Z test_dispatch_meta_atleast_2d_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4600399Z test_dispatch_meta_atleast_2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4600797Z test_dispatch_meta_atleast_2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4601149Z test_dispatch_meta_atleast_2d_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4601498Z test_dispatch_meta_atleast_2d_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4601840Z test_dispatch_meta_atleast_2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4602175Z test_dispatch_meta_atleast_2d_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4602521Z test_dispatch_meta_atleast_2d_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4602872Z test_dispatch_meta_atleast_3d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4603209Z test_dispatch_meta_atleast_3d_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4603568Z test_dispatch_meta_atleast_3d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4604126Z test_dispatch_meta_atleast_3d_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4604675Z test_dispatch_meta_atleast_3d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4605245Z test_dispatch_meta_atleast_3d_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4605904Z test_dispatch_meta_atleast_3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4606735Z test_dispatch_meta_atleast_3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4607758Z test_dispatch_meta_atleast_3d_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4644517Z test_dispatch_meta_atleast_3d_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4645348Z test_dispatch_meta_atleast_3d_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4645931Z test_dispatch_meta_atleast_3d_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4689657Z test_dispatch_meta_atleast_3d_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4690053Z test_dispatch_meta_baddbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4690419Z test_dispatch_meta_baddbmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4690840Z test_dispatch_meta_baddbmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4691424Z test_dispatch_meta_baddbmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4692286Z test_dispatch_meta_baddbmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4692868Z test_dispatch_meta_baddbmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4693461Z test_dispatch_meta_baddbmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4694034Z test_dispatch_meta_baddbmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4694630Z test_dispatch_meta_baddbmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4695204Z test_dispatch_meta_baddbmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4695755Z test_dispatch_meta_bernoulli_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4696332Z test_dispatch_meta_bernoulli_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4697009Z test_dispatch_meta_bernoulli_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4697597Z test_dispatch_meta_bfloat16_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4698153Z test_dispatch_meta_bfloat16_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4698736Z test_dispatch_meta_bfloat16_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4699318Z test_dispatch_meta_bfloat16_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4699886Z test_dispatch_meta_bfloat16_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4700469Z test_dispatch_meta_bfloat16_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4701055Z test_dispatch_meta_bfloat16_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4701638Z test_dispatch_meta_bfloat16_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4702147Z test_dispatch_meta_bfloat16_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4703545Z test_dispatch_meta_bfloat16_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4704137Z test_dispatch_meta_bfloat16_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4704769Z test_dispatch_meta_bfloat16_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4705310Z test_dispatch_meta_bfloat16_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4705936Z test_dispatch_meta_bincount_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4706499Z test_dispatch_meta_bincount_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4707081Z test_dispatch_meta_bincount_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4707632Z test_dispatch_meta_bincount_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4708208Z test_dispatch_meta_bincount_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4708787Z test_dispatch_meta_bitwise_and_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4709370Z test_dispatch_meta_bitwise_and_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4709940Z test_dispatch_meta_bitwise_and_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4710512Z test_dispatch_meta_bitwise_and_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4711199Z test_dispatch_meta_bitwise_and_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4711783Z test_dispatch_meta_bitwise_and_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4712357Z test_dispatch_meta_bitwise_left_shift_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4712947Z test_dispatch_meta_bitwise_left_shift_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4713560Z test_dispatch_meta_bitwise_left_shift_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4714162Z test_dispatch_meta_bitwise_left_shift_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4714726Z test_dispatch_meta_bitwise_left_shift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4715311Z test_dispatch_meta_bitwise_not_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4715966Z test_dispatch_meta_bitwise_not_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4716530Z test_dispatch_meta_bitwise_not_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4717106Z test_dispatch_meta_bitwise_not_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4717698Z test_dispatch_meta_bitwise_not_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4718268Z test_dispatch_meta_bitwise_not_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4718823Z test_dispatch_meta_bitwise_or_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4719397Z test_dispatch_meta_bitwise_or_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4720224Z test_dispatch_meta_bitwise_or_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4720814Z test_dispatch_meta_bitwise_or_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4721370Z test_dispatch_meta_bitwise_or_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4721959Z test_dispatch_meta_bitwise_or_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4722556Z test_dispatch_meta_bitwise_right_shift_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4723180Z test_dispatch_meta_bitwise_right_shift_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4723778Z test_dispatch_meta_bitwise_right_shift_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4724702Z test_dispatch_meta_bitwise_right_shift_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4725402Z test_dispatch_meta_bitwise_right_shift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4725990Z test_dispatch_meta_bitwise_xor_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4726561Z test_dispatch_meta_bitwise_xor_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4727208Z test_dispatch_meta_bitwise_xor_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.039s) 2022-12-01T10:28:16.4727779Z test_dispatch_meta_bitwise_xor_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4728402Z test_dispatch_meta_bitwise_xor_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4728995Z test_dispatch_meta_bitwise_xor_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4729751Z test_dispatch_meta_block_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4730404Z test_dispatch_meta_block_diag_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4730960Z test_dispatch_meta_block_diag_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4731546Z test_dispatch_meta_block_diag_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4732127Z test_dispatch_meta_block_diag_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4732732Z test_dispatch_meta_block_diag_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4733311Z test_dispatch_meta_block_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4733880Z test_dispatch_meta_block_diag_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4734479Z test_dispatch_meta_block_diag_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4735135Z test_dispatch_meta_block_diag_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4735704Z test_dispatch_meta_block_diag_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4736293Z test_dispatch_meta_block_diag_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4736941Z test_dispatch_meta_block_diag_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4737528Z test_dispatch_meta_bmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4738093Z test_dispatch_meta_bmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4738679Z test_dispatch_meta_bmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4739262Z test_dispatch_meta_bmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4739838Z test_dispatch_meta_bmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4740389Z test_dispatch_meta_bmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4740960Z test_dispatch_meta_bmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4741515Z test_dispatch_meta_bmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4742087Z test_dispatch_meta_bmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4742713Z test_dispatch_meta_bmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4743351Z test_dispatch_meta_bool_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4743984Z test_dispatch_meta_bool_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4744666Z test_dispatch_meta_bool_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4745139Z test_dispatch_meta_bool_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4745496Z test_dispatch_meta_bool_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4745843Z test_dispatch_meta_bool_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4746172Z test_dispatch_meta_bool_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4746512Z test_dispatch_meta_bool_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4746857Z test_dispatch_meta_bool_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4747247Z test_dispatch_meta_bool_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4747591Z test_dispatch_meta_bool_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4747927Z test_dispatch_meta_bool_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4748267Z test_dispatch_meta_bool_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4748615Z test_dispatch_meta_broadcast_shapes_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4748991Z test_dispatch_meta_broadcast_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4749362Z test_dispatch_meta_broadcast_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4749743Z test_dispatch_meta_broadcast_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4750157Z test_dispatch_meta_broadcast_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4750539Z test_dispatch_meta_broadcast_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4750914Z test_dispatch_meta_broadcast_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4751290Z test_dispatch_meta_broadcast_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4751651Z test_dispatch_meta_broadcast_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4752020Z test_dispatch_meta_broadcast_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4752386Z test_dispatch_meta_broadcast_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4752742Z test_dispatch_meta_broadcast_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4753114Z test_dispatch_meta_broadcast_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4753486Z test_dispatch_meta_broadcast_to_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4753853Z test_dispatch_meta_broadcast_to_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4754203Z test_dispatch_meta_broadcast_to_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4754582Z test_dispatch_meta_broadcast_to_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4754950Z test_dispatch_meta_broadcast_to_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4755311Z test_dispatch_meta_broadcast_to_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4755655Z test_dispatch_meta_broadcast_to_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4756015Z test_dispatch_meta_broadcast_to_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4756375Z test_dispatch_meta_broadcast_to_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4756735Z test_dispatch_meta_broadcast_to_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4757083Z test_dispatch_meta_broadcast_to_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4757441Z test_dispatch_meta_broadcast_to_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4757797Z test_dispatch_meta_bucketize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4758201Z test_dispatch_meta_bucketize_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4758571Z test_dispatch_meta_bucketize_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4758928Z test_dispatch_meta_bucketize_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4759283Z test_dispatch_meta_bucketize_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4759616Z test_dispatch_meta_bucketize_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4759966Z test_dispatch_meta_bucketize_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4760318Z test_dispatch_meta_bucketize_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.003s) 2022-12-01T10:28:16.4760666Z test_dispatch_meta_bucketize_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4761007Z test_dispatch_meta_byte_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4761391Z test_dispatch_meta_byte_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4761739Z test_dispatch_meta_byte_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4762077Z test_dispatch_meta_byte_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4762423Z test_dispatch_meta_byte_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4762770Z test_dispatch_meta_byte_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4763114Z test_dispatch_meta_byte_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4763440Z test_dispatch_meta_byte_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4763786Z test_dispatch_meta_byte_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4764517Z test_dispatch_meta_byte_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4765030Z test_dispatch_meta_byte_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4765354Z test_dispatch_meta_byte_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4765711Z test_dispatch_meta_cartesian_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4766083Z test_dispatch_meta_cartesian_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4766457Z test_dispatch_meta_cartesian_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4766824Z test_dispatch_meta_cartesian_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4767196Z test_dispatch_meta_cartesian_prod_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4767571Z test_dispatch_meta_cartesian_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4767918Z test_dispatch_meta_cartesian_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4768280Z test_dispatch_meta_cartesian_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4768647Z test_dispatch_meta_cartesian_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4769016Z test_dispatch_meta_cartesian_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4769362Z test_dispatch_meta_cartesian_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4769855Z test_dispatch_meta_cartesian_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4770207Z test_dispatch_meta_cat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4770558Z test_dispatch_meta_cat_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4770934Z test_dispatch_meta_cat_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4771285Z test_dispatch_meta_cat_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4771628Z test_dispatch_meta_cat_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4771961Z test_dispatch_meta_cat_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4772304Z test_dispatch_meta_cat_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4772650Z test_dispatch_meta_cat_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4773041Z test_dispatch_meta_cat_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4773370Z test_dispatch_meta_cat_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4773706Z test_dispatch_meta_cat_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4774044Z test_dispatch_meta_cat_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4774381Z test_dispatch_meta_cat_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4774711Z test_dispatch_meta_cdist_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4775055Z test_dispatch_meta_cdist_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4775402Z test_dispatch_meta_ceil_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4775735Z test_dispatch_meta_ceil_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4776077Z test_dispatch_meta_ceil_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4776421Z test_dispatch_meta_ceil_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4776760Z test_dispatch_meta_ceil_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4777084Z test_dispatch_meta_ceil_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4777417Z test_dispatch_meta_ceil_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4777758Z test_dispatch_meta_ceil_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4778112Z test_dispatch_meta_chalf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4778440Z test_dispatch_meta_chalf_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4778788Z test_dispatch_meta_chalf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4779138Z test_dispatch_meta_chalf_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4779470Z test_dispatch_meta_chalf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4779816Z test_dispatch_meta_chalf_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4780158Z test_dispatch_meta_chalf_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4780497Z test_dispatch_meta_chalf_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4780874Z test_dispatch_meta_chalf_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4781217Z test_dispatch_meta_chalf_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4781555Z test_dispatch_meta_chalf_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4781894Z test_dispatch_meta_chalf_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4782217Z test_dispatch_meta_chalf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4782563Z test_dispatch_meta_char_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4782909Z test_dispatch_meta_char_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4783247Z test_dispatch_meta_char_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4783604Z test_dispatch_meta_char_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4783992Z test_dispatch_meta_char_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4784341Z test_dispatch_meta_char_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4784755Z test_dispatch_meta_char_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4785100Z test_dispatch_meta_char_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4785446Z test_dispatch_meta_char_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4785787Z test_dispatch_meta_char_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4786107Z test_dispatch_meta_char_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4786451Z test_dispatch_meta_char_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4786790Z test_dispatch_meta_char_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4787128Z test_dispatch_meta_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4787496Z test_dispatch_meta_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4787855Z test_dispatch_meta_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4788213Z test_dispatch_meta_cholesky_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4788566Z test_dispatch_meta_cholesky_inverse_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4788943Z test_dispatch_meta_cholesky_inverse_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4789324Z test_dispatch_meta_cholesky_inverse_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4789697Z test_dispatch_meta_cholesky_inverse_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4790058Z test_dispatch_meta_cholesky_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4790428Z test_dispatch_meta_cholesky_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4790796Z test_dispatch_meta_cholesky_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4791162Z test_dispatch_meta_cholesky_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4791505Z test_dispatch_meta_chunk_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4791917Z test_dispatch_meta_chunk_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4792268Z test_dispatch_meta_chunk_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4792609Z test_dispatch_meta_chunk_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4792956Z test_dispatch_meta_chunk_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4793307Z test_dispatch_meta_chunk_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4793648Z test_dispatch_meta_chunk_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4793975Z test_dispatch_meta_chunk_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4794312Z test_dispatch_meta_chunk_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4794656Z test_dispatch_meta_chunk_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4795033Z test_dispatch_meta_chunk_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4795362Z test_dispatch_meta_chunk_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4795701Z test_dispatch_meta_chunk_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4796047Z test_dispatch_meta_clamp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4796380Z test_dispatch_meta_clamp_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4796730Z test_dispatch_meta_clamp_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4797074Z test_dispatch_meta_clamp_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4797415Z test_dispatch_meta_clamp_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4797748Z test_dispatch_meta_clamp_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4798084Z test_dispatch_meta_clamp_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4798426Z test_dispatch_meta_clamp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4798776Z test_dispatch_meta_clamp_max_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4799115Z test_dispatch_meta_clamp_max_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4799467Z test_dispatch_meta_clamp_max_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4799817Z test_dispatch_meta_clamp_max_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4800159Z test_dispatch_meta_clamp_max_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4800520Z test_dispatch_meta_clamp_max_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4800869Z test_dispatch_meta_clamp_max_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4801203Z test_dispatch_meta_clamp_max_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4801529Z test_dispatch_meta_clamp_max_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4801879Z test_dispatch_meta_clamp_max_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4802231Z test_dispatch_meta_clamp_min_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4802581Z test_dispatch_meta_clamp_min_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4802966Z test_dispatch_meta_clamp_min_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4803322Z test_dispatch_meta_clamp_min_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4803671Z test_dispatch_meta_clamp_min_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4804188Z test_dispatch_meta_clamp_min_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4804537Z test_dispatch_meta_clamp_min_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4804878Z test_dispatch_meta_clamp_min_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4805221Z test_dispatch_meta_clamp_min_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4805558Z test_dispatch_meta_clamp_min_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4805972Z test_dispatch_meta_clone_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4806316Z test_dispatch_meta_clone_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4806665Z test_dispatch_meta_clone_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4807005Z test_dispatch_meta_clone_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4807354Z test_dispatch_meta_clone_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4807697Z test_dispatch_meta_clone_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4808025Z test_dispatch_meta_clone_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4808366Z test_dispatch_meta_clone_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4808712Z test_dispatch_meta_clone_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4809049Z test_dispatch_meta_clone_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4809373Z test_dispatch_meta_clone_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4809709Z test_dispatch_meta_clone_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4810048Z test_dispatch_meta_clone_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4810401Z test_dispatch_meta_column_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4810749Z test_dispatch_meta_column_stack_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4811114Z test_dispatch_meta_column_stack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4811485Z test_dispatch_meta_column_stack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4811853Z test_dispatch_meta_column_stack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4812197Z test_dispatch_meta_column_stack_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4812554Z test_dispatch_meta_column_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4812908Z test_dispatch_meta_column_stack_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4813241Z test_dispatch_meta_column_stack_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4813596Z test_dispatch_meta_column_stack_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4813996Z test_dispatch_meta_column_stack_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4814356Z test_dispatch_meta_column_stack_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4814699Z test_dispatch_meta_column_stack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4815058Z test_dispatch_meta_combinations_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4815429Z test_dispatch_meta_combinations_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4815795Z test_dispatch_meta_combinations_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4816151Z test_dispatch_meta_combinations_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4816521Z test_dispatch_meta_combinations_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4816917Z test_dispatch_meta_combinations_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4817277Z test_dispatch_meta_combinations_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4817616Z test_dispatch_meta_combinations_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4817972Z test_dispatch_meta_combinations_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4818330Z test_dispatch_meta_combinations_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4818673Z test_dispatch_meta_combinations_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4819033Z test_dispatch_meta_combinations_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4819390Z test_dispatch_meta_complex_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4819742Z test_dispatch_meta_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4820071Z test_dispatch_meta_complex_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4820418Z test_dispatch_meta_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4820765Z test_dispatch_meta_conj_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4821114Z test_dispatch_meta_conj_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.008s) 2022-12-01T10:28:16.4821449Z test_dispatch_meta_conj_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4821798Z test_dispatch_meta_conj_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4822148Z test_dispatch_meta_conj_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4822478Z test_dispatch_meta_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4822816Z test_dispatch_meta_conj_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4823156Z test_dispatch_meta_conj_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4823491Z test_dispatch_meta_conj_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4823814Z test_dispatch_meta_conj_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4824148Z test_dispatch_meta_conj_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4824552Z test_dispatch_meta_conj_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4824966Z test_dispatch_meta_conj_physical_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4825317Z test_dispatch_meta_conj_physical_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4825680Z test_dispatch_meta_conj_physical_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4826051Z test_dispatch_meta_conj_physical_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4826405Z test_dispatch_meta_conj_physical_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4826771Z test_dispatch_meta_conj_physical_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4827132Z test_dispatch_meta_conj_physical_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4827493Z test_dispatch_meta_conj_physical_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4827874Z test_dispatch_meta_conj_physical_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4828238Z test_dispatch_meta_conj_physical_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4828591Z test_dispatch_meta_conj_physical_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4828952Z test_dispatch_meta_conj_physical_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4829293Z test_dispatch_meta_conj_physical_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4829650Z test_dispatch_meta_constant_pad_nd_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4830016Z test_dispatch_meta_constant_pad_nd_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4830388Z test_dispatch_meta_constant_pad_nd_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4830752Z test_dispatch_meta_constant_pad_nd_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4831116Z test_dispatch_meta_constant_pad_nd_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4831481Z test_dispatch_meta_constant_pad_nd_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4831839Z test_dispatch_meta_constant_pad_nd_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4832199Z test_dispatch_meta_constant_pad_nd_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4832561Z test_dispatch_meta_constant_pad_nd_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4832917Z test_dispatch_meta_constant_pad_nd_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4833262Z test_dispatch_meta_constant_pad_nd_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4833625Z test_dispatch_meta_constant_pad_nd_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4833988Z test_dispatch_meta_contiguous_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4834348Z test_dispatch_meta_contiguous_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4834694Z test_dispatch_meta_contiguous_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4835064Z test_dispatch_meta_contiguous_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4835427Z test_dispatch_meta_contiguous_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4835820Z test_dispatch_meta_contiguous_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4836172Z test_dispatch_meta_contiguous_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4836527Z test_dispatch_meta_contiguous_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4836883Z test_dispatch_meta_contiguous_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4837221Z test_dispatch_meta_contiguous_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4837578Z test_dispatch_meta_contiguous_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4837932Z test_dispatch_meta_contiguous_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4838286Z test_dispatch_meta_contiguous_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4838667Z test_dispatch_meta_copysign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4839022Z test_dispatch_meta_copysign_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4839371Z test_dispatch_meta_copysign_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4839720Z test_dispatch_meta_copysign_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4840060Z test_dispatch_meta_copysign_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4840413Z test_dispatch_meta_copysign_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4840762Z test_dispatch_meta_copysign_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4841095Z test_dispatch_meta_copysign_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4841440Z test_dispatch_meta_copysign_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4841785Z test_dispatch_meta_copysign_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4842140Z test_dispatch_meta_corrcoef_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4842483Z test_dispatch_meta_corrcoef_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4842842Z test_dispatch_meta_corrcoef_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4843199Z test_dispatch_meta_corrcoef_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4843552Z test_dispatch_meta_corrcoef_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4844049Z test_dispatch_meta_corrcoef_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4844407Z test_dispatch_meta_corrcoef_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4844752Z test_dispatch_meta_corrcoef_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4845095Z test_dispatch_meta_corrcoef_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4845424Z test_dispatch_meta_corrcoef_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4845768Z test_dispatch_meta_cos_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4846108Z test_dispatch_meta_cos_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4846438Z test_dispatch_meta_cos_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4846888Z test_dispatch_meta_cos_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4847236Z test_dispatch_meta_cos_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4847578Z test_dispatch_meta_cos_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4847905Z test_dispatch_meta_cos_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4848240Z test_dispatch_meta_cos_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4848575Z test_dispatch_meta_cos_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4848912Z test_dispatch_meta_cos_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4849233Z test_dispatch_meta_cos_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4849580Z test_dispatch_meta_cosh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4849980Z test_dispatch_meta_cosh_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4850313Z test_dispatch_meta_cosh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4850664Z test_dispatch_meta_cosh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4851016Z test_dispatch_meta_cosh_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4851360Z test_dispatch_meta_cosh_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4851686Z test_dispatch_meta_cosh_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4852024Z test_dispatch_meta_cosh_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4852363Z test_dispatch_meta_cosh_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4852690Z test_dispatch_meta_cosh_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4853025Z test_dispatch_meta_cosh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4853375Z test_dispatch_meta_count_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4853735Z test_dispatch_meta_count_nonzero_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4854087Z test_dispatch_meta_count_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4854457Z test_dispatch_meta_count_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4854819Z test_dispatch_meta_count_nonzero_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4855185Z test_dispatch_meta_count_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4855527Z test_dispatch_meta_count_nonzero_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4855887Z test_dispatch_meta_count_nonzero_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4856238Z test_dispatch_meta_count_nonzero_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4856588Z test_dispatch_meta_count_nonzero_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4856932Z test_dispatch_meta_count_nonzero_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4857286Z test_dispatch_meta_count_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4857674Z test_dispatch_meta_cov_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4858016Z test_dispatch_meta_cov_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4858367Z test_dispatch_meta_cov_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4858709Z test_dispatch_meta_cov_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4859050Z test_dispatch_meta_cov_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4859373Z test_dispatch_meta_cov_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4859715Z test_dispatch_meta_cov_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4860129Z test_dispatch_meta_cov_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4860472Z test_dispatch_meta_cov_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4860791Z test_dispatch_meta_cov_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4861175Z test_dispatch_meta_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4861528Z test_dispatch_meta_cross_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4861865Z test_dispatch_meta_cross_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4862211Z test_dispatch_meta_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4862551Z test_dispatch_meta_cross_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4862893Z test_dispatch_meta_cross_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4863218Z test_dispatch_meta_cross_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4863556Z test_dispatch_meta_cross_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4863895Z test_dispatch_meta_cross_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4864235Z test_dispatch_meta_cross_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4864638Z test_dispatch_meta_cummax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4864983Z test_dispatch_meta_cummax_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4865332Z test_dispatch_meta_cummax_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4865665Z test_dispatch_meta_cummax_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4866015Z test_dispatch_meta_cummax_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4866353Z test_dispatch_meta_cummax_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4866694Z test_dispatch_meta_cummax_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4867021Z test_dispatch_meta_cummax_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4867362Z test_dispatch_meta_cummax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4867705Z test_dispatch_meta_cummin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4868050Z test_dispatch_meta_cummin_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4868381Z test_dispatch_meta_cummin_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4868781Z test_dispatch_meta_cummin_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4869145Z test_dispatch_meta_cummin_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4869470Z test_dispatch_meta_cummin_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4869807Z test_dispatch_meta_cummin_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4870149Z test_dispatch_meta_cummin_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4870490Z test_dispatch_meta_cummin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4870824Z test_dispatch_meta_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4871183Z test_dispatch_meta_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4871548Z test_dispatch_meta_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4871991Z test_dispatch_meta_cumprod_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4872330Z test_dispatch_meta_cumprod_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4872681Z test_dispatch_meta_cumprod_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4873023Z test_dispatch_meta_cumprod_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4873349Z test_dispatch_meta_cumprod_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4873689Z test_dispatch_meta_cumprod_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4874035Z test_dispatch_meta_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4874385Z test_dispatch_meta_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4874722Z test_dispatch_meta_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4875076Z test_dispatch_meta_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4875428Z test_dispatch_meta_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4875777Z test_dispatch_meta_cumsum_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4876110Z test_dispatch_meta_cumsum_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4876452Z test_dispatch_meta_cumsum_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4876787Z test_dispatch_meta_cumsum_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4877111Z test_dispatch_meta_cumsum_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4877454Z test_dispatch_meta_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4877817Z test_dispatch_meta_cumulative_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4878205Z test_dispatch_meta_cumulative_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4878579Z test_dispatch_meta_cumulative_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4878964Z test_dispatch_meta_cumulative_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4879345Z test_dispatch_meta_cumulative_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4879772Z test_dispatch_meta_cumulative_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4880139Z test_dispatch_meta_cumulative_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4880585Z test_dispatch_meta_cumulative_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4880961Z test_dispatch_meta_cumulative_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4881337Z test_dispatch_meta_cumulative_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4881690Z test_dispatch_meta_deg2rad_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.003s) 2022-12-01T10:28:16.4882040Z test_dispatch_meta_deg2rad_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4882393Z test_dispatch_meta_deg2rad_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4882752Z test_dispatch_meta_deg2rad_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4883125Z test_dispatch_meta_deg2rad_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4883476Z test_dispatch_meta_deg2rad_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4883822Z test_dispatch_meta_deg2rad_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4884288Z test_dispatch_meta_deg2rad_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4884629Z test_dispatch_meta_deg2rad_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4884976Z test_dispatch_meta_deg2rad_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4885321Z test_dispatch_meta_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4885655Z test_dispatch_meta_diag_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4886005Z test_dispatch_meta_diag_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4886358Z test_dispatch_meta_diag_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4886710Z test_dispatch_meta_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4887038Z test_dispatch_meta_diag_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4887386Z test_dispatch_meta_diag_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4887729Z test_dispatch_meta_diag_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4888058Z test_dispatch_meta_diag_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4888401Z test_dispatch_meta_diag_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4888740Z test_dispatch_meta_diag_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4889095Z test_dispatch_meta_diag_embed_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4889436Z test_dispatch_meta_diag_embed_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4889797Z test_dispatch_meta_diag_embed_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4890159Z test_dispatch_meta_diag_embed_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4890518Z test_dispatch_meta_diag_embed_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4890862Z test_dispatch_meta_diag_embed_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4891409Z test_dispatch_meta_diag_embed_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4891818Z test_dispatch_meta_diag_embed_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4892158Z test_dispatch_meta_diag_embed_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4892511Z test_dispatch_meta_diag_embed_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4892859Z test_dispatch_meta_diag_embed_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4893215Z test_dispatch_meta_diag_embed_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4899223Z test_dispatch_meta_diag_embed_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4899598Z test_dispatch_meta_diagflat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4900079Z test_dispatch_meta_diagflat_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4900442Z test_dispatch_meta_diagflat_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4900793Z test_dispatch_meta_diagflat_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4901152Z test_dispatch_meta_diagflat_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4901506Z test_dispatch_meta_diagflat_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4901862Z test_dispatch_meta_diagflat_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4902205Z test_dispatch_meta_diagflat_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4902558Z test_dispatch_meta_diagflat_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4902911Z test_dispatch_meta_diagflat_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4903248Z test_dispatch_meta_diagflat_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4903599Z test_dispatch_meta_diagonal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4903955Z test_dispatch_meta_diagonal_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4904314Z test_dispatch_meta_diagonal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4904767Z test_dispatch_meta_diagonal_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4905127Z test_dispatch_meta_diagonal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4905487Z test_dispatch_meta_diagonal_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4905845Z test_dispatch_meta_diagonal_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4906184Z test_dispatch_meta_diagonal_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4906535Z test_dispatch_meta_diagonal_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4906884Z test_dispatch_meta_diagonal_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4907219Z test_dispatch_meta_diagonal_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4907569Z test_dispatch_meta_diagonal_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4907917Z test_dispatch_meta_diagonal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4908331Z test_dispatch_meta_diagonal_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4908693Z test_dispatch_meta_diagonal_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4909060Z test_dispatch_meta_diagonal_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4909425Z test_dispatch_meta_diagonal_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4909791Z test_dispatch_meta_diagonal_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4910143Z test_dispatch_meta_diagonal_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4910513Z test_dispatch_meta_diagonal_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4910690Z test_dispatch_meta_diagonal_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4910897Z test_dispatch_meta_diagonal_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4911072Z test_dispatch_meta_diagonal_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4911239Z test_dispatch_meta_diff_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4911399Z test_dispatch_meta_diff_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4911556Z test_dispatch_meta_diff_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4911721Z test_dispatch_meta_diff_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4911882Z test_dispatch_meta_diff_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4912049Z test_dispatch_meta_diff_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4912212Z test_dispatch_meta_diff_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4912373Z test_dispatch_meta_diff_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4912528Z test_dispatch_meta_diff_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4912678Z test_dispatch_meta_diff_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4912824Z test_dispatch_meta_diff_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4912984Z test_dispatch_meta_diff_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4913153Z test_dispatch_meta_digamma_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4913321Z test_dispatch_meta_digamma_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4913491Z test_dispatch_meta_digamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4913659Z test_dispatch_meta_digamma_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4913822Z test_dispatch_meta_digamma_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4913985Z test_dispatch_meta_digamma_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4914147Z test_dispatch_meta_digamma_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.4914297Z test_dispatch_meta_digamma_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4914460Z test_dispatch_meta_digamma_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4914692Z test_dispatch_meta_dist_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4914864Z test_dispatch_meta_dist_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4915030Z test_dispatch_meta_dist_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4915195Z test_dispatch_meta_dist_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4915358Z test_dispatch_meta_dist_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4915521Z test_dispatch_meta_dist_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4915701Z test_dispatch_meta_div_floor_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4915865Z test_dispatch_meta_div_floor_rounding_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4916070Z test_dispatch_meta_div_floor_rounding_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4916239Z test_dispatch_meta_div_floor_rounding_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4916413Z test_dispatch_meta_div_floor_rounding_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4916579Z test_dispatch_meta_div_floor_rounding_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4916744Z test_dispatch_meta_div_floor_rounding_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4916915Z test_dispatch_meta_div_floor_rounding_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4917093Z test_dispatch_meta_div_floor_rounding_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4917279Z test_dispatch_meta_div_no_rounding_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4917459Z test_dispatch_meta_div_no_rounding_mode_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4917629Z test_dispatch_meta_div_no_rounding_mode_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4917816Z test_dispatch_meta_div_no_rounding_mode_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4917996Z test_dispatch_meta_div_no_rounding_mode_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4918176Z test_dispatch_meta_div_no_rounding_mode_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4918349Z test_dispatch_meta_div_no_rounding_mode_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4918529Z test_dispatch_meta_div_no_rounding_mode_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4918702Z test_dispatch_meta_div_no_rounding_mode_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4918869Z test_dispatch_meta_div_no_rounding_mode_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4919040Z test_dispatch_meta_div_no_rounding_mode_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4919194Z test_dispatch_meta_div_no_rounding_mode_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4919372Z test_dispatch_meta_div_trunc_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4919549Z test_dispatch_meta_div_trunc_rounding_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4919764Z test_dispatch_meta_div_trunc_rounding_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4919934Z test_dispatch_meta_div_trunc_rounding_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4920109Z test_dispatch_meta_div_trunc_rounding_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4920278Z test_dispatch_meta_div_trunc_rounding_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4920445Z test_dispatch_meta_div_trunc_rounding_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4920616Z test_dispatch_meta_div_trunc_rounding_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4920780Z test_dispatch_meta_div_trunc_rounding_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4920946Z test_dispatch_meta_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4921144Z test_dispatch_meta_dot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4921311Z test_dispatch_meta_dot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4921472Z test_dispatch_meta_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4921634Z test_dispatch_meta_dot_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4921793Z test_dispatch_meta_dot_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4921950Z test_dispatch_meta_dot_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4922102Z test_dispatch_meta_dot_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4922244Z test_dispatch_meta_dot_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4922396Z test_dispatch_meta_dot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4922565Z test_dispatch_meta_double_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4922729Z test_dispatch_meta_double_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4922899Z test_dispatch_meta_double_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4923067Z test_dispatch_meta_double_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4923235Z test_dispatch_meta_double_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4923399Z test_dispatch_meta_double_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4923565Z test_dispatch_meta_double_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4923718Z test_dispatch_meta_double_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4924052Z test_dispatch_meta_double_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4924221Z test_dispatch_meta_double_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4924384Z test_dispatch_meta_double_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4924546Z test_dispatch_meta_double_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4924708Z test_dispatch_meta_double_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4924877Z test_dispatch_meta_dsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4925096Z test_dispatch_meta_dsplit_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4925269Z test_dispatch_meta_dsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4925425Z test_dispatch_meta_dsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4925593Z test_dispatch_meta_dsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4925757Z test_dispatch_meta_dsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4925921Z test_dispatch_meta_dsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4926082Z test_dispatch_meta_dsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4926244Z test_dispatch_meta_dsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4926409Z test_dispatch_meta_dsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4926612Z test_dispatch_meta_dsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4926776Z test_dispatch_meta_dsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4926924Z test_dispatch_meta_dsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4927092Z test_dispatch_meta_dstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4927256Z test_dispatch_meta_dstack_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4927426Z test_dispatch_meta_dstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4927592Z test_dispatch_meta_dstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4927762Z test_dispatch_meta_dstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4927930Z test_dispatch_meta_dstack_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4928096Z test_dispatch_meta_dstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4928247Z test_dispatch_meta_dstack_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4928408Z test_dispatch_meta_dstack_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4928570Z test_dispatch_meta_dstack_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4928732Z test_dispatch_meta_dstack_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4928892Z test_dispatch_meta_dstack_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4929056Z test_dispatch_meta_dstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4929224Z test_dispatch_meta_einsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4929394Z test_dispatch_meta_einsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4929563Z test_dispatch_meta_einsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4929715Z test_dispatch_meta_einsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.003s) 2022-12-01T10:28:16.4929879Z test_dispatch_meta_einsum_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4930040Z test_dispatch_meta_einsum_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4930202Z test_dispatch_meta_einsum_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4930397Z test_dispatch_meta_einsum_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4930561Z test_dispatch_meta_einsum_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4930722Z test_dispatch_meta_einsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4930890Z test_dispatch_meta_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4931053Z test_dispatch_meta_empty_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4931208Z test_dispatch_meta_empty_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4931373Z test_dispatch_meta_empty_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4931541Z test_dispatch_meta_empty_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4931709Z test_dispatch_meta_empty_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4931917Z test_dispatch_meta_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4932082Z test_dispatch_meta_empty_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4932244Z test_dispatch_meta_empty_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4932398Z test_dispatch_meta_empty_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4932552Z test_dispatch_meta_empty_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4932699Z test_dispatch_meta_empty_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4932859Z test_dispatch_meta_empty_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4933031Z test_dispatch_meta_empty_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4933199Z test_dispatch_meta_empty_like_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4933374Z test_dispatch_meta_empty_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4933548Z test_dispatch_meta_empty_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4933722Z test_dispatch_meta_empty_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4933890Z test_dispatch_meta_empty_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4934059Z test_dispatch_meta_empty_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4934211Z test_dispatch_meta_empty_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4934377Z test_dispatch_meta_empty_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4934543Z test_dispatch_meta_empty_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4934704Z test_dispatch_meta_empty_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4934869Z test_dispatch_meta_empty_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4935036Z test_dispatch_meta_empty_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4935198Z test_dispatch_meta_eq_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4935358Z test_dispatch_meta_eq_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4935552Z test_dispatch_meta_eq_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4935705Z test_dispatch_meta_eq_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4935867Z test_dispatch_meta_eq_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4936027Z test_dispatch_meta_eq_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4936181Z test_dispatch_meta_eq_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4936335Z test_dispatch_meta_eq_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4936492Z test_dispatch_meta_eq_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4936647Z test_dispatch_meta_eq_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4936795Z test_dispatch_meta_eq_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4936938Z test_dispatch_meta_eq_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4937123Z test_dispatch_meta_eq_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4937290Z test_dispatch_meta_equal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4937450Z test_dispatch_meta_equal_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4937619Z test_dispatch_meta_equal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4937786Z test_dispatch_meta_equal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4937951Z test_dispatch_meta_equal_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4938115Z test_dispatch_meta_equal_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4938282Z test_dispatch_meta_equal_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4938430Z test_dispatch_meta_equal_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4938587Z test_dispatch_meta_equal_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4938738Z test_dispatch_meta_equal_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4938897Z test_dispatch_meta_equal_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4939054Z test_dispatch_meta_equal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4939216Z test_dispatch_meta_erf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4939373Z test_dispatch_meta_erf_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4939538Z test_dispatch_meta_erf_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4939696Z test_dispatch_meta_erf_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4939863Z test_dispatch_meta_erf_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4940016Z test_dispatch_meta_erf_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4940173Z test_dispatch_meta_erf_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4940330Z test_dispatch_meta_erf_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4940484Z test_dispatch_meta_erf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4940649Z test_dispatch_meta_erfc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4940836Z test_dispatch_meta_erfc_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4941001Z test_dispatch_meta_erfc_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4941163Z test_dispatch_meta_erfc_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4941311Z test_dispatch_meta_erfc_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4941464Z test_dispatch_meta_erfc_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4941616Z test_dispatch_meta_erfc_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4941772Z test_dispatch_meta_erfc_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4941926Z test_dispatch_meta_erfc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4942094Z test_dispatch_meta_erfinv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4942300Z test_dispatch_meta_erfinv_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4942467Z test_dispatch_meta_erfinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4942619Z test_dispatch_meta_erfinv_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4942782Z test_dispatch_meta_erfinv_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4942942Z test_dispatch_meta_erfinv_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4943105Z test_dispatch_meta_erfinv_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4943266Z test_dispatch_meta_erfinv_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4943430Z test_dispatch_meta_erfinv_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4943595Z test_dispatch_meta_exp2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4943753Z test_dispatch_meta_exp2_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4943914Z test_dispatch_meta_exp2_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4944060Z test_dispatch_meta_exp2_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4944220Z test_dispatch_meta_exp2_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4944379Z test_dispatch_meta_exp2_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4944598Z test_dispatch_meta_exp2_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4944763Z test_dispatch_meta_exp2_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4944924Z test_dispatch_meta_exp2_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4945079Z test_dispatch_meta_exp2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4945239Z test_dispatch_meta_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4945397Z test_dispatch_meta_exp_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4945549Z test_dispatch_meta_exp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4945717Z test_dispatch_meta_exp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4945879Z test_dispatch_meta_exp_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4946078Z test_dispatch_meta_exp_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4946239Z test_dispatch_meta_exp_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4946395Z test_dispatch_meta_exp_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4946546Z test_dispatch_meta_exp_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4946702Z test_dispatch_meta_exp_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4946855Z test_dispatch_meta_exp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4947012Z test_dispatch_meta_expand_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4947179Z test_dispatch_meta_expand_as_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4947359Z test_dispatch_meta_expand_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4947577Z test_dispatch_meta_expand_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4947747Z test_dispatch_meta_expand_as_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4947917Z test_dispatch_meta_expand_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4948082Z test_dispatch_meta_expand_as_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4948248Z test_dispatch_meta_expand_as_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4948414Z test_dispatch_meta_expand_as_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4948566Z test_dispatch_meta_expand_as_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4948735Z test_dispatch_meta_expand_as_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4948900Z test_dispatch_meta_expand_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4949065Z test_dispatch_meta_expand_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4949228Z test_dispatch_meta_expand_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4949399Z test_dispatch_meta_expand_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4949568Z test_dispatch_meta_expand_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4949733Z test_dispatch_meta_expand_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4949887Z test_dispatch_meta_expand_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4950053Z test_dispatch_meta_expand_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4950219Z test_dispatch_meta_expand_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4950383Z test_dispatch_meta_expand_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4950545Z test_dispatch_meta_expand_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4950708Z test_dispatch_meta_expand_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4950872Z test_dispatch_meta_expand_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4951038Z test_dispatch_meta_expm1_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4951198Z test_dispatch_meta_expm1_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4951380Z test_dispatch_meta_expm1_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4951547Z test_dispatch_meta_expm1_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4951706Z test_dispatch_meta_expm1_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4951860Z test_dispatch_meta_expm1_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4952013Z test_dispatch_meta_expm1_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4952173Z test_dispatch_meta_expm1_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4952325Z test_dispatch_meta_expm1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4952483Z test_dispatch_meta_eye_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4952650Z test_dispatch_meta_eye_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4952831Z test_dispatch_meta_eye_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4952994Z test_dispatch_meta_eye_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4953151Z test_dispatch_meta_eye_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4953305Z test_dispatch_meta_eye_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4953462Z test_dispatch_meta_eye_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4953614Z test_dispatch_meta_eye_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4953765Z test_dispatch_meta_eye_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4953922Z test_dispatch_meta_eye_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4954074Z test_dispatch_meta_eye_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4954222Z test_dispatch_meta_fft_fft2_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4954394Z test_dispatch_meta_fft_fft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4954564Z test_dispatch_meta_fft_fft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4954729Z test_dispatch_meta_fft_fft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4954895Z test_dispatch_meta_fft_fft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4955059Z test_dispatch_meta_fft_fft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4955223Z test_dispatch_meta_fft_fft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4955388Z test_dispatch_meta_fft_fft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4955548Z test_dispatch_meta_fft_fft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4955696Z test_dispatch_meta_fft_fft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4955857Z test_dispatch_meta_fft_fft_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4956026Z test_dispatch_meta_fft_fft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4956193Z test_dispatch_meta_fft_fft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4956394Z test_dispatch_meta_fft_fft_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4956562Z test_dispatch_meta_fft_fft_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4956726Z test_dispatch_meta_fft_fft_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4956886Z test_dispatch_meta_fft_fft_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4957046Z test_dispatch_meta_fft_fft_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4957195Z test_dispatch_meta_fft_fft_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4957356Z test_dispatch_meta_fft_fft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4957516Z test_dispatch_meta_fft_fftn_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4957689Z test_dispatch_meta_fft_fftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.003s) 2022-12-01T10:28:16.4957894Z test_dispatch_meta_fft_fftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4958061Z test_dispatch_meta_fft_fftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4958225Z test_dispatch_meta_fft_fftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4958387Z test_dispatch_meta_fft_fftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4958537Z test_dispatch_meta_fft_fftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4958700Z test_dispatch_meta_fft_fftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4958862Z test_dispatch_meta_fft_fftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4959023Z test_dispatch_meta_fft_fftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4959200Z test_dispatch_meta_fft_fftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4959369Z test_dispatch_meta_fft_fftshift_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4959543Z test_dispatch_meta_fft_fftshift_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4959718Z test_dispatch_meta_fft_fftshift_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4959892Z test_dispatch_meta_fft_fftshift_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4960050Z test_dispatch_meta_fft_fftshift_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4960221Z test_dispatch_meta_fft_fftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4960393Z test_dispatch_meta_fft_fftshift_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4960562Z test_dispatch_meta_fft_fftshift_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4960733Z test_dispatch_meta_fft_fftshift_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4960895Z test_dispatch_meta_fft_fftshift_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4961060Z test_dispatch_meta_fft_fftshift_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4961222Z test_dispatch_meta_fft_fftshift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4961385Z test_dispatch_meta_fft_hfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4961575Z test_dispatch_meta_fft_hfft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4961747Z test_dispatch_meta_fft_hfft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4961913Z test_dispatch_meta_fft_hfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4962077Z test_dispatch_meta_fft_hfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4962245Z test_dispatch_meta_fft_hfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4962407Z test_dispatch_meta_fft_hfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4962570Z test_dispatch_meta_fft_hfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4962734Z test_dispatch_meta_fft_hfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4962899Z test_dispatch_meta_fft_hfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4963078Z test_dispatch_meta_fft_hfft_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4963249Z test_dispatch_meta_fft_hfft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4963418Z test_dispatch_meta_fft_hfft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4963585Z test_dispatch_meta_fft_hfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4963751Z test_dispatch_meta_fft_hfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4964081Z test_dispatch_meta_fft_hfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4964247Z test_dispatch_meta_fft_hfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4964415Z test_dispatch_meta_fft_hfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4964577Z test_dispatch_meta_fft_hfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4964725Z test_dispatch_meta_fft_hfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4964885Z test_dispatch_meta_fft_hfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4965057Z test_dispatch_meta_fft_hfftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4965227Z test_dispatch_meta_fft_hfftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4965394Z test_dispatch_meta_fft_hfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4965563Z test_dispatch_meta_fft_hfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4965732Z test_dispatch_meta_fft_hfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4965898Z test_dispatch_meta_fft_hfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4966061Z test_dispatch_meta_fft_hfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4966210Z test_dispatch_meta_fft_hfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4966374Z test_dispatch_meta_fft_hfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4966540Z test_dispatch_meta_fft_ifft2_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4966715Z test_dispatch_meta_fft_ifft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4966944Z test_dispatch_meta_fft_ifft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4967111Z test_dispatch_meta_fft_ifft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4967279Z test_dispatch_meta_fft_ifft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4967441Z test_dispatch_meta_fft_ifft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4967602Z test_dispatch_meta_fft_ifft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4967750Z test_dispatch_meta_fft_ifft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4967914Z test_dispatch_meta_fft_ifft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4968076Z test_dispatch_meta_fft_ifft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4968243Z test_dispatch_meta_fft_ifft_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4968456Z test_dispatch_meta_fft_ifft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4968627Z test_dispatch_meta_fft_ifft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4968794Z test_dispatch_meta_fft_ifft_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4968961Z test_dispatch_meta_fft_ifft_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4969126Z test_dispatch_meta_fft_ifft_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4969274Z test_dispatch_meta_fft_ifft_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4969438Z test_dispatch_meta_fft_ifft_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4969602Z test_dispatch_meta_fft_ifft_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4969764Z test_dispatch_meta_fft_ifft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4969928Z test_dispatch_meta_fft_ifftn_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4970099Z test_dispatch_meta_fft_ifftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4970270Z test_dispatch_meta_fft_ifftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4970437Z test_dispatch_meta_fft_ifftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4970604Z test_dispatch_meta_fft_ifftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4970754Z test_dispatch_meta_fft_ifftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4970920Z test_dispatch_meta_fft_ifftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4971085Z test_dispatch_meta_fft_ifftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4971248Z test_dispatch_meta_fft_ifftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4971411Z test_dispatch_meta_fft_ifftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4971587Z test_dispatch_meta_fft_ifftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4971757Z test_dispatch_meta_fft_ifftshift_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4971933Z test_dispatch_meta_fft_ifftshift_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4972144Z test_dispatch_meta_fft_ifftshift_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4972306Z test_dispatch_meta_fft_ifftshift_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4972479Z test_dispatch_meta_fft_ifftshift_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4972652Z test_dispatch_meta_fft_ifftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4972818Z test_dispatch_meta_fft_ifftshift_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4972988Z test_dispatch_meta_fft_ifftshift_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4973158Z test_dispatch_meta_fft_ifftshift_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4973323Z test_dispatch_meta_fft_ifftshift_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4973494Z test_dispatch_meta_fft_ifftshift_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4973691Z test_dispatch_meta_fft_ifftshift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4973844Z test_dispatch_meta_fft_ihfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4974012Z test_dispatch_meta_fft_ihfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4974177Z test_dispatch_meta_fft_ihfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4974342Z test_dispatch_meta_fft_ihfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4974505Z test_dispatch_meta_fft_ihfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4974667Z test_dispatch_meta_fft_ihfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4974840Z test_dispatch_meta_fft_ihfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4975009Z test_dispatch_meta_fft_ihfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4975173Z test_dispatch_meta_fft_ihfft_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4975326Z test_dispatch_meta_fft_ihfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4975492Z test_dispatch_meta_fft_ihfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4975655Z test_dispatch_meta_fft_ihfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4975816Z test_dispatch_meta_fft_ihfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4975981Z test_dispatch_meta_fft_ihfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4976144Z test_dispatch_meta_fft_ihfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4976306Z test_dispatch_meta_fft_ihfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4976467Z test_dispatch_meta_fft_ihfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4976635Z test_dispatch_meta_fft_ihfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4976789Z test_dispatch_meta_fft_ihfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4976954Z test_dispatch_meta_fft_ihfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4977120Z test_dispatch_meta_fft_ihfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4977316Z test_dispatch_meta_fft_ihfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4977481Z test_dispatch_meta_fft_ihfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4977645Z test_dispatch_meta_fft_ihfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4977809Z test_dispatch_meta_fft_irfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4977982Z test_dispatch_meta_fft_irfft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4978154Z test_dispatch_meta_fft_irfft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4978308Z test_dispatch_meta_fft_irfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4978475Z test_dispatch_meta_fft_irfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4978641Z test_dispatch_meta_fft_irfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4978848Z test_dispatch_meta_fft_irfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4979010Z test_dispatch_meta_fft_irfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4979171Z test_dispatch_meta_fft_irfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4979336Z test_dispatch_meta_fft_irfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4979501Z test_dispatch_meta_fft_irfft_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4979672Z test_dispatch_meta_fft_irfft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4979830Z test_dispatch_meta_fft_irfft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4980001Z test_dispatch_meta_fft_irfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4980168Z test_dispatch_meta_fft_irfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4980332Z test_dispatch_meta_fft_irfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4980492Z test_dispatch_meta_fft_irfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4980656Z test_dispatch_meta_fft_irfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4980820Z test_dispatch_meta_fft_irfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4980983Z test_dispatch_meta_fft_irfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4981148Z test_dispatch_meta_fft_irfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4981311Z test_dispatch_meta_fft_irfftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4981484Z test_dispatch_meta_fft_irfftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4981651Z test_dispatch_meta_fft_irfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4981819Z test_dispatch_meta_fft_irfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4981985Z test_dispatch_meta_fft_irfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4982148Z test_dispatch_meta_fft_irfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4982309Z test_dispatch_meta_fft_irfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4982508Z test_dispatch_meta_fft_irfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4982675Z test_dispatch_meta_fft_irfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4982827Z test_dispatch_meta_fft_rfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4982994Z test_dispatch_meta_fft_rfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4983161Z test_dispatch_meta_fft_rfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4983323Z test_dispatch_meta_fft_rfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4983486Z test_dispatch_meta_fft_rfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4983646Z test_dispatch_meta_fft_rfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4983812Z test_dispatch_meta_fft_rfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4984005Z test_dispatch_meta_fft_rfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4984172Z test_dispatch_meta_fft_rfft_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4984324Z test_dispatch_meta_fft_rfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4984562Z test_dispatch_meta_fft_rfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4984725Z test_dispatch_meta_fft_rfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4984888Z test_dispatch_meta_fft_rfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4985048Z test_dispatch_meta_fft_rfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4985210Z test_dispatch_meta_fft_rfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4985378Z test_dispatch_meta_fft_rfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4985543Z test_dispatch_meta_fft_rfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4985708Z test_dispatch_meta_fft_rfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4985874Z test_dispatch_meta_fft_rfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4986033Z test_dispatch_meta_fft_rfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4986183Z test_dispatch_meta_fft_rfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4986345Z test_dispatch_meta_fft_rfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4986506Z test_dispatch_meta_fft_rfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4986668Z test_dispatch_meta_fft_rfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4986832Z test_dispatch_meta_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4986992Z test_dispatch_meta_fill_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4987156Z test_dispatch_meta_fill_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4987317Z test_dispatch_meta_fill_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4987482Z test_dispatch_meta_fill_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4987671Z test_dispatch_meta_fill_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.003s) 2022-12-01T10:28:16.4987837Z test_dispatch_meta_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4987998Z test_dispatch_meta_fill_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4988158Z test_dispatch_meta_fill_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4988313Z test_dispatch_meta_fill_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4988462Z test_dispatch_meta_fill_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4988619Z test_dispatch_meta_fill_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4988776Z test_dispatch_meta_fill_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4988945Z test_dispatch_meta_flatten_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4989124Z test_dispatch_meta_flatten_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4989295Z test_dispatch_meta_flatten_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4989464Z test_dispatch_meta_flatten_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4989632Z test_dispatch_meta_flatten_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4989796Z test_dispatch_meta_flatten_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4989962Z test_dispatch_meta_flatten_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4990125Z test_dispatch_meta_flatten_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4990290Z test_dispatch_meta_flatten_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4990456Z test_dispatch_meta_flatten_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4990604Z test_dispatch_meta_flatten_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4990771Z test_dispatch_meta_flatten_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4990934Z test_dispatch_meta_flatten_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4991093Z test_dispatch_meta_flip_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4991253Z test_dispatch_meta_flip_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4991417Z test_dispatch_meta_flip_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4991585Z test_dispatch_meta_flip_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4991749Z test_dispatch_meta_flip_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4991912Z test_dispatch_meta_flip_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4992059Z test_dispatch_meta_flip_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4992219Z test_dispatch_meta_flip_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4992373Z test_dispatch_meta_flip_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4992526Z test_dispatch_meta_flip_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4992683Z test_dispatch_meta_flip_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4992872Z test_dispatch_meta_flip_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4993038Z test_dispatch_meta_fliplr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4993201Z test_dispatch_meta_fliplr_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4993358Z test_dispatch_meta_fliplr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4993526Z test_dispatch_meta_fliplr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4993690Z test_dispatch_meta_fliplr_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4993853Z test_dispatch_meta_fliplr_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4994017Z test_dispatch_meta_fliplr_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4994181Z test_dispatch_meta_fliplr_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4994412Z test_dispatch_meta_fliplr_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4994575Z test_dispatch_meta_fliplr_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4994735Z test_dispatch_meta_fliplr_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4994882Z test_dispatch_meta_fliplr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4995046Z test_dispatch_meta_flipud_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4995206Z test_dispatch_meta_flipud_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4995375Z test_dispatch_meta_flipud_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4995545Z test_dispatch_meta_flipud_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4995711Z test_dispatch_meta_flipud_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4995876Z test_dispatch_meta_flipud_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4996041Z test_dispatch_meta_flipud_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4996202Z test_dispatch_meta_flipud_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4996350Z test_dispatch_meta_flipud_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4996512Z test_dispatch_meta_flipud_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4996670Z test_dispatch_meta_flipud_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4996837Z test_dispatch_meta_flipud_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4997003Z test_dispatch_meta_float_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4997164Z test_dispatch_meta_float_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4997332Z test_dispatch_meta_float_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4997498Z test_dispatch_meta_float_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4997659Z test_dispatch_meta_float_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4997807Z test_dispatch_meta_float_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4997969Z test_dispatch_meta_float_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4998163Z test_dispatch_meta_float_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4998324Z test_dispatch_meta_float_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4998477Z test_dispatch_meta_float_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4998627Z test_dispatch_meta_float_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4998788Z test_dispatch_meta_float_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4998940Z test_dispatch_meta_float_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4999111Z test_dispatch_meta_float_power_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4999265Z test_dispatch_meta_float_power_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4999441Z test_dispatch_meta_float_power_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4999645Z test_dispatch_meta_float_power_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4999815Z test_dispatch_meta_float_power_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.4999984Z test_dispatch_meta_float_power_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5000150Z test_dispatch_meta_float_power_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5000316Z test_dispatch_meta_float_power_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5000480Z test_dispatch_meta_float_power_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5000644Z test_dispatch_meta_float_power_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5000798Z test_dispatch_meta_float_power_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5000958Z test_dispatch_meta_float_power_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5001122Z test_dispatch_meta_floor_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5001285Z test_dispatch_meta_floor_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5001446Z test_dispatch_meta_floor_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5001605Z test_dispatch_meta_floor_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5001760Z test_dispatch_meta_floor_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5001921Z test_dispatch_meta_floor_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5002068Z test_dispatch_meta_floor_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5002223Z test_dispatch_meta_floor_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5002395Z test_dispatch_meta_floor_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5002566Z test_dispatch_meta_floor_divide_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5002737Z test_dispatch_meta_floor_divide_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5002908Z test_dispatch_meta_floor_divide_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5003076Z test_dispatch_meta_floor_divide_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5003290Z test_dispatch_meta_floor_divide_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5003457Z test_dispatch_meta_floor_divide_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5003611Z test_dispatch_meta_floor_divide_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5003773Z test_dispatch_meta_floor_divide_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5004081Z test_dispatch_meta_fmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5004249Z test_dispatch_meta_fmax_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5004411Z test_dispatch_meta_fmax_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5004571Z test_dispatch_meta_fmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5004736Z test_dispatch_meta_fmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5004957Z test_dispatch_meta_fmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5005114Z test_dispatch_meta_fmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5005253Z test_dispatch_meta_fmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5005409Z test_dispatch_meta_fmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5005559Z test_dispatch_meta_fmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5005720Z test_dispatch_meta_fmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5005880Z test_dispatch_meta_fmin_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5006042Z test_dispatch_meta_fmin_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5006204Z test_dispatch_meta_fmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5006360Z test_dispatch_meta_fmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5006517Z test_dispatch_meta_fmin_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5006655Z test_dispatch_meta_fmin_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5006805Z test_dispatch_meta_fmin_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5006958Z test_dispatch_meta_fmin_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5007108Z test_dispatch_meta_fmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5007272Z test_dispatch_meta_fmod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5007434Z test_dispatch_meta_fmod_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5007593Z test_dispatch_meta_fmod_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5007752Z test_dispatch_meta_fmod_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5007904Z test_dispatch_meta_fmod_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5008043Z test_dispatch_meta_fmod_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5008192Z test_dispatch_meta_fmod_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5008346Z test_dispatch_meta_fmod_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5008539Z test_dispatch_meta_fmod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5008700Z test_dispatch_meta_frac_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5008858Z test_dispatch_meta_frac_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5009017Z test_dispatch_meta_frac_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5009175Z test_dispatch_meta_frac_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5009326Z test_dispatch_meta_frexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5009489Z test_dispatch_meta_frexp_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5009651Z test_dispatch_meta_frexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5009816Z test_dispatch_meta_frexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5010014Z test_dispatch_meta_full_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5010178Z test_dispatch_meta_full_like_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5010349Z test_dispatch_meta_full_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5010519Z test_dispatch_meta_full_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5010684Z test_dispatch_meta_full_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5010837Z test_dispatch_meta_full_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5011000Z test_dispatch_meta_full_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5011164Z test_dispatch_meta_full_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5011331Z test_dispatch_meta_full_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5011492Z test_dispatch_meta_full_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5011655Z test_dispatch_meta_full_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5011815Z test_dispatch_meta_full_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5011980Z test_dispatch_meta_gather_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5012142Z test_dispatch_meta_gather_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5012298Z test_dispatch_meta_gather_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5012470Z test_dispatch_meta_gather_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5012636Z test_dispatch_meta_gather_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5012801Z test_dispatch_meta_gather_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5012965Z test_dispatch_meta_gather_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5013125Z test_dispatch_meta_gather_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5013287Z test_dispatch_meta_gather_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5013446Z test_dispatch_meta_gather_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5013643Z test_dispatch_meta_gather_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5013791Z test_dispatch_meta_gather_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5013953Z test_dispatch_meta_gcd_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5014108Z test_dispatch_meta_gcd_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5014259Z test_dispatch_meta_gcd_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5014417Z test_dispatch_meta_gcd_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5014568Z test_dispatch_meta_gcd_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5014727Z test_dispatch_meta_ge_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5014883Z test_dispatch_meta_ge_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5015046Z test_dispatch_meta_ge_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5015234Z test_dispatch_meta_ge_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5015388Z test_dispatch_meta_ge_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5015542Z test_dispatch_meta_ge_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5015693Z test_dispatch_meta_ge_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.003s) 2022-12-01T10:28:16.5015842Z test_dispatch_meta_ge_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5015995Z test_dispatch_meta_ge_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5016151Z test_dispatch_meta_ge_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5016323Z test_dispatch_meta_geqrf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5016479Z test_dispatch_meta_geqrf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5016643Z test_dispatch_meta_geqrf_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5016805Z test_dispatch_meta_geqrf_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5016974Z test_dispatch_meta_gradient_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5017147Z test_dispatch_meta_gradient_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5017317Z test_dispatch_meta_gradient_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5017483Z test_dispatch_meta_gradient_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5017651Z test_dispatch_meta_gradient_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5017816Z test_dispatch_meta_gradient_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5017966Z test_dispatch_meta_gradient_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5018168Z test_dispatch_meta_gradient_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5018331Z test_dispatch_meta_gradient_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5018493Z test_dispatch_meta_gradient_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5018652Z test_dispatch_meta_gt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5018806Z test_dispatch_meta_gt_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5019000Z test_dispatch_meta_gt_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5019162Z test_dispatch_meta_gt_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5019318Z test_dispatch_meta_gt_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5019459Z test_dispatch_meta_gt_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5019609Z test_dispatch_meta_gt_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5019754Z test_dispatch_meta_gt_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5019909Z test_dispatch_meta_gt_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5020064Z test_dispatch_meta_gt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5020231Z test_dispatch_meta_half_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5020420Z test_dispatch_meta_half_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5020587Z test_dispatch_meta_half_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5020753Z test_dispatch_meta_half_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5020901Z test_dispatch_meta_half_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5021062Z test_dispatch_meta_half_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5021222Z test_dispatch_meta_half_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5021380Z test_dispatch_meta_half_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5021535Z test_dispatch_meta_half_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5021689Z test_dispatch_meta_half_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5021845Z test_dispatch_meta_half_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5021996Z test_dispatch_meta_half_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5022166Z test_dispatch_meta_heaviside_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5022320Z test_dispatch_meta_heaviside_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5022490Z test_dispatch_meta_heaviside_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5022659Z test_dispatch_meta_heaviside_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5022826Z test_dispatch_meta_heaviside_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5022993Z test_dispatch_meta_heaviside_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5023158Z test_dispatch_meta_heaviside_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5023323Z test_dispatch_meta_heaviside_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5023488Z test_dispatch_meta_heaviside_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5023637Z test_dispatch_meta_heaviside_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5023801Z test_dispatch_meta_histc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5023962Z test_dispatch_meta_histc_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5024160Z test_dispatch_meta_histc_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5024331Z test_dispatch_meta_histogram_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5024562Z test_dispatch_meta_histogram_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5024738Z test_dispatch_meta_histogramdd_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5024911Z test_dispatch_meta_histogramdd_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5025076Z test_dispatch_meta_hsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5025224Z test_dispatch_meta_hsplit_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5025397Z test_dispatch_meta_hsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5025603Z test_dispatch_meta_hsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5025774Z test_dispatch_meta_hsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5025940Z test_dispatch_meta_hsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5026103Z test_dispatch_meta_hsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5026266Z test_dispatch_meta_hsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5026429Z test_dispatch_meta_hsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5026592Z test_dispatch_meta_hsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5026743Z test_dispatch_meta_hsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5026905Z test_dispatch_meta_hsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5027066Z test_dispatch_meta_hsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5027230Z test_dispatch_meta_hstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5027391Z test_dispatch_meta_hstack_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5027559Z test_dispatch_meta_hstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5027730Z test_dispatch_meta_hstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5027897Z test_dispatch_meta_hstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5028063Z test_dispatch_meta_hstack_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5028212Z test_dispatch_meta_hstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5028378Z test_dispatch_meta_hstack_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5028539Z test_dispatch_meta_hstack_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5028701Z test_dispatch_meta_hstack_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5028860Z test_dispatch_meta_hstack_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5029020Z test_dispatch_meta_hstack_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5029180Z test_dispatch_meta_hstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5029380Z test_dispatch_meta_hypot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5029544Z test_dispatch_meta_hypot_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5029694Z test_dispatch_meta_hypot_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5029852Z test_dispatch_meta_i0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5030007Z test_dispatch_meta_i0_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5030165Z test_dispatch_meta_i0_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5030321Z test_dispatch_meta_i0_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5030475Z test_dispatch_meta_i0_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5030627Z test_dispatch_meta_i0_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5030806Z test_dispatch_meta_i0_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5030961Z test_dispatch_meta_i0_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5031104Z test_dispatch_meta_i0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5031269Z test_dispatch_meta_igamma_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5031433Z test_dispatch_meta_igamma_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5031599Z test_dispatch_meta_igamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5031763Z test_dispatch_meta_igamma_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5031934Z test_dispatch_meta_igammac_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5032101Z test_dispatch_meta_igammac_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5032267Z test_dispatch_meta_igammac_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5032418Z test_dispatch_meta_igammac_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5032580Z test_dispatch_meta_imag_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5032744Z test_dispatch_meta_imag_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5032906Z test_dispatch_meta_imag_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5033075Z test_dispatch_meta_index_add_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5033238Z test_dispatch_meta_index_add_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5033412Z test_dispatch_meta_index_add_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5033583Z test_dispatch_meta_index_add_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5033750Z test_dispatch_meta_index_add_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5033904Z test_dispatch_meta_index_add_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5034068Z test_dispatch_meta_index_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5034230Z test_dispatch_meta_index_add_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5034396Z test_dispatch_meta_index_add_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5034597Z test_dispatch_meta_index_add_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5034762Z test_dispatch_meta_index_add_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5034926Z test_dispatch_meta_index_add_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5035087Z test_dispatch_meta_index_add_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5035257Z test_dispatch_meta_index_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5035408Z test_dispatch_meta_index_copy_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5035583Z test_dispatch_meta_index_copy_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5035758Z test_dispatch_meta_index_copy_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5035960Z test_dispatch_meta_index_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5036129Z test_dispatch_meta_index_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5036292Z test_dispatch_meta_index_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5036457Z test_dispatch_meta_index_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5036627Z test_dispatch_meta_index_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5036788Z test_dispatch_meta_index_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5036937Z test_dispatch_meta_index_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5037102Z test_dispatch_meta_index_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5037273Z test_dispatch_meta_index_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5037432Z test_dispatch_meta_index_fill_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5037607Z test_dispatch_meta_index_fill_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5037779Z test_dispatch_meta_index_fill_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5037948Z test_dispatch_meta_index_fill_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5038116Z test_dispatch_meta_index_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5038281Z test_dispatch_meta_index_fill_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5038435Z test_dispatch_meta_index_fill_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5038602Z test_dispatch_meta_index_fill_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5038763Z test_dispatch_meta_index_fill_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5038925Z test_dispatch_meta_index_fill_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5039088Z test_dispatch_meta_index_fill_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5039254Z test_dispatch_meta_index_put_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5039421Z test_dispatch_meta_index_put_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5039635Z test_dispatch_meta_index_put_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5039807Z test_dispatch_meta_index_put_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5039965Z test_dispatch_meta_index_put_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5040131Z test_dispatch_meta_index_put_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5040297Z test_dispatch_meta_index_put_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5040465Z test_dispatch_meta_index_put_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5040629Z test_dispatch_meta_index_put_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5040793Z test_dispatch_meta_index_put_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5040959Z test_dispatch_meta_index_put_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5041155Z test_dispatch_meta_index_put_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5041317Z test_dispatch_meta_index_put_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5041477Z test_dispatch_meta_index_reduce_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5041648Z test_dispatch_meta_index_reduce_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5041819Z test_dispatch_meta_index_reduce_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5041989Z test_dispatch_meta_index_reduce_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5042155Z test_dispatch_meta_index_reduce_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5042325Z test_dispatch_meta_index_reduce_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5042491Z test_dispatch_meta_index_reduce_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5042657Z test_dispatch_meta_index_reduce_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5042818Z test_dispatch_meta_index_reduce_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5042978Z test_dispatch_meta_index_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.043s) 2022-12-01T10:28:16.5043147Z test_dispatch_meta_index_select_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5043323Z test_dispatch_meta_index_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5043500Z test_dispatch_meta_index_select_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5043679Z test_dispatch_meta_index_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5043974Z test_dispatch_meta_index_select_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5044146Z test_dispatch_meta_index_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-12-01T10:28:16.5044315Z test_dispatch_meta_index_select_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5044484Z test_dispatch_meta_index_select_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5044636Z test_dispatch_meta_index_select_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5044801Z test_dispatch_meta_index_select_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5045029Z test_dispatch_meta_index_select_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5045193Z test_dispatch_meta_index_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5045358Z test_dispatch_meta_inner_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5045524Z test_dispatch_meta_inner_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5045692Z test_dispatch_meta_inner_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5045853Z test_dispatch_meta_inner_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5046015Z test_dispatch_meta_inner_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5046161Z test_dispatch_meta_inner_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5046317Z test_dispatch_meta_inner_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5046511Z test_dispatch_meta_inner_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5046672Z test_dispatch_meta_inner_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5046823Z test_dispatch_meta_inner_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5046983Z test_dispatch_meta_int_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5047142Z test_dispatch_meta_int_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5047308Z test_dispatch_meta_int_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5047471Z test_dispatch_meta_int_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5047621Z test_dispatch_meta_int_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5047780Z test_dispatch_meta_int_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5047933Z test_dispatch_meta_int_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5048089Z test_dispatch_meta_int_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5048243Z test_dispatch_meta_int_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5048392Z test_dispatch_meta_int_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5048548Z test_dispatch_meta_int_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5048698Z test_dispatch_meta_int_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5048869Z test_dispatch_meta_isclose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5049022Z test_dispatch_meta_isclose_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5049192Z test_dispatch_meta_isclose_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5049360Z test_dispatch_meta_isclose_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5049525Z test_dispatch_meta_isclose_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5049689Z test_dispatch_meta_isclose_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5049853Z test_dispatch_meta_isclose_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5050016Z test_dispatch_meta_isclose_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5050209Z test_dispatch_meta_isclose_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5050369Z test_dispatch_meta_isclose_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5050520Z test_dispatch_meta_isclose_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5050683Z test_dispatch_meta_isclose_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5050850Z test_dispatch_meta_isfinite_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5051015Z test_dispatch_meta_isfinite_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5051185Z test_dispatch_meta_isfinite_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5051354Z test_dispatch_meta_isfinite_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5051527Z test_dispatch_meta_isfinite_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5051734Z test_dispatch_meta_isfinite_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5051901Z test_dispatch_meta_isfinite_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5052051Z test_dispatch_meta_isfinite_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5052216Z test_dispatch_meta_isfinite_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5052381Z test_dispatch_meta_isfinite_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5052545Z test_dispatch_meta_isfinite_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5052710Z test_dispatch_meta_isfinite_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5052872Z test_dispatch_meta_isfinite_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5053036Z test_dispatch_meta_isin_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5053197Z test_dispatch_meta_isin_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5053343Z test_dispatch_meta_isin_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5053496Z test_dispatch_meta_isin_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5053646Z test_dispatch_meta_isin_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5053802Z test_dispatch_meta_isin_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5053956Z test_dispatch_meta_isin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5054122Z test_dispatch_meta_isinf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5054281Z test_dispatch_meta_isinf_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5054446Z test_dispatch_meta_isinf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5054613Z test_dispatch_meta_isinf_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5054764Z test_dispatch_meta_isinf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5054925Z test_dispatch_meta_isinf_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5055085Z test_dispatch_meta_isinf_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5055281Z test_dispatch_meta_isinf_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5055441Z test_dispatch_meta_isinf_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5055595Z test_dispatch_meta_isinf_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5055747Z test_dispatch_meta_isinf_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5055904Z test_dispatch_meta_isinf_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5056056Z test_dispatch_meta_isinf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5056206Z test_dispatch_meta_isnan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5056364Z test_dispatch_meta_isnan_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5056532Z test_dispatch_meta_isnan_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5056733Z test_dispatch_meta_isnan_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5056896Z test_dispatch_meta_isnan_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5057058Z test_dispatch_meta_isnan_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5057217Z test_dispatch_meta_isnan_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5057375Z test_dispatch_meta_isnan_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5057529Z test_dispatch_meta_isnan_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5057669Z test_dispatch_meta_isnan_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5057831Z test_dispatch_meta_isnan_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5057985Z test_dispatch_meta_isnan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5058153Z test_dispatch_meta_isneginf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5058316Z test_dispatch_meta_isneginf_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5058483Z test_dispatch_meta_isneginf_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5058649Z test_dispatch_meta_isneginf_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5058812Z test_dispatch_meta_isneginf_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5058976Z test_dispatch_meta_isneginf_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5059130Z test_dispatch_meta_isneginf_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5059295Z test_dispatch_meta_isneginf_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5059456Z test_dispatch_meta_isneginf_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5059616Z test_dispatch_meta_isneginf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5059784Z test_dispatch_meta_isposinf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5059942Z test_dispatch_meta_isposinf_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5060107Z test_dispatch_meta_isposinf_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5060271Z test_dispatch_meta_isposinf_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5060469Z test_dispatch_meta_isposinf_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5060623Z test_dispatch_meta_isposinf_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5060785Z test_dispatch_meta_isposinf_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5060948Z test_dispatch_meta_isposinf_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5061111Z test_dispatch_meta_isposinf_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5061271Z test_dispatch_meta_isposinf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5061437Z test_dispatch_meta_isreal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5061597Z test_dispatch_meta_isreal_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5061767Z test_dispatch_meta_isreal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5061951Z test_dispatch_meta_isreal_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5062123Z test_dispatch_meta_isreal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5062283Z test_dispatch_meta_isreal_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5062446Z test_dispatch_meta_isreal_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5062609Z test_dispatch_meta_isreal_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5062769Z test_dispatch_meta_isreal_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5062930Z test_dispatch_meta_isreal_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5063094Z test_dispatch_meta_isreal_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5063254Z test_dispatch_meta_isreal_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5063399Z test_dispatch_meta_isreal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5063564Z test_dispatch_meta_istft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5063729Z test_dispatch_meta_istft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5063891Z test_dispatch_meta_istft_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5064052Z test_dispatch_meta_istft_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5064239Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5064495Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5064690Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5064879Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5065054Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5065239Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5065422Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5065649Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5065832Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5066010Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5066191Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5066376Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5066569Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5066759Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5066946Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5067173Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5067366Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5067552Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5067741Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5067927Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5068116Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5068308Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5068497Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5068683Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5068849Z test_dispatch_meta_jiterator_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5069024Z test_dispatch_meta_jiterator_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5069203Z test_dispatch_meta_jiterator_binary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5069386Z test_dispatch_meta_jiterator_binary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5069563Z test_dispatch_meta_jiterator_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5069735Z test_dispatch_meta_jiterator_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5069902Z test_dispatch_meta_jiterator_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5070073Z test_dispatch_meta_jiterator_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5070247Z test_dispatch_meta_jiterator_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5070406Z test_dispatch_meta_jiterator_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5070579Z test_dispatch_meta_jiterator_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5070780Z test_dispatch_meta_jiterator_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5070976Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5071161Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5071353Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5071542Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5071729Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5071912Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5072102Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5072304Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5072490Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5072673Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5072856Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5073039Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5073213Z test_dispatch_meta_jiterator_unary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-12-01T10:28:16.5073389Z test_dispatch_meta_jiterator_unary_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5073568Z test_dispatch_meta_jiterator_unary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5073745Z test_dispatch_meta_jiterator_unary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5073917Z test_dispatch_meta_jiterator_unary_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5074078Z test_dispatch_meta_jiterator_unary_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5074251Z test_dispatch_meta_jiterator_unary_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5074421Z test_dispatch_meta_jiterator_unary_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5074593Z test_dispatch_meta_jiterator_unary_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5074767Z test_dispatch_meta_jiterator_unary_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5074938Z test_dispatch_meta_jiterator_unary_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5075106Z test_dispatch_meta_jiterator_unary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5075268Z test_dispatch_meta_kron_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5075425Z test_dispatch_meta_kron_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5075578Z test_dispatch_meta_kron_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5075743Z test_dispatch_meta_kron_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5075977Z test_dispatch_meta_kron_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5076139Z test_dispatch_meta_kron_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5076298Z test_dispatch_meta_kron_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5076456Z test_dispatch_meta_kron_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5076609Z test_dispatch_meta_kron_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5076759Z test_dispatch_meta_kron_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5076900Z test_dispatch_meta_kron_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5077052Z test_dispatch_meta_kron_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5077223Z test_dispatch_meta_kthvalue_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5077421Z test_dispatch_meta_kthvalue_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5077589Z test_dispatch_meta_kthvalue_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5077752Z test_dispatch_meta_kthvalue_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5077917Z test_dispatch_meta_kthvalue_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5078084Z test_dispatch_meta_kthvalue_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5078247Z test_dispatch_meta_kthvalue_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5078397Z test_dispatch_meta_kthvalue_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5078557Z test_dispatch_meta_lcm_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5078710Z test_dispatch_meta_lcm_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5078860Z test_dispatch_meta_lcm_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5079014Z test_dispatch_meta_lcm_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5079163Z test_dispatch_meta_lcm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5079329Z test_dispatch_meta_ldexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5079488Z test_dispatch_meta_ldexp_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5079654Z test_dispatch_meta_ldexp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5079810Z test_dispatch_meta_ldexp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5079975Z test_dispatch_meta_ldexp_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5080145Z test_dispatch_meta_ldexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5080310Z test_dispatch_meta_ldexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5080470Z test_dispatch_meta_ldexp_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5080629Z test_dispatch_meta_ldexp_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5080785Z test_dispatch_meta_ldexp_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5080946Z test_dispatch_meta_ldexp_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5081136Z test_dispatch_meta_ldexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5081279Z test_dispatch_meta_le_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5081435Z test_dispatch_meta_le_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5081591Z test_dispatch_meta_le_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5081747Z test_dispatch_meta_le_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5081897Z test_dispatch_meta_le_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5082054Z test_dispatch_meta_le_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5082203Z test_dispatch_meta_le_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5082352Z test_dispatch_meta_le_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5082523Z test_dispatch_meta_le_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5082682Z test_dispatch_meta_le_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5082913Z test_dispatch_meta_lerp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5083124Z test_dispatch_meta_lerp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5083302Z test_dispatch_meta_lerp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5083615Z test_dispatch_meta_lerp_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5083806Z test_dispatch_meta_lerp_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5084150Z test_dispatch_meta_lgamma_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5084342Z test_dispatch_meta_lgamma_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5084544Z test_dispatch_meta_lgamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5084749Z test_dispatch_meta_lgamma_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5084941Z test_dispatch_meta_lgamma_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5085132Z test_dispatch_meta_lgamma_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5085283Z test_dispatch_meta_lgamma_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5085505Z test_dispatch_meta_lgamma_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5085698Z test_dispatch_meta_lgamma_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5085908Z test_dispatch_meta_linalg_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5086148Z test_dispatch_meta_linalg_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5086357Z test_dispatch_meta_linalg_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5086560Z test_dispatch_meta_linalg_cholesky_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5086773Z test_dispatch_meta_linalg_cholesky_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5086988Z test_dispatch_meta_linalg_cholesky_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5087212Z test_dispatch_meta_linalg_cholesky_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5087434Z test_dispatch_meta_linalg_cholesky_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5087638Z test_dispatch_meta_linalg_cond_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5087843Z test_dispatch_meta_linalg_cond_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5088050Z test_dispatch_meta_linalg_cond_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5088252Z test_dispatch_meta_linalg_cond_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5088453Z test_dispatch_meta_linalg_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5088658Z test_dispatch_meta_linalg_cross_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5088902Z test_dispatch_meta_linalg_cross_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5089063Z test_dispatch_meta_linalg_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5089281Z test_dispatch_meta_linalg_cross_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5089491Z test_dispatch_meta_linalg_cross_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5089718Z test_dispatch_meta_linalg_cross_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5089912Z test_dispatch_meta_linalg_cross_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5090111Z test_dispatch_meta_linalg_cross_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5090307Z test_dispatch_meta_linalg_cross_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5090512Z test_dispatch_meta_linalg_det_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5090714Z test_dispatch_meta_linalg_det_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5090868Z test_dispatch_meta_linalg_det_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5091093Z test_dispatch_meta_linalg_det_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5091304Z test_dispatch_meta_linalg_det_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5091516Z test_dispatch_meta_linalg_det_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5091720Z test_dispatch_meta_linalg_det_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5091930Z test_dispatch_meta_linalg_det_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5092132Z test_dispatch_meta_linalg_eig_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5092333Z test_dispatch_meta_linalg_eig_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5092536Z test_dispatch_meta_linalg_eig_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5092689Z test_dispatch_meta_linalg_eig_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5092918Z test_dispatch_meta_linalg_eigh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5093154Z test_dispatch_meta_linalg_eigh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5093387Z test_dispatch_meta_linalg_eigh_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5093585Z test_dispatch_meta_linalg_eigh_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5093791Z test_dispatch_meta_linalg_eigvals_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5093995Z test_dispatch_meta_linalg_eigvals_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5094202Z test_dispatch_meta_linalg_eigvals_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5094425Z test_dispatch_meta_linalg_eigvals_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5094592Z test_dispatch_meta_linalg_eigvalsh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5094821Z test_dispatch_meta_linalg_eigvalsh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5095053Z test_dispatch_meta_linalg_eigvalsh_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5095258Z test_dispatch_meta_linalg_eigvalsh_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5129154Z test_dispatch_meta_linalg_householder_product_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5129349Z test_dispatch_meta_linalg_householder_product_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5129541Z test_dispatch_meta_linalg_householder_product_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5129731Z test_dispatch_meta_linalg_householder_product_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5129911Z test_dispatch_meta_linalg_inv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5130082Z test_dispatch_meta_linalg_inv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5130251Z test_dispatch_meta_linalg_inv_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5130413Z test_dispatch_meta_linalg_inv_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5130587Z test_dispatch_meta_linalg_inv_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5130750Z test_dispatch_meta_linalg_inv_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5130912Z test_dispatch_meta_linalg_inv_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5131072Z test_dispatch_meta_linalg_inv_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5131255Z test_dispatch_meta_linalg_ldl_factor_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5131428Z test_dispatch_meta_linalg_ldl_factor_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5131599Z test_dispatch_meta_linalg_ldl_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5131775Z test_dispatch_meta_linalg_ldl_factor_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5131951Z test_dispatch_meta_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5132131Z test_dispatch_meta_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5132296Z test_dispatch_meta_linalg_ldl_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5132650Z test_dispatch_meta_linalg_ldl_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5132821Z test_dispatch_meta_linalg_ldl_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5132998Z test_dispatch_meta_linalg_ldl_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5133164Z test_dispatch_meta_linalg_ldl_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5133335Z test_dispatch_meta_linalg_ldl_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5133502Z test_dispatch_meta_linalg_lstsq_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5133669Z test_dispatch_meta_linalg_lstsq_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5133840Z test_dispatch_meta_linalg_lstsq_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5134057Z test_dispatch_meta_linalg_lstsq_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5134242Z test_dispatch_meta_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5134429Z test_dispatch_meta_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5134609Z test_dispatch_meta_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5134791Z test_dispatch_meta_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5134953Z test_dispatch_meta_linalg_lu_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5135119Z test_dispatch_meta_linalg_lu_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5135289Z test_dispatch_meta_linalg_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5135448Z test_dispatch_meta_linalg_lu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5135620Z test_dispatch_meta_linalg_lu_factor_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5135783Z test_dispatch_meta_linalg_lu_factor_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5135954Z test_dispatch_meta_linalg_lu_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5136123Z test_dispatch_meta_linalg_lu_factor_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5136300Z test_dispatch_meta_linalg_lu_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5136474Z test_dispatch_meta_linalg_lu_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5136653Z test_dispatch_meta_linalg_lu_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5136820Z test_dispatch_meta_linalg_lu_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5136995Z test_dispatch_meta_linalg_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5137163Z test_dispatch_meta_linalg_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5137320Z test_dispatch_meta_linalg_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5137484Z test_dispatch_meta_linalg_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5137697Z test_dispatch_meta_linalg_matrix_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5137872Z test_dispatch_meta_linalg_matrix_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5138043Z test_dispatch_meta_linalg_matrix_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5138216Z test_dispatch_meta_linalg_matrix_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5138385Z test_dispatch_meta_linalg_matrix_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-12-01T10:28:16.5138557Z test_dispatch_meta_linalg_matrix_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5138730Z test_dispatch_meta_linalg_matrix_power_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5138899Z test_dispatch_meta_linalg_matrix_power_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5139125Z test_dispatch_meta_linalg_matrix_power_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5139301Z test_dispatch_meta_linalg_matrix_power_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5139472Z test_dispatch_meta_linalg_matrix_rank_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5139647Z test_dispatch_meta_linalg_matrix_rank_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5139811Z test_dispatch_meta_linalg_matrix_rank_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5139978Z test_dispatch_meta_linalg_matrix_rank_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5140172Z test_dispatch_meta_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5140355Z test_dispatch_meta_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5140541Z test_dispatch_meta_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5140713Z test_dispatch_meta_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5140883Z test_dispatch_meta_linalg_multi_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5141057Z test_dispatch_meta_linalg_multi_dot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5141227Z test_dispatch_meta_linalg_multi_dot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5141394Z test_dispatch_meta_linalg_multi_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5141565Z test_dispatch_meta_linalg_multi_dot_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5141731Z test_dispatch_meta_linalg_multi_dot_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5141892Z test_dispatch_meta_linalg_multi_dot_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5142057Z test_dispatch_meta_linalg_multi_dot_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5142214Z test_dispatch_meta_linalg_multi_dot_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5142381Z test_dispatch_meta_linalg_multi_dot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5142549Z test_dispatch_meta_linalg_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5142748Z test_dispatch_meta_linalg_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5142912Z test_dispatch_meta_linalg_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5143078Z test_dispatch_meta_linalg_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5143235Z test_dispatch_meta_linalg_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5143401Z test_dispatch_meta_linalg_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5143588Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5143784Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5143970Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5144182Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5144368Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5144645Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5144810Z test_dispatch_meta_linalg_pinv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5144976Z test_dispatch_meta_linalg_pinv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5145143Z test_dispatch_meta_linalg_pinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5145308Z test_dispatch_meta_linalg_pinv_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5145493Z test_dispatch_meta_linalg_pinv_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5145662Z test_dispatch_meta_linalg_pinv_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5145834Z test_dispatch_meta_linalg_pinv_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5146002Z test_dispatch_meta_linalg_pinv_hermitian_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5146181Z test_dispatch_meta_linalg_pinv_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5146357Z test_dispatch_meta_linalg_pinv_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5146537Z test_dispatch_meta_linalg_pinv_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5146706Z test_dispatch_meta_linalg_pinv_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5146875Z test_dispatch_meta_linalg_qr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5147044Z test_dispatch_meta_linalg_qr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5147205Z test_dispatch_meta_linalg_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5147360Z test_dispatch_meta_linalg_qr_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5147538Z test_dispatch_meta_linalg_slogdet_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5147741Z test_dispatch_meta_linalg_slogdet_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5147908Z test_dispatch_meta_linalg_slogdet_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5148079Z test_dispatch_meta_linalg_slogdet_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5148244Z test_dispatch_meta_linalg_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5148413Z test_dispatch_meta_linalg_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5148575Z test_dispatch_meta_linalg_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5148738Z test_dispatch_meta_linalg_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5148902Z test_dispatch_meta_linalg_solve_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5149112Z test_dispatch_meta_linalg_solve_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5149279Z test_dispatch_meta_linalg_solve_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5149449Z test_dispatch_meta_linalg_solve_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5149628Z test_dispatch_meta_linalg_solve_triangular_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5149813Z test_dispatch_meta_linalg_solve_triangular_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5149989Z test_dispatch_meta_linalg_solve_triangular_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5150164Z test_dispatch_meta_linalg_solve_triangular_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5150339Z test_dispatch_meta_linalg_svd_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5150498Z test_dispatch_meta_linalg_svd_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5150661Z test_dispatch_meta_linalg_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5150825Z test_dispatch_meta_linalg_svd_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5150993Z test_dispatch_meta_linalg_svdvals_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5151161Z test_dispatch_meta_linalg_svdvals_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5151332Z test_dispatch_meta_linalg_svdvals_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5151498Z test_dispatch_meta_linalg_svdvals_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5151678Z test_dispatch_meta_linalg_tensorinv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5151850Z test_dispatch_meta_linalg_tensorinv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5152011Z test_dispatch_meta_linalg_tensorinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5152177Z test_dispatch_meta_linalg_tensorinv_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5152358Z test_dispatch_meta_linalg_tensorsolve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5152535Z test_dispatch_meta_linalg_tensorsolve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5152738Z test_dispatch_meta_linalg_tensorsolve_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5152911Z test_dispatch_meta_linalg_tensorsolve_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5153087Z test_dispatch_meta_linalg_vander_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5153255Z test_dispatch_meta_linalg_vander_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5153426Z test_dispatch_meta_linalg_vander_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5153591Z test_dispatch_meta_linalg_vander_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5153745Z test_dispatch_meta_linalg_vander_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5153906Z test_dispatch_meta_linalg_vander_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5154070Z test_dispatch_meta_linalg_vander_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5154263Z test_dispatch_meta_linalg_vander_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5154434Z test_dispatch_meta_linalg_vander_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5154599Z test_dispatch_meta_linalg_vecdot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5154770Z test_dispatch_meta_linalg_vecdot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5154943Z test_dispatch_meta_linalg_vecdot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5155107Z test_dispatch_meta_linalg_vecdot_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5155267Z test_dispatch_meta_linalg_vecdot_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5155444Z test_dispatch_meta_linalg_vector_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5155617Z test_dispatch_meta_linalg_vector_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5155789Z test_dispatch_meta_linalg_vector_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5155962Z test_dispatch_meta_linalg_vector_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5156130Z test_dispatch_meta_linalg_vector_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5156307Z test_dispatch_meta_linalg_vector_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5156469Z test_dispatch_meta_linspace_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5156634Z test_dispatch_meta_linspace_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5156793Z test_dispatch_meta_linspace_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5156962Z test_dispatch_meta_linspace_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5157121Z test_dispatch_meta_linspace_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5157283Z test_dispatch_meta_linspace_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5157450Z test_dispatch_meta_linspace_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5157613Z test_dispatch_meta_linspace_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5157834Z test_dispatch_meta_linspace_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5157996Z test_dispatch_meta_linspace_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5158159Z test_dispatch_meta_linspace_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5158304Z test_dispatch_meta_log10_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5158457Z test_dispatch_meta_log10_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5158620Z test_dispatch_meta_log10_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5158778Z test_dispatch_meta_log10_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5158941Z test_dispatch_meta_log10_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5159101Z test_dispatch_meta_log10_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5159292Z test_dispatch_meta_log10_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5159451Z test_dispatch_meta_log10_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5159601Z test_dispatch_meta_log10_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5159747Z test_dispatch_meta_log10_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5159902Z test_dispatch_meta_log10_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5160060Z test_dispatch_meta_log1p_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5160221Z test_dispatch_meta_log1p_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5160383Z test_dispatch_meta_log1p_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5160541Z test_dispatch_meta_log1p_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5160693Z test_dispatch_meta_log1p_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5160850Z test_dispatch_meta_log1p_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5160997Z test_dispatch_meta_log1p_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5161155Z test_dispatch_meta_log1p_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5161310Z test_dispatch_meta_log1p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5161473Z test_dispatch_meta_log2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5161628Z test_dispatch_meta_log2_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5161796Z test_dispatch_meta_log2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5161962Z test_dispatch_meta_log2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5162164Z test_dispatch_meta_log2_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5162381Z test_dispatch_meta_log2_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5162545Z test_dispatch_meta_log2_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5162703Z test_dispatch_meta_log2_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5162851Z test_dispatch_meta_log2_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5163050Z test_dispatch_meta_log2_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5163202Z test_dispatch_meta_log2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5163367Z test_dispatch_meta_log_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5163518Z test_dispatch_meta_log_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5163677Z test_dispatch_meta_log_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5163991Z test_dispatch_meta_log_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5164139Z test_dispatch_meta_log_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5164291Z test_dispatch_meta_log_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5164450Z test_dispatch_meta_log_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5164650Z test_dispatch_meta_log_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5164803Z test_dispatch_meta_log_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5164959Z test_dispatch_meta_log_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5165130Z test_dispatch_meta_log_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5165358Z test_dispatch_meta_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5165589Z test_dispatch_meta_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5165883Z test_dispatch_meta_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5166219Z test_dispatch_meta_log_softmax_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5166462Z test_dispatch_meta_log_softmax_dtype_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5166646Z test_dispatch_meta_log_softmax_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5166820Z test_dispatch_meta_log_softmax_dtype_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5166995Z test_dispatch_meta_log_softmax_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5167172Z test_dispatch_meta_log_softmax_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5167344Z test_dispatch_meta_log_softmax_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5167524Z test_dispatch_meta_log_softmax_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5167684Z test_dispatch_meta_log_softmax_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5167850Z test_dispatch_meta_log_softmax_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5168020Z test_dispatch_meta_log_softmax_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5168188Z test_dispatch_meta_log_softmax_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-12-01T10:28:16.5168355Z test_dispatch_meta_log_softmax_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5168529Z test_dispatch_meta_logaddexp2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5168695Z test_dispatch_meta_logaddexp2_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5168920Z test_dispatch_meta_logaddexp2_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5169089Z test_dispatch_meta_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5169246Z test_dispatch_meta_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5169414Z test_dispatch_meta_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5169588Z test_dispatch_meta_logcumsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5169763Z test_dispatch_meta_logcumsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5169929Z test_dispatch_meta_logcumsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5170101Z test_dispatch_meta_logdet_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5170299Z test_dispatch_meta_logdet_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5170468Z test_dispatch_meta_logdet_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5170627Z test_dispatch_meta_logdet_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5170786Z test_dispatch_meta_logical_and_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5170954Z test_dispatch_meta_logical_and_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5171122Z test_dispatch_meta_logical_and_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5171292Z test_dispatch_meta_logical_and_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5171465Z test_dispatch_meta_logical_and_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5171630Z test_dispatch_meta_logical_and_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5171789Z test_dispatch_meta_logical_and_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5171957Z test_dispatch_meta_logical_and_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5172119Z test_dispatch_meta_logical_and_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5172274Z test_dispatch_meta_logical_and_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5172442Z test_dispatch_meta_logical_and_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5172599Z test_dispatch_meta_logical_and_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5172768Z test_dispatch_meta_logical_not_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5172996Z test_dispatch_meta_logical_not_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5173236Z test_dispatch_meta_logical_not_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5173476Z test_dispatch_meta_logical_not_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5173707Z test_dispatch_meta_logical_not_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5173875Z test_dispatch_meta_logical_not_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5174031Z test_dispatch_meta_logical_not_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5174238Z test_dispatch_meta_logical_not_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5174407Z test_dispatch_meta_logical_not_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5174562Z test_dispatch_meta_logical_not_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5174726Z test_dispatch_meta_logical_not_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5174893Z test_dispatch_meta_logical_not_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5175061Z test_dispatch_meta_logical_or_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5175223Z test_dispatch_meta_logical_or_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5175393Z test_dispatch_meta_logical_or_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5175553Z test_dispatch_meta_logical_or_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5175781Z test_dispatch_meta_logical_or_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5175950Z test_dispatch_meta_logical_or_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5176112Z test_dispatch_meta_logical_or_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5176268Z test_dispatch_meta_logical_or_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5176430Z test_dispatch_meta_logical_or_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5176594Z test_dispatch_meta_logical_or_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5176752Z test_dispatch_meta_logical_or_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5176914Z test_dispatch_meta_logical_or_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5177072Z test_dispatch_meta_logical_xor_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5177238Z test_dispatch_meta_logical_xor_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5177405Z test_dispatch_meta_logical_xor_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5177578Z test_dispatch_meta_logical_xor_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5177739Z test_dispatch_meta_logical_xor_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5177906Z test_dispatch_meta_logical_xor_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5178079Z test_dispatch_meta_logical_xor_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5178248Z test_dispatch_meta_logical_xor_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5178415Z test_dispatch_meta_logical_xor_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5178569Z test_dispatch_meta_logical_xor_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5178734Z test_dispatch_meta_logical_xor_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5178899Z test_dispatch_meta_logical_xor_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5179064Z test_dispatch_meta_logit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5179226Z test_dispatch_meta_logit_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5179432Z test_dispatch_meta_logit_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5179598Z test_dispatch_meta_logit_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5179758Z test_dispatch_meta_logit_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5179920Z test_dispatch_meta_logit_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5180065Z test_dispatch_meta_logit_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5180226Z test_dispatch_meta_logit_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5180385Z test_dispatch_meta_logit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5180552Z test_dispatch_meta_logspace_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5180727Z test_dispatch_meta_logspace_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5180932Z test_dispatch_meta_logspace_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5181104Z test_dispatch_meta_logspace_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5181270Z test_dispatch_meta_logspace_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5181441Z test_dispatch_meta_logspace_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5181589Z test_dispatch_meta_logspace_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5181750Z test_dispatch_meta_logspace_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5181915Z test_dispatch_meta_logspace_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5182082Z test_dispatch_meta_logspace_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5182256Z test_dispatch_meta_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5182418Z test_dispatch_meta_logsumexp_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5182585Z test_dispatch_meta_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5182755Z test_dispatch_meta_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5182918Z test_dispatch_meta_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5183067Z test_dispatch_meta_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5183225Z test_dispatch_meta_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5183397Z test_dispatch_meta_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5183558Z test_dispatch_meta_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5183720Z test_dispatch_meta_long_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5183880Z test_dispatch_meta_long_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5184046Z test_dispatch_meta_long_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5184209Z test_dispatch_meta_long_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5184370Z test_dispatch_meta_long_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5184591Z test_dispatch_meta_long_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5184789Z test_dispatch_meta_long_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5184950Z test_dispatch_meta_long_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5185112Z test_dispatch_meta_long_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5185274Z test_dispatch_meta_long_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5185432Z test_dispatch_meta_long_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5185591Z test_dispatch_meta_long_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5185750Z test_dispatch_meta_long_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5185899Z test_dispatch_meta_lt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5186060Z test_dispatch_meta_lt_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5186253Z test_dispatch_meta_lt_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5186413Z test_dispatch_meta_lt_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5186572Z test_dispatch_meta_lt_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5186732Z test_dispatch_meta_lt_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5186888Z test_dispatch_meta_lt_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5187043Z test_dispatch_meta_lt_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5187197Z test_dispatch_meta_lt_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5187344Z test_dispatch_meta_lt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5187510Z test_dispatch_meta_lu_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5187673Z test_dispatch_meta_lu_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5187833Z test_dispatch_meta_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5187992Z test_dispatch_meta_lu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5188161Z test_dispatch_meta_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5188335Z test_dispatch_meta_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5188504Z test_dispatch_meta_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5188672Z test_dispatch_meta_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5188833Z test_dispatch_meta_lu_unpack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5189003Z test_dispatch_meta_lu_unpack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5189171Z test_dispatch_meta_lu_unpack_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5189339Z test_dispatch_meta_lu_unpack_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5189497Z test_dispatch_meta_mH_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5189654Z test_dispatch_meta_mH_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5189818Z test_dispatch_meta_mH_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5190019Z test_dispatch_meta_mH_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5190178Z test_dispatch_meta_mH_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5190324Z test_dispatch_meta_mH_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5190483Z test_dispatch_meta_mH_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5190640Z test_dispatch_meta_mH_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5190797Z test_dispatch_meta_mH_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5190955Z test_dispatch_meta_mH_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5191109Z test_dispatch_meta_mH_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5191267Z test_dispatch_meta_mH_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5191457Z test_dispatch_meta_mH_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5191606Z test_dispatch_meta_mT_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5191761Z test_dispatch_meta_mT_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5191927Z test_dispatch_meta_mT_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5192093Z test_dispatch_meta_mT_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5192252Z test_dispatch_meta_mT_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5192415Z test_dispatch_meta_mT_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5192577Z test_dispatch_meta_mT_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5192735Z test_dispatch_meta_mT_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5192892Z test_dispatch_meta_mT_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5193035Z test_dispatch_meta_mT_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5193190Z test_dispatch_meta_mT_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5193344Z test_dispatch_meta_mT_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5193498Z test_dispatch_meta_mT_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5193676Z test_dispatch_meta_masked_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5193851Z test_dispatch_meta_masked_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5194027Z test_dispatch_meta_masked_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5194198Z test_dispatch_meta_masked_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5194366Z test_dispatch_meta_masked_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5194521Z test_dispatch_meta_masked_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5194691Z test_dispatch_meta_masked_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5194860Z test_dispatch_meta_masked_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5195026Z test_dispatch_meta_masked_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5195230Z test_dispatch_meta_masked_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5195403Z test_dispatch_meta_masked_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5195572Z test_dispatch_meta_masked_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5195741Z test_dispatch_meta_masked_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5195906Z test_dispatch_meta_masked_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5196055Z test_dispatch_meta_masked_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5196219Z test_dispatch_meta_masked_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5196393Z test_dispatch_meta_masked_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5196595Z test_dispatch_meta_masked_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5196771Z test_dispatch_meta_masked_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5196944Z test_dispatch_meta_masked_argmax_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-12-01T10:28:16.5197116Z test_dispatch_meta_masked_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5197284Z test_dispatch_meta_masked_argmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5197457Z test_dispatch_meta_masked_argmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5197613Z test_dispatch_meta_masked_argmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5197781Z test_dispatch_meta_masked_argmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5197954Z test_dispatch_meta_masked_argmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5198123Z test_dispatch_meta_masked_argmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5198297Z test_dispatch_meta_masked_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5198468Z test_dispatch_meta_masked_argmin_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5198639Z test_dispatch_meta_masked_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5198810Z test_dispatch_meta_masked_argmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5198980Z test_dispatch_meta_masked_argmin_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5199136Z test_dispatch_meta_masked_argmin_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5199301Z test_dispatch_meta_masked_argmin_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5199470Z test_dispatch_meta_masked_argmin_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5199637Z test_dispatch_meta_masked_argmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5199815Z test_dispatch_meta_masked_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5199993Z test_dispatch_meta_masked_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5200174Z test_dispatch_meta_masked_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5200386Z test_dispatch_meta_masked_cumprod_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5200564Z test_dispatch_meta_masked_cumprod_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5200722Z test_dispatch_meta_masked_cumprod_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5200893Z test_dispatch_meta_masked_cumprod_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5201058Z test_dispatch_meta_masked_cumprod_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5201225Z test_dispatch_meta_masked_cumprod_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5201398Z test_dispatch_meta_masked_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5201574Z test_dispatch_meta_masked_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5201785Z test_dispatch_meta_masked_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5201964Z test_dispatch_meta_masked_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5202138Z test_dispatch_meta_masked_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5202310Z test_dispatch_meta_masked_cumsum_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5202464Z test_dispatch_meta_masked_cumsum_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5202632Z test_dispatch_meta_masked_cumsum_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5202799Z test_dispatch_meta_masked_cumsum_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5202971Z test_dispatch_meta_masked_cumsum_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5203142Z test_dispatch_meta_masked_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5203314Z test_dispatch_meta_masked_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5203484Z test_dispatch_meta_masked_fill_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5203658Z test_dispatch_meta_masked_fill_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5203966Z test_dispatch_meta_masked_fill_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5204128Z test_dispatch_meta_masked_fill_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5204298Z test_dispatch_meta_masked_fill_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5204467Z test_dispatch_meta_masked_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5204635Z test_dispatch_meta_masked_fill_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5204861Z test_dispatch_meta_masked_fill_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5205028Z test_dispatch_meta_masked_fill_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5205196Z test_dispatch_meta_masked_fill_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5205364Z test_dispatch_meta_masked_fill_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5205527Z test_dispatch_meta_masked_fill_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5205765Z test_dispatch_meta_masked_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5205946Z test_dispatch_meta_masked_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5206126Z test_dispatch_meta_masked_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5206306Z test_dispatch_meta_masked_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5206484Z test_dispatch_meta_masked_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5206660Z test_dispatch_meta_masked_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5206837Z test_dispatch_meta_masked_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5207020Z test_dispatch_meta_masked_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5207232Z test_dispatch_meta_masked_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5207393Z test_dispatch_meta_masked_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5207568Z test_dispatch_meta_masked_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5207737Z test_dispatch_meta_masked_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5207912Z test_dispatch_meta_masked_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5208086Z test_dispatch_meta_masked_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5208255Z test_dispatch_meta_masked_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5208426Z test_dispatch_meta_masked_mean_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5208601Z test_dispatch_meta_masked_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5208770Z test_dispatch_meta_masked_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5208928Z test_dispatch_meta_masked_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5209097Z test_dispatch_meta_masked_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5209267Z test_dispatch_meta_masked_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5209434Z test_dispatch_meta_masked_mean_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5209605Z test_dispatch_meta_masked_mean_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5209771Z test_dispatch_meta_masked_mean_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5209937Z test_dispatch_meta_masked_mean_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5210105Z test_dispatch_meta_masked_mean_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5210278Z test_dispatch_meta_masked_median_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5210436Z test_dispatch_meta_masked_median_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5210609Z test_dispatch_meta_masked_median_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5210778Z test_dispatch_meta_masked_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5210982Z test_dispatch_meta_masked_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5211152Z test_dispatch_meta_masked_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5211321Z test_dispatch_meta_masked_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5211499Z test_dispatch_meta_masked_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5211679Z test_dispatch_meta_masked_normalize_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5211862Z test_dispatch_meta_masked_normalize_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5212027Z test_dispatch_meta_masked_normalize_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5212202Z test_dispatch_meta_masked_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5212429Z test_dispatch_meta_masked_normalize_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5212602Z test_dispatch_meta_masked_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5212777Z test_dispatch_meta_masked_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5212953Z test_dispatch_meta_masked_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5213120Z test_dispatch_meta_masked_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5213290Z test_dispatch_meta_masked_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5213460Z test_dispatch_meta_masked_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5213616Z test_dispatch_meta_masked_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5213788Z test_dispatch_meta_masked_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5213953Z test_dispatch_meta_masked_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5214123Z test_dispatch_meta_masked_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5214298Z test_dispatch_meta_masked_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5214468Z test_dispatch_meta_masked_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5214646Z test_dispatch_meta_masked_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5214827Z test_dispatch_meta_masked_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5215002Z test_dispatch_meta_masked_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5215175Z test_dispatch_meta_masked_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5215334Z test_dispatch_meta_masked_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5215505Z test_dispatch_meta_masked_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5215675Z test_dispatch_meta_masked_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5215844Z test_dispatch_meta_masked_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5216013Z test_dispatch_meta_masked_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5216217Z test_dispatch_meta_masked_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5216394Z test_dispatch_meta_masked_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5216567Z test_dispatch_meta_masked_select_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5216743Z test_dispatch_meta_masked_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5216905Z test_dispatch_meta_masked_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5217079Z test_dispatch_meta_masked_select_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5217251Z test_dispatch_meta_masked_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5217426Z test_dispatch_meta_masked_select_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5217624Z test_dispatch_meta_masked_select_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5217794Z test_dispatch_meta_masked_select_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5217963Z test_dispatch_meta_masked_select_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5218133Z test_dispatch_meta_masked_select_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5218301Z test_dispatch_meta_masked_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5218464Z test_dispatch_meta_masked_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5218635Z test_dispatch_meta_masked_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5218809Z test_dispatch_meta_masked_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5218986Z test_dispatch_meta_masked_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5219158Z test_dispatch_meta_masked_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5219329Z test_dispatch_meta_masked_softmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5219504Z test_dispatch_meta_masked_std_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5219677Z test_dispatch_meta_masked_std_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5219848Z test_dispatch_meta_masked_std_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5220006Z test_dispatch_meta_masked_std_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5220177Z test_dispatch_meta_masked_std_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5220345Z test_dispatch_meta_masked_std_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5220510Z test_dispatch_meta_masked_std_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5220674Z test_dispatch_meta_masked_std_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5220837Z test_dispatch_meta_masked_std_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5221001Z test_dispatch_meta_masked_std_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5221172Z test_dispatch_meta_masked_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5221376Z test_dispatch_meta_masked_sum_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5221538Z test_dispatch_meta_masked_sum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5221711Z test_dispatch_meta_masked_sum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5221878Z test_dispatch_meta_masked_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5222047Z test_dispatch_meta_masked_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5222215Z test_dispatch_meta_masked_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5222379Z test_dispatch_meta_masked_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5222541Z test_dispatch_meta_masked_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5222709Z test_dispatch_meta_masked_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5222901Z test_dispatch_meta_masked_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5223054Z test_dispatch_meta_masked_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5223221Z test_dispatch_meta_masked_var_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5223393Z test_dispatch_meta_masked_var_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5223564Z test_dispatch_meta_masked_var_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5223729Z test_dispatch_meta_masked_var_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5223900Z test_dispatch_meta_masked_var_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5224070Z test_dispatch_meta_masked_var_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5224234Z test_dispatch_meta_masked_var_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5224399Z test_dispatch_meta_masked_var_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5224629Z test_dispatch_meta_masked_var_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5224796Z test_dispatch_meta_masked_var_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5224961Z test_dispatch_meta_masked_var_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5225126Z test_dispatch_meta_matmul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5225298Z test_dispatch_meta_matmul_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5225467Z test_dispatch_meta_matmul_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5225636Z test_dispatch_meta_matmul_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5225799Z test_dispatch_meta_matmul_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5225961Z test_dispatch_meta_matmul_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5226105Z test_dispatch_meta_matmul_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5226264Z test_dispatch_meta_matmul_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5226424Z test_dispatch_meta_matmul_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-12-01T10:28:16.5226630Z test_dispatch_meta_matmul_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5226806Z test_dispatch_meta_matrix_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5226980Z test_dispatch_meta_matrix_exp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5227155Z test_dispatch_meta_matrix_exp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5227325Z test_dispatch_meta_matrix_exp_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5227494Z test_dispatch_meta_matrix_exp_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5227651Z test_dispatch_meta_max_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5227821Z test_dispatch_meta_max_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5227991Z test_dispatch_meta_max_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5228188Z test_dispatch_meta_max_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5228354Z test_dispatch_meta_max_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5228520Z test_dispatch_meta_max_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5228685Z test_dispatch_meta_max_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5228851Z test_dispatch_meta_max_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5229016Z test_dispatch_meta_max_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5229169Z test_dispatch_meta_max_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5229353Z test_dispatch_meta_max_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5229529Z test_dispatch_meta_max_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5229709Z test_dispatch_meta_max_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5229886Z test_dispatch_meta_max_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5230065Z test_dispatch_meta_max_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5230244Z test_dispatch_meta_max_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5230420Z test_dispatch_meta_max_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5230599Z test_dispatch_meta_max_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5230760Z test_dispatch_meta_max_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5230936Z test_dispatch_meta_max_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5231117Z test_dispatch_meta_max_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5231295Z test_dispatch_meta_max_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5231477Z test_dispatch_meta_max_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5231653Z test_dispatch_meta_max_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5231864Z test_dispatch_meta_max_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5232044Z test_dispatch_meta_max_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5232222Z test_dispatch_meta_max_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5232382Z test_dispatch_meta_max_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5232558Z test_dispatch_meta_max_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5232735Z test_dispatch_meta_max_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5232905Z test_dispatch_meta_maximum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5233070Z test_dispatch_meta_maximum_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5233266Z test_dispatch_meta_maximum_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5233427Z test_dispatch_meta_maximum_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5233587Z test_dispatch_meta_maximum_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5233751Z test_dispatch_meta_maximum_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5233898Z test_dispatch_meta_maximum_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5234054Z test_dispatch_meta_maximum_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5234216Z test_dispatch_meta_maximum_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5234377Z test_dispatch_meta_maximum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5234541Z test_dispatch_meta_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5234708Z test_dispatch_meta_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5234873Z test_dispatch_meta_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5235035Z test_dispatch_meta_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5235191Z test_dispatch_meta_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5235339Z test_dispatch_meta_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5235506Z test_dispatch_meta_median_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5235672Z test_dispatch_meta_median_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5235839Z test_dispatch_meta_median_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5236003Z test_dispatch_meta_median_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5236166Z test_dispatch_meta_median_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5236323Z test_dispatch_meta_median_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5236484Z test_dispatch_meta_median_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5236646Z test_dispatch_meta_median_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5236818Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5237037Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5237227Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5237417Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5237602Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5237780Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5237963Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5238143Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5238381Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.5238562Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5238727Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5238905Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5239090Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.5239273Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.5239460Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.5239657Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.5239846Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.5240027Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.5240210Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.5240381Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.5240561Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.5240745Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.5240928Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5241107Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5241277Z test_dispatch_meta_min_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5241443Z test_dispatch_meta_min_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5241611Z test_dispatch_meta_min_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5241781Z test_dispatch_meta_min_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5241950Z test_dispatch_meta_min_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5242138Z test_dispatch_meta_min_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.5242301Z test_dispatch_meta_min_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.5242466Z test_dispatch_meta_min_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.5242631Z test_dispatch_meta_min_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.5242795Z test_dispatch_meta_min_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.5242975Z test_dispatch_meta_min_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.5243153Z test_dispatch_meta_min_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5243334Z test_dispatch_meta_min_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5243539Z test_dispatch_meta_min_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5243699Z test_dispatch_meta_min_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5244135Z test_dispatch_meta_min_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5244311Z test_dispatch_meta_min_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5244487Z test_dispatch_meta_min_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5244664Z test_dispatch_meta_min_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5244839Z test_dispatch_meta_min_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5245025Z test_dispatch_meta_min_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5245204Z test_dispatch_meta_min_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5245387Z test_dispatch_meta_min_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5245554Z test_dispatch_meta_min_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5245730Z test_dispatch_meta_min_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5245910Z test_dispatch_meta_min_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5246084Z test_dispatch_meta_min_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5246267Z test_dispatch_meta_min_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5246443Z test_dispatch_meta_min_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5246622Z test_dispatch_meta_min_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5246791Z test_dispatch_meta_minimum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5246955Z test_dispatch_meta_minimum_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5247107Z test_dispatch_meta_minimum_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5247271Z test_dispatch_meta_minimum_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5247483Z test_dispatch_meta_minimum_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5247647Z test_dispatch_meta_minimum_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5247810Z test_dispatch_meta_minimum_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5247969Z test_dispatch_meta_minimum_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5248131Z test_dispatch_meta_minimum_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5248292Z test_dispatch_meta_minimum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5248452Z test_dispatch_meta_mm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5248604Z test_dispatch_meta_mm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5248772Z test_dispatch_meta_mm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5248981Z test_dispatch_meta_mm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5249143Z test_dispatch_meta_mm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5249300Z test_dispatch_meta_mm_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5249455Z test_dispatch_meta_mm_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5249612Z test_dispatch_meta_mm_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5249769Z test_dispatch_meta_mm_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5249922Z test_dispatch_meta_mm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5250080Z test_dispatch_meta_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5250243Z test_dispatch_meta_mode_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5250405Z test_dispatch_meta_mode_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5250565Z test_dispatch_meta_mode_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5250723Z test_dispatch_meta_mode_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5250883Z test_dispatch_meta_mode_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5251045Z test_dispatch_meta_mode_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5251205Z test_dispatch_meta_mode_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5251365Z test_dispatch_meta_mode_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5251513Z test_dispatch_meta_mode_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5251684Z test_dispatch_meta_movedim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5251848Z test_dispatch_meta_movedim_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5252018Z test_dispatch_meta_movedim_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5252188Z test_dispatch_meta_movedim_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5252356Z test_dispatch_meta_movedim_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5252522Z test_dispatch_meta_movedim_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5252717Z test_dispatch_meta_movedim_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5252878Z test_dispatch_meta_movedim_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5253028Z test_dispatch_meta_movedim_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5253184Z test_dispatch_meta_movedim_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5253340Z test_dispatch_meta_movedim_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5253503Z test_dispatch_meta_movedim_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5253667Z test_dispatch_meta_movedim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5253829Z test_dispatch_meta_msort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5253992Z test_dispatch_meta_msort_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5254185Z test_dispatch_meta_msort_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5254333Z test_dispatch_meta_msort_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5254491Z test_dispatch_meta_msort_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5254648Z test_dispatch_meta_msort_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5254809Z test_dispatch_meta_msort_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5254966Z test_dispatch_meta_msort_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5255124Z test_dispatch_meta_msort_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5255286Z test_dispatch_meta_msort_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5255449Z test_dispatch_meta_mul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5255609Z test_dispatch_meta_mul_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5255763Z test_dispatch_meta_mul_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5255928Z test_dispatch_meta_mul_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-12-01T10:28:16.5256085Z test_dispatch_meta_mul_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5256244Z test_dispatch_meta_mul_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5256402Z test_dispatch_meta_mul_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5256563Z test_dispatch_meta_mul_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5256720Z test_dispatch_meta_mul_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5256878Z test_dispatch_meta_mul_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5257035Z test_dispatch_meta_mul_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5257180Z test_dispatch_meta_mul_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5257342Z test_dispatch_meta_mul_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5257515Z test_dispatch_meta_multinomial_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5257687Z test_dispatch_meta_multinomial_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5257889Z test_dispatch_meta_multinomial_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5258050Z test_dispatch_meta_mv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5258214Z test_dispatch_meta_mv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5258375Z test_dispatch_meta_mv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5258532Z test_dispatch_meta_mv_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5258678Z test_dispatch_meta_mv_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5258833Z test_dispatch_meta_mv_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5258989Z test_dispatch_meta_mv_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5259147Z test_dispatch_meta_mv_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5259341Z test_dispatch_meta_mv_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5259497Z test_dispatch_meta_mv_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5259680Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5259860Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5260044Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5260207Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5260387Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5260572Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5260750Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5260926Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5261109Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5261286Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5261464Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5261640Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5261803Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5261979Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5262156Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5262328Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5262512Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5262692Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5262871Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5263077Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5263257Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5263415Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5263595Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5263767Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5263937Z test_dispatch_meta_nan_to_num_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5264102Z test_dispatch_meta_nan_to_num_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5264271Z test_dispatch_meta_nan_to_num_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5264576Z test_dispatch_meta_nan_to_num_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5264755Z test_dispatch_meta_nan_to_num_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5264926Z test_dispatch_meta_nan_to_num_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5265094Z test_dispatch_meta_nan_to_num_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5265245Z test_dispatch_meta_nan_to_num_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5265406Z test_dispatch_meta_nan_to_num_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5265566Z test_dispatch_meta_nan_to_num_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5265738Z test_dispatch_meta_nanmean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5265910Z test_dispatch_meta_nanmean_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5266072Z test_dispatch_meta_nanmean_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5266238Z test_dispatch_meta_nanmean_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5266410Z test_dispatch_meta_nanmedian_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5266580Z test_dispatch_meta_nanmedian_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5266736Z test_dispatch_meta_nanmedian_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5266902Z test_dispatch_meta_nanmedian_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5267069Z test_dispatch_meta_nanmedian_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5267235Z test_dispatch_meta_nanmedian_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5267401Z test_dispatch_meta_nanmedian_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5267565Z test_dispatch_meta_nanmedian_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5267738Z test_dispatch_meta_nanquantile_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5267904Z test_dispatch_meta_nanquantile_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5268055Z test_dispatch_meta_nansum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5268249Z test_dispatch_meta_nansum_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5268416Z test_dispatch_meta_nansum_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5268573Z test_dispatch_meta_nansum_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5268739Z test_dispatch_meta_nansum_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5268906Z test_dispatch_meta_nansum_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5269067Z test_dispatch_meta_nansum_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5269225Z test_dispatch_meta_nansum_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5269385Z test_dispatch_meta_nansum_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5269535Z test_dispatch_meta_nansum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5269738Z test_dispatch_meta_narrow_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5269905Z test_dispatch_meta_narrow_copy_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5270082Z test_dispatch_meta_narrow_copy_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5270259Z test_dispatch_meta_narrow_copy_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5270431Z test_dispatch_meta_narrow_copy_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5270604Z test_dispatch_meta_narrow_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5270773Z test_dispatch_meta_narrow_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5270943Z test_dispatch_meta_narrow_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5271100Z test_dispatch_meta_narrow_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5271265Z test_dispatch_meta_narrow_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5271433Z test_dispatch_meta_narrow_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5271600Z test_dispatch_meta_narrow_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5271769Z test_dispatch_meta_narrow_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5271933Z test_dispatch_meta_narrow_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5272097Z test_dispatch_meta_narrow_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5272267Z test_dispatch_meta_narrow_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5272436Z test_dispatch_meta_narrow_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5272591Z test_dispatch_meta_narrow_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5272757Z test_dispatch_meta_narrow_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5272921Z test_dispatch_meta_narrow_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5273081Z test_dispatch_meta_narrow_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5273242Z test_dispatch_meta_narrow_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5273399Z test_dispatch_meta_narrow_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5273592Z test_dispatch_meta_narrow_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5273756Z test_dispatch_meta_narrow_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5273918Z test_dispatch_meta_narrow_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5274082Z test_dispatch_meta_native_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5274258Z test_dispatch_meta_native_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5274434Z test_dispatch_meta_native_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5274611Z test_dispatch_meta_native_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5274786Z test_dispatch_meta_native_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5274994Z test_dispatch_meta_native_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5275155Z test_dispatch_meta_ne_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5275313Z test_dispatch_meta_ne_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5275478Z test_dispatch_meta_ne_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5275626Z test_dispatch_meta_ne_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5275785Z test_dispatch_meta_ne_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5275944Z test_dispatch_meta_ne_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5276106Z test_dispatch_meta_ne_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5276265Z test_dispatch_meta_ne_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5276422Z test_dispatch_meta_ne_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5276577Z test_dispatch_meta_ne_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5276735Z test_dispatch_meta_ne_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5276888Z test_dispatch_meta_ne_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5277037Z test_dispatch_meta_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5277202Z test_dispatch_meta_neg_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5277368Z test_dispatch_meta_neg_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5277527Z test_dispatch_meta_neg_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5277687Z test_dispatch_meta_neg_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5277849Z test_dispatch_meta_neg_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5278008Z test_dispatch_meta_neg_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5278166Z test_dispatch_meta_neg_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5278322Z test_dispatch_meta_neg_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5278464Z test_dispatch_meta_neg_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5278653Z test_dispatch_meta_neg_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5278813Z test_dispatch_meta_neg_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5278984Z test_dispatch_meta_new_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5279150Z test_dispatch_meta_new_empty_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5279324Z test_dispatch_meta_new_empty_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5279497Z test_dispatch_meta_new_empty_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5279667Z test_dispatch_meta_new_empty_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5279834Z test_dispatch_meta_new_empty_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5280014Z test_dispatch_meta_new_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5280213Z test_dispatch_meta_new_empty_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5280377Z test_dispatch_meta_new_empty_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5280536Z test_dispatch_meta_new_empty_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5280692Z test_dispatch_meta_new_empty_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5280856Z test_dispatch_meta_new_empty_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5281014Z test_dispatch_meta_new_empty_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5281194Z test_dispatch_meta_new_empty_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5281358Z test_dispatch_meta_new_empty_strided_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5281542Z test_dispatch_meta_new_empty_strided_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5281722Z test_dispatch_meta_new_empty_strided_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5281899Z test_dispatch_meta_new_empty_strided_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5282075Z test_dispatch_meta_new_empty_strided_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5282254Z test_dispatch_meta_new_empty_strided_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5282428Z test_dispatch_meta_new_empty_strided_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5282606Z test_dispatch_meta_new_empty_strided_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5282780Z test_dispatch_meta_new_empty_strided_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5282947Z test_dispatch_meta_new_empty_strided_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5283111Z test_dispatch_meta_new_empty_strided_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5283278Z test_dispatch_meta_new_empty_strided_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5283445Z test_dispatch_meta_new_full_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5283609Z test_dispatch_meta_new_full_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5283782Z test_dispatch_meta_new_full_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5284195Z test_dispatch_meta_new_full_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5284367Z test_dispatch_meta_new_full_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5284533Z test_dispatch_meta_new_full_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5284699Z test_dispatch_meta_new_full_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5284851Z test_dispatch_meta_new_full_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5285015Z test_dispatch_meta_new_full_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-12-01T10:28:16.5285172Z test_dispatch_meta_new_full_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5285338Z test_dispatch_meta_new_full_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5285572Z test_dispatch_meta_new_full_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5285735Z test_dispatch_meta_new_full_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5285905Z test_dispatch_meta_new_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5286068Z test_dispatch_meta_new_ones_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5286238Z test_dispatch_meta_new_ones_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5286395Z test_dispatch_meta_new_ones_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5286563Z test_dispatch_meta_new_ones_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5286730Z test_dispatch_meta_new_ones_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5286900Z test_dispatch_meta_new_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5287066Z test_dispatch_meta_new_ones_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5287228Z test_dispatch_meta_new_ones_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5287388Z test_dispatch_meta_new_ones_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5287543Z test_dispatch_meta_new_ones_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5287706Z test_dispatch_meta_new_ones_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5287855Z test_dispatch_meta_new_ones_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5288025Z test_dispatch_meta_new_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5288186Z test_dispatch_meta_new_zeros_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5288358Z test_dispatch_meta_new_zeros_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5288527Z test_dispatch_meta_new_zeros_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5288692Z test_dispatch_meta_new_zeros_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5288858Z test_dispatch_meta_new_zeros_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5289024Z test_dispatch_meta_new_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5289192Z test_dispatch_meta_new_zeros_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5289383Z test_dispatch_meta_new_zeros_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5289549Z test_dispatch_meta_new_zeros_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5289709Z test_dispatch_meta_new_zeros_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5289871Z test_dispatch_meta_new_zeros_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5290030Z test_dispatch_meta_new_zeros_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5290200Z test_dispatch_meta_nextafter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5290367Z test_dispatch_meta_nextafter_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5290539Z test_dispatch_meta_nextafter_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5290779Z test_dispatch_meta_nn_functional__scaled_dot_product_attention_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5290975Z test_dispatch_meta_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5291172Z test_dispatch_meta_nn_functional__scaled_dot_product_attention_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5291369Z test_dispatch_meta_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5291565Z test_dispatch_meta_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5291760Z test_dispatch_meta_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5291958Z test_dispatch_meta_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5292148Z test_dispatch_meta_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5292362Z test_dispatch_meta_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5292553Z test_dispatch_meta_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5292743Z test_dispatch_meta_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5292920Z test_dispatch_meta_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5293118Z test_dispatch_meta_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5293311Z test_dispatch_meta_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5293499Z test_dispatch_meta_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5293692Z test_dispatch_meta_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5293881Z test_dispatch_meta_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5294070Z test_dispatch_meta_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5294260Z test_dispatch_meta_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5294481Z test_dispatch_meta_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5294667Z test_dispatch_meta_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5294837Z test_dispatch_meta_nn_functional_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5295015Z test_dispatch_meta_nn_functional_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5295199Z test_dispatch_meta_nn_functional_avg_pool1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5295384Z test_dispatch_meta_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5295567Z test_dispatch_meta_nn_functional_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5295776Z test_dispatch_meta_nn_functional_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5295962Z test_dispatch_meta_nn_functional_avg_pool2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5296143Z test_dispatch_meta_nn_functional_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5296323Z test_dispatch_meta_nn_functional_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5296487Z test_dispatch_meta_nn_functional_avg_pool3d_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5296672Z test_dispatch_meta_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5296854Z test_dispatch_meta_nn_functional_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5297038Z test_dispatch_meta_nn_functional_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5297219Z test_dispatch_meta_nn_functional_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5297417Z test_dispatch_meta_nn_functional_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5297595Z test_dispatch_meta_nn_functional_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5297776Z test_dispatch_meta_nn_functional_bilinear_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5297954Z test_dispatch_meta_nn_functional_bilinear_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5298128Z test_dispatch_meta_nn_functional_bilinear_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5298298Z test_dispatch_meta_nn_functional_bilinear_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5298475Z test_dispatch_meta_nn_functional_bilinear_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5298668Z test_dispatch_meta_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5298861Z test_dispatch_meta_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5299069Z test_dispatch_meta_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5299275Z test_dispatch_meta_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5299515Z test_dispatch_meta_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5299695Z test_dispatch_meta_nn_functional_celu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5299873Z test_dispatch_meta_nn_functional_celu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5300049Z test_dispatch_meta_nn_functional_celu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5300215Z test_dispatch_meta_nn_functional_conv1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5300395Z test_dispatch_meta_nn_functional_conv1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5300573Z test_dispatch_meta_nn_functional_conv1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5300750Z test_dispatch_meta_nn_functional_conv1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5300961Z test_dispatch_meta_nn_functional_conv1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5301139Z test_dispatch_meta_nn_functional_conv1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5301318Z test_dispatch_meta_nn_functional_conv2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5301499Z test_dispatch_meta_nn_functional_conv2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5301681Z test_dispatch_meta_nn_functional_conv2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5301845Z test_dispatch_meta_nn_functional_conv2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5302024Z test_dispatch_meta_nn_functional_conv2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5302201Z test_dispatch_meta_nn_functional_conv2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5302395Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5302586Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5302776Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5302966Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5303154Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5303344Z test_dispatch_meta_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5303533Z test_dispatch_meta_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5303706Z test_dispatch_meta_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5303893Z test_dispatch_meta_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5304080Z test_dispatch_meta_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5304267Z test_dispatch_meta_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5304546Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5304784Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5305009Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5305248Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5305442Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5305638Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5305817Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5306010Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5306239Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5306430Z test_dispatch_meta_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5306620Z test_dispatch_meta_nn_functional_cosine_similarity_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5306810Z test_dispatch_meta_nn_functional_cosine_similarity_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5306996Z test_dispatch_meta_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5307180Z test_dispatch_meta_nn_functional_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5307370Z test_dispatch_meta_nn_functional_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5307551Z test_dispatch_meta_nn_functional_ctc_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5307715Z test_dispatch_meta_nn_functional_ctc_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5307901Z test_dispatch_meta_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5308082Z test_dispatch_meta_nn_functional_dropout2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5308260Z test_dispatch_meta_nn_functional_dropout2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5308442Z test_dispatch_meta_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5308622Z test_dispatch_meta_nn_functional_dropout3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5308797Z test_dispatch_meta_nn_functional_dropout3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5308977Z test_dispatch_meta_nn_functional_dropout_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5309155Z test_dispatch_meta_nn_functional_dropout_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5309323Z test_dispatch_meta_nn_functional_dropout_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5309500Z test_dispatch_meta_nn_functional_elu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5309676Z test_dispatch_meta_nn_functional_elu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5309886Z test_dispatch_meta_nn_functional_elu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5310076Z test_dispatch_meta_nn_functional_embedding_bag_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5310265Z test_dispatch_meta_nn_functional_embedding_bag_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5310453Z test_dispatch_meta_nn_functional_embedding_bag_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5310639Z test_dispatch_meta_nn_functional_embedding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5310821Z test_dispatch_meta_nn_functional_embedding_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5310997Z test_dispatch_meta_nn_functional_embedding_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5311194Z test_dispatch_meta_nn_functional_embedding_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5311400Z test_dispatch_meta_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5311609Z test_dispatch_meta_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5311816Z test_dispatch_meta_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5312027Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5312232Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5312449Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5312660Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5312866Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5313077Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5313284Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5313473Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5313682Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5313883Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5314090Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5314295Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5314491Z test_dispatch_meta_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5314684Z test_dispatch_meta_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5314907Z test_dispatch_meta_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5315100Z test_dispatch_meta_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5315295Z test_dispatch_meta_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5315471Z test_dispatch_meta_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5315658Z test_dispatch_meta_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5315833Z test_dispatch_meta_nn_functional_gelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5316012Z test_dispatch_meta_nn_functional_gelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5316236Z test_dispatch_meta_nn_functional_gelu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5316414Z test_dispatch_meta_nn_functional_glu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5316591Z test_dispatch_meta_nn_functional_glu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5316769Z test_dispatch_meta_nn_functional_glu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5316955Z test_dispatch_meta_nn_functional_grid_sample_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-12-01T10:28:16.5317135Z test_dispatch_meta_nn_functional_grid_sample_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5317306Z test_dispatch_meta_nn_functional_group_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5317494Z test_dispatch_meta_nn_functional_group_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5317675Z test_dispatch_meta_nn_functional_group_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5317858Z test_dispatch_meta_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5318040Z test_dispatch_meta_nn_functional_hardshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5318222Z test_dispatch_meta_nn_functional_hardshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5318411Z test_dispatch_meta_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5318596Z test_dispatch_meta_nn_functional_hardsigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5318782Z test_dispatch_meta_nn_functional_hardsigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5318952Z test_dispatch_meta_nn_functional_hardswish_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5319137Z test_dispatch_meta_nn_functional_hardswish_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5319321Z test_dispatch_meta_nn_functional_hardswish_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5319500Z test_dispatch_meta_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5319683Z test_dispatch_meta_nn_functional_hardtanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5319923Z test_dispatch_meta_nn_functional_hardtanh_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5320107Z test_dispatch_meta_nn_functional_hardtanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5320282Z test_dispatch_meta_nn_functional_hardtanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5320454Z test_dispatch_meta_nn_functional_hardtanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5320632Z test_dispatch_meta_nn_functional_hardtanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5320813Z test_dispatch_meta_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5321008Z test_dispatch_meta_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5321204Z test_dispatch_meta_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5321431Z test_dispatch_meta_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5321615Z test_dispatch_meta_nn_functional_huber_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5321796Z test_dispatch_meta_nn_functional_huber_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5321977Z test_dispatch_meta_nn_functional_huber_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5322166Z test_dispatch_meta_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5322354Z test_dispatch_meta_nn_functional_instance_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5322543Z test_dispatch_meta_nn_functional_instance_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5322723Z test_dispatch_meta_nn_functional_interpolate_area_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5322919Z test_dispatch_meta_nn_functional_interpolate_area_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5323114Z test_dispatch_meta_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5323307Z test_dispatch_meta_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5323501Z test_dispatch_meta_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5323697Z test_dispatch_meta_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5324060Z test_dispatch_meta_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5324262Z test_dispatch_meta_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5324457Z test_dispatch_meta_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5324651Z test_dispatch_meta_nn_functional_interpolate_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5324828Z test_dispatch_meta_nn_functional_interpolate_linear_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5325021Z test_dispatch_meta_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5325271Z test_dispatch_meta_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5325468Z test_dispatch_meta_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5325661Z test_dispatch_meta_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5325860Z test_dispatch_meta_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5326055Z test_dispatch_meta_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5326250Z test_dispatch_meta_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5326428Z test_dispatch_meta_nn_functional_kl_div_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5326657Z test_dispatch_meta_nn_functional_kl_div_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5326854Z test_dispatch_meta_nn_functional_kl_div_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5327038Z test_dispatch_meta_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5327221Z test_dispatch_meta_nn_functional_l1_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5327404Z test_dispatch_meta_nn_functional_l1_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5327581Z test_dispatch_meta_nn_functional_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5327755Z test_dispatch_meta_nn_functional_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5327938Z test_dispatch_meta_nn_functional_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5328123Z test_dispatch_meta_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5328306Z test_dispatch_meta_nn_functional_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5328475Z test_dispatch_meta_nn_functional_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5328658Z test_dispatch_meta_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5328841Z test_dispatch_meta_nn_functional_leaky_relu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5329022Z test_dispatch_meta_nn_functional_leaky_relu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5329200Z test_dispatch_meta_nn_functional_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5329386Z test_dispatch_meta_nn_functional_linear_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5329573Z test_dispatch_meta_nn_functional_linear_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5329749Z test_dispatch_meta_nn_functional_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5329925Z test_dispatch_meta_nn_functional_linear_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5330105Z test_dispatch_meta_nn_functional_linear_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5330271Z test_dispatch_meta_nn_functional_linear_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5330483Z test_dispatch_meta_nn_functional_linear_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5330661Z test_dispatch_meta_nn_functional_linear_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5330836Z test_dispatch_meta_nn_functional_linear_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5331032Z test_dispatch_meta_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5331226Z test_dispatch_meta_nn_functional_local_response_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5331418Z test_dispatch_meta_nn_functional_local_response_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5331607Z test_dispatch_meta_nn_functional_local_response_norm_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5331835Z test_dispatch_meta_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5332007Z test_dispatch_meta_nn_functional_logsigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5332191Z test_dispatch_meta_nn_functional_logsigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5332382Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5332576Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5332765Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5332954Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5333145Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5333333Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5333520Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5333710Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5333879Z test_dispatch_meta_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5334060Z test_dispatch_meta_nn_functional_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5334244Z test_dispatch_meta_nn_functional_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5334431Z test_dispatch_meta_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5334613Z test_dispatch_meta_nn_functional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5334796Z test_dispatch_meta_nn_functional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5334976Z test_dispatch_meta_nn_functional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5335157Z test_dispatch_meta_nn_functional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5335343Z test_dispatch_meta_nn_functional_max_unpool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5335562Z test_dispatch_meta_nn_functional_max_unpool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5335740Z test_dispatch_meta_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5335930Z test_dispatch_meta_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5336112Z test_dispatch_meta_nn_functional_max_unpool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5336295Z test_dispatch_meta_nn_functional_max_unpool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5336482Z test_dispatch_meta_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5336670Z test_dispatch_meta_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5336884Z test_dispatch_meta_nn_functional_max_unpool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5337070Z test_dispatch_meta_nn_functional_max_unpool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5337261Z test_dispatch_meta_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5337450Z test_dispatch_meta_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5337612Z test_dispatch_meta_nn_functional_mish_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5337787Z test_dispatch_meta_nn_functional_mish_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5337967Z test_dispatch_meta_nn_functional_mse_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5338148Z test_dispatch_meta_nn_functional_mse_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5338328Z test_dispatch_meta_nn_functional_mse_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5338514Z test_dispatch_meta_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5338702Z test_dispatch_meta_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5338898Z test_dispatch_meta_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5339092Z test_dispatch_meta_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5339283Z test_dispatch_meta_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5339491Z test_dispatch_meta_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5339690Z test_dispatch_meta_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5339869Z test_dispatch_meta_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5340045Z test_dispatch_meta_nn_functional_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5340218Z test_dispatch_meta_nn_functional_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5340400Z test_dispatch_meta_nn_functional_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5340619Z test_dispatch_meta_nn_functional_normalize_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5340807Z test_dispatch_meta_nn_functional_normalize_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5340990Z test_dispatch_meta_nn_functional_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5341156Z test_dispatch_meta_nn_functional_normalize_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5341334Z test_dispatch_meta_nn_functional_one_hot_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5341520Z test_dispatch_meta_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5341703Z test_dispatch_meta_nn_functional_pad_circular_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5341937Z test_dispatch_meta_nn_functional_pad_circular_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5342126Z test_dispatch_meta_nn_functional_pad_circular_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5342311Z test_dispatch_meta_nn_functional_pad_circular_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5342500Z test_dispatch_meta_nn_functional_pad_circular_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5342685Z test_dispatch_meta_nn_functional_pad_circular_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5342868Z test_dispatch_meta_nn_functional_pad_circular_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5343040Z test_dispatch_meta_nn_functional_pad_circular_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5343226Z test_dispatch_meta_nn_functional_pad_circular_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5343408Z test_dispatch_meta_nn_functional_pad_circular_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5343590Z test_dispatch_meta_nn_functional_pad_circular_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5343775Z test_dispatch_meta_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5343957Z test_dispatch_meta_nn_functional_pad_constant_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5344144Z test_dispatch_meta_nn_functional_pad_constant_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5344337Z test_dispatch_meta_nn_functional_pad_constant_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5344592Z test_dispatch_meta_nn_functional_pad_constant_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5344780Z test_dispatch_meta_nn_functional_pad_constant_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5344955Z test_dispatch_meta_nn_functional_pad_constant_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5345137Z test_dispatch_meta_nn_functional_pad_constant_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5345317Z test_dispatch_meta_nn_functional_pad_constant_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5345501Z test_dispatch_meta_nn_functional_pad_constant_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5345727Z test_dispatch_meta_nn_functional_pad_constant_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5345911Z test_dispatch_meta_nn_functional_pad_constant_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5346102Z test_dispatch_meta_nn_functional_pad_reflect_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5346291Z test_dispatch_meta_nn_functional_pad_reflect_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5346480Z test_dispatch_meta_nn_functional_pad_reflect_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5346645Z test_dispatch_meta_nn_functional_pad_reflect_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5346836Z test_dispatch_meta_nn_functional_pad_replicate_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5347031Z test_dispatch_meta_nn_functional_pad_replicate_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5347247Z test_dispatch_meta_nn_functional_pad_replicate_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5347431Z test_dispatch_meta_nn_functional_pad_replicate_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5347625Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5347823Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5348023Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5348216Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5348412Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5348588Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5348778Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5348966Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5349156Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5349342Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.003s) 2022-12-01T10:28:16.5349530Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5349710Z test_dispatch_meta_nn_functional_pdist_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5349887Z test_dispatch_meta_nn_functional_pdist_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5350077Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5350259Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5350436Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5350625Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5350840Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5351027Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5351211Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5351396Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5351581Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5351764Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5351947Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5352131Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5352342Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5352529Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5352720Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5352909Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5353097Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5353282Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5353472Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5353659Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5353843Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5354014Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5354197Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5354378Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5354568Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5354759Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5354945Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5355130Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5355314Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5355496Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5355679Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5355882Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5356065Z test_dispatch_meta_nn_functional_prelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5356243Z test_dispatch_meta_nn_functional_prelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5356419Z test_dispatch_meta_nn_functional_prelu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5356596Z test_dispatch_meta_nn_functional_relu6_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5356770Z test_dispatch_meta_nn_functional_relu6_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5356944Z test_dispatch_meta_nn_functional_relu6_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5357121Z test_dispatch_meta_nn_functional_relu6_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5357336Z test_dispatch_meta_nn_functional_relu6_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5357510Z test_dispatch_meta_nn_functional_relu6_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5357673Z test_dispatch_meta_nn_functional_relu6_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5357847Z test_dispatch_meta_nn_functional_relu6_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5358023Z test_dispatch_meta_nn_functional_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5358202Z test_dispatch_meta_nn_functional_relu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5358379Z test_dispatch_meta_nn_functional_relu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5358557Z test_dispatch_meta_nn_functional_relu_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5358730Z test_dispatch_meta_nn_functional_relu_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5358903Z test_dispatch_meta_nn_functional_relu_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5359076Z test_dispatch_meta_nn_functional_relu_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5359232Z test_dispatch_meta_nn_functional_relu_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5359413Z test_dispatch_meta_nn_functional_rrelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5359587Z test_dispatch_meta_nn_functional_rrelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5359762Z test_dispatch_meta_nn_functional_rrelu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5359940Z test_dispatch_meta_nn_functional_selu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5360115Z test_dispatch_meta_nn_functional_selu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5360295Z test_dispatch_meta_nn_functional_selu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5360484Z test_dispatch_meta_nn_functional_silu_complex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5360671Z test_dispatch_meta_nn_functional_silu_complex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5360832Z test_dispatch_meta_nn_functional_silu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5361039Z test_dispatch_meta_nn_functional_silu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5361214Z test_dispatch_meta_nn_functional_silu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5361399Z test_dispatch_meta_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5361581Z test_dispatch_meta_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5361764Z test_dispatch_meta_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5361945Z test_dispatch_meta_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5362136Z test_dispatch_meta_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5362325Z test_dispatch_meta_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5362548Z test_dispatch_meta_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5362718Z test_dispatch_meta_nn_functional_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5362900Z test_dispatch_meta_nn_functional_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5363075Z test_dispatch_meta_nn_functional_softmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5363265Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5363461Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5363662Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5364004Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5364197Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5364389Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5364576Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5364749Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5364936Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5365124Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5365312Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5365499Z test_dispatch_meta_nn_functional_softplus_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5365681Z test_dispatch_meta_nn_functional_softplus_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5365856Z test_dispatch_meta_nn_functional_softplus_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5366044Z test_dispatch_meta_nn_functional_softshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5366290Z test_dispatch_meta_nn_functional_softshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5366474Z test_dispatch_meta_nn_functional_softshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5366640Z test_dispatch_meta_nn_functional_softsign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5366825Z test_dispatch_meta_nn_functional_softsign_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5367007Z test_dispatch_meta_nn_functional_softsign_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5367185Z test_dispatch_meta_nn_functional_softsign_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5367362Z test_dispatch_meta_nn_functional_softsign_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5367544Z test_dispatch_meta_nn_functional_softsign_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5367762Z test_dispatch_meta_nn_functional_softsign_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5367937Z test_dispatch_meta_nn_functional_softsign_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5368109Z test_dispatch_meta_nn_functional_softsign_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5368274Z test_dispatch_meta_nn_functional_softsign_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5368452Z test_dispatch_meta_nn_functional_softsign_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5368638Z test_dispatch_meta_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5368828Z test_dispatch_meta_nn_functional_tanhshrink_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5369016Z test_dispatch_meta_nn_functional_tanhshrink_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5369202Z test_dispatch_meta_nn_functional_tanhshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5369384Z test_dispatch_meta_nn_functional_tanhshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5369564Z test_dispatch_meta_nn_functional_tanhshrink_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5369743Z test_dispatch_meta_nn_functional_tanhshrink_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5369919Z test_dispatch_meta_nn_functional_tanhshrink_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5370086Z test_dispatch_meta_nn_functional_tanhshrink_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5370265Z test_dispatch_meta_nn_functional_tanhshrink_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5370446Z test_dispatch_meta_nn_functional_threshold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5370627Z test_dispatch_meta_nn_functional_threshold_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5370803Z test_dispatch_meta_nn_functional_threshold_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5370985Z test_dispatch_meta_nn_functional_threshold_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5371166Z test_dispatch_meta_nn_functional_threshold_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5371374Z test_dispatch_meta_nn_functional_threshold_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5371552Z test_dispatch_meta_nn_functional_threshold_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5371712Z test_dispatch_meta_nn_functional_threshold_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5371907Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5372103Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5372299Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5372490Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5372715Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5372905Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5373093Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5373275Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5373465Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5373640Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5373850Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5374062Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5374273Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5374480Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5374687Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5374891Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5375098Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5375307Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5375509Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5375724Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5375892Z test_dispatch_meta_nn_functional_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5376073Z test_dispatch_meta_nn_functional_unfold_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5376253Z test_dispatch_meta_nn_functional_unfold_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5376467Z test_dispatch_meta_nn_functional_unfold_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5376646Z test_dispatch_meta_nn_functional_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5376823Z test_dispatch_meta_nn_functional_unfold_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5377017Z test_dispatch_meta_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5377209Z test_dispatch_meta_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5377398Z test_dispatch_meta_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5377592Z test_dispatch_meta_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5377797Z test_dispatch_meta_nn_functional_upsample_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5377989Z test_dispatch_meta_nn_functional_upsample_nearest_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5378181Z test_dispatch_meta_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5378349Z test_dispatch_meta_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5378514Z test_dispatch_meta_nonzero_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5378686Z test_dispatch_meta_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5378856Z test_dispatch_meta_nonzero_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5379024Z test_dispatch_meta_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5379195Z test_dispatch_meta_nonzero_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5379343Z test_dispatch_meta_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5379500Z test_dispatch_meta_nonzero_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5379664Z test_dispatch_meta_nonzero_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5379826Z test_dispatch_meta_nonzero_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5379986Z test_dispatch_meta_nonzero_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5380150Z test_dispatch_meta_nonzero_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5380313Z test_dispatch_meta_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5380469Z test_dispatch_meta_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5380635Z test_dispatch_meta_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5380787Z test_dispatch_meta_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5380950Z test_dispatch_meta_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.003s) 2022-12-01T10:28:16.5381106Z test_dispatch_meta_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5381261Z test_dispatch_meta_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5381460Z test_dispatch_meta_norm_fro_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5381632Z test_dispatch_meta_norm_fro_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5381802Z test_dispatch_meta_norm_fro_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5381968Z test_dispatch_meta_norm_fro_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5382134Z test_dispatch_meta_norm_fro_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5382284Z test_dispatch_meta_norm_inf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5382451Z test_dispatch_meta_norm_inf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5382618Z test_dispatch_meta_norm_inf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5382845Z test_dispatch_meta_norm_inf_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5383041Z test_dispatch_meta_norm_inf_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5383201Z test_dispatch_meta_norm_inf_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5383368Z test_dispatch_meta_norm_nuc_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5383534Z test_dispatch_meta_norm_nuc_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5383697Z test_dispatch_meta_norm_nuc_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5383845Z test_dispatch_meta_norm_nuc_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5384009Z test_dispatch_meta_normal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5384176Z test_dispatch_meta_normal_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5384337Z test_dispatch_meta_normal_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5384579Z test_dispatch_meta_normal_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5384761Z test_dispatch_meta_normal_number_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5384942Z test_dispatch_meta_normal_number_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5385120Z test_dispatch_meta_normal_number_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5385297Z test_dispatch_meta_normal_number_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5385451Z test_dispatch_meta_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5385645Z test_dispatch_meta_ones_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5385880Z test_dispatch_meta_ones_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5386060Z test_dispatch_meta_ones_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5386221Z test_dispatch_meta_ones_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5386382Z test_dispatch_meta_ones_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5386539Z test_dispatch_meta_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5386702Z test_dispatch_meta_ones_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5386896Z test_dispatch_meta_ones_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5387058Z test_dispatch_meta_ones_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5387218Z test_dispatch_meta_ones_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5387379Z test_dispatch_meta_ones_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5387536Z test_dispatch_meta_ones_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5387707Z test_dispatch_meta_ones_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5387871Z test_dispatch_meta_ones_like_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5388043Z test_dispatch_meta_ones_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5388214Z test_dispatch_meta_ones_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5388395Z test_dispatch_meta_ones_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5388619Z test_dispatch_meta_ones_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5388786Z test_dispatch_meta_ones_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5388956Z test_dispatch_meta_ones_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5389119Z test_dispatch_meta_ones_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5389282Z test_dispatch_meta_ones_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5389441Z test_dispatch_meta_ones_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5389606Z test_dispatch_meta_ones_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5389767Z test_dispatch_meta_ones_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5389921Z test_dispatch_meta_ormqr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5390082Z test_dispatch_meta_ormqr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5390245Z test_dispatch_meta_ormqr_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5390404Z test_dispatch_meta_ormqr_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5390567Z test_dispatch_meta_outer_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5390726Z test_dispatch_meta_outer_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5390895Z test_dispatch_meta_outer_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5391063Z test_dispatch_meta_outer_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5391226Z test_dispatch_meta_outer_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5391373Z test_dispatch_meta_outer_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5391531Z test_dispatch_meta_outer_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5391690Z test_dispatch_meta_outer_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5391853Z test_dispatch_meta_outer_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5392010Z test_dispatch_meta_outer_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5392200Z test_dispatch_meta_outer_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5392363Z test_dispatch_meta_outer_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5392534Z test_dispatch_meta_pca_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5392703Z test_dispatch_meta_pca_lowrank_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5392859Z test_dispatch_meta_permute_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5393023Z test_dispatch_meta_permute_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5393196Z test_dispatch_meta_permute_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5393364Z test_dispatch_meta_permute_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5393580Z test_dispatch_meta_permute_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5393745Z test_dispatch_meta_permute_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5393908Z test_dispatch_meta_permute_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5394070Z test_dispatch_meta_permute_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5394231Z test_dispatch_meta_permute_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5394377Z test_dispatch_meta_permute_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5394532Z test_dispatch_meta_permute_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5394697Z test_dispatch_meta_permute_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5394856Z test_dispatch_meta_permute_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5395030Z test_dispatch_meta_pinverse_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5395204Z test_dispatch_meta_pinverse_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5395372Z test_dispatch_meta_pinverse_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5395538Z test_dispatch_meta_pinverse_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5395702Z test_dispatch_meta_polar_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5395853Z test_dispatch_meta_polar_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5396042Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5396230Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5396462Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5396732Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5396927Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5397168Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5397339Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5397563Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5397734Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5397918Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5398099Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5398279Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5398454Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5398630Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5398804Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5399049Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5399232Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5399407Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5399575Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5399757Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5399936Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5400113Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5400293Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5400474Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5400651Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5400829Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5401006Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5401176Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5401356Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5401541Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5401719Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5401900Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5402079Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5402278Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5402456Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5402666Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5402852Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5403018Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5403198Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5403380Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5403557Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5403729Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5404014Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5404254Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5404433Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5404604Z test_dispatch_meta_positive_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5404763Z test_dispatch_meta_positive_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5404936Z test_dispatch_meta_positive_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5405112Z test_dispatch_meta_positive_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5405283Z test_dispatch_meta_positive_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5405452Z test_dispatch_meta_positive_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5405626Z test_dispatch_meta_positive_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5405792Z test_dispatch_meta_positive_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5405953Z test_dispatch_meta_positive_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5406114Z test_dispatch_meta_positive_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5406265Z test_dispatch_meta_positive_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5406423Z test_dispatch_meta_positive_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5406589Z test_dispatch_meta_pow_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5406758Z test_dispatch_meta_pow_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5406922Z test_dispatch_meta_pow_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5407081Z test_dispatch_meta_pow_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5407245Z test_dispatch_meta_pow_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5407405Z test_dispatch_meta_pow_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5407565Z test_dispatch_meta_pow_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5407710Z test_dispatch_meta_pow_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5407869Z test_dispatch_meta_pow_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5408064Z test_dispatch_meta_pow_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5408223Z test_dispatch_meta_pow_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5408381Z test_dispatch_meta_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5408549Z test_dispatch_meta_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5408713Z test_dispatch_meta_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5408875Z test_dispatch_meta_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5409037Z test_dispatch_meta_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5409221Z test_dispatch_meta_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5409383Z test_dispatch_meta_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5409573Z test_dispatch_meta_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5409734Z test_dispatch_meta_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5409892Z test_dispatch_meta_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5410056Z test_dispatch_meta_put_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5410213Z test_dispatch_meta_put_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5410378Z test_dispatch_meta_put_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5410527Z test_dispatch_meta_put_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5410690Z test_dispatch_meta_put_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.003s) 2022-12-01T10:28:16.5410851Z test_dispatch_meta_put_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5411011Z test_dispatch_meta_put_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5411167Z test_dispatch_meta_put_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5411325Z test_dispatch_meta_put_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5411482Z test_dispatch_meta_put_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5411640Z test_dispatch_meta_put_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5411795Z test_dispatch_meta_put_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5411948Z test_dispatch_meta_qr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5412114Z test_dispatch_meta_qr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5412274Z test_dispatch_meta_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5412435Z test_dispatch_meta_qr_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5412604Z test_dispatch_meta_quantile_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5412772Z test_dispatch_meta_quantile_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5412938Z test_dispatch_meta_rad2deg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5413102Z test_dispatch_meta_rad2deg_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5413296Z test_dispatch_meta_rad2deg_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5413444Z test_dispatch_meta_rad2deg_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5413601Z test_dispatch_meta_rad2deg_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5413763Z test_dispatch_meta_rad2deg_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5413925Z test_dispatch_meta_rad2deg_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5414082Z test_dispatch_meta_rad2deg_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5414244Z test_dispatch_meta_rad2deg_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5414402Z test_dispatch_meta_rad2deg_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5414573Z test_dispatch_meta_rand_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5414774Z test_dispatch_meta_rand_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5414932Z test_dispatch_meta_rand_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5415102Z test_dispatch_meta_rand_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5415270Z test_dispatch_meta_rand_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5415437Z test_dispatch_meta_rand_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5415598Z test_dispatch_meta_rand_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5415776Z test_dispatch_meta_randint_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5415949Z test_dispatch_meta_randint_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5416117Z test_dispatch_meta_randint_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5416286Z test_dispatch_meta_randint_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5416455Z test_dispatch_meta_randint_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5416624Z test_dispatch_meta_randint_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5416792Z test_dispatch_meta_randint_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5416944Z test_dispatch_meta_randint_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5417112Z test_dispatch_meta_randint_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5417279Z test_dispatch_meta_randn_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5417445Z test_dispatch_meta_randn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5417612Z test_dispatch_meta_randn_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5417773Z test_dispatch_meta_randn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5417936Z test_dispatch_meta_randn_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5418098Z test_dispatch_meta_randn_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5418254Z test_dispatch_meta_randn_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5418442Z test_dispatch_meta_randn_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5418617Z test_dispatch_meta_randn_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5418787Z test_dispatch_meta_randn_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5418955Z test_dispatch_meta_randn_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5419120Z test_dispatch_meta_randn_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5419289Z test_dispatch_meta_randn_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5419452Z test_dispatch_meta_randn_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5419617Z test_dispatch_meta_ravel_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5419775Z test_dispatch_meta_ravel_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5419963Z test_dispatch_meta_ravel_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5420130Z test_dispatch_meta_ravel_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5420291Z test_dispatch_meta_ravel_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5420452Z test_dispatch_meta_ravel_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5420614Z test_dispatch_meta_ravel_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5420781Z test_dispatch_meta_ravel_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5420942Z test_dispatch_meta_ravel_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5421103Z test_dispatch_meta_ravel_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5421249Z test_dispatch_meta_ravel_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5421407Z test_dispatch_meta_ravel_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5421563Z test_dispatch_meta_ravel_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5421727Z test_dispatch_meta_real_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5421884Z test_dispatch_meta_real_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5422045Z test_dispatch_meta_real_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5422212Z test_dispatch_meta_real_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5422375Z test_dispatch_meta_real_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5422535Z test_dispatch_meta_real_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5422681Z test_dispatch_meta_real_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5422834Z test_dispatch_meta_real_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5422994Z test_dispatch_meta_real_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5423151Z test_dispatch_meta_real_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5423307Z test_dispatch_meta_real_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5423499Z test_dispatch_meta_real_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5423657Z test_dispatch_meta_real_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5423833Z test_dispatch_meta_reciprocal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5424003Z test_dispatch_meta_reciprocal_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5424165Z test_dispatch_meta_reciprocal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5424340Z test_dispatch_meta_reciprocal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5424584Z test_dispatch_meta_reciprocal_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5424751Z test_dispatch_meta_reciprocal_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5424925Z test_dispatch_meta_reciprocal_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5425150Z test_dispatch_meta_reciprocal_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5425319Z test_dispatch_meta_reciprocal_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5425513Z test_dispatch_meta_reciprocal_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5425680Z test_dispatch_meta_reciprocal_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5425830Z test_dispatch_meta_reciprocal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5425999Z test_dispatch_meta_remainder_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5426168Z test_dispatch_meta_remainder_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5426337Z test_dispatch_meta_remainder_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5426502Z test_dispatch_meta_remainder_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5426666Z test_dispatch_meta_remainder_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5426826Z test_dispatch_meta_remainder_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5426983Z test_dispatch_meta_remainder_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5427149Z test_dispatch_meta_remainder_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5427301Z test_dispatch_meta_remainder_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5427459Z test_dispatch_meta_renorm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5427626Z test_dispatch_meta_renorm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5427797Z test_dispatch_meta_renorm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5427960Z test_dispatch_meta_renorm_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5428124Z test_dispatch_meta_renorm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5428281Z test_dispatch_meta_renorm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5428443Z test_dispatch_meta_repeat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5428604Z test_dispatch_meta_repeat_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5428758Z test_dispatch_meta_repeat_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5428956Z test_dispatch_meta_repeat_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5429118Z test_dispatch_meta_repeat_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5429279Z test_dispatch_meta_repeat_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5429436Z test_dispatch_meta_repeat_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5429597Z test_dispatch_meta_repeat_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5429759Z test_dispatch_meta_repeat_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5429916Z test_dispatch_meta_repeat_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5430078Z test_dispatch_meta_repeat_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5430274Z test_dispatch_meta_repeat_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5430454Z test_dispatch_meta_repeat_interleave_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5430629Z test_dispatch_meta_repeat_interleave_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5430810Z test_dispatch_meta_repeat_interleave_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5430989Z test_dispatch_meta_repeat_interleave_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5431167Z test_dispatch_meta_repeat_interleave_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5431346Z test_dispatch_meta_repeat_interleave_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5431525Z test_dispatch_meta_repeat_interleave_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5431705Z test_dispatch_meta_repeat_interleave_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5431868Z test_dispatch_meta_repeat_interleave_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5432041Z test_dispatch_meta_repeat_interleave_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5432213Z test_dispatch_meta_repeat_interleave_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5432387Z test_dispatch_meta_repeat_interleave_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5432556Z test_dispatch_meta_repeat_interleave_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5432728Z test_dispatch_meta_reshape_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5432894Z test_dispatch_meta_reshape_as_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5433067Z test_dispatch_meta_reshape_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5433239Z test_dispatch_meta_reshape_as_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5433397Z test_dispatch_meta_reshape_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5433566Z test_dispatch_meta_reshape_as_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5433730Z test_dispatch_meta_reshape_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5433898Z test_dispatch_meta_reshape_as_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5434103Z test_dispatch_meta_reshape_as_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5434271Z test_dispatch_meta_reshape_as_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5434435Z test_dispatch_meta_reshape_as_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5434598Z test_dispatch_meta_reshape_as_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5434759Z test_dispatch_meta_reshape_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5434914Z test_dispatch_meta_reshape_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5435078Z test_dispatch_meta_reshape_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5435246Z test_dispatch_meta_reshape_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5435418Z test_dispatch_meta_reshape_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5435623Z test_dispatch_meta_reshape_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5435787Z test_dispatch_meta_reshape_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5435947Z test_dispatch_meta_reshape_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5436104Z test_dispatch_meta_reshape_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5436267Z test_dispatch_meta_reshape_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5436411Z test_dispatch_meta_reshape_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5436568Z test_dispatch_meta_reshape_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5436729Z test_dispatch_meta_reshape_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5436884Z test_dispatch_meta_reshape_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5437049Z test_dispatch_meta_resize__cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5437207Z test_dispatch_meta_resize__cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5437376Z test_dispatch_meta_resize__cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5437543Z test_dispatch_meta_resize__cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5437708Z test_dispatch_meta_resize__cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5437857Z test_dispatch_meta_resize__cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5438015Z test_dispatch_meta_resize__cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5438174Z test_dispatch_meta_resize__cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5438330Z test_dispatch_meta_resize__cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5438482Z test_dispatch_meta_resize__cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5438642Z test_dispatch_meta_resize__cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5438800Z test_dispatch_meta_resize__cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5438968Z test_dispatch_meta_resize_as__cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5439161Z test_dispatch_meta_resize_as__cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.003s) 2022-12-01T10:28:16.5439321Z test_dispatch_meta_resize_as__cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5439493Z test_dispatch_meta_resize_as__cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5439658Z test_dispatch_meta_resize_as__cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5439825Z test_dispatch_meta_resize_as__cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5439992Z test_dispatch_meta_resize_as__cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5440155Z test_dispatch_meta_resize_as__cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5440315Z test_dispatch_meta_resize_as__cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5440482Z test_dispatch_meta_resize_as__cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5440673Z test_dispatch_meta_resize_as__cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5440824Z test_dispatch_meta_resize_as__cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5440997Z test_dispatch_meta_resolve_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5441166Z test_dispatch_meta_resolve_conj_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5441339Z test_dispatch_meta_resolve_conj_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5441513Z test_dispatch_meta_resolve_conj_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5441686Z test_dispatch_meta_resolve_conj_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5441858Z test_dispatch_meta_resolve_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5442025Z test_dispatch_meta_resolve_conj_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5442192Z test_dispatch_meta_resolve_conj_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5442348Z test_dispatch_meta_resolve_conj_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5442513Z test_dispatch_meta_resolve_conj_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5442680Z test_dispatch_meta_resolve_conj_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5442848Z test_dispatch_meta_resolve_conj_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5443022Z test_dispatch_meta_resolve_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5443189Z test_dispatch_meta_resolve_neg_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5443365Z test_dispatch_meta_resolve_neg_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5443536Z test_dispatch_meta_resolve_neg_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5443708Z test_dispatch_meta_resolve_neg_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5444046Z test_dispatch_meta_resolve_neg_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5444217Z test_dispatch_meta_resolve_neg_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5444384Z test_dispatch_meta_resolve_neg_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5444616Z test_dispatch_meta_resolve_neg_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5444777Z test_dispatch_meta_resolve_neg_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5444941Z test_dispatch_meta_resolve_neg_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5445109Z test_dispatch_meta_resolve_neg_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5445275Z test_dispatch_meta_resolve_neg_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5445437Z test_dispatch_meta_roll_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5445582Z test_dispatch_meta_roll_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5445751Z test_dispatch_meta_roll_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5445960Z test_dispatch_meta_roll_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5446121Z test_dispatch_meta_roll_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5446281Z test_dispatch_meta_roll_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5446441Z test_dispatch_meta_roll_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5446597Z test_dispatch_meta_roll_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5446756Z test_dispatch_meta_roll_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5446915Z test_dispatch_meta_roll_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5447062Z test_dispatch_meta_roll_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5447218Z test_dispatch_meta_roll_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5447373Z test_dispatch_meta_roll_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5447536Z test_dispatch_meta_rot90_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5447691Z test_dispatch_meta_rot90_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5447857Z test_dispatch_meta_rot90_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5448020Z test_dispatch_meta_rot90_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5448181Z test_dispatch_meta_rot90_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5448327Z test_dispatch_meta_rot90_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5448483Z test_dispatch_meta_rot90_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5448639Z test_dispatch_meta_rot90_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5448850Z test_dispatch_meta_rot90_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5449008Z test_dispatch_meta_rot90_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5449164Z test_dispatch_meta_rot90_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5449321Z test_dispatch_meta_rot90_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5449484Z test_dispatch_meta_round_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5449684Z test_dispatch_meta_round_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5449831Z test_dispatch_meta_round_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5449988Z test_dispatch_meta_round_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5450144Z test_dispatch_meta_round_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5450303Z test_dispatch_meta_round_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5450462Z test_dispatch_meta_round_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5450617Z test_dispatch_meta_round_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5450793Z test_dispatch_meta_round_decimals_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5450970Z test_dispatch_meta_round_decimals_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5451176Z test_dispatch_meta_round_decimals_0_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5451338Z test_dispatch_meta_round_decimals_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5451508Z test_dispatch_meta_round_decimals_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5451678Z test_dispatch_meta_round_decimals_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5451861Z test_dispatch_meta_round_decimals_neg_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5452038Z test_dispatch_meta_round_decimals_neg_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5452213Z test_dispatch_meta_round_decimals_neg_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5452380Z test_dispatch_meta_rsqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5452540Z test_dispatch_meta_rsqrt_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5452707Z test_dispatch_meta_rsqrt_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5452858Z test_dispatch_meta_rsqrt_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5453018Z test_dispatch_meta_rsqrt_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5453176Z test_dispatch_meta_rsqrt_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5453335Z test_dispatch_meta_rsqrt_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5453496Z test_dispatch_meta_rsqrt_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5453655Z test_dispatch_meta_rsqrt_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5453811Z test_dispatch_meta_rsqrt_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5453968Z test_dispatch_meta_rsqrt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5454130Z test_dispatch_meta_rsub_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5454283Z test_dispatch_meta_rsub_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5454445Z test_dispatch_meta_rsub_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5454603Z test_dispatch_meta_rsub_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5454791Z test_dispatch_meta_rsub_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5454947Z test_dispatch_meta_rsub_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5455104Z test_dispatch_meta_rsub_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5455260Z test_dispatch_meta_rsub_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5455418Z test_dispatch_meta_rsub_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5455573Z test_dispatch_meta_rsub_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5455718Z test_dispatch_meta_rsub_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5455891Z test_dispatch_meta_scatter_add_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5456063Z test_dispatch_meta_scatter_add_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5456269Z test_dispatch_meta_scatter_add_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5456443Z test_dispatch_meta_scatter_add_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5456611Z test_dispatch_meta_scatter_add_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5456779Z test_dispatch_meta_scatter_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5456945Z test_dispatch_meta_scatter_add_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5457111Z test_dispatch_meta_scatter_add_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5457267Z test_dispatch_meta_scatter_add_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5457436Z test_dispatch_meta_scatter_add_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5457605Z test_dispatch_meta_scatter_add_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5457773Z test_dispatch_meta_scatter_add_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5457939Z test_dispatch_meta_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5458101Z test_dispatch_meta_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5458269Z test_dispatch_meta_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5458435Z test_dispatch_meta_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5458599Z test_dispatch_meta_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5458746Z test_dispatch_meta_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5458904Z test_dispatch_meta_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5459065Z test_dispatch_meta_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5459224Z test_dispatch_meta_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5459383Z test_dispatch_meta_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5459543Z test_dispatch_meta_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5459701Z test_dispatch_meta_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5459882Z test_dispatch_meta_scatter_reduce_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5460094Z test_dispatch_meta_scatter_reduce_amax_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5460262Z test_dispatch_meta_scatter_reduce_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5460439Z test_dispatch_meta_scatter_reduce_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5460615Z test_dispatch_meta_scatter_reduce_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5460793Z test_dispatch_meta_scatter_reduce_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5460968Z test_dispatch_meta_scatter_reduce_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5461142Z test_dispatch_meta_scatter_reduce_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5461320Z test_dispatch_meta_scatter_reduce_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5461528Z test_dispatch_meta_scatter_reduce_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5461711Z test_dispatch_meta_scatter_reduce_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5461874Z test_dispatch_meta_scatter_reduce_amin_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5462051Z test_dispatch_meta_scatter_reduce_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5462227Z test_dispatch_meta_scatter_reduce_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5462402Z test_dispatch_meta_scatter_reduce_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5462585Z test_dispatch_meta_scatter_reduce_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5462759Z test_dispatch_meta_scatter_reduce_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5462935Z test_dispatch_meta_scatter_reduce_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5463107Z test_dispatch_meta_scatter_reduce_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5463276Z test_dispatch_meta_scatter_reduce_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5463442Z test_dispatch_meta_scatter_reduce_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5463616Z test_dispatch_meta_scatter_reduce_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5463794Z test_dispatch_meta_scatter_reduce_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5463974Z test_dispatch_meta_scatter_reduce_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5464151Z test_dispatch_meta_scatter_reduce_mean_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5464327Z test_dispatch_meta_scatter_reduce_mean_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5464582Z test_dispatch_meta_scatter_reduce_mean_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5464762Z test_dispatch_meta_scatter_reduce_mean_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5464935Z test_dispatch_meta_scatter_reduce_mean_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5465155Z test_dispatch_meta_scatter_reduce_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5465320Z test_dispatch_meta_scatter_reduce_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5465495Z test_dispatch_meta_scatter_reduce_prod_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5465670Z test_dispatch_meta_scatter_reduce_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5465846Z test_dispatch_meta_scatter_reduce_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5466017Z test_dispatch_meta_scatter_reduce_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5466190Z test_dispatch_meta_scatter_reduce_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5466363Z test_dispatch_meta_scatter_reduce_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5466541Z test_dispatch_meta_scatter_reduce_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5466757Z test_dispatch_meta_scatter_reduce_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5466920Z test_dispatch_meta_scatter_reduce_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5467097Z test_dispatch_meta_scatter_reduce_sum_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5467273Z test_dispatch_meta_scatter_reduce_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5467452Z test_dispatch_meta_scatter_reduce_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5467626Z test_dispatch_meta_scatter_reduce_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5467802Z test_dispatch_meta_scatter_reduce_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5467977Z test_dispatch_meta_scatter_reduce_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5468148Z test_dispatch_meta_scatter_reduce_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5468322Z test_dispatch_meta_scatter_reduce_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-12-01T10:28:16.5468482Z test_dispatch_meta_scatter_reduce_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5468655Z test_dispatch_meta_searchsorted_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5468828Z test_dispatch_meta_searchsorted_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5469001Z test_dispatch_meta_searchsorted_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5469173Z test_dispatch_meta_searchsorted_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5469344Z test_dispatch_meta_searchsorted_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5469511Z test_dispatch_meta_searchsorted_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5469677Z test_dispatch_meta_searchsorted_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5469848Z test_dispatch_meta_searchsorted_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5470005Z test_dispatch_meta_searchsorted_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.5470188Z test_dispatch_meta_segment_reduce_lengths_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.5470408Z test_dispatch_meta_segment_reduce_lengths_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.5470591Z test_dispatch_meta_segment_reduce_lengths_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.5470768Z test_dispatch_meta_segment_reduce_lengths_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.5470950Z test_dispatch_meta_segment_reduce_offsets_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5471125Z test_dispatch_meta_segment_reduce_offsets_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5471308Z test_dispatch_meta_segment_reduce_offsets_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5471485Z test_dispatch_meta_segment_reduce_offsets_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5471653Z test_dispatch_meta_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5471831Z test_dispatch_meta_select_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5472002Z test_dispatch_meta_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5472170Z test_dispatch_meta_select_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.5472335Z test_dispatch_meta_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:28:16.5472499Z test_dispatch_meta_select_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5472659Z test_dispatch_meta_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5472818Z test_dispatch_meta_select_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5472981Z test_dispatch_meta_select_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5473139Z test_dispatch_meta_select_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5473281Z test_dispatch_meta_select_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5473441Z test_dispatch_meta_select_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5473603Z test_dispatch_meta_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5473778Z test_dispatch_meta_select_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5473949Z test_dispatch_meta_select_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5474124Z test_dispatch_meta_select_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5474299Z test_dispatch_meta_select_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5474470Z test_dispatch_meta_select_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5474640Z test_dispatch_meta_select_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5474797Z test_dispatch_meta_select_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5474962Z test_dispatch_meta_select_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5475129Z test_dispatch_meta_select_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5475298Z test_dispatch_meta_select_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5475490Z test_dispatch_meta_sgn_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5475651Z test_dispatch_meta_sgn_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5475818Z test_dispatch_meta_sgn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5475983Z test_dispatch_meta_sgn_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5476186Z test_dispatch_meta_sgn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5476332Z test_dispatch_meta_sgn_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5476493Z test_dispatch_meta_sgn_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5476650Z test_dispatch_meta_sgn_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5476810Z test_dispatch_meta_sgn_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5476997Z test_dispatch_meta_sgn_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5477157Z test_dispatch_meta_sgn_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5477313Z test_dispatch_meta_sgn_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5477466Z test_dispatch_meta_sgn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5477617Z test_dispatch_meta_short_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5477776Z test_dispatch_meta_short_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5477942Z test_dispatch_meta_short_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5478109Z test_dispatch_meta_short_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5478277Z test_dispatch_meta_short_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5478433Z test_dispatch_meta_short_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5478587Z test_dispatch_meta_short_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5478747Z test_dispatch_meta_short_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5478903Z test_dispatch_meta_short_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5479046Z test_dispatch_meta_short_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5479205Z test_dispatch_meta_short_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5479364Z test_dispatch_meta_short_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5479534Z test_dispatch_meta_sigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5479698Z test_dispatch_meta_sigmoid_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5479867Z test_dispatch_meta_sigmoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5480037Z test_dispatch_meta_sigmoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5480203Z test_dispatch_meta_sigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5480366Z test_dispatch_meta_sigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5480513Z test_dispatch_meta_sigmoid_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5480734Z test_dispatch_meta_sigmoid_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5480890Z test_dispatch_meta_sigmoid_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5481051Z test_dispatch_meta_sigmoid_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5481214Z test_dispatch_meta_sigmoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5481373Z test_dispatch_meta_sign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5481531Z test_dispatch_meta_sign_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5481693Z test_dispatch_meta_sign_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5481850Z test_dispatch_meta_sign_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5482001Z test_dispatch_meta_sign_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5482189Z test_dispatch_meta_sign_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5482347Z test_dispatch_meta_sign_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5482505Z test_dispatch_meta_sign_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5482660Z test_dispatch_meta_sign_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5482815Z test_dispatch_meta_sign_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5482981Z test_dispatch_meta_signbit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5483143Z test_dispatch_meta_signbit_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5483308Z test_dispatch_meta_signbit_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5483457Z test_dispatch_meta_signbit_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5483622Z test_dispatch_meta_signbit_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5483785Z test_dispatch_meta_signbit_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5484092Z test_dispatch_meta_signbit_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5484249Z test_dispatch_meta_signbit_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5484408Z test_dispatch_meta_signbit_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5484569Z test_dispatch_meta_signbit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5484730Z test_dispatch_meta_sin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5484877Z test_dispatch_meta_sin_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5485042Z test_dispatch_meta_sin_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5485201Z test_dispatch_meta_sin_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5485361Z test_dispatch_meta_sin_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5485521Z test_dispatch_meta_sin_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5485677Z test_dispatch_meta_sin_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5485832Z test_dispatch_meta_sin_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5486041Z test_dispatch_meta_sin_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5486198Z test_dispatch_meta_sin_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5486339Z test_dispatch_meta_sin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5486500Z test_dispatch_meta_sinc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5486653Z test_dispatch_meta_sinc_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5486820Z test_dispatch_meta_sinc_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5486987Z test_dispatch_meta_sinc_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5487147Z test_dispatch_meta_sinc_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5487306Z test_dispatch_meta_sinc_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5487503Z test_dispatch_meta_sinc_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5487664Z test_dispatch_meta_sinc_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5487811Z test_dispatch_meta_sinc_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5487965Z test_dispatch_meta_sinc_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5488124Z test_dispatch_meta_sinc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5488282Z test_dispatch_meta_sinh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5488437Z test_dispatch_meta_sinh_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5488603Z test_dispatch_meta_sinh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5488768Z test_dispatch_meta_sinh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5488929Z test_dispatch_meta_sinh_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5489084Z test_dispatch_meta_sinh_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5489227Z test_dispatch_meta_sinh_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5489381Z test_dispatch_meta_sinh_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5489536Z test_dispatch_meta_sinh_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5489691Z test_dispatch_meta_sinh_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5489848Z test_dispatch_meta_sinh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5490012Z test_dispatch_meta_slice_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5490168Z test_dispatch_meta_slice_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5490333Z test_dispatch_meta_slice_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5490485Z test_dispatch_meta_slice_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5490646Z test_dispatch_meta_slice_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5490807Z test_dispatch_meta_slice_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5490970Z test_dispatch_meta_slice_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5491162Z test_dispatch_meta_slice_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5491322Z test_dispatch_meta_slice_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5491480Z test_dispatch_meta_slice_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5491635Z test_dispatch_meta_slice_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5491794Z test_dispatch_meta_slice_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5491936Z test_dispatch_meta_slice_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5492110Z test_dispatch_meta_slice_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5492279Z test_dispatch_meta_slice_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5492456Z test_dispatch_meta_slice_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5492656Z test_dispatch_meta_slice_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5492827Z test_dispatch_meta_slice_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5492995Z test_dispatch_meta_slice_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5493161Z test_dispatch_meta_slice_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5493327Z test_dispatch_meta_slice_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5493480Z test_dispatch_meta_slice_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5493652Z test_dispatch_meta_slice_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5493820Z test_dispatch_meta_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5493985Z test_dispatch_meta_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5494147Z test_dispatch_meta_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5494326Z test_dispatch_meta_softmax_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5494501Z test_dispatch_meta_softmax_with_dtype_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5494684Z test_dispatch_meta_softmax_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5494866Z test_dispatch_meta_softmax_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5495033Z test_dispatch_meta_softmax_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5495212Z test_dispatch_meta_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5495389Z test_dispatch_meta_softmax_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5495560Z test_dispatch_meta_softmax_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5495734Z test_dispatch_meta_softmax_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5495905Z test_dispatch_meta_softmax_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5496078Z test_dispatch_meta_softmax_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5496282Z test_dispatch_meta_softmax_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5496448Z test_dispatch_meta_sort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5496607Z test_dispatch_meta_sort_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5496757Z test_dispatch_meta_sort_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.003s) 2022-12-01T10:28:16.5496915Z test_dispatch_meta_sort_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5497070Z test_dispatch_meta_sort_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5497229Z test_dispatch_meta_sort_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5497387Z test_dispatch_meta_sort_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5497545Z test_dispatch_meta_sort_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5497732Z test_dispatch_meta_sort_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5497889Z test_dispatch_meta_sort_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5498063Z test_dispatch_meta_sparse_sampled_addmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5498247Z test_dispatch_meta_sparse_sampled_addmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5498424Z test_dispatch_meta_sparse_sampled_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5498597Z test_dispatch_meta_sparse_sampled_addmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5498769Z test_dispatch_meta_special_airy_ai_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5498945Z test_dispatch_meta_special_airy_ai_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5499118Z test_dispatch_meta_special_airy_ai_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5499290Z test_dispatch_meta_special_airy_ai_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5499460Z test_dispatch_meta_special_airy_ai_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5499630Z test_dispatch_meta_special_airy_ai_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5499790Z test_dispatch_meta_special_airy_ai_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5499960Z test_dispatch_meta_special_airy_ai_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5500136Z test_dispatch_meta_special_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5500319Z test_dispatch_meta_special_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5500495Z test_dispatch_meta_special_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5500666Z test_dispatch_meta_special_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5500836Z test_dispatch_meta_special_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5501001Z test_dispatch_meta_special_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5501173Z test_dispatch_meta_special_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5501366Z test_dispatch_meta_special_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5501541Z test_dispatch_meta_special_bessel_j1_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5501713Z test_dispatch_meta_special_bessel_j1_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5501890Z test_dispatch_meta_special_bessel_j1_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5502055Z test_dispatch_meta_special_bessel_j1_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5502222Z test_dispatch_meta_special_bessel_j1_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5502389Z test_dispatch_meta_special_bessel_j1_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5502557Z test_dispatch_meta_special_bessel_j1_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5502724Z test_dispatch_meta_special_bessel_j1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5502925Z test_dispatch_meta_special_bessel_y0_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5503099Z test_dispatch_meta_special_bessel_y0_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5503271Z test_dispatch_meta_special_bessel_y0_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5503442Z test_dispatch_meta_special_bessel_y0_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5503609Z test_dispatch_meta_special_bessel_y0_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5503772Z test_dispatch_meta_special_bessel_y0_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5503944Z test_dispatch_meta_special_bessel_y0_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5504110Z test_dispatch_meta_special_bessel_y0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5504277Z test_dispatch_meta_special_bessel_y1_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5504517Z test_dispatch_meta_special_bessel_y1_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5504692Z test_dispatch_meta_special_bessel_y1_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5504861Z test_dispatch_meta_special_bessel_y1_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5505035Z test_dispatch_meta_special_bessel_y1_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5505198Z test_dispatch_meta_special_bessel_y1_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5505369Z test_dispatch_meta_special_bessel_y1_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5505535Z test_dispatch_meta_special_bessel_y1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5505726Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5505918Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5506109Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5506282Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5506509Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5506699Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5506890Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5507073Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5507257Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5507447Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5507634Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5507821Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5508028Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5508220Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5508404Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5508585Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5509040Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5509386Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5509730Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5510067Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5510406Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5510738Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5511072Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5511416Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5511742Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5512077Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5512419Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5512750Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5513125Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5513463Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5513798Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5514136Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5514313Z test_dispatch_meta_special_entr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5514484Z test_dispatch_meta_special_entr_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5514658Z test_dispatch_meta_special_entr_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5514847Z test_dispatch_meta_special_entr_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5515017Z test_dispatch_meta_special_entr_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5515181Z test_dispatch_meta_special_entr_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5515351Z test_dispatch_meta_special_entr_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5515519Z test_dispatch_meta_special_entr_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5515687Z test_dispatch_meta_special_entr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5515853Z test_dispatch_meta_special_erfcx_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5516027Z test_dispatch_meta_special_erfcx_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5516202Z test_dispatch_meta_special_erfcx_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5516358Z test_dispatch_meta_special_erfcx_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5516525Z test_dispatch_meta_special_erfcx_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5516692Z test_dispatch_meta_special_erfcx_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5516862Z test_dispatch_meta_special_erfcx_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5517032Z test_dispatch_meta_special_erfcx_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5517222Z test_dispatch_meta_special_hermite_polynomial_h_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5517413Z test_dispatch_meta_special_hermite_polynomial_h_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5517604Z test_dispatch_meta_special_hermite_polynomial_h_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5517789Z test_dispatch_meta_special_hermite_polynomial_h_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5517961Z test_dispatch_meta_special_hermite_polynomial_h_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5518145Z test_dispatch_meta_special_hermite_polynomial_h_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5518332Z test_dispatch_meta_special_hermite_polynomial_h_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5518553Z test_dispatch_meta_special_hermite_polynomial_h_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5518738Z test_dispatch_meta_special_hermite_polynomial_he_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5518927Z test_dispatch_meta_special_hermite_polynomial_he_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5519116Z test_dispatch_meta_special_hermite_polynomial_he_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5519301Z test_dispatch_meta_special_hermite_polynomial_he_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5519484Z test_dispatch_meta_special_hermite_polynomial_he_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5519669Z test_dispatch_meta_special_hermite_polynomial_he_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5519843Z test_dispatch_meta_special_hermite_polynomial_he_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5520058Z test_dispatch_meta_special_hermite_polynomial_he_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5520230Z test_dispatch_meta_special_i0e_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5520398Z test_dispatch_meta_special_i0e_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5520568Z test_dispatch_meta_special_i0e_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5520735Z test_dispatch_meta_special_i0e_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5520902Z test_dispatch_meta_special_i0e_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5521072Z test_dispatch_meta_special_i0e_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5521238Z test_dispatch_meta_special_i0e_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5521391Z test_dispatch_meta_special_i0e_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5521555Z test_dispatch_meta_special_i0e_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5521720Z test_dispatch_meta_special_i1_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5521887Z test_dispatch_meta_special_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5522054Z test_dispatch_meta_special_i1_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5522217Z test_dispatch_meta_special_i1_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5522382Z test_dispatch_meta_special_i1_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5522548Z test_dispatch_meta_special_i1_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5522712Z test_dispatch_meta_special_i1_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5522863Z test_dispatch_meta_special_i1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5523024Z test_dispatch_meta_special_i1e_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5523193Z test_dispatch_meta_special_i1e_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5523362Z test_dispatch_meta_special_i1e_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5523528Z test_dispatch_meta_special_i1e_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5523726Z test_dispatch_meta_special_i1e_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5524058Z test_dispatch_meta_special_i1e_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5524225Z test_dispatch_meta_special_i1e_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5524392Z test_dispatch_meta_special_i1e_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5524568Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5524762Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5524952Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5525141Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5525390Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5525578Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5525762Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5525953Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5526313Z test_dispatch_meta_special_legendre_polynomial_p_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5526660Z test_dispatch_meta_special_legendre_polynomial_p_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5526996Z test_dispatch_meta_special_legendre_polynomial_p_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5527333Z test_dispatch_meta_special_legendre_polynomial_p_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5527672Z test_dispatch_meta_special_legendre_polynomial_p_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5528007Z test_dispatch_meta_special_legendre_polynomial_p_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5528343Z test_dispatch_meta_special_legendre_polynomial_p_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5528686Z test_dispatch_meta_special_legendre_polynomial_p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5528862Z test_dispatch_meta_special_log_ndtr_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5529038Z test_dispatch_meta_special_log_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5529215Z test_dispatch_meta_special_log_ndtr_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5529389Z test_dispatch_meta_special_log_ndtr_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5529562Z test_dispatch_meta_special_log_ndtr_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5529721Z test_dispatch_meta_special_log_ndtr_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5529967Z test_dispatch_meta_special_log_ndtr_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5530182Z test_dispatch_meta_special_log_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5530401Z test_dispatch_meta_special_modified_bessel_i0_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5530634Z test_dispatch_meta_special_modified_bessel_i0_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5530851Z test_dispatch_meta_special_modified_bessel_i0_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5531073Z test_dispatch_meta_special_modified_bessel_i0_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5531266Z test_dispatch_meta_special_modified_bessel_i0_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5531600Z test_dispatch_meta_special_modified_bessel_i0_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.003s) 2022-12-01T10:28:16.5531875Z test_dispatch_meta_special_modified_bessel_i0_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5532087Z test_dispatch_meta_special_modified_bessel_i0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5532306Z test_dispatch_meta_special_modified_bessel_i1_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5532518Z test_dispatch_meta_special_modified_bessel_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5532690Z test_dispatch_meta_special_modified_bessel_i1_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5532902Z test_dispatch_meta_special_modified_bessel_i1_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5533120Z test_dispatch_meta_special_modified_bessel_i1_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5533323Z test_dispatch_meta_special_modified_bessel_i1_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5533553Z test_dispatch_meta_special_modified_bessel_i1_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5533763Z test_dispatch_meta_special_modified_bessel_i1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5533978Z test_dispatch_meta_special_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5534188Z test_dispatch_meta_special_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5534402Z test_dispatch_meta_special_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5534617Z test_dispatch_meta_special_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5534781Z test_dispatch_meta_special_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5534986Z test_dispatch_meta_special_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5535193Z test_dispatch_meta_special_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5535442Z test_dispatch_meta_special_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5535657Z test_dispatch_meta_special_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5535908Z test_dispatch_meta_special_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5536121Z test_dispatch_meta_special_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5536326Z test_dispatch_meta_special_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5536534Z test_dispatch_meta_special_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5536695Z test_dispatch_meta_special_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5536909Z test_dispatch_meta_special_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5537115Z test_dispatch_meta_special_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5537345Z test_dispatch_meta_special_ndtr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5537582Z test_dispatch_meta_special_ndtr_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5537786Z test_dispatch_meta_special_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5537985Z test_dispatch_meta_special_ndtr_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5538183Z test_dispatch_meta_special_ndtr_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5538382Z test_dispatch_meta_special_ndtr_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5538535Z test_dispatch_meta_special_ndtr_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5538762Z test_dispatch_meta_special_ndtr_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5538962Z test_dispatch_meta_special_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5539181Z test_dispatch_meta_special_ndtri_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5539384Z test_dispatch_meta_special_ndtri_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5539584Z test_dispatch_meta_special_ndtri_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5539780Z test_dispatch_meta_special_ndtri_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5539976Z test_dispatch_meta_special_ndtri_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5540181Z test_dispatch_meta_special_ndtri_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5540337Z test_dispatch_meta_special_ndtri_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5540538Z test_dispatch_meta_special_ndtri_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5540768Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5541019Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5541250Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5541480Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5541705Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5541968Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5542207Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5542440Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5542668Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5542849Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5543093Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5543314Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5543574Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5543797Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5544014Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5544230Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5544528Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5544747Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5544998Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5545181Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5545404Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5545620Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5545832Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5546074Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5546291Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5546713Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5547104Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5547521Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5547904Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5548250Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5548675Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5549051Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5549429Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5549809Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5550195Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5550620Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5551017Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5551395Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5551766Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5552162Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5552538Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5552924Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5553264Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5553644Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5554018Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5554420Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5554801Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5555178Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5555596Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5555982Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5556366Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5556785Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5557166Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5557558Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5557935Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5558269Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5558704Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.5558921Z test_dispatch_meta_special_spherical_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5559141Z test_dispatch_meta_special_spherical_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5559358Z test_dispatch_meta_special_spherical_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5559570Z test_dispatch_meta_special_spherical_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5559777Z test_dispatch_meta_special_spherical_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5560013Z test_dispatch_meta_special_spherical_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5560238Z test_dispatch_meta_special_spherical_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5560453Z test_dispatch_meta_special_spherical_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5560616Z test_dispatch_meta_special_xlog1py_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5560818Z test_dispatch_meta_special_xlog1py_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5561019Z test_dispatch_meta_special_xlog1py_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5561220Z test_dispatch_meta_special_xlog1py_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5561423Z test_dispatch_meta_special_xlog1py_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5561628Z test_dispatch_meta_special_xlog1py_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5561856Z test_dispatch_meta_special_xlog1py_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5562073Z test_dispatch_meta_special_xlog1py_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5562271Z test_dispatch_meta_special_xlog1py_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5562424Z test_dispatch_meta_special_xlog1py_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5562623Z test_dispatch_meta_special_zeta_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5562852Z test_dispatch_meta_special_zeta_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5563053Z test_dispatch_meta_special_zeta_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5563249Z test_dispatch_meta_special_zeta_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5563454Z test_dispatch_meta_special_zeta_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5563671Z test_dispatch_meta_special_zeta_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5564032Z test_dispatch_meta_special_zeta_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5564233Z test_dispatch_meta_special_zeta_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5564387Z test_dispatch_meta_split_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5564579Z test_dispatch_meta_split_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5564830Z test_dispatch_meta_split_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5565034Z test_dispatch_meta_split_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5565224Z test_dispatch_meta_split_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5565435Z test_dispatch_meta_split_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5565646Z test_dispatch_meta_split_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5565837Z test_dispatch_meta_split_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5566025Z test_dispatch_meta_split_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5566176Z test_dispatch_meta_split_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5566368Z test_dispatch_meta_split_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5566564Z test_dispatch_meta_split_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5566750Z test_dispatch_meta_split_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5566954Z test_dispatch_meta_split_list_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5567154Z test_dispatch_meta_split_list_args_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5567385Z test_dispatch_meta_split_list_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5567589Z test_dispatch_meta_split_list_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5567792Z test_dispatch_meta_split_list_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5567952Z test_dispatch_meta_split_list_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5568158Z test_dispatch_meta_split_list_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5568356Z test_dispatch_meta_split_list_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5568553Z test_dispatch_meta_split_list_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5568752Z test_dispatch_meta_split_list_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5568971Z test_dispatch_meta_split_list_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5569227Z test_dispatch_meta_split_list_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5569434Z test_dispatch_meta_split_with_sizes_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5569643Z test_dispatch_meta_split_with_sizes_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5569807Z test_dispatch_meta_split_with_sizes_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5570013Z test_dispatch_meta_split_with_sizes_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5570217Z test_dispatch_meta_split_with_sizes_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5570417Z test_dispatch_meta_split_with_sizes_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5570616Z test_dispatch_meta_split_with_sizes_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5570848Z test_dispatch_meta_split_with_sizes_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5571077Z test_dispatch_meta_split_with_sizes_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5571277Z test_dispatch_meta_split_with_sizes_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5571476Z test_dispatch_meta_split_with_sizes_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5571673Z test_dispatch_meta_split_with_sizes_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5571829Z test_dispatch_meta_split_with_sizes_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5572022Z test_dispatch_meta_sqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5572229Z test_dispatch_meta_sqrt_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5572424Z test_dispatch_meta_sqrt_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5572625Z test_dispatch_meta_sqrt_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5572842Z test_dispatch_meta_sqrt_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5573027Z test_dispatch_meta_sqrt_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5573214Z test_dispatch_meta_sqrt_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.003s) 2022-12-01T10:28:16.5573360Z test_dispatch_meta_sqrt_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5573548Z test_dispatch_meta_sqrt_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5573734Z test_dispatch_meta_sqrt_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5573924Z test_dispatch_meta_sqrt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5574127Z test_dispatch_meta_square_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5574315Z test_dispatch_meta_square_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5574530Z test_dispatch_meta_square_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5574725Z test_dispatch_meta_square_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5574920Z test_dispatch_meta_square_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5575069Z test_dispatch_meta_square_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5575292Z test_dispatch_meta_square_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5575506Z test_dispatch_meta_square_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5575698Z test_dispatch_meta_square_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5575882Z test_dispatch_meta_square_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5576067Z test_dispatch_meta_square_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5576275Z test_dispatch_meta_square_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5576470Z test_dispatch_meta_squeeze_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5576664Z test_dispatch_meta_squeeze_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5576823Z test_dispatch_meta_squeeze_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5577057Z test_dispatch_meta_squeeze_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5577248Z test_dispatch_meta_squeeze_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5577441Z test_dispatch_meta_squeeze_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5577628Z test_dispatch_meta_squeeze_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5577814Z test_dispatch_meta_squeeze_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5578024Z test_dispatch_meta_squeeze_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5578214Z test_dispatch_meta_squeeze_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5578409Z test_dispatch_meta_squeeze_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5578557Z test_dispatch_meta_squeeze_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5578766Z test_dispatch_meta_squeeze_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5578957Z test_dispatch_meta_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5579146Z test_dispatch_meta_stack_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5579344Z test_dispatch_meta_stack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5579537Z test_dispatch_meta_stack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5579742Z test_dispatch_meta_stack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5579942Z test_dispatch_meta_stack_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5580134Z test_dispatch_meta_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5580280Z test_dispatch_meta_stack_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5580467Z test_dispatch_meta_stack_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5580654Z test_dispatch_meta_stack_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5580838Z test_dispatch_meta_stack_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5581023Z test_dispatch_meta_stack_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5581214Z test_dispatch_meta_stack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5581463Z test_dispatch_meta_std_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5581661Z test_dispatch_meta_std_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5581870Z test_dispatch_meta_std_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5582018Z test_dispatch_meta_std_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5582205Z test_dispatch_meta_std_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5582390Z test_dispatch_meta_std_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5582583Z test_dispatch_meta_std_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5582782Z test_dispatch_meta_std_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5583019Z test_dispatch_meta_std_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5583230Z test_dispatch_meta_std_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5583426Z test_dispatch_meta_std_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5583577Z test_dispatch_meta_std_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5583773Z test_dispatch_meta_stft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5583962Z test_dispatch_meta_stft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5584150Z test_dispatch_meta_stft_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5584344Z test_dispatch_meta_stft_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5584620Z test_dispatch_meta_sub_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5584812Z test_dispatch_meta_sub_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5585028Z test_dispatch_meta_sub_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5585234Z test_dispatch_meta_sub_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5585382Z test_dispatch_meta_sub_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5585567Z test_dispatch_meta_sub_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5585753Z test_dispatch_meta_sub_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5585947Z test_dispatch_meta_sub_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5586133Z test_dispatch_meta_sub_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5586319Z test_dispatch_meta_sub_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5586504Z test_dispatch_meta_sub_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5586705Z test_dispatch_meta_sub_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5586898Z test_dispatch_meta_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5587042Z test_dispatch_meta_sum_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5587234Z test_dispatch_meta_sum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5587469Z test_dispatch_meta_sum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5587659Z test_dispatch_meta_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5587842Z test_dispatch_meta_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5588031Z test_dispatch_meta_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5588215Z test_dispatch_meta_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5588441Z test_dispatch_meta_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5588624Z test_dispatch_meta_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5588767Z test_dispatch_meta_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5588956Z test_dispatch_meta_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5589155Z test_dispatch_meta_sum_to_size_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5589377Z test_dispatch_meta_sum_to_size_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5589580Z test_dispatch_meta_sum_to_size_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5589785Z test_dispatch_meta_sum_to_size_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5589982Z test_dispatch_meta_sum_to_size_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5590204Z test_dispatch_meta_sum_to_size_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5590398Z test_dispatch_meta_sum_to_size_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5590554Z test_dispatch_meta_sum_to_size_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5590744Z test_dispatch_meta_sum_to_size_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5590936Z test_dispatch_meta_sum_to_size_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5591131Z test_dispatch_meta_sum_to_size_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5591324Z test_dispatch_meta_sum_to_size_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5591519Z test_dispatch_meta_svd_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5591735Z test_dispatch_meta_svd_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5591944Z test_dispatch_meta_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5592134Z test_dispatch_meta_svd_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5592293Z test_dispatch_meta_svd_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5592488Z test_dispatch_meta_svd_lowrank_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5592686Z test_dispatch_meta_symeig_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5592883Z test_dispatch_meta_symeig_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5593075Z test_dispatch_meta_symeig_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5593270Z test_dispatch_meta_symeig_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5593481Z test_dispatch_meta_t_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5593716Z test_dispatch_meta_t_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5593909Z test_dispatch_meta_t_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5594057Z test_dispatch_meta_t_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5594241Z test_dispatch_meta_t_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5594432Z test_dispatch_meta_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5594619Z test_dispatch_meta_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5594809Z test_dispatch_meta_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5595014Z test_dispatch_meta_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5595195Z test_dispatch_meta_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5595427Z test_dispatch_meta_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5595572Z test_dispatch_meta_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5595774Z test_dispatch_meta_take_along_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5595972Z test_dispatch_meta_take_along_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5596183Z test_dispatch_meta_take_along_dim_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5611131Z test_dispatch_meta_take_along_dim_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5611348Z test_dispatch_meta_take_along_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5611535Z test_dispatch_meta_take_along_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5611711Z test_dispatch_meta_take_along_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5611886Z test_dispatch_meta_take_along_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5612057Z test_dispatch_meta_take_along_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5612231Z test_dispatch_meta_take_along_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5612402Z test_dispatch_meta_take_along_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5612556Z test_dispatch_meta_take_along_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5612727Z test_dispatch_meta_take_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5612892Z test_dispatch_meta_take_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5613064Z test_dispatch_meta_take_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5613233Z test_dispatch_meta_take_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5613395Z test_dispatch_meta_take_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5613555Z test_dispatch_meta_take_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5613712Z test_dispatch_meta_take_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5613875Z test_dispatch_meta_take_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5614197Z test_dispatch_meta_take_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5614360Z test_dispatch_meta_take_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5614521Z test_dispatch_meta_take_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5614684Z test_dispatch_meta_take_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5614849Z test_dispatch_meta_tan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5615007Z test_dispatch_meta_tan_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5615175Z test_dispatch_meta_tan_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5615340Z test_dispatch_meta_tan_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5615506Z test_dispatch_meta_tan_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5615704Z test_dispatch_meta_tan_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5615864Z test_dispatch_meta_tan_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5616021Z test_dispatch_meta_tan_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5616180Z test_dispatch_meta_tan_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5616339Z test_dispatch_meta_tan_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5616495Z test_dispatch_meta_tan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5616660Z test_dispatch_meta_tanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5616820Z test_dispatch_meta_tanh_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5616975Z test_dispatch_meta_tanh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5617143Z test_dispatch_meta_tanh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5617306Z test_dispatch_meta_tanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5617465Z test_dispatch_meta_tanh_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5617625Z test_dispatch_meta_tanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5617786Z test_dispatch_meta_tanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5617945Z test_dispatch_meta_tanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5618105Z test_dispatch_meta_tanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5618265Z test_dispatch_meta_tanh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5618428Z test_dispatch_meta_tensor_split_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5618599Z test_dispatch_meta_tensor_split_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5618777Z test_dispatch_meta_tensor_split_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5618953Z test_dispatch_meta_tensor_split_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5619129Z test_dispatch_meta_tensor_split_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5619301Z test_dispatch_meta_tensor_split_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5619511Z test_dispatch_meta_tensor_split_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5619684Z test_dispatch_meta_tensor_split_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5619850Z test_dispatch_meta_tensor_split_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-12-01T10:28:16.5620005Z test_dispatch_meta_tensor_split_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5620171Z test_dispatch_meta_tensor_split_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5620339Z test_dispatch_meta_tensor_split_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5620507Z test_dispatch_meta_tensordot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5620679Z test_dispatch_meta_tensordot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5620857Z test_dispatch_meta_tensordot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5621058Z test_dispatch_meta_tensordot_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5621227Z test_dispatch_meta_tensordot_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5621395Z test_dispatch_meta_tensordot_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5621588Z test_dispatch_meta_tensordot_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5621749Z test_dispatch_meta_tensordot_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5621945Z test_dispatch_meta_tensordot_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5622108Z test_dispatch_meta_tensordot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5622273Z test_dispatch_meta_tile_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5622434Z test_dispatch_meta_tile_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5622601Z test_dispatch_meta_tile_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5622766Z test_dispatch_meta_tile_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5622928Z test_dispatch_meta_tile_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5623072Z test_dispatch_meta_tile_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5623235Z test_dispatch_meta_tile_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5623397Z test_dispatch_meta_tile_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5623555Z test_dispatch_meta_tile_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5623715Z test_dispatch_meta_tile_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5623874Z test_dispatch_meta_tile_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5624032Z test_dispatch_meta_tile_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5624195Z test_dispatch_meta_to_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5624352Z test_dispatch_meta_to_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5624600Z test_dispatch_meta_to_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5624768Z test_dispatch_meta_to_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5624964Z test_dispatch_meta_to_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5625129Z test_dispatch_meta_to_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5625288Z test_dispatch_meta_to_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5625446Z test_dispatch_meta_to_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5625603Z test_dispatch_meta_to_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5625759Z test_dispatch_meta_to_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5625901Z test_dispatch_meta_to_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5626058Z test_dispatch_meta_to_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5626232Z test_dispatch_meta_to_sparse_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5626432Z test_dispatch_meta_to_sparse_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5626608Z test_dispatch_meta_to_sparse_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5626783Z test_dispatch_meta_to_sparse_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5626954Z test_dispatch_meta_to_sparse_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5627124Z test_dispatch_meta_to_sparse_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5627291Z test_dispatch_meta_to_sparse_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5627444Z test_dispatch_meta_to_sparse_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5627606Z test_dispatch_meta_to_sparse_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5627762Z test_dispatch_meta_to_sparse_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5627926Z test_dispatch_meta_to_sparse_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5628084Z test_dispatch_meta_to_sparse_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5628249Z test_dispatch_meta_topk_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5628411Z test_dispatch_meta_topk_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5628569Z test_dispatch_meta_topk_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5628733Z test_dispatch_meta_topk_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5628881Z test_dispatch_meta_topk_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5629040Z test_dispatch_meta_topk_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5629198Z test_dispatch_meta_topk_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5629359Z test_dispatch_meta_topk_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5629532Z test_dispatch_meta_trace_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5629700Z test_dispatch_meta_trace_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5629869Z test_dispatch_meta_trace_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5630059Z test_dispatch_meta_trace_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5630222Z test_dispatch_meta_trace_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5630370Z test_dispatch_meta_trace_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5630529Z test_dispatch_meta_trace_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5630689Z test_dispatch_meta_trace_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5630849Z test_dispatch_meta_trace_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5631022Z test_dispatch_meta_transpose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5631188Z test_dispatch_meta_transpose_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5631363Z test_dispatch_meta_transpose_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5631570Z test_dispatch_meta_transpose_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5631745Z test_dispatch_meta_transpose_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5631901Z test_dispatch_meta_transpose_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5632069Z test_dispatch_meta_transpose_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5632237Z test_dispatch_meta_transpose_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5632403Z test_dispatch_meta_transpose_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5632565Z test_dispatch_meta_transpose_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5632728Z test_dispatch_meta_transpose_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5632897Z test_dispatch_meta_transpose_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5633060Z test_dispatch_meta_transpose_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5633234Z test_dispatch_meta_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5633426Z test_dispatch_meta_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5633599Z test_dispatch_meta_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5633769Z test_dispatch_meta_trapezoid_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5633938Z test_dispatch_meta_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5634104Z test_dispatch_meta_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5634274Z test_dispatch_meta_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5634436Z test_dispatch_meta_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5634596Z test_dispatch_meta_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5634761Z test_dispatch_meta_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5634911Z test_dispatch_meta_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5635076Z test_dispatch_meta_trapz_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5635243Z test_dispatch_meta_trapz_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5635434Z test_dispatch_meta_trapz_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5635601Z test_dispatch_meta_trapz_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5635764Z test_dispatch_meta_trapz_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5635925Z test_dispatch_meta_trapz_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5636085Z test_dispatch_meta_trapz_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5636245Z test_dispatch_meta_trapz_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5636393Z test_dispatch_meta_trapz_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5636555Z test_dispatch_meta_trapz_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5636711Z test_dispatch_meta_trapz_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5636923Z test_dispatch_meta_triangular_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5637105Z test_dispatch_meta_triangular_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5637285Z test_dispatch_meta_triangular_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5637462Z test_dispatch_meta_triangular_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5637623Z test_dispatch_meta_tril_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5637784Z test_dispatch_meta_tril_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5637938Z test_dispatch_meta_tril_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5638106Z test_dispatch_meta_tril_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5638269Z test_dispatch_meta_tril_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5638429Z test_dispatch_meta_tril_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5638585Z test_dispatch_meta_tril_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5638745Z test_dispatch_meta_tril_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5638906Z test_dispatch_meta_tril_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5639066Z test_dispatch_meta_tril_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5639211Z test_dispatch_meta_tril_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5639372Z test_dispatch_meta_tril_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5639541Z test_dispatch_meta_tril_indices_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5639709Z test_dispatch_meta_tril_indices_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5639871Z test_dispatch_meta_triu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5640033Z test_dispatch_meta_triu_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5640200Z test_dispatch_meta_triu_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5640367Z test_dispatch_meta_triu_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5640558Z test_dispatch_meta_triu_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5640709Z test_dispatch_meta_triu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5640868Z test_dispatch_meta_triu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5641025Z test_dispatch_meta_triu_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5641184Z test_dispatch_meta_triu_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5641343Z test_dispatch_meta_triu_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5641501Z test_dispatch_meta_triu_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5641660Z test_dispatch_meta_triu_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5641831Z test_dispatch_meta_triu_indices_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5642031Z test_dispatch_meta_triu_indices_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5642191Z test_dispatch_meta_true_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5642360Z test_dispatch_meta_true_divide_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5642537Z test_dispatch_meta_true_divide_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5642710Z test_dispatch_meta_true_divide_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5642881Z test_dispatch_meta_true_divide_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5643051Z test_dispatch_meta_true_divide_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5643220Z test_dispatch_meta_true_divide_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5643392Z test_dispatch_meta_true_divide_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5643561Z test_dispatch_meta_true_divide_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5643715Z test_dispatch_meta_true_divide_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5644040Z test_dispatch_meta_true_divide_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5644207Z test_dispatch_meta_true_divide_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5644374Z test_dispatch_meta_trunc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5644540Z test_dispatch_meta_trunc_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5644702Z test_dispatch_meta_trunc_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5644864Z test_dispatch_meta_trunc_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5645025Z test_dispatch_meta_trunc_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5645245Z test_dispatch_meta_trunc_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5645390Z test_dispatch_meta_trunc_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5645549Z test_dispatch_meta_trunc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5645715Z test_dispatch_meta_unbind_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5645930Z test_dispatch_meta_unbind_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5646103Z test_dispatch_meta_unbind_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5646270Z test_dispatch_meta_unbind_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5646441Z test_dispatch_meta_unbind_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5646607Z test_dispatch_meta_unbind_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5646773Z test_dispatch_meta_unbind_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5646919Z test_dispatch_meta_unbind_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5647081Z test_dispatch_meta_unbind_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5647244Z test_dispatch_meta_unbind_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5647457Z test_dispatch_meta_unbind_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5647619Z test_dispatch_meta_unbind_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5647784Z test_dispatch_meta_unbind_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5647956Z test_dispatch_meta_unflatten_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5648123Z test_dispatch_meta_unflatten_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5648285Z test_dispatch_meta_unflatten_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5648458Z test_dispatch_meta_unflatten_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5648632Z test_dispatch_meta_unflatten_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.003s) 2022-12-01T10:28:16.5648802Z test_dispatch_meta_unflatten_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5648971Z test_dispatch_meta_unflatten_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5649140Z test_dispatch_meta_unflatten_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5649305Z test_dispatch_meta_unflatten_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5649468Z test_dispatch_meta_unflatten_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5649626Z test_dispatch_meta_unflatten_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5649778Z test_dispatch_meta_unflatten_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5649939Z test_dispatch_meta_unflatten_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5650106Z test_dispatch_meta_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5650267Z test_dispatch_meta_unfold_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5650434Z test_dispatch_meta_unfold_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5650601Z test_dispatch_meta_unfold_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5650769Z test_dispatch_meta_unfold_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5650932Z test_dispatch_meta_unfold_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5651092Z test_dispatch_meta_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5651271Z test_dispatch_meta_unfold_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5651434Z test_dispatch_meta_unfold_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5651590Z test_dispatch_meta_unfold_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5651751Z test_dispatch_meta_unfold_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5651910Z test_dispatch_meta_unfold_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5652073Z test_dispatch_meta_unfold_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5652243Z test_dispatch_meta_uniform_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5652413Z test_dispatch_meta_uniform_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5652584Z test_dispatch_meta_uniform_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5652763Z test_dispatch_meta_uniform_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5652927Z test_dispatch_meta_uniform_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5653084Z test_dispatch_meta_uniform_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5653264Z test_dispatch_meta_unique_consecutive_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5653443Z test_dispatch_meta_unique_consecutive_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5653623Z test_dispatch_meta_unique_consecutive_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5653806Z test_dispatch_meta_unique_consecutive_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5653989Z test_dispatch_meta_unique_consecutive_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5654167Z test_dispatch_meta_unique_consecutive_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5654329Z test_dispatch_meta_unique_consecutive_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5654504Z test_dispatch_meta_unique_consecutive_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5654676Z test_dispatch_meta_unique_consecutive_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5654844Z test_dispatch_meta_unique_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5655007Z test_dispatch_meta_unique_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5655176Z test_dispatch_meta_unique_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5655339Z test_dispatch_meta_unique_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5655502Z test_dispatch_meta_unique_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5655663Z test_dispatch_meta_unique_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5655805Z test_dispatch_meta_unique_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5655965Z test_dispatch_meta_unique_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5656126Z test_dispatch_meta_unique_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5656297Z test_dispatch_meta_unsqueeze_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5656504Z test_dispatch_meta_unsqueeze_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5656681Z test_dispatch_meta_unsqueeze_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5656852Z test_dispatch_meta_unsqueeze_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5657025Z test_dispatch_meta_unsqueeze_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5657226Z test_dispatch_meta_unsqueeze_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5657375Z test_dispatch_meta_unsqueeze_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5657545Z test_dispatch_meta_unsqueeze_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5657711Z test_dispatch_meta_unsqueeze_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5657903Z test_dispatch_meta_unsqueeze_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5658062Z test_dispatch_meta_unsqueeze_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5658229Z test_dispatch_meta_unsqueeze_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5658393Z test_dispatch_meta_unsqueeze_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5658555Z test_dispatch_meta_var_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5658721Z test_dispatch_meta_var_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5658870Z test_dispatch_meta_var_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5659037Z test_dispatch_meta_var_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5659198Z test_dispatch_meta_var_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5659359Z test_dispatch_meta_var_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5659527Z test_dispatch_meta_var_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5659698Z test_dispatch_meta_var_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5659867Z test_dispatch_meta_var_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5660035Z test_dispatch_meta_var_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5660200Z test_dispatch_meta_var_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5660356Z test_dispatch_meta_var_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5660521Z test_dispatch_meta_vdot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5660690Z test_dispatch_meta_vdot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5660856Z test_dispatch_meta_vdot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5661018Z test_dispatch_meta_vdot_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5661175Z test_dispatch_meta_vdot_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5661337Z test_dispatch_meta_vdot_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5661498Z test_dispatch_meta_vdot_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5661689Z test_dispatch_meta_vdot_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5661836Z test_dispatch_meta_vdot_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5661996Z test_dispatch_meta_vdot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5662172Z test_dispatch_meta_view_as_complex_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5662346Z test_dispatch_meta_view_as_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5662520Z test_dispatch_meta_view_as_complex_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5662686Z test_dispatch_meta_view_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5662847Z test_dispatch_meta_view_as_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5663020Z test_dispatch_meta_view_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5663244Z test_dispatch_meta_view_as_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5663399Z test_dispatch_meta_view_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5663566Z test_dispatch_meta_view_as_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5663727Z test_dispatch_meta_view_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5663885Z test_dispatch_meta_view_as_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5664050Z test_dispatch_meta_view_as_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5664212Z test_dispatch_meta_view_as_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5664370Z test_dispatch_meta_view_as_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5664609Z test_dispatch_meta_view_as_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5664770Z test_dispatch_meta_view_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5664932Z test_dispatch_meta_view_as_real_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5665107Z test_dispatch_meta_view_as_real_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5665270Z test_dispatch_meta_view_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5665428Z test_dispatch_meta_view_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5665599Z test_dispatch_meta_view_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5665767Z test_dispatch_meta_view_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5665930Z test_dispatch_meta_view_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5666095Z test_dispatch_meta_view_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5666253Z test_dispatch_meta_view_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5666397Z test_dispatch_meta_view_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5666557Z test_dispatch_meta_view_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5666716Z test_dispatch_meta_view_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5666918Z test_dispatch_meta_view_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5667083Z test_dispatch_meta_view_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5667241Z test_dispatch_meta_view_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5667409Z test_dispatch_meta_vsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5667573Z test_dispatch_meta_vsplit_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5667729Z test_dispatch_meta_vsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5667898Z test_dispatch_meta_vsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5668066Z test_dispatch_meta_vsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5668234Z test_dispatch_meta_vsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5668423Z test_dispatch_meta_vsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5668582Z test_dispatch_meta_vsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5668744Z test_dispatch_meta_vsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5668902Z test_dispatch_meta_vsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5669065Z test_dispatch_meta_vsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5669211Z test_dispatch_meta_vsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5669376Z test_dispatch_meta_vsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5669544Z test_dispatch_meta_vstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5669708Z test_dispatch_meta_vstack_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5669879Z test_dispatch_meta_vstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5670050Z test_dispatch_meta_vstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5670219Z test_dispatch_meta_vstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5670384Z test_dispatch_meta_vstack_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5670547Z test_dispatch_meta_vstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5670698Z test_dispatch_meta_vstack_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5670862Z test_dispatch_meta_vstack_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5671020Z test_dispatch_meta_vstack_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5671176Z test_dispatch_meta_vstack_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5671336Z test_dispatch_meta_vstack_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5671498Z test_dispatch_meta_vstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5671663Z test_dispatch_meta_where_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5671825Z test_dispatch_meta_where_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5671993Z test_dispatch_meta_where_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5672178Z test_dispatch_meta_where_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5672345Z test_dispatch_meta_where_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5672509Z test_dispatch_meta_where_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5672669Z test_dispatch_meta_where_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5672826Z test_dispatch_meta_where_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5672986Z test_dispatch_meta_where_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5673147Z test_dispatch_meta_where_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5673307Z test_dispatch_meta_where_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5673470Z test_dispatch_meta_where_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5673645Z test_dispatch_meta_where_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5673812Z test_dispatch_meta_xlogy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5673973Z test_dispatch_meta_xlogy_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5674135Z test_dispatch_meta_xlogy_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5674295Z test_dispatch_meta_xlogy_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5674450Z test_dispatch_meta_xlogy_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5674611Z test_dispatch_meta_xlogy_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5674773Z test_dispatch_meta_xlogy_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5674921Z test_dispatch_meta_xlogy_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5675081Z test_dispatch_meta_xlogy_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5675241Z test_dispatch_meta_xlogy_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5675406Z test_dispatch_meta_zero__cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5675564Z test_dispatch_meta_zero__cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5675733Z test_dispatch_meta_zero__cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5675899Z test_dispatch_meta_zero__cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5676064Z test_dispatch_meta_zero__cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5676224Z test_dispatch_meta_zero__cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5676368Z test_dispatch_meta_zero__cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5676527Z test_dispatch_meta_zero__cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5676683Z test_dispatch_meta_zero__cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5676841Z test_dispatch_meta_zero__cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5677001Z test_dispatch_meta_zero__cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-12-01T10:28:16.5677157Z test_dispatch_meta_zero__cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5677355Z test_dispatch_meta_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5677516Z test_dispatch_meta_zeros_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5677686Z test_dispatch_meta_zeros_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5677837Z test_dispatch_meta_zeros_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5678003Z test_dispatch_meta_zeros_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5678163Z test_dispatch_meta_zeros_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5678320Z test_dispatch_meta_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5678479Z test_dispatch_meta_zeros_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5678642Z test_dispatch_meta_zeros_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5678839Z test_dispatch_meta_zeros_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5678999Z test_dispatch_meta_zeros_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5679159Z test_dispatch_meta_zeros_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5679302Z test_dispatch_meta_zeros_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5679471Z test_dispatch_meta_zeros_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5679636Z test_dispatch_meta_zeros_like_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5679810Z test_dispatch_meta_zeros_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5679984Z test_dispatch_meta_zeros_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5680158Z test_dispatch_meta_zeros_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5680329Z test_dispatch_meta_zeros_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5680498Z test_dispatch_meta_zeros_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5680665Z test_dispatch_meta_zeros_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5680817Z test_dispatch_meta_zeros_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5680981Z test_dispatch_meta_zeros_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5681145Z test_dispatch_meta_zeros_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5681312Z test_dispatch_meta_zeros_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5681478Z test_dispatch_meta_zeros_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5681609Z test_empty_quantized_cpu (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:28:16.5681752Z test_map_location_deserialize_cpu (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:28:16.5681905Z test_meta_H_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5682037Z test_meta_H_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5682189Z test_meta_H_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5682340Z test_meta_H_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5682521Z test_meta_H_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5682671Z test_meta_H_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5682820Z test_meta_H_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5682966Z test_meta_H_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5683114Z test_meta_H_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5683254Z test_meta_H_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5683383Z test_meta_H_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5683526Z test_meta_H_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5683667Z test_meta_H_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5683818Z test_meta_T_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5684272Z test_meta_T_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5684426Z test_meta_T_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5684576Z test_meta_T_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5684727Z test_meta_T_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5684861Z test_meta_T_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5685007Z test_meta_T_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5685153Z test_meta_T_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5685294Z test_meta_T_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5685437Z test_meta_T_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5685578Z test_meta_T_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5685722Z test_meta_T_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5685861Z test_meta_T_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5686006Z test_meta___getitem___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5686161Z test_meta___getitem___cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5686323Z test_meta___getitem___cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5686483Z test_meta___getitem___cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5686640Z test_meta___getitem___cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5686804Z test_meta___getitem___cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5686962Z test_meta___getitem___cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5687120Z test_meta___getitem___cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5687276Z test_meta___getitem___cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5687415Z test_meta___getitem___cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5687569Z test_meta___getitem___cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5687719Z test_meta___getitem___cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5687910Z test_meta___getitem___cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5688064Z test_meta___radd___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5688219Z test_meta___radd___cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5688380Z test_meta___radd___cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5688539Z test_meta___radd___cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5688693Z test_meta___radd___cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5688831Z test_meta___radd___cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5688980Z test_meta___radd___cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5689131Z test_meta___radd___cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5689285Z test_meta___radd___cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5689466Z test_meta___radd___cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5689617Z test_meta___radd___cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5689764Z test_meta___radd___cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5689909Z test_meta___rand___cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5690044Z test_meta___rand___cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5690191Z test_meta___rand___cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5690335Z test_meta___rand___cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5690484Z test_meta___rand___cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5690633Z test_meta___rand___cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5690791Z test_meta___rdiv___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5690942Z test_meta___rdiv___cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5691099Z test_meta___rdiv___cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5691255Z test_meta___rdiv___cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5691394Z test_meta___rdiv___cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5691546Z test_meta___rdiv___cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5691695Z test_meta___rdiv___cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5691845Z test_meta___rdiv___cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5691995Z test_meta___rdiv___cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5692142Z test_meta___rdiv___cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5692292Z test_meta___rdiv___cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5692438Z test_meta___rdiv___cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5692580Z test_meta___rmatmul___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5692743Z test_meta___rmatmul___cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5692905Z test_meta___rmatmul___cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5693093Z test_meta___rmatmul___cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5693253Z test_meta___rmatmul___cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5693407Z test_meta___rmatmul___cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5693561Z test_meta___rmatmul___cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5693713Z test_meta___rmatmul___cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5693865Z test_meta___rmatmul___cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5694004Z test_meta___rmatmul___cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5694158Z test_meta___rmod___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5694310Z test_meta___rmod___cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5694490Z test_meta___rmod___cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5694642Z test_meta___rmod___cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5694793Z test_meta___rmul___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5694942Z test_meta___rmul___cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5695101Z test_meta___rmul___cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5695258Z test_meta___rmul___cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5695395Z test_meta___rmul___cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5695548Z test_meta___rmul___cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5695695Z test_meta___rmul___cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5695845Z test_meta___rmul___cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5695994Z test_meta___rmul___cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5696141Z test_meta___rmul___cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5696290Z test_meta___rmul___cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5696474Z test_meta___rmul___cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5696608Z test_meta___ror___cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5696753Z test_meta___ror___cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5696900Z test_meta___ror___cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5697045Z test_meta___ror___cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5697193Z test_meta___ror___cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5697344Z test_meta___ror___cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5697498Z test_meta___rpow___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5697660Z test_meta___rpow___cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5697820Z test_meta___rpow___cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5697957Z test_meta___rpow___cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5698141Z test_meta___rpow___cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5698293Z test_meta___rpow___cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5698440Z test_meta___rpow___cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5698589Z test_meta___rpow___cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5698736Z test_meta___rpow___cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5698886Z test_meta___rpow___cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5699035Z test_meta___rpow___cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5699176Z test_meta___rsub___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5699333Z test_meta___rsub___cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5699492Z test_meta___rsub___cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5699673Z test_meta___rsub___cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5699825Z test_meta___rsub___cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5699974Z test_meta___rsub___cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5700122Z test_meta___rsub___cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5700270Z test_meta___rsub___cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5700417Z test_meta___rsub___cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5700552Z test_meta___rsub___cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5700703Z test_meta___rsub___cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5700852Z test_meta___rxor___cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5700998Z test_meta___rxor___cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5701147Z test_meta___rxor___cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5701296Z test_meta___rxor___cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5701446Z test_meta___rxor___cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5701590Z test_meta___rxor___cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5701742Z test_meta_abs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5701877Z test_meta_abs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5702033Z test_meta_abs_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5702186Z test_meta_abs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5702336Z test_meta_abs_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5702489Z test_meta_abs_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5702640Z test_meta_abs_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5702786Z test_meta_abs_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5702933Z test_meta_abs_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5703067Z test_meta_abs_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5703244Z test_meta_abs_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-12-01T10:28:16.5703394Z test_meta_abs_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5703548Z test_meta_acos_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5703694Z test_meta_acos_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5703850Z test_meta_acos_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5704003Z test_meta_acos_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5704152Z test_meta_acos_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5704283Z test_meta_acos_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5704518Z test_meta_acos_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5704672Z test_meta_acos_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5704859Z test_meta_acos_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5705008Z test_meta_acos_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5705154Z test_meta_acos_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5705309Z test_meta_acosh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5705455Z test_meta_acosh_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5705612Z test_meta_acosh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5705754Z test_meta_acosh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5705907Z test_meta_acosh_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5706061Z test_meta_acosh_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5706213Z test_meta_acosh_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5706364Z test_meta_acosh_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5706513Z test_meta_acosh_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5706661Z test_meta_acosh_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5706809Z test_meta_acosh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5706946Z test_meta_add_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5707094Z test_meta_add_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5707251Z test_meta_add_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5707405Z test_meta_add_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5707558Z test_meta_add_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5707707Z test_meta_add_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5707857Z test_meta_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5708005Z test_meta_add_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5708155Z test_meta_add_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5708289Z test_meta_add_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5708435Z test_meta_add_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5708615Z test_meta_add_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5708765Z test_meta_add_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5708921Z test_meta_addbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5709080Z test_meta_addbmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5709238Z test_meta_addbmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5709390Z test_meta_addbmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5709529Z test_meta_addbmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5709678Z test_meta_addbmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5709831Z test_meta_addbmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5709981Z test_meta_addbmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5710160Z test_meta_addbmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5710310Z test_meta_addbmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5710467Z test_meta_addcdiv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5710629Z test_meta_addcdiv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5710788Z test_meta_addcdiv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5710930Z test_meta_addcdiv_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5711084Z test_meta_addcdiv_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5711242Z test_meta_addcmul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5711406Z test_meta_addcmul_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5711565Z test_meta_addcmul_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5711719Z test_meta_addcmul_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5711872Z test_meta_addcmul_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5712025Z test_meta_addcmul_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5712159Z test_meta_addcmul_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5712311Z test_meta_addcmul_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5712463Z test_meta_addcmul_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5712617Z test_meta_addcmul_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5712770Z test_meta_addmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5712927Z test_meta_addmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5713083Z test_meta_addmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5713234Z test_meta_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5713384Z test_meta_addmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5713518Z test_meta_addmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5713672Z test_meta_addmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5713849Z test_meta_addmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5714001Z test_meta_addmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5714149Z test_meta_addmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5714318Z test_meta_addmm_decomposed_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5714495Z test_meta_addmm_decomposed_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5714667Z test_meta_addmm_decomposed_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5714821Z test_meta_addmm_decomposed_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5714985Z test_meta_addmm_decomposed_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5715154Z test_meta_addmm_decomposed_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5715352Z test_meta_addmm_decomposed_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5715509Z test_meta_addmm_decomposed_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5715672Z test_meta_addmm_decomposed_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5715829Z test_meta_addmm_decomposed_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5715985Z test_meta_addmv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5716142Z test_meta_addmv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5716283Z test_meta_addmv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5716438Z test_meta_addmv_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5716592Z test_meta_addmv_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5716740Z test_meta_addmv_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5716892Z test_meta_addmv_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5717036Z test_meta_addmv_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5717186Z test_meta_addmv_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5717337Z test_meta_addmv_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5717488Z test_meta_addr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5717621Z test_meta_addr_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5717780Z test_meta_addr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5717936Z test_meta_addr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5718086Z test_meta_addr_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5718236Z test_meta_addr_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5718385Z test_meta_addr_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5718532Z test_meta_addr_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5718680Z test_meta_addr_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5718812Z test_meta_addr_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5718994Z test_meta_addr_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5719141Z test_meta_addr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5719291Z test_meta_all_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5719439Z test_meta_all_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5719594Z test_meta_all_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5719748Z test_meta_all_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5719897Z test_meta_all_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5720028Z test_meta_all_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5720179Z test_meta_all_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5720327Z test_meta_all_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5720513Z test_meta_all_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5720660Z test_meta_all_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5720805Z test_meta_all_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5720950Z test_meta_all_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5721109Z test_meta_allclose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5721273Z test_meta_allclose_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5721420Z test_meta_allclose_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5721578Z test_meta_allclose_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5721734Z test_meta_allclose_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5721888Z test_meta_allclose_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5722041Z test_meta_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5722192Z test_meta_amax_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5722342Z test_meta_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5722494Z test_meta_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5722629Z test_meta_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5722776Z test_meta_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5722926Z test_meta_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5723071Z test_meta_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5723219Z test_meta_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5723367Z test_meta_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5723520Z test_meta_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5723664Z test_meta_amin_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5723814Z test_meta_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5724130Z test_meta_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5724278Z test_meta_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5724472Z test_meta_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5724624Z test_meta_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5724767Z test_meta_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5724914Z test_meta_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5725061Z test_meta_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5725212Z test_meta_aminmax_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5725354Z test_meta_aminmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5725509Z test_meta_aminmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5725662Z test_meta_aminmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5725814Z test_meta_aminmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5726000Z test_meta_aminmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5726151Z test_meta_aminmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5726301Z test_meta_aminmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5726457Z test_meta_angle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5726605Z test_meta_angle_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5726749Z test_meta_angle_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5726907Z test_meta_angle_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5727121Z test_meta_angle_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5727397Z test_meta_angle_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5727673Z test_meta_angle_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5727928Z test_meta_angle_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5728095Z test_meta_angle_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5728242Z test_meta_angle_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5728376Z test_meta_angle_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5728528Z test_meta_angle_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5728678Z test_meta_any_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5728827Z test_meta_any_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5728981Z test_meta_any_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5729131Z test_meta_any_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5729278Z test_meta_any_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5729426Z test_meta_any_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5729575Z test_meta_any_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5729708Z test_meta_any_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5729853Z test_meta_any_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5730045Z test_meta_any_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5730194Z test_meta_any_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-12-01T10:28:16.5730340Z test_meta_any_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5730495Z test_meta_arange_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5730650Z test_meta_arange_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5730803Z test_meta_arange_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5730939Z test_meta_arange_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5731089Z test_meta_arange_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5731236Z test_meta_arange_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5731395Z test_meta_arange_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5731574Z test_meta_arange_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5731727Z test_meta_arange_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5731880Z test_meta_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5732035Z test_meta_argmax_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5732187Z test_meta_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5732324Z test_meta_argmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5732472Z test_meta_argmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5732623Z test_meta_argmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5732767Z test_meta_argmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5732920Z test_meta_argmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5733071Z test_meta_argmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5733226Z test_meta_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5733378Z test_meta_argmin_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5733517Z test_meta_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5733669Z test_meta_argmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5733817Z test_meta_argmin_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5733970Z test_meta_argmin_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5734120Z test_meta_argmin_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5734269Z test_meta_argmin_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5734416Z test_meta_argmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5734573Z test_meta_argsort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5734722Z test_meta_argsort_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5734861Z test_meta_argsort_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5735016Z test_meta_argsort_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5735202Z test_meta_argsort_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5735354Z test_meta_argsort_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5735510Z test_meta_argsort_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5735657Z test_meta_argsort_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5735808Z test_meta_argsort_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5735958Z test_meta_argsort_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5736102Z test_meta_argwhere_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5736254Z test_meta_argwhere_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5736414Z test_meta_argwhere_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5736576Z test_meta_argwhere_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5736762Z test_meta_argwhere_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5736919Z test_meta_argwhere_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5737071Z test_meta_argwhere_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5737226Z test_meta_argwhere_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5737377Z test_meta_argwhere_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5737515Z test_meta_argwhere_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5737665Z test_meta_argwhere_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5737816Z test_meta_argwhere_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5737978Z test_meta_as_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5738138Z test_meta_as_strided_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5738300Z test_meta_as_strided_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5738463Z test_meta_as_strided_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5738627Z test_meta_as_strided_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5738771Z test_meta_as_strided_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5738928Z test_meta_as_strided_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5739088Z test_meta_as_strided_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5739245Z test_meta_as_strided_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5739399Z test_meta_as_strided_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5739552Z test_meta_as_strided_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5739707Z test_meta_as_strided_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5739860Z test_meta_as_strided_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5740032Z test_meta_as_strided_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5740185Z test_meta_as_strided_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5740361Z test_meta_as_strided_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5740575Z test_meta_as_strided_scatter_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5740750Z test_meta_as_strided_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5740920Z test_meta_as_strided_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5741087Z test_meta_as_strided_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5741260Z test_meta_as_strided_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5741429Z test_meta_as_strided_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5741587Z test_meta_as_strided_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5741732Z test_meta_as_strided_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5741927Z test_meta_as_strided_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5742089Z test_meta_as_strided_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5742242Z test_meta_asin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5742391Z test_meta_asin_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5742547Z test_meta_asin_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5742702Z test_meta_asin_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5742855Z test_meta_asin_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5743000Z test_meta_asin_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5743137Z test_meta_asin_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5743285Z test_meta_asin_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5743431Z test_meta_asin_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5743578Z test_meta_asin_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5743724Z test_meta_asin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5743878Z test_meta_asinh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5744025Z test_meta_asinh_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5744185Z test_meta_asinh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5744329Z test_meta_asinh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5744560Z test_meta_asinh_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5744711Z test_meta_asinh_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5744861Z test_meta_asinh_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5745010Z test_meta_asinh_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5745158Z test_meta_asinh_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5745305Z test_meta_asinh_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5745455Z test_meta_asinh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5745614Z test_meta_atan2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5745811Z test_meta_atan2_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5745965Z test_meta_atan2_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5746115Z test_meta_atan2_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5746265Z test_meta_atan2_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5746414Z test_meta_atan2_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5746562Z test_meta_atan2_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5746711Z test_meta_atan2_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5746858Z test_meta_atan2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5746999Z test_meta_atan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5747151Z test_meta_atan_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5747337Z test_meta_atan_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5747492Z test_meta_atan_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5747643Z test_meta_atan_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5747794Z test_meta_atan_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5747944Z test_meta_atan_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5748091Z test_meta_atan_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5748223Z test_meta_atan_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5748375Z test_meta_atan_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5748525Z test_meta_atan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5748678Z test_meta_atanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5748826Z test_meta_atanh_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5749008Z test_meta_atanh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5749164Z test_meta_atanh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5749314Z test_meta_atanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5749466Z test_meta_atanh_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5749603Z test_meta_atanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5749753Z test_meta_atanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5749900Z test_meta_atanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5750048Z test_meta_atanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5750197Z test_meta_atanh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5750359Z test_meta_atleast_1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5750514Z test_meta_atleast_1d_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5750677Z test_meta_atleast_1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5750823Z test_meta_atleast_1d_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5751019Z test_meta_atleast_1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5751179Z test_meta_atleast_1d_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5751336Z test_meta_atleast_1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5751492Z test_meta_atleast_1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5751651Z test_meta_atleast_1d_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5751805Z test_meta_atleast_1d_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5751957Z test_meta_atleast_1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5752110Z test_meta_atleast_1d_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5752253Z test_meta_atleast_1d_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5752441Z test_meta_atleast_2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5752597Z test_meta_atleast_2d_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5752760Z test_meta_atleast_2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5752919Z test_meta_atleast_2d_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5753082Z test_meta_atleast_2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5753239Z test_meta_atleast_2d_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5753396Z test_meta_atleast_2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5753551Z test_meta_atleast_2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5753691Z test_meta_atleast_2d_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5753847Z test_meta_atleast_2d_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5754002Z test_meta_atleast_2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5754157Z test_meta_atleast_2d_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5754309Z test_meta_atleast_2d_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5754466Z test_meta_atleast_3d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5754622Z test_meta_atleast_3d_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5754785Z test_meta_atleast_3d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5754932Z test_meta_atleast_3d_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5755096Z test_meta_atleast_3d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5755252Z test_meta_atleast_3d_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5755409Z test_meta_atleast_3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5755564Z test_meta_atleast_3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5755717Z test_meta_atleast_3d_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5755869Z test_meta_atleast_3d_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5756019Z test_meta_atleast_3d_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5756206Z test_meta_atleast_3d_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5756345Z test_meta_atleast_3d_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5756499Z test_meta_baddbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5756659Z test_meta_baddbmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5756818Z test_meta_baddbmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5756976Z test_meta_baddbmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5757130Z test_meta_baddbmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-12-01T10:28:16.5757283Z test_meta_baddbmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5757436Z test_meta_baddbmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5757586Z test_meta_baddbmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5757797Z test_meta_baddbmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5757949Z test_meta_baddbmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5758109Z test_meta_bernoulli_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5758266Z test_meta_bernoulli_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5758426Z test_meta_bernoulli_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5758585Z test_meta_bfloat16_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5758737Z test_meta_bfloat16_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5758899Z test_meta_bfloat16_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5759047Z test_meta_bfloat16_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5759205Z test_meta_bfloat16_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5759357Z test_meta_bfloat16_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5759512Z test_meta_bfloat16_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5759662Z test_meta_bfloat16_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5759814Z test_meta_bfloat16_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5759967Z test_meta_bfloat16_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5760122Z test_meta_bfloat16_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5760275Z test_meta_bfloat16_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5760410Z test_meta_bfloat16_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5760563Z test_meta_bincount_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5760711Z test_meta_bincount_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5760863Z test_meta_bincount_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5761015Z test_meta_bincount_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5761164Z test_meta_bincount_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5761321Z test_meta_bitwise_and_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5761514Z test_meta_bitwise_and_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5761657Z test_meta_bitwise_and_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5761814Z test_meta_bitwise_and_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5761967Z test_meta_bitwise_and_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5762120Z test_meta_bitwise_and_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5762286Z test_meta_bitwise_left_shift_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5762451Z test_meta_bitwise_left_shift_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5762610Z test_meta_bitwise_left_shift_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5762778Z test_meta_bitwise_left_shift_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5763014Z test_meta_bitwise_left_shift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5763156Z test_meta_bitwise_not_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5763315Z test_meta_bitwise_not_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5763470Z test_meta_bitwise_not_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5763625Z test_meta_bitwise_not_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5763777Z test_meta_bitwise_not_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5764061Z test_meta_bitwise_not_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5764221Z test_meta_bitwise_or_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5764375Z test_meta_bitwise_or_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5764528Z test_meta_bitwise_or_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5764662Z test_meta_bitwise_or_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5764812Z test_meta_bitwise_or_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5764967Z test_meta_bitwise_or_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5765138Z test_meta_bitwise_right_shift_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5765305Z test_meta_bitwise_right_shift_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5765474Z test_meta_bitwise_right_shift_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5765642Z test_meta_bitwise_right_shift_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5765806Z test_meta_bitwise_right_shift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5765960Z test_meta_bitwise_xor_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5766100Z test_meta_bitwise_xor_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5766254Z test_meta_bitwise_xor_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5766408Z test_meta_bitwise_xor_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5766559Z test_meta_bitwise_xor_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5766768Z test_meta_bitwise_xor_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5766931Z test_meta_block_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5767086Z test_meta_block_diag_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5767249Z test_meta_block_diag_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5767397Z test_meta_block_diag_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5767560Z test_meta_block_diag_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5767720Z test_meta_block_diag_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5767880Z test_meta_block_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5768041Z test_meta_block_diag_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5768241Z test_meta_block_diag_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5768397Z test_meta_block_diag_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5768549Z test_meta_block_diag_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5768702Z test_meta_block_diag_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5768836Z test_meta_block_diag_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5768986Z test_meta_bmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5769143Z test_meta_bmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5769296Z test_meta_bmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5769449Z test_meta_bmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5769601Z test_meta_bmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5769748Z test_meta_bmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5769894Z test_meta_bmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5770027Z test_meta_bmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5770173Z test_meta_bmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5770319Z test_meta_bmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5770472Z test_meta_bool_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5770620Z test_meta_bool_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5770778Z test_meta_bool_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5770936Z test_meta_bool_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5771090Z test_meta_bool_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5771241Z test_meta_bool_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5771377Z test_meta_bool_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5771526Z test_meta_bool_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5771674Z test_meta_bool_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5771821Z test_meta_bool_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5771998Z test_meta_bool_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5772150Z test_meta_bool_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5772299Z test_meta_bool_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5772469Z test_meta_broadcast_shapes_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5772625Z test_meta_broadcast_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5772789Z test_meta_broadcast_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5772962Z test_meta_broadcast_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5773134Z test_meta_broadcast_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5773306Z test_meta_broadcast_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5773503Z test_meta_broadcast_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5773669Z test_meta_broadcast_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5773837Z test_meta_broadcast_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5774000Z test_meta_broadcast_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5774143Z test_meta_broadcast_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5774303Z test_meta_broadcast_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5774468Z test_meta_broadcast_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5774632Z test_meta_broadcast_to_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5774791Z test_meta_broadcast_to_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5774961Z test_meta_broadcast_to_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5775128Z test_meta_broadcast_to_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5775290Z test_meta_broadcast_to_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5775451Z test_meta_broadcast_to_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5775595Z test_meta_broadcast_to_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5775757Z test_meta_broadcast_to_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5775919Z test_meta_broadcast_to_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5776077Z test_meta_broadcast_to_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5776233Z test_meta_broadcast_to_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5776389Z test_meta_broadcast_to_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5776550Z test_meta_bucketize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5776709Z test_meta_bucketize_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5776867Z test_meta_bucketize_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5777010Z test_meta_bucketize_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5777199Z test_meta_bucketize_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5777354Z test_meta_bucketize_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5777505Z test_meta_bucketize_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5777660Z test_meta_bucketize_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5777813Z test_meta_bucketize_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5777967Z test_meta_byte_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5778116Z test_meta_byte_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5778256Z test_meta_byte_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5778411Z test_meta_byte_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5778565Z test_meta_byte_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5778741Z test_meta_byte_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5778891Z test_meta_byte_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5779039Z test_meta_byte_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5779183Z test_meta_byte_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5779327Z test_meta_byte_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5779472Z test_meta_byte_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5779605Z test_meta_byte_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5779775Z test_meta_cartesian_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5779939Z test_meta_cartesian_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5780109Z test_meta_cartesian_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5780279Z test_meta_cartesian_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5780443Z test_meta_cartesian_prod_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5780602Z test_meta_cartesian_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5780766Z test_meta_cartesian_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5780912Z test_meta_cartesian_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5781076Z test_meta_cartesian_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5781240Z test_meta_cartesian_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5781400Z test_meta_cartesian_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5781558Z test_meta_cartesian_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5781710Z test_meta_cat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5781858Z test_meta_cat_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5782010Z test_meta_cat_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5782162Z test_meta_cat_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5782300Z test_meta_cat_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5782485Z test_meta_cat_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5782640Z test_meta_cat_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5782796Z test_meta_cat_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5782943Z test_meta_cat_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5783088Z test_meta_cat_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5783236Z test_meta_cat_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5783383Z test_meta_cat_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5783514Z test_meta_cat_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5783668Z test_meta_cdist_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5783819Z test_meta_cdist_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5784002Z test_meta_ceil_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5784153Z test_meta_ceil_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5784303Z test_meta_ceil_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5784538Z test_meta_ceil_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-12-01T10:28:16.5784689Z test_meta_ceil_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5784837Z test_meta_ceil_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5784969Z test_meta_ceil_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5785122Z test_meta_ceil_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5785279Z test_meta_chalf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5785427Z test_meta_chalf_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5785585Z test_meta_chalf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5785741Z test_meta_chalf_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5785895Z test_meta_chalf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5786046Z test_meta_chalf_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5786184Z test_meta_chalf_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5786336Z test_meta_chalf_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5786487Z test_meta_chalf_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5786639Z test_meta_chalf_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5786788Z test_meta_chalf_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5786936Z test_meta_chalf_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5787085Z test_meta_chalf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5787236Z test_meta_char_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5787384Z test_meta_char_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5787524Z test_meta_char_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5787725Z test_meta_char_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5787881Z test_meta_char_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5788032Z test_meta_char_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5788182Z test_meta_char_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5788330Z test_meta_char_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5788479Z test_meta_char_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5788627Z test_meta_char_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5788759Z test_meta_char_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5788906Z test_meta_char_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5789055Z test_meta_char_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5789244Z test_meta_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5789406Z test_meta_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5789563Z test_meta_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5789720Z test_meta_cholesky_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5789893Z test_meta_cholesky_inverse_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5790063Z test_meta_cholesky_inverse_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5790214Z test_meta_cholesky_inverse_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5790379Z test_meta_cholesky_inverse_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5790549Z test_meta_cholesky_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5790717Z test_meta_cholesky_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5790882Z test_meta_cholesky_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5791045Z test_meta_cholesky_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5791200Z test_meta_chunk_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5791347Z test_meta_chunk_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5791504Z test_meta_chunk_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5791649Z test_meta_chunk_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5791808Z test_meta_chunk_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5791962Z test_meta_chunk_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5792114Z test_meta_chunk_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5792267Z test_meta_chunk_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5792417Z test_meta_chunk_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5792565Z test_meta_chunk_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5792713Z test_meta_chunk_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5792848Z test_meta_chunk_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5793057Z test_meta_chunk_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5793212Z test_meta_clamp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5793364Z test_meta_clamp_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5793516Z test_meta_clamp_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5793664Z test_meta_clamp_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5793819Z test_meta_clamp_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5793968Z test_meta_clamp_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5794102Z test_meta_clamp_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5794255Z test_meta_clamp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5794459Z test_meta_clamp_max_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5794615Z test_meta_clamp_max_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5794773Z test_meta_clamp_max_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5794931Z test_meta_clamp_max_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5795089Z test_meta_clamp_max_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5795245Z test_meta_clamp_max_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5795398Z test_meta_clamp_max_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5795536Z test_meta_clamp_max_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5795689Z test_meta_clamp_max_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5795842Z test_meta_clamp_max_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5796002Z test_meta_clamp_min_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5796157Z test_meta_clamp_min_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5796317Z test_meta_clamp_min_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5796475Z test_meta_clamp_min_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5796632Z test_meta_clamp_min_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5796787Z test_meta_clamp_min_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5796926Z test_meta_clamp_min_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5797081Z test_meta_clamp_min_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5797234Z test_meta_clamp_min_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5797387Z test_meta_clamp_min_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5797537Z test_meta_clone_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5797687Z test_meta_clone_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5797844Z test_meta_clone_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5797998Z test_meta_clone_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5798166Z test_meta_clone_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5798319Z test_meta_clone_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5798478Z test_meta_clone_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5798632Z test_meta_clone_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5798782Z test_meta_clone_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5798931Z test_meta_clone_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5799080Z test_meta_clone_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5799231Z test_meta_clone_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5799380Z test_meta_clone_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5799532Z test_meta_column_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5799719Z test_meta_column_stack_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5799887Z test_meta_column_stack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5800052Z test_meta_column_stack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5800217Z test_meta_column_stack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5800378Z test_meta_column_stack_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5800543Z test_meta_column_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5800703Z test_meta_column_stack_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5800848Z test_meta_column_stack_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5801006Z test_meta_column_stack_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5801162Z test_meta_column_stack_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5801316Z test_meta_column_stack_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5801473Z test_meta_column_stack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5801637Z test_meta_combinations_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5801797Z test_meta_combinations_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5801963Z test_meta_combinations_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5802131Z test_meta_combinations_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5802279Z test_meta_combinations_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5802441Z test_meta_combinations_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5802601Z test_meta_combinations_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5802765Z test_meta_combinations_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5802925Z test_meta_combinations_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5803083Z test_meta_combinations_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5803242Z test_meta_combinations_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5803430Z test_meta_combinations_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5803586Z test_meta_complex_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5803728Z test_meta_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5804018Z test_meta_complex_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5804171Z test_meta_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5804320Z test_meta_conj_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5804471Z test_meta_conj_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5804626Z test_meta_conj_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5804781Z test_meta_conj_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5804936Z test_meta_conj_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5805119Z test_meta_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5805272Z test_meta_conj_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5805421Z test_meta_conj_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5805571Z test_meta_conj_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5805718Z test_meta_conj_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5805866Z test_meta_conj_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5806012Z test_meta_conj_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5806181Z test_meta_conj_physical_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5806344Z test_meta_conj_physical_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5806496Z test_meta_conj_physical_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5806665Z test_meta_conj_physical_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5806826Z test_meta_conj_physical_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5806990Z test_meta_conj_physical_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5807149Z test_meta_conj_physical_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5807304Z test_meta_conj_physical_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5807470Z test_meta_conj_physical_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5807632Z test_meta_conj_physical_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5807778Z test_meta_conj_physical_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5807937Z test_meta_conj_physical_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5808095Z test_meta_conj_physical_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5808262Z test_meta_constant_pad_nd_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5808423Z test_meta_constant_pad_nd_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5808593Z test_meta_constant_pad_nd_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5808800Z test_meta_constant_pad_nd_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5808972Z test_meta_constant_pad_nd_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5809136Z test_meta_constant_pad_nd_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5809320Z test_meta_constant_pad_nd_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5809482Z test_meta_constant_pad_nd_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5809637Z test_meta_constant_pad_nd_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5809791Z test_meta_constant_pad_nd_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5809955Z test_meta_constant_pad_nd_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5810120Z test_meta_constant_pad_nd_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5810309Z test_meta_contiguous_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5810470Z test_meta_contiguous_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5810636Z test_meta_contiguous_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5810783Z test_meta_contiguous_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5810948Z test_meta_contiguous_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5811110Z test_meta_contiguous_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5811270Z test_meta_contiguous_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5811431Z test_meta_contiguous_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5811587Z test_meta_contiguous_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5811747Z test_meta_contiguous_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5811902Z test_meta_contiguous_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-12-01T10:28:16.5812058Z test_meta_contiguous_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5812197Z test_meta_contiguous_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5812358Z test_meta_copysign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5812514Z test_meta_copysign_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5812670Z test_meta_copysign_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5812824Z test_meta_copysign_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5812977Z test_meta_copysign_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5813134Z test_meta_copysign_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5813288Z test_meta_copysign_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5813425Z test_meta_copysign_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5813629Z test_meta_copysign_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5813777Z test_meta_copysign_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5813936Z test_meta_corrcoef_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5814126Z test_meta_corrcoef_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5814289Z test_meta_corrcoef_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5814448Z test_meta_corrcoef_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5814604Z test_meta_corrcoef_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5814758Z test_meta_corrcoef_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5814895Z test_meta_corrcoef_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5815043Z test_meta_corrcoef_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5815194Z test_meta_corrcoef_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5815343Z test_meta_corrcoef_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5815497Z test_meta_cos_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5815670Z test_meta_cos_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5815826Z test_meta_cos_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5815981Z test_meta_cos_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5816115Z test_meta_cos_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5816261Z test_meta_cos_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5816410Z test_meta_cos_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5816557Z test_meta_cos_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5816708Z test_meta_cos_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5816857Z test_meta_cos_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5817003Z test_meta_cos_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5817156Z test_meta_cosh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5817302Z test_meta_cosh_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5817443Z test_meta_cosh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5817595Z test_meta_cosh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5817744Z test_meta_cosh_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5817891Z test_meta_cosh_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5818043Z test_meta_cosh_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5818191Z test_meta_cosh_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5818342Z test_meta_cosh_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5818488Z test_meta_cosh_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5818620Z test_meta_cosh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5818784Z test_meta_count_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5818941Z test_meta_count_nonzero_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5819106Z test_meta_count_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5819306Z test_meta_count_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5819471Z test_meta_count_nonzero_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5819630Z test_meta_count_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5819784Z test_meta_count_nonzero_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5819943Z test_meta_count_nonzero_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5820086Z test_meta_count_nonzero_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5820243Z test_meta_count_nonzero_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5820401Z test_meta_count_nonzero_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5820560Z test_meta_count_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5820711Z test_meta_cov_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5820892Z test_meta_cov_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5821047Z test_meta_cov_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5821197Z test_meta_cov_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5821334Z test_meta_cov_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5821480Z test_meta_cov_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5821622Z test_meta_cov_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5821768Z test_meta_cov_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5821960Z test_meta_cov_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5822108Z test_meta_cov_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5822259Z test_meta_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5822415Z test_meta_cross_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5822570Z test_meta_cross_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5822708Z test_meta_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5822859Z test_meta_cross_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5823006Z test_meta_cross_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5823150Z test_meta_cross_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5823302Z test_meta_cross_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5823454Z test_meta_cross_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5823605Z test_meta_cross_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5823761Z test_meta_cummax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5823897Z test_meta_cummax_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5824050Z test_meta_cummax_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5824202Z test_meta_cummax_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5824349Z test_meta_cummax_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5824605Z test_meta_cummax_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5824761Z test_meta_cummax_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5824908Z test_meta_cummax_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5825061Z test_meta_cummax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5825215Z test_meta_cummin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5825349Z test_meta_cummin_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5825503Z test_meta_cummin_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5825654Z test_meta_cummin_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5825803Z test_meta_cummin_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5825954Z test_meta_cummin_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5826163Z test_meta_cummin_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5826312Z test_meta_cummin_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5826460Z test_meta_cummin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5826603Z test_meta_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5826763Z test_meta_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5826923Z test_meta_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5827078Z test_meta_cumprod_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5827234Z test_meta_cumprod_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5827389Z test_meta_cumprod_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5827545Z test_meta_cumprod_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5827695Z test_meta_cumprod_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5827847Z test_meta_cumprod_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5827982Z test_meta_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5828137Z test_meta_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5828293Z test_meta_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5828449Z test_meta_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5828606Z test_meta_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5828758Z test_meta_cumsum_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5828908Z test_meta_cumsum_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5829055Z test_meta_cumsum_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5829188Z test_meta_cumsum_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5829337Z test_meta_cumsum_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5829485Z test_meta_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5829663Z test_meta_cumulative_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5829871Z test_meta_cumulative_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5830054Z test_meta_cumulative_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5830226Z test_meta_cumulative_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5830398Z test_meta_cumulative_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5830570Z test_meta_cumulative_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5830726Z test_meta_cumulative_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5830895Z test_meta_cumulative_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5831067Z test_meta_cumulative_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5831240Z test_meta_cumulative_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5831432Z test_meta_deg2rad_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5831586Z test_meta_deg2rad_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5831745Z test_meta_deg2rad_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5831900Z test_meta_deg2rad_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5832054Z test_meta_deg2rad_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5832194Z test_meta_deg2rad_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5832346Z test_meta_deg2rad_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5832497Z test_meta_deg2rad_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5832653Z test_meta_deg2rad_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5832801Z test_meta_deg2rad_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5832950Z test_meta_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5833100Z test_meta_diag_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5833255Z test_meta_diag_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5833441Z test_meta_diag_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5833590Z test_meta_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5833740Z test_meta_diag_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5833893Z test_meta_diag_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5834043Z test_meta_diag_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5834191Z test_meta_diag_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5834339Z test_meta_diag_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5834487Z test_meta_diag_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5834649Z test_meta_diag_embed_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5834790Z test_meta_diag_embed_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5834956Z test_meta_diag_embed_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5835143Z test_meta_diag_embed_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5835306Z test_meta_diag_embed_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5835465Z test_meta_diag_embed_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5835622Z test_meta_diag_embed_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5835774Z test_meta_diag_embed_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5835931Z test_meta_diag_embed_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5836085Z test_meta_diag_embed_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5836222Z test_meta_diag_embed_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5836376Z test_meta_diag_embed_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5836556Z test_meta_diag_embed_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5836716Z test_meta_diagflat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5836874Z test_meta_diagflat_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5837039Z test_meta_diagflat_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5837197Z test_meta_diagflat_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5837353Z test_meta_diagflat_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5837495Z test_meta_diagflat_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5837703Z test_meta_diagflat_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5837924Z test_meta_diagflat_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5838088Z test_meta_diagflat_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5838245Z test_meta_diagflat_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5838400Z test_meta_diagflat_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5838558Z test_meta_diagonal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5838712Z test_meta_diagonal_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5838875Z test_meta_diagonal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.005s) 2022-12-01T10:28:16.5839021Z test_meta_diagonal_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5839182Z test_meta_diagonal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5839340Z test_meta_diagonal_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5839494Z test_meta_diagonal_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5839649Z test_meta_diagonal_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5839801Z test_meta_diagonal_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5839956Z test_meta_diagonal_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5840105Z test_meta_diagonal_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5840242Z test_meta_diagonal_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5840424Z test_meta_diagonal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5840594Z test_meta_diagonal_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5840762Z test_meta_diagonal_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5840930Z test_meta_diagonal_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5841092Z test_meta_diagonal_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5841251Z test_meta_diagonal_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5841416Z test_meta_diagonal_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5841576Z test_meta_diagonal_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5841721Z test_meta_diagonal_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5841907Z test_meta_diagonal_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5842066Z test_meta_diagonal_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5842223Z test_meta_diff_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5842374Z test_meta_diff_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5842532Z test_meta_diff_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5842686Z test_meta_diff_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5842837Z test_meta_diff_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5842984Z test_meta_diff_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5843122Z test_meta_diff_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5843272Z test_meta_diff_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5843419Z test_meta_diff_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5843567Z test_meta_diff_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5843714Z test_meta_diff_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5843995Z test_meta_diff_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5844156Z test_meta_digamma_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5844307Z test_meta_digamma_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5844450Z test_meta_digamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5844606Z test_meta_digamma_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5844758Z test_meta_digamma_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5844910Z test_meta_digamma_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5845058Z test_meta_digamma_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5845209Z test_meta_digamma_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5845360Z test_meta_digamma_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5845509Z test_meta_dist_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5845662Z test_meta_dist_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5845854Z test_meta_dist_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5846004Z test_meta_dist_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5846148Z test_meta_dist_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5846299Z test_meta_dist_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5846473Z test_meta_div_floor_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5846642Z test_meta_div_floor_rounding_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5846810Z test_meta_div_floor_rounding_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5846974Z test_meta_div_floor_rounding_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5847127Z test_meta_div_floor_rounding_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5847325Z test_meta_div_floor_rounding_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5847486Z test_meta_div_floor_rounding_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5847651Z test_meta_div_floor_rounding_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5847816Z test_meta_div_floor_rounding_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5847987Z test_meta_div_no_rounding_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5848155Z test_meta_div_no_rounding_mode_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5848334Z test_meta_div_no_rounding_mode_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5848584Z test_meta_div_no_rounding_mode_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5848815Z test_meta_div_no_rounding_mode_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5849045Z test_meta_div_no_rounding_mode_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5849218Z test_meta_div_no_rounding_mode_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5849386Z test_meta_div_no_rounding_mode_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5849547Z test_meta_div_no_rounding_mode_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5849714Z test_meta_div_no_rounding_mode_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5849882Z test_meta_div_no_rounding_mode_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5850051Z test_meta_div_no_rounding_mode_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5850222Z test_meta_div_trunc_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5850369Z test_meta_div_trunc_rounding_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5850537Z test_meta_div_trunc_rounding_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5850703Z test_meta_div_trunc_rounding_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5850867Z test_meta_div_trunc_rounding_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5851028Z test_meta_div_trunc_rounding_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5851231Z test_meta_div_trunc_rounding_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5851397Z test_meta_div_trunc_rounding_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5851563Z test_meta_div_trunc_rounding_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5851716Z test_meta_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5851858Z test_meta_dot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5852012Z test_meta_dot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5852159Z test_meta_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5852309Z test_meta_dot_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5852461Z test_meta_dot_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5852611Z test_meta_dot_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5852785Z test_meta_dot_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5852936Z test_meta_dot_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5853082Z test_meta_dot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5853223Z test_meta_double_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5853374Z test_meta_double_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5853531Z test_meta_double_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5853687Z test_meta_double_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5853847Z test_meta_double_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5854003Z test_meta_double_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5854156Z test_meta_double_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5854306Z test_meta_double_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5854442Z test_meta_double_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5854591Z test_meta_double_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5854739Z test_meta_double_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5854890Z test_meta_double_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5855040Z test_meta_double_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5855198Z test_meta_dsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5855352Z test_meta_dsplit_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5855512Z test_meta_dsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5855671Z test_meta_dsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5855812Z test_meta_dsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5855963Z test_meta_dsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5856115Z test_meta_dsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5856265Z test_meta_dsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5856450Z test_meta_dsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5856600Z test_meta_dsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5856750Z test_meta_dsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5856901Z test_meta_dsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5857037Z test_meta_dsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5857195Z test_meta_dstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5857346Z test_meta_dstack_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5857505Z test_meta_dstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5857661Z test_meta_dstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5857820Z test_meta_dstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5858001Z test_meta_dstack_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5858158Z test_meta_dstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5858311Z test_meta_dstack_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5858446Z test_meta_dstack_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5858596Z test_meta_dstack_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5858745Z test_meta_dstack_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5858893Z test_meta_dstack_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5859045Z test_meta_dstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5859202Z test_meta_einsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5859361Z test_meta_einsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5859525Z test_meta_einsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5859750Z test_meta_einsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5859916Z test_meta_einsum_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5860065Z test_meta_einsum_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5860213Z test_meta_einsum_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5860363Z test_meta_einsum_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5860513Z test_meta_einsum_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5860664Z test_meta_einsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5860857Z test_meta_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5861008Z test_meta_empty_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5861148Z test_meta_empty_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5861303Z test_meta_empty_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5861455Z test_meta_empty_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5861606Z test_meta_empty_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5861793Z test_meta_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5861945Z test_meta_empty_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5862096Z test_meta_empty_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5862243Z test_meta_empty_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5862376Z test_meta_empty_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5862528Z test_meta_empty_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5862679Z test_meta_empty_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5862839Z test_meta_empty_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5862995Z test_meta_empty_like_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5863160Z test_meta_empty_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5863350Z test_meta_empty_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5863514Z test_meta_empty_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5863674Z test_meta_empty_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5863817Z test_meta_empty_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5863976Z test_meta_empty_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5864129Z test_meta_empty_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5864281Z test_meta_empty_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5864531Z test_meta_empty_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5864689Z test_meta_empty_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5864842Z test_meta_empty_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5864992Z test_meta_eq_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5865124Z test_meta_eq_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5865277Z test_meta_eq_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5865426Z test_meta_eq_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5865577Z test_meta_eq_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5865728Z test_meta_eq_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5865877Z test_meta_eq_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5866024Z test_meta_eq_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5866170Z test_meta_eq_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5866311Z test_meta_eq_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5866437Z test_meta_eq_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-12-01T10:28:16.5866582Z test_meta_eq_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5866723Z test_meta_eq_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5866876Z test_meta_equal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5867069Z test_meta_equal_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5867230Z test_meta_equal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5867386Z test_meta_equal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5867537Z test_meta_equal_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5867675Z test_meta_equal_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5867825Z test_meta_equal_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5867972Z test_meta_equal_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5868119Z test_meta_equal_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5868271Z test_meta_equal_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5868421Z test_meta_equal_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5868608Z test_meta_equal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5868762Z test_meta_erf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5868908Z test_meta_erf_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5869041Z test_meta_erf_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5869184Z test_meta_erf_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5869332Z test_meta_erf_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5869478Z test_meta_erf_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5869627Z test_meta_erf_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5869773Z test_meta_erf_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5869920Z test_meta_erf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5870073Z test_meta_erfc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5870205Z test_meta_erfc_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5870353Z test_meta_erfc_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5870502Z test_meta_erfc_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5870650Z test_meta_erfc_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5870797Z test_meta_erfc_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5870948Z test_meta_erfc_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5871094Z test_meta_erfc_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5871241Z test_meta_erfc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5871381Z test_meta_erfinv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5871530Z test_meta_erfinv_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5871682Z test_meta_erfinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5871834Z test_meta_erfinv_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5871983Z test_meta_erfinv_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5872124Z test_meta_erfinv_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5872320Z test_meta_erfinv_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5872469Z test_meta_erfinv_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5872616Z test_meta_erfinv_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5872765Z test_meta_exp2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5872913Z test_meta_exp2_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5873060Z test_meta_exp2_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5873193Z test_meta_exp2_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5873335Z test_meta_exp2_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5873481Z test_meta_exp2_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5873622Z test_meta_exp2_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5873792Z test_meta_exp2_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5873939Z test_meta_exp2_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5874084Z test_meta_exp2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5874256Z test_meta_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5874389Z test_meta_exp_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5874541Z test_meta_exp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5874692Z test_meta_exp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5874845Z test_meta_exp_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5874996Z test_meta_exp_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5875140Z test_meta_exp_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5875283Z test_meta_exp_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5875429Z test_meta_exp_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5875572Z test_meta_exp_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5875703Z test_meta_exp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5875862Z test_meta_expand_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5876016Z test_meta_expand_as_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5876181Z test_meta_expand_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5876345Z test_meta_expand_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5876500Z test_meta_expand_as_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5876655Z test_meta_expand_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5876809Z test_meta_expand_as_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5876949Z test_meta_expand_as_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5877102Z test_meta_expand_as_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5877251Z test_meta_expand_as_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5877451Z test_meta_expand_as_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5877604Z test_meta_expand_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5877756Z test_meta_expand_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5877904Z test_meta_expand_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5878061Z test_meta_expand_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5878217Z test_meta_expand_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5878357Z test_meta_expand_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5878506Z test_meta_expand_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5878656Z test_meta_expand_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5878804Z test_meta_expand_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5878978Z test_meta_expand_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5879123Z test_meta_expand_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5879275Z test_meta_expand_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5879422Z test_meta_expand_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5879557Z test_meta_expm1_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5879706Z test_meta_expm1_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5879855Z test_meta_expm1_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5880006Z test_meta_expm1_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5880153Z test_meta_expm1_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5880300Z test_meta_expm1_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5880444Z test_meta_expm1_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5880591Z test_meta_expm1_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5880739Z test_meta_expm1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5880873Z test_meta_eye_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5881024Z test_meta_eye_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5881173Z test_meta_eye_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5881320Z test_meta_eye_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5881469Z test_meta_eye_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5881616Z test_meta_eye_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5881763Z test_meta_eye_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5881907Z test_meta_eye_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5882037Z test_meta_eye_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5882183Z test_meta_eye_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5882329Z test_meta_eye_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5882515Z test_meta_fft_fft2_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5882673Z test_meta_fft_fft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5882832Z test_meta_fft_fft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5882985Z test_meta_fft_fft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5883137Z test_meta_fft_fft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5883285Z test_meta_fft_fft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5883420Z test_meta_fft_fft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5883568Z test_meta_fft_fft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5883714Z test_meta_fft_fft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5884047Z test_meta_fft_fft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5884252Z test_meta_fft_fft_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5884412Z test_meta_fft_fft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5884566Z test_meta_fft_fft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5884716Z test_meta_fft_fft_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5884854Z test_meta_fft_fft_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5885002Z test_meta_fft_fft_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5885150Z test_meta_fft_fft_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5885301Z test_meta_fft_fft_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5885450Z test_meta_fft_fft_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5885595Z test_meta_fft_fft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5885739Z test_meta_fft_fftn_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5885896Z test_meta_fft_fftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5886053Z test_meta_fft_fftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5886193Z test_meta_fft_fftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5886345Z test_meta_fft_fftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5886493Z test_meta_fft_fftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5886643Z test_meta_fft_fftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5886796Z test_meta_fft_fftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5886941Z test_meta_fft_fftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5887087Z test_meta_fft_fftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5887250Z test_meta_fft_fftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5887389Z test_meta_fft_fftshift_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5887553Z test_meta_fft_fftshift_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5887716Z test_meta_fft_fftshift_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5887921Z test_meta_fft_fftshift_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5888083Z test_meta_fft_fftshift_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5888240Z test_meta_fft_fftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5888394Z test_meta_fft_fftshift_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5888552Z test_meta_fft_fftshift_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5888707Z test_meta_fft_fftshift_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5888849Z test_meta_fft_fftshift_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5889002Z test_meta_fft_fftshift_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5889155Z test_meta_fft_fftshift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5889333Z test_meta_fft_hfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5889496Z test_meta_fft_hfft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5889653Z test_meta_fft_hfft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5889807Z test_meta_fft_hfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5889960Z test_meta_fft_hfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5890110Z test_meta_fft_hfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5890264Z test_meta_fft_hfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5890489Z test_meta_fft_hfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5890657Z test_meta_fft_hfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5890808Z test_meta_fft_hfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5890957Z test_meta_fft_hfft_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5891114Z test_meta_fft_hfft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5891270Z test_meta_fft_hfft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5891425Z test_meta_fft_hfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5891562Z test_meta_fft_hfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5891710Z test_meta_fft_hfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5891859Z test_meta_fft_hfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5892007Z test_meta_fft_hfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5892157Z test_meta_fft_hfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5892305Z test_meta_fft_hfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5892454Z test_meta_fft_hfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5892612Z test_meta_fft_hfftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5892772Z test_meta_fft_hfftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5892912Z test_meta_fft_hfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-12-01T10:28:16.5893104Z test_meta_fft_hfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5893257Z test_meta_fft_hfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5893406Z test_meta_fft_hfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5893552Z test_meta_fft_hfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5893701Z test_meta_fft_hfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5893852Z test_meta_fft_hfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5893999Z test_meta_fft_ifft2_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5894142Z test_meta_fft_ifft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5894301Z test_meta_fft_ifft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5894478Z test_meta_fft_ifft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5894633Z test_meta_fft_ifft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5894781Z test_meta_fft_ifft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5894926Z test_meta_fft_ifft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5895072Z test_meta_fft_ifft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5895222Z test_meta_fft_ifft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5895371Z test_meta_fft_ifft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5895507Z test_meta_fft_ifft_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5895665Z test_meta_fft_ifft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5895821Z test_meta_fft_ifft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5895972Z test_meta_fft_ifft_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5896124Z test_meta_fft_ifft_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5896272Z test_meta_fft_ifft_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5896418Z test_meta_fft_ifft_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5896562Z test_meta_fft_ifft_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5896699Z test_meta_fft_ifft_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5896846Z test_meta_fft_ifft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5896996Z test_meta_fft_ifftn_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5897155Z test_meta_fft_ifftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5897311Z test_meta_fft_ifftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5897463Z test_meta_fft_ifftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5897615Z test_meta_fft_ifftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5897765Z test_meta_fft_ifftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5897913Z test_meta_fft_ifftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5898077Z test_meta_fft_ifftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5898228Z test_meta_fft_ifftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5898378Z test_meta_fft_ifftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5898540Z test_meta_fft_ifftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5898695Z test_meta_fft_ifftshift_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5898860Z test_meta_fft_ifftshift_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5899025Z test_meta_fft_ifftshift_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5899189Z test_meta_fft_ifftshift_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5899349Z test_meta_fft_ifftshift_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5899495Z test_meta_fft_ifftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5899673Z test_meta_fft_ifftshift_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5899830Z test_meta_fft_ifftshift_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5899987Z test_meta_fft_ifftshift_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5900143Z test_meta_fft_ifftshift_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5900299Z test_meta_fft_ifftshift_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5900455Z test_meta_fft_ifftshift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5900606Z test_meta_fft_ihfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5900751Z test_meta_fft_ihfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5900906Z test_meta_fft_ihfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5901131Z test_meta_fft_ihfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5901334Z test_meta_fft_ihfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5901548Z test_meta_fft_ihfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5901704Z test_meta_fft_ihfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5901857Z test_meta_fft_ihfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5902008Z test_meta_fft_ihfft_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5902165Z test_meta_fft_ihfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5902307Z test_meta_fft_ihfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5902457Z test_meta_fft_ihfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5902605Z test_meta_fft_ihfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5902753Z test_meta_fft_ihfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5902902Z test_meta_fft_ihfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5903047Z test_meta_fft_ihfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5903197Z test_meta_fft_ihfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5903391Z test_meta_fft_ihfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5903547Z test_meta_fft_ihfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5903688Z test_meta_fft_ihfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5903836Z test_meta_fft_ihfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5903989Z test_meta_fft_ihfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5904153Z test_meta_fft_ihfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5904303Z test_meta_fft_ihfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5904524Z test_meta_fft_irfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5904688Z test_meta_fft_irfft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5904849Z test_meta_fft_irfft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5905041Z test_meta_fft_irfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5905197Z test_meta_fft_irfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5905344Z test_meta_fft_irfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5905495Z test_meta_fft_irfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5905646Z test_meta_fft_irfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5905797Z test_meta_fft_irfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5905943Z test_meta_fft_irfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5906097Z test_meta_fft_irfft_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5906258Z test_meta_fft_irfft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5906404Z test_meta_fft_irfft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5906556Z test_meta_fft_irfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5906708Z test_meta_fft_irfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5906858Z test_meta_fft_irfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5907008Z test_meta_fft_irfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5907156Z test_meta_fft_irfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5907309Z test_meta_fft_irfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5907457Z test_meta_fft_irfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5907596Z test_meta_fft_irfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5907757Z test_meta_fft_irfftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5907914Z test_meta_fft_irfftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5908070Z test_meta_fft_irfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5908225Z test_meta_fft_irfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5908374Z test_meta_fft_irfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5908592Z test_meta_fft_irfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5908742Z test_meta_fft_irfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5908895Z test_meta_fft_irfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5909030Z test_meta_fft_irfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5909181Z test_meta_fft_rfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5909333Z test_meta_fft_rfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5909488Z test_meta_fft_rfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5909636Z test_meta_fft_rfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5909785Z test_meta_fft_rfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5909933Z test_meta_fft_rfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5910111Z test_meta_fft_rfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5910265Z test_meta_fft_rfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5910403Z test_meta_fft_rfft_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5910554Z test_meta_fft_rfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5910705Z test_meta_fft_rfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5910853Z test_meta_fft_rfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5911002Z test_meta_fft_rfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5911149Z test_meta_fft_rfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5911301Z test_meta_fft_rfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5911445Z test_meta_fft_rfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5911581Z test_meta_fft_rfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5911734Z test_meta_fft_rfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5911889Z test_meta_fft_rfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5912040Z test_meta_fft_rfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5912187Z test_meta_fft_rfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5912333Z test_meta_fft_rfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5912483Z test_meta_fft_rfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5912634Z test_meta_fft_rfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5912783Z test_meta_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5912919Z test_meta_fill_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5913069Z test_meta_fill_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5913218Z test_meta_fill_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5913369Z test_meta_fill_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5913518Z test_meta_fill_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5913698Z test_meta_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5913847Z test_meta_fill_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5913993Z test_meta_fill_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5914127Z test_meta_fill_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5914271Z test_meta_fill_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5914418Z test_meta_fill_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5914565Z test_meta_fill_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5914719Z test_meta_flatten_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5914868Z test_meta_flatten_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5915028Z test_meta_flatten_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5915212Z test_meta_flatten_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5915368Z test_meta_flatten_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5915508Z test_meta_flatten_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5915660Z test_meta_flatten_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5915808Z test_meta_flatten_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5915957Z test_meta_flatten_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5916107Z test_meta_flatten_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5916258Z test_meta_flatten_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5916407Z test_meta_flatten_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5916553Z test_meta_flatten_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5916688Z test_meta_flip_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5916835Z test_meta_flip_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5916986Z test_meta_flip_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5917138Z test_meta_flip_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5917284Z test_meta_flip_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5917431Z test_meta_flip_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5917582Z test_meta_flip_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5917729Z test_meta_flip_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5917873Z test_meta_flip_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5918006Z test_meta_flip_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5918152Z test_meta_flip_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5918295Z test_meta_flip_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5918449Z test_meta_fliplr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5918597Z test_meta_fliplr_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5918788Z test_meta_fliplr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5918944Z test_meta_fliplr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5919096Z test_meta_fliplr_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5919236Z test_meta_fliplr_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5919386Z test_meta_fliplr_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5919533Z test_meta_fliplr_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-12-01T10:28:16.5919683Z test_meta_fliplr_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5919830Z test_meta_fliplr_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5919979Z test_meta_fliplr_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5920129Z test_meta_fliplr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5920309Z test_meta_flipud_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5920455Z test_meta_flipud_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5920601Z test_meta_flipud_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5920754Z test_meta_flipud_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5920904Z test_meta_flipud_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5921053Z test_meta_flipud_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5921201Z test_meta_flipud_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5921350Z test_meta_flipud_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5921496Z test_meta_flipud_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5921644Z test_meta_flipud_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5921779Z test_meta_flipud_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5921928Z test_meta_flipud_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5922077Z test_meta_float_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5922225Z test_meta_float_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5922380Z test_meta_float_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5922533Z test_meta_float_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5922687Z test_meta_float_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5922837Z test_meta_float_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5922986Z test_meta_float_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5923124Z test_meta_float_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5923271Z test_meta_float_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5923417Z test_meta_float_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5923563Z test_meta_float_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5923708Z test_meta_float_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5924006Z test_meta_float_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5924167Z test_meta_float_power_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5924323Z test_meta_float_power_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5924473Z test_meta_float_power_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5924634Z test_meta_float_power_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5924791Z test_meta_float_power_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5924948Z test_meta_float_power_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5925105Z test_meta_float_power_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5925258Z test_meta_float_power_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5925414Z test_meta_float_power_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5925620Z test_meta_float_power_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5925774Z test_meta_float_power_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5925912Z test_meta_float_power_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5926064Z test_meta_floor_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5926211Z test_meta_floor_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5926362Z test_meta_floor_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5926509Z test_meta_floor_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5926659Z test_meta_floor_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5926810Z test_meta_floor_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5926957Z test_meta_floor_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5927088Z test_meta_floor_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5927249Z test_meta_floor_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5927405Z test_meta_floor_divide_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5927564Z test_meta_floor_divide_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5927721Z test_meta_floor_divide_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5927880Z test_meta_floor_divide_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5928038Z test_meta_floor_divide_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5928192Z test_meta_floor_divide_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5928346Z test_meta_floor_divide_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5928486Z test_meta_floor_divide_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5928636Z test_meta_fmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5928781Z test_meta_fmax_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5928932Z test_meta_fmax_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5929083Z test_meta_fmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5929260Z test_meta_fmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5929410Z test_meta_fmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5929556Z test_meta_fmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5929689Z test_meta_fmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5929835Z test_meta_fmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5929979Z test_meta_fmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5930129Z test_meta_fmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5930273Z test_meta_fmin_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5930421Z test_meta_fmin_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5930568Z test_meta_fmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5930737Z test_meta_fmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5930883Z test_meta_fmin_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5931015Z test_meta_fmin_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5931158Z test_meta_fmin_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5931305Z test_meta_fmin_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5931453Z test_meta_fmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5931602Z test_meta_fmod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5931751Z test_meta_fmod_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5931899Z test_meta_fmod_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5932078Z test_meta_fmod_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5932277Z test_meta_fmod_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5932426Z test_meta_fmod_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5932568Z test_meta_fmod_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5932714Z test_meta_fmod_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5932857Z test_meta_fmod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5933005Z test_meta_frac_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5933155Z test_meta_frac_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5933302Z test_meta_frac_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5933448Z test_meta_frac_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5933588Z test_meta_frexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5933738Z test_meta_frexp_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5933884Z test_meta_frexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5934028Z test_meta_frexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5934184Z test_meta_full_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5934372Z test_meta_full_like_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5934532Z test_meta_full_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5934691Z test_meta_full_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5934832Z test_meta_full_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5934985Z test_meta_full_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5935137Z test_meta_full_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5935287Z test_meta_full_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5935436Z test_meta_full_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5935582Z test_meta_full_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5935736Z test_meta_full_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5935907Z test_meta_full_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5936063Z test_meta_gather_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5936200Z test_meta_gather_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5936354Z test_meta_gather_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5936511Z test_meta_gather_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5936662Z test_meta_gather_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5936810Z test_meta_gather_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5936963Z test_meta_gather_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5937114Z test_meta_gather_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5937261Z test_meta_gather_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5937395Z test_meta_gather_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5937543Z test_meta_gather_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5937692Z test_meta_gather_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5937837Z test_meta_gcd_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5937988Z test_meta_gcd_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5938132Z test_meta_gcd_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5938278Z test_meta_gcd_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5938423Z test_meta_gcd_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5938572Z test_meta_ge_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5938704Z test_meta_ge_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5938849Z test_meta_ge_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5938991Z test_meta_ge_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5939137Z test_meta_ge_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5939279Z test_meta_ge_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5939415Z test_meta_ge_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5939581Z test_meta_ge_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5939728Z test_meta_ge_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5939858Z test_meta_ge_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5940015Z test_meta_geqrf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5940168Z test_meta_geqrf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5940319Z test_meta_geqrf_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5940469Z test_meta_geqrf_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5940625Z test_meta_gradient_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5940787Z test_meta_gradient_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5940989Z test_meta_gradient_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5941146Z test_meta_gradient_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5941289Z test_meta_gradient_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5941442Z test_meta_gradient_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5941592Z test_meta_gradient_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5941742Z test_meta_gradient_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5941889Z test_meta_gradient_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5942042Z test_meta_gradient_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5942190Z test_meta_gt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5942338Z test_meta_gt_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5942471Z test_meta_gt_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5942619Z test_meta_gt_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5942810Z test_meta_gt_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5943017Z test_meta_gt_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5943213Z test_meta_gt_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5943393Z test_meta_gt_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5943573Z test_meta_gt_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5943712Z test_meta_gt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5943863Z test_meta_half_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5943996Z test_meta_half_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5944148Z test_meta_half_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5944302Z test_meta_half_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5944522Z test_meta_half_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5944669Z test_meta_half_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5944816Z test_meta_half_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5945015Z test_meta_half_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5945163Z test_meta_half_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5945322Z test_meta_half_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5945471Z test_meta_half_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5945614Z test_meta_half_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5945775Z test_meta_heaviside_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5945926Z test_meta_heaviside_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.006s) 2022-12-01T10:28:16.5946082Z test_meta_heaviside_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5946239Z test_meta_heaviside_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5946396Z test_meta_heaviside_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5946578Z test_meta_heaviside_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5946721Z test_meta_heaviside_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5946869Z test_meta_heaviside_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5947021Z test_meta_heaviside_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5947192Z test_meta_heaviside_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5947340Z test_meta_histc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5947489Z test_meta_histc_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5947640Z test_meta_histc_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5947798Z test_meta_histogram_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5947942Z test_meta_histogram_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5948103Z test_meta_histogramdd_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5948265Z test_meta_histogramdd_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5948418Z test_meta_hsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5948566Z test_meta_hsplit_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5948720Z test_meta_hsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5948877Z test_meta_hsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5949033Z test_meta_hsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5949187Z test_meta_hsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5949325Z test_meta_hsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5949475Z test_meta_hsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5949623Z test_meta_hsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5949771Z test_meta_hsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5949922Z test_meta_hsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5950069Z test_meta_hsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5950247Z test_meta_hsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5950402Z test_meta_hstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5950536Z test_meta_hstack_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5950693Z test_meta_hstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5950846Z test_meta_hstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5950998Z test_meta_hstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5951151Z test_meta_hstack_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5951299Z test_meta_hstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5951450Z test_meta_hstack_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5951627Z test_meta_hstack_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5951775Z test_meta_hstack_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5951911Z test_meta_hstack_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5952058Z test_meta_hstack_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5952202Z test_meta_hstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5952353Z test_meta_hypot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5952504Z test_meta_hypot_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5952652Z test_meta_hypot_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5952801Z test_meta_i0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5952948Z test_meta_i0_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5953084Z test_meta_i0_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5953230Z test_meta_i0_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5953373Z test_meta_i0_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5953513Z test_meta_i0_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5953650Z test_meta_i0_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5953795Z test_meta_i0_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5953935Z test_meta_i0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5954091Z test_meta_igamma_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5954243Z test_meta_igamma_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5954381Z test_meta_igamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5954532Z test_meta_igamma_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5954685Z test_meta_igammac_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5954839Z test_meta_igammac_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5954990Z test_meta_igammac_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5955138Z test_meta_igammac_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5955318Z test_meta_imag_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5955470Z test_meta_imag_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5955608Z test_meta_imag_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5955765Z test_meta_index_add_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5955915Z test_meta_index_add_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5956076Z test_meta_index_add_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5956236Z test_meta_index_add_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5956395Z test_meta_index_add_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5956552Z test_meta_index_add_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5956735Z test_meta_index_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5956888Z test_meta_index_add_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5957026Z test_meta_index_add_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5957175Z test_meta_index_add_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5957321Z test_meta_index_add_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5957473Z test_meta_index_add_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5957622Z test_meta_index_add_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5957780Z test_meta_index_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5957936Z test_meta_index_copy_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5958100Z test_meta_index_copy_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5958247Z test_meta_index_copy_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5958402Z test_meta_index_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5958557Z test_meta_index_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5958713Z test_meta_index_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5958866Z test_meta_index_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5959018Z test_meta_index_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5959173Z test_meta_index_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5959327Z test_meta_index_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5959477Z test_meta_index_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5959621Z test_meta_index_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5959770Z test_meta_index_fill_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5959930Z test_meta_index_fill_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5960088Z test_meta_index_fill_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5960244Z test_meta_index_fill_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5960427Z test_meta_index_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5960583Z test_meta_index_fill_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5960734Z test_meta_index_fill_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5960885Z test_meta_index_fill_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5961020Z test_meta_index_fill_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5961170Z test_meta_index_fill_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5961316Z test_meta_index_fill_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5961472Z test_meta_index_put_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5961625Z test_meta_index_put_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5961808Z test_meta_index_put_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5961967Z test_meta_index_put_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5962126Z test_meta_index_put_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5962267Z test_meta_index_put_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5962421Z test_meta_index_put_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5962574Z test_meta_index_put_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5962727Z test_meta_index_put_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5962879Z test_meta_index_put_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5963032Z test_meta_index_put_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5963184Z test_meta_index_put_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5963332Z test_meta_index_put_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5963493Z test_meta_index_reduce_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5963639Z test_meta_index_reduce_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5963796Z test_meta_index_reduce_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5964079Z test_meta_index_reduce_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5964235Z test_meta_index_reduce_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5964392Z test_meta_index_reduce_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5964549Z test_meta_index_reduce_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5964703Z test_meta_index_reduce_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5964857Z test_meta_index_reduce_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5965005Z test_meta_index_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5965161Z test_meta_index_select_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5965325Z test_meta_index_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5965489Z test_meta_index_select_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5965704Z test_meta_index_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5965865Z test_meta_index_select_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5966024Z test_meta_index_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5966181Z test_meta_index_select_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5966335Z test_meta_index_select_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5966476Z test_meta_index_select_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5966631Z test_meta_index_select_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5966785Z test_meta_index_select_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5966940Z test_meta_index_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5967127Z test_meta_inner_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5967283Z test_meta_inner_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5967436Z test_meta_inner_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5967587Z test_meta_inner_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5967735Z test_meta_inner_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5967869Z test_meta_inner_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5968015Z test_meta_inner_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5968160Z test_meta_inner_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5968311Z test_meta_inner_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5968458Z test_meta_inner_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5968606Z test_meta_int_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5968752Z test_meta_int_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5968903Z test_meta_int_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5969040Z test_meta_int_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5969187Z test_meta_int_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5969330Z test_meta_int_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5969479Z test_meta_int_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5969628Z test_meta_int_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5969775Z test_meta_int_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5969920Z test_meta_int_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5970063Z test_meta_int_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5970207Z test_meta_int_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5970349Z test_meta_isclose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5970497Z test_meta_isclose_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5970655Z test_meta_isclose_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5970840Z test_meta_isclose_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5970997Z test_meta_isclose_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5971147Z test_meta_isclose_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5971296Z test_meta_isclose_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5971447Z test_meta_isclose_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5971583Z test_meta_isclose_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5971730Z test_meta_isclose_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5971882Z test_meta_isclose_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5972034Z test_meta_isclose_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5972222Z test_meta_isfinite_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5972371Z test_meta_isfinite_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5972532Z test_meta_isfinite_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-12-01T10:28:16.5972691Z test_meta_isfinite_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5972850Z test_meta_isfinite_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5972990Z test_meta_isfinite_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5973143Z test_meta_isfinite_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5973294Z test_meta_isfinite_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5973448Z test_meta_isfinite_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5973601Z test_meta_isfinite_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5973747Z test_meta_isfinite_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5973897Z test_meta_isfinite_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5974048Z test_meta_isfinite_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5974184Z test_meta_isin_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5974330Z test_meta_isin_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5974476Z test_meta_isin_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5974624Z test_meta_isin_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5974769Z test_meta_isin_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5974915Z test_meta_isin_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5975060Z test_meta_isin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5975209Z test_meta_isinf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5975351Z test_meta_isinf_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5975492Z test_meta_isinf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5975645Z test_meta_isinf_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5975796Z test_meta_isinf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5975977Z test_meta_isinf_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5976132Z test_meta_isinf_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5976281Z test_meta_isinf_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5976427Z test_meta_isinf_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5976573Z test_meta_isinf_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5976708Z test_meta_isinf_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5976854Z test_meta_isinf_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5977000Z test_meta_isinf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5977154Z test_meta_isnan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5977300Z test_meta_isnan_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5977493Z test_meta_isnan_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5977648Z test_meta_isnan_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5977797Z test_meta_isnan_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5977945Z test_meta_isnan_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5978077Z test_meta_isnan_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5978224Z test_meta_isnan_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5978368Z test_meta_isnan_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5978517Z test_meta_isnan_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5978664Z test_meta_isnan_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5978849Z test_meta_isnan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5979006Z test_meta_isneginf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5979155Z test_meta_isneginf_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5979296Z test_meta_isneginf_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5979448Z test_meta_isneginf_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5979600Z test_meta_isneginf_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5979756Z test_meta_isneginf_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5979906Z test_meta_isneginf_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5980058Z test_meta_isneginf_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5980208Z test_meta_isneginf_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5980357Z test_meta_isneginf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5980513Z test_meta_isposinf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5980651Z test_meta_isposinf_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5980803Z test_meta_isposinf_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5980956Z test_meta_isposinf_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5981136Z test_meta_isposinf_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5981286Z test_meta_isposinf_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5981437Z test_meta_isposinf_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5981587Z test_meta_isposinf_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5981737Z test_meta_isposinf_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5981872Z test_meta_isposinf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5982025Z test_meta_isreal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5982175Z test_meta_isreal_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5982335Z test_meta_isreal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5982513Z test_meta_isreal_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5982668Z test_meta_isreal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5982819Z test_meta_isreal_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5982967Z test_meta_isreal_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5983115Z test_meta_isreal_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5983251Z test_meta_isreal_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5983401Z test_meta_isreal_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5983547Z test_meta_isreal_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5983696Z test_meta_isreal_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5983846Z test_meta_isreal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5983999Z test_meta_istft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5984150Z test_meta_istft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5984299Z test_meta_istft_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5984531Z test_meta_istft_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5984714Z test_meta_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5984886Z test_meta_jiterator_2inputs_2outputs_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5985070Z test_meta_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5985249Z test_meta_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5985423Z test_meta_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5985600Z test_meta_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5985774Z test_meta_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5985945Z test_meta_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5986116Z test_meta_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5986316Z test_meta_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5986488Z test_meta_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5986656Z test_meta_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5986840Z test_meta_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5987016Z test_meta_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5987201Z test_meta_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5987386Z test_meta_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5987569Z test_meta_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5987800Z test_meta_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5987968Z test_meta_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5988148Z test_meta_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5988323Z test_meta_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5988504Z test_meta_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5988679Z test_meta_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5988855Z test_meta_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5989023Z test_meta_jiterator_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5989186Z test_meta_jiterator_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5989354Z test_meta_jiterator_binary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5989509Z test_meta_jiterator_binary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5989672Z test_meta_jiterator_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5989831Z test_meta_jiterator_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5989995Z test_meta_jiterator_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5990157Z test_meta_jiterator_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5990315Z test_meta_jiterator_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5990467Z test_meta_jiterator_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5990628Z test_meta_jiterator_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5990789Z test_meta_jiterator_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5990952Z test_meta_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5991126Z test_meta_jiterator_binary_return_by_ref_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5991309Z test_meta_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5991532Z test_meta_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5991712Z test_meta_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5991884Z test_meta_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5992052Z test_meta_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5992227Z test_meta_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5992399Z test_meta_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5992570Z test_meta_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5992735Z test_meta_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5992933Z test_meta_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5993099Z test_meta_jiterator_unary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5993260Z test_meta_jiterator_unary_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5993431Z test_meta_jiterator_unary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5993597Z test_meta_jiterator_unary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5993762Z test_meta_jiterator_unary_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5993922Z test_meta_jiterator_unary_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5994078Z test_meta_jiterator_unary_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5994224Z test_meta_jiterator_unary_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5994380Z test_meta_jiterator_unary_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5994539Z test_meta_jiterator_unary_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5994702Z test_meta_jiterator_unary_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5994864Z test_meta_jiterator_unary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5995015Z test_meta_kron_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5995163Z test_meta_kron_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5995315Z test_meta_kron_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5995458Z test_meta_kron_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5995607Z test_meta_kron_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5995755Z test_meta_kron_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5995904Z test_meta_kron_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5996049Z test_meta_kron_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5996195Z test_meta_kron_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5996340Z test_meta_kron_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5996516Z test_meta_kron_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5996661Z test_meta_kron_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5996806Z test_meta_kthvalue_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5996961Z test_meta_kthvalue_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5997115Z test_meta_kthvalue_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5997267Z test_meta_kthvalue_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5997417Z test_meta_kthvalue_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5997567Z test_meta_kthvalue_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5997721Z test_meta_kthvalue_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5997870Z test_meta_kthvalue_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5998026Z test_meta_lcm_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5998173Z test_meta_lcm_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5998315Z test_meta_lcm_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5998462Z test_meta_lcm_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5998609Z test_meta_lcm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5998807Z test_meta_ldexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5998957Z test_meta_ldexp_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5999115Z test_meta_ldexp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5999272Z test_meta_ldexp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5999410Z test_meta_ldexp_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5999559Z test_meta_ldexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5999704Z test_meta_ldexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.5999856Z test_meta_ldexp_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6000004Z test_meta_ldexp_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-12-01T10:28:16.6000150Z test_meta_ldexp_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6000295Z test_meta_ldexp_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6000443Z test_meta_ldexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6000577Z test_meta_le_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6000722Z test_meta_le_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6000868Z test_meta_le_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6001015Z test_meta_le_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6001161Z test_meta_le_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6001304Z test_meta_le_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6001445Z test_meta_le_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6001583Z test_meta_le_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6001750Z test_meta_le_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6001894Z test_meta_le_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6002044Z test_meta_lerp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6002200Z test_meta_lerp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6002353Z test_meta_lerp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6002500Z test_meta_lerp_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6002652Z test_meta_lerp_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6002805Z test_meta_lgamma_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6002955Z test_meta_lgamma_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6003122Z test_meta_lgamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6003273Z test_meta_lgamma_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6003420Z test_meta_lgamma_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6003570Z test_meta_lgamma_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6003714Z test_meta_lgamma_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6004000Z test_meta_lgamma_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6004152Z test_meta_lgamma_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6004321Z test_meta_linalg_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6004494Z test_meta_linalg_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6004648Z test_meta_linalg_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6004811Z test_meta_linalg_cholesky_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6004982Z test_meta_linalg_cholesky_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6005152Z test_meta_linalg_cholesky_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6005318Z test_meta_linalg_cholesky_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6005484Z test_meta_linalg_cholesky_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6005649Z test_meta_linalg_cond_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6005813Z test_meta_linalg_cond_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6005959Z test_meta_linalg_cond_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6006118Z test_meta_linalg_cond_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6006280Z test_meta_linalg_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6006440Z test_meta_linalg_cross_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6006604Z test_meta_linalg_cross_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6006761Z test_meta_linalg_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6006972Z test_meta_linalg_cross_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6007127Z test_meta_linalg_cross_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6007286Z test_meta_linalg_cross_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6007428Z test_meta_linalg_cross_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6007588Z test_meta_linalg_cross_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6007740Z test_meta_linalg_cross_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6007906Z test_meta_linalg_det_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6008064Z test_meta_linalg_det_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6008221Z test_meta_linalg_det_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6008378Z test_meta_linalg_det_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6008591Z test_meta_linalg_det_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6008814Z test_meta_linalg_det_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6009068Z test_meta_linalg_det_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6009752Z test_meta_linalg_det_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6010111Z test_meta_linalg_eig_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6010459Z test_meta_linalg_eig_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6010791Z test_meta_linalg_eig_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6011130Z test_meta_linalg_eig_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6011479Z test_meta_linalg_eigh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6011824Z test_meta_linalg_eigh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6012150Z test_meta_linalg_eigh_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6012521Z test_meta_linalg_eigh_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6012875Z test_meta_linalg_eigvals_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6013213Z test_meta_linalg_eigvals_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6013564Z test_meta_linalg_eigvals_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6013914Z test_meta_linalg_eigvals_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6014265Z test_meta_linalg_eigvalsh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6014609Z test_meta_linalg_eigvalsh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6014962Z test_meta_linalg_eigvalsh_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6015304Z test_meta_linalg_eigvalsh_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6029712Z test_meta_linalg_householder_product_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6030143Z test_meta_linalg_householder_product_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6030633Z test_meta_linalg_householder_product_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6031006Z test_meta_linalg_householder_product_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6031371Z test_meta_linalg_inv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6031730Z test_meta_linalg_inv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6032085Z test_meta_linalg_inv_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6032413Z test_meta_linalg_inv_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6032763Z test_meta_linalg_inv_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6033118Z test_meta_linalg_inv_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6033474Z test_meta_linalg_inv_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6033855Z test_meta_linalg_inv_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6034230Z test_meta_linalg_ldl_factor_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6034614Z test_meta_linalg_ldl_factor_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6034965Z test_meta_linalg_ldl_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6035354Z test_meta_linalg_ldl_factor_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6035720Z test_meta_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6036195Z test_meta_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6036615Z test_meta_linalg_ldl_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6036959Z test_meta_linalg_ldl_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6037312Z test_meta_linalg_ldl_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6037680Z test_meta_linalg_ldl_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6038026Z test_meta_linalg_ldl_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6038376Z test_meta_linalg_ldl_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6038731Z test_meta_linalg_lstsq_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6039080Z test_meta_linalg_lstsq_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6039417Z test_meta_linalg_lstsq_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6039762Z test_meta_linalg_lstsq_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6040130Z test_meta_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6040511Z test_meta_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6040871Z test_meta_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6041245Z test_meta_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6041608Z test_meta_linalg_lu_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6041991Z test_meta_linalg_lu_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6042341Z test_meta_linalg_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6042684Z test_meta_linalg_lu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6043033Z test_meta_linalg_lu_factor_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6043383Z test_meta_linalg_lu_factor_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6043741Z test_meta_linalg_lu_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6044339Z test_meta_linalg_lu_factor_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6044702Z test_meta_linalg_lu_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6045065Z test_meta_linalg_lu_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6045511Z test_meta_linalg_lu_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6045880Z test_meta_linalg_lu_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6046248Z test_meta_linalg_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6046596Z test_meta_linalg_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6046957Z test_meta_linalg_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6047308Z test_meta_linalg_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6047647Z test_meta_linalg_matrix_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6048013Z test_meta_linalg_matrix_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6048379Z test_meta_linalg_matrix_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6048737Z test_meta_linalg_matrix_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6049080Z test_meta_linalg_matrix_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6049438Z test_meta_linalg_matrix_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6049797Z test_meta_linalg_matrix_power_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6050163Z test_meta_linalg_matrix_power_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6050515Z test_meta_linalg_matrix_power_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6050876Z test_meta_linalg_matrix_power_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6051278Z test_meta_linalg_matrix_rank_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6051631Z test_meta_linalg_matrix_rank_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6052015Z test_meta_linalg_matrix_rank_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6052384Z test_meta_linalg_matrix_rank_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6052763Z test_meta_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6053134Z test_meta_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6053589Z test_meta_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6054006Z test_meta_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6075256Z test_meta_linalg_multi_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6075626Z test_meta_linalg_multi_dot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6075974Z test_meta_linalg_multi_dot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6076318Z test_meta_linalg_multi_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6076651Z test_meta_linalg_multi_dot_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6076987Z test_meta_linalg_multi_dot_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6077441Z test_meta_linalg_multi_dot_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6077762Z test_meta_linalg_multi_dot_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6078082Z test_meta_linalg_multi_dot_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6078410Z test_meta_linalg_multi_dot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6078734Z test_meta_linalg_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6079070Z test_meta_linalg_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6079413Z test_meta_linalg_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6079743Z test_meta_linalg_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6080078Z test_meta_linalg_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6080411Z test_meta_linalg_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6080753Z test_meta_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6081133Z test_meta_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6081506Z test_meta_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6081876Z test_meta_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6082241Z test_meta_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6082603Z test_meta_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6082947Z test_meta_linalg_pinv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6083277Z test_meta_linalg_pinv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6083622Z test_meta_linalg_pinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6084204Z test_meta_linalg_pinv_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6084543Z test_meta_linalg_pinv_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6084902Z test_meta_linalg_pinv_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6085341Z test_meta_linalg_pinv_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6085695Z test_meta_linalg_pinv_hermitian_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6086041Z test_meta_linalg_pinv_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6086388Z test_meta_linalg_pinv_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6086732Z test_meta_linalg_pinv_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.003s) 2022-12-01T10:28:16.6087074Z test_meta_linalg_pinv_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6087408Z test_meta_linalg_qr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6087731Z test_meta_linalg_qr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6088054Z test_meta_linalg_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6088403Z test_meta_linalg_qr_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6088728Z test_meta_linalg_slogdet_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6089061Z test_meta_linalg_slogdet_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6089389Z test_meta_linalg_slogdet_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6089709Z test_meta_linalg_slogdet_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6090036Z test_meta_linalg_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6090365Z test_meta_linalg_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6090699Z test_meta_linalg_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6091021Z test_meta_linalg_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6091354Z test_meta_linalg_solve_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6091691Z test_meta_linalg_solve_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6092023Z test_meta_linalg_solve_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6092355Z test_meta_linalg_solve_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6092700Z test_meta_linalg_solve_triangular_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6093058Z test_meta_linalg_solve_triangular_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6093416Z test_meta_linalg_solve_triangular_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6093759Z test_meta_linalg_solve_triangular_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6094098Z test_meta_linalg_svd_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6094420Z test_meta_linalg_svd_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6094740Z test_meta_linalg_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6095061Z test_meta_linalg_svd_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6095389Z test_meta_linalg_svdvals_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6095754Z test_meta_linalg_svdvals_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6096088Z test_meta_linalg_svdvals_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6096414Z test_meta_linalg_svdvals_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6096744Z test_meta_linalg_tensorinv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6097080Z test_meta_linalg_tensorinv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6097415Z test_meta_linalg_tensorinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6097745Z test_meta_linalg_tensorinv_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6098083Z test_meta_linalg_tensorsolve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6098432Z test_meta_linalg_tensorsolve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6098803Z test_meta_linalg_tensorsolve_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6099143Z test_meta_linalg_tensorsolve_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6099524Z test_meta_linalg_vander_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6099859Z test_meta_linalg_vander_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6100192Z test_meta_linalg_vander_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6100518Z test_meta_linalg_vander_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6100840Z test_meta_linalg_vander_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6101164Z test_meta_linalg_vander_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6101488Z test_meta_linalg_vander_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6101813Z test_meta_linalg_vander_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6102131Z test_meta_linalg_vander_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6102454Z test_meta_linalg_vecdot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6102787Z test_meta_linalg_vecdot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6103124Z test_meta_linalg_vecdot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6103455Z test_meta_linalg_vecdot_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6103784Z test_meta_linalg_vecdot_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6104134Z test_meta_linalg_vector_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6104565Z test_meta_linalg_vector_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6104914Z test_meta_linalg_vector_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6105272Z test_meta_linalg_vector_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6105626Z test_meta_linalg_vector_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6105978Z test_meta_linalg_vector_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6106304Z test_meta_linspace_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6106679Z test_meta_linspace_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6107023Z test_meta_linspace_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6107342Z test_meta_linspace_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6107671Z test_meta_linspace_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6108001Z test_meta_linspace_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6108328Z test_meta_linspace_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6108637Z test_meta_linspace_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6108962Z test_meta_linspace_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6109291Z test_meta_linspace_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6109642Z test_meta_linspace_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6109953Z test_meta_log10_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6110277Z test_meta_log10_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6110603Z test_meta_log10_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6110917Z test_meta_log10_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6111239Z test_meta_log10_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6111557Z test_meta_log10_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6111872Z test_meta_log10_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6112175Z test_meta_log10_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6112489Z test_meta_log10_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6112810Z test_meta_log10_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6113107Z test_meta_log10_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6113430Z test_meta_log1p_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6113752Z test_meta_log1p_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6114114Z test_meta_log1p_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6114430Z test_meta_log1p_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6114810Z test_meta_log1p_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6115130Z test_meta_log1p_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6115433Z test_meta_log1p_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6115806Z test_meta_log1p_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6116124Z test_meta_log1p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6116440Z test_meta_log2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6116749Z test_meta_log2_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6117067Z test_meta_log2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6117393Z test_meta_log2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6117752Z test_meta_log2_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6118055Z test_meta_log2_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6118368Z test_meta_log2_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6118678Z test_meta_log2_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6118975Z test_meta_log2_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6119285Z test_meta_log2_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6119597Z test_meta_log2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6119912Z test_meta_log_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6120213Z test_meta_log_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6120532Z test_meta_log_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6120907Z test_meta_log_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6121215Z test_meta_log_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6121529Z test_meta_log_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6121850Z test_meta_log_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6122161Z test_meta_log_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6122460Z test_meta_log_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6122773Z test_meta_log_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6123093Z test_meta_log_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6123407Z test_meta_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6123745Z test_meta_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6124250Z test_meta_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6124599Z test_meta_log_softmax_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6124942Z test_meta_log_softmax_dtype_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6125301Z test_meta_log_softmax_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6125658Z test_meta_log_softmax_dtype_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6126021Z test_meta_log_softmax_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6126360Z test_meta_log_softmax_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6126716Z test_meta_log_softmax_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6127072Z test_meta_log_softmax_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6127416Z test_meta_log_softmax_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6127743Z test_meta_log_softmax_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6128083Z test_meta_log_softmax_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6128422Z test_meta_log_softmax_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6128827Z test_meta_log_softmax_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6129172Z test_meta_logaddexp2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6129517Z test_meta_logaddexp2_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6129856Z test_meta_logaddexp2_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6130181Z test_meta_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6130517Z test_meta_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6130854Z test_meta_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6131185Z test_meta_logcumsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6131532Z test_meta_logcumsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6131920Z test_meta_logcumsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6132257Z test_meta_logdet_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6132581Z test_meta_logdet_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6132909Z test_meta_logdet_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6133234Z test_meta_logdet_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6133566Z test_meta_logical_and_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6133890Z test_meta_logical_and_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6134231Z test_meta_logical_and_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6134578Z test_meta_logical_and_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6134906Z test_meta_logical_and_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6135246Z test_meta_logical_and_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6135580Z test_meta_logical_and_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6135912Z test_meta_logical_and_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6136228Z test_meta_logical_and_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6136556Z test_meta_logical_and_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6136890Z test_meta_logical_and_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6137219Z test_meta_logical_and_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6137537Z test_meta_logical_not_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6137869Z test_meta_logical_not_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6138207Z test_meta_logical_not_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6138538Z test_meta_logical_not_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6138878Z test_meta_logical_not_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6139216Z test_meta_logical_not_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6139546Z test_meta_logical_not_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6139908Z test_meta_logical_not_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6140238Z test_meta_logical_not_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6140562Z test_meta_logical_not_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6140891Z test_meta_logical_not_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6141207Z test_meta_logical_not_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6141538Z test_meta_logical_or_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6141869Z test_meta_logical_or_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6142192Z test_meta_logical_or_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6142537Z test_meta_logical_or_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6142908Z test_meta_logical_or_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6143243Z test_meta_logical_or_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6143565Z test_meta_logical_or_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6143887Z test_meta_logical_or_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6144217Z test_meta_logical_or_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6144594Z test_meta_logical_or_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.003s) 2022-12-01T10:28:16.6144924Z test_meta_logical_or_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6145259Z test_meta_logical_or_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6145601Z test_meta_logical_xor_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6145918Z test_meta_logical_xor_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6146258Z test_meta_logical_xor_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6146601Z test_meta_logical_xor_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6146941Z test_meta_logical_xor_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6147261Z test_meta_logical_xor_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6147592Z test_meta_logical_xor_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6147928Z test_meta_logical_xor_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6148247Z test_meta_logical_xor_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6148576Z test_meta_logical_xor_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6148900Z test_meta_logical_xor_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6149231Z test_meta_logical_xor_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6149543Z test_meta_logit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6149865Z test_meta_logit_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6150187Z test_meta_logit_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6150507Z test_meta_logit_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6150898Z test_meta_logit_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6151219Z test_meta_logit_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6151533Z test_meta_logit_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6151838Z test_meta_logit_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6152157Z test_meta_logit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6152486Z test_meta_logspace_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6152823Z test_meta_logspace_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6153149Z test_meta_logspace_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6153483Z test_meta_logspace_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6153842Z test_meta_logspace_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6154155Z test_meta_logspace_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6154478Z test_meta_logspace_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6154812Z test_meta_logspace_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6155133Z test_meta_logspace_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6155441Z test_meta_logspace_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6155778Z test_meta_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6156104Z test_meta_logsumexp_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6156435Z test_meta_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6156757Z test_meta_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6157087Z test_meta_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6157414Z test_meta_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6157723Z test_meta_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6158049Z test_meta_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6158376Z test_meta_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6158699Z test_meta_long_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6159007Z test_meta_long_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6159335Z test_meta_long_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6159661Z test_meta_long_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6159974Z test_meta_long_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6160290Z test_meta_long_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6160608Z test_meta_long_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6160921Z test_meta_long_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6161223Z test_meta_long_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6161627Z test_meta_long_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6161941Z test_meta_long_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6162257Z test_meta_long_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6162560Z test_meta_long_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6162880Z test_meta_lt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6163197Z test_meta_lt_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6163496Z test_meta_lt_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6163810Z test_meta_lt_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6164300Z test_meta_lt_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6164621Z test_meta_lt_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6164914Z test_meta_lt_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6165288Z test_meta_lt_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6165601Z test_meta_lt_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6165894Z test_meta_lt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6166213Z test_meta_lu_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6166538Z test_meta_lu_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6166857Z test_meta_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6167160Z test_meta_lu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6167497Z test_meta_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6167840Z test_meta_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6168158Z test_meta_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6168488Z test_meta_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6168825Z test_meta_lu_unpack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6169163Z test_meta_lu_unpack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6169483Z test_meta_lu_unpack_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6169813Z test_meta_lu_unpack_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6170144Z test_meta_mH_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6170463Z test_meta_mH_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6170767Z test_meta_mH_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6171085Z test_meta_mH_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6171402Z test_meta_mH_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6171707Z test_meta_mH_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6172018Z test_meta_mH_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6172331Z test_meta_mH_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6172643Z test_meta_mH_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6173021Z test_meta_mH_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6173329Z test_meta_mH_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6173634Z test_meta_mH_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6173925Z test_meta_mH_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6174236Z test_meta_mT_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6174550Z test_meta_mT_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6174864Z test_meta_mT_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6175171Z test_meta_mT_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6175498Z test_meta_mT_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6175820Z test_meta_mT_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6176157Z test_meta_mT_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6176472Z test_meta_mT_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6176785Z test_meta_mT_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6177091Z test_meta_mT_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6177375Z test_meta_mT_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6177684Z test_meta_mT_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6177987Z test_meta_mT_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6178301Z test_meta_masked_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6178641Z test_meta_masked_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6178989Z test_meta_masked_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6179327Z test_meta_masked_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6179647Z test_meta_masked_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6179976Z test_meta_masked_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6180304Z test_meta_masked_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6180635Z test_meta_masked_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6180950Z test_meta_masked_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6181283Z test_meta_masked_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6181623Z test_meta_masked_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6181946Z test_meta_masked_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6182282Z test_meta_masked_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6182609Z test_meta_masked_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6182937Z test_meta_masked_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6183249Z test_meta_masked_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6183573Z test_meta_masked_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6183951Z test_meta_masked_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6184289Z test_meta_masked_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6184695Z test_meta_masked_argmax_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6185039Z test_meta_masked_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6185379Z test_meta_masked_argmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6185703Z test_meta_masked_argmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6186046Z test_meta_masked_argmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6186383Z test_meta_masked_argmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6186726Z test_meta_masked_argmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6187087Z test_meta_masked_argmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6187427Z test_meta_masked_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6187770Z test_meta_masked_argmin_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6188107Z test_meta_masked_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6188431Z test_meta_masked_argmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6188772Z test_meta_masked_argmin_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6189107Z test_meta_masked_argmin_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6189431Z test_meta_masked_argmin_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6189773Z test_meta_masked_argmin_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6190105Z test_meta_masked_argmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6190447Z test_meta_masked_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6190785Z test_meta_masked_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6191136Z test_meta_masked_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6191484Z test_meta_masked_cumprod_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6191827Z test_meta_masked_cumprod_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6192157Z test_meta_masked_cumprod_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6192497Z test_meta_masked_cumprod_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6192832Z test_meta_masked_cumprod_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6193154Z test_meta_masked_cumprod_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6193490Z test_meta_masked_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6193831Z test_meta_masked_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6194181Z test_meta_masked_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6194513Z test_meta_masked_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6194895Z test_meta_masked_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6195236Z test_meta_masked_cumsum_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6195569Z test_meta_masked_cumsum_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6195887Z test_meta_masked_cumsum_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6196214Z test_meta_masked_cumsum_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6196548Z test_meta_masked_cumsum_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6196866Z test_meta_masked_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6197203Z test_meta_masked_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6197539Z test_meta_masked_fill_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6197925Z test_meta_masked_fill_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6198253Z test_meta_masked_fill_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6198590Z test_meta_masked_fill_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6198930Z test_meta_masked_fill_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6199261Z test_meta_masked_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6199580Z test_meta_masked_fill_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6199909Z test_meta_masked_fill_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6200243Z test_meta_masked_fill_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6200561Z test_meta_masked_fill_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6200887Z test_meta_masked_fill_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6201217Z test_meta_masked_fill_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6201560Z test_meta_masked_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.003s) 2022-12-01T10:28:16.6201898Z test_meta_masked_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6202249Z test_meta_masked_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6202600Z test_meta_masked_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6202952Z test_meta_masked_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6203287Z test_meta_masked_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6203637Z test_meta_masked_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6204168Z test_meta_masked_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6204500Z test_meta_masked_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6204844Z test_meta_masked_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6205186Z test_meta_masked_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6205532Z test_meta_masked_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6205929Z test_meta_masked_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6206280Z test_meta_masked_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6206622Z test_meta_masked_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6206956Z test_meta_masked_mean_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6207278Z test_meta_masked_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6207625Z test_meta_masked_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6207967Z test_meta_masked_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6208290Z test_meta_masked_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6208626Z test_meta_masked_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6209001Z test_meta_masked_mean_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6209330Z test_meta_masked_mean_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6209643Z test_meta_masked_mean_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6209966Z test_meta_masked_mean_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6210292Z test_meta_masked_mean_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6210614Z test_meta_masked_median_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6210956Z test_meta_masked_median_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6211298Z test_meta_masked_median_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6211639Z test_meta_masked_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6211961Z test_meta_masked_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6212295Z test_meta_masked_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6212628Z test_meta_masked_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6212973Z test_meta_masked_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6213311Z test_meta_masked_normalize_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6213666Z test_meta_masked_normalize_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6214027Z test_meta_masked_normalize_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6214370Z test_meta_masked_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6214692Z test_meta_masked_normalize_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6215030Z test_meta_masked_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6215193Z test_meta_masked_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6215361Z test_meta_masked_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6215519Z test_meta_masked_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6215677Z test_meta_masked_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6215854Z test_meta_masked_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6216012Z test_meta_masked_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6216166Z test_meta_masked_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6216320Z test_meta_masked_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6216474Z test_meta_masked_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6216640Z test_meta_masked_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6216799Z test_meta_masked_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6216967Z test_meta_masked_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6217122Z test_meta_masked_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6217316Z test_meta_masked_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6217477Z test_meta_masked_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6217633Z test_meta_masked_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6217792Z test_meta_masked_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6217950Z test_meta_masked_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6218107Z test_meta_masked_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6218268Z test_meta_masked_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6218429Z test_meta_masked_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6218581Z test_meta_masked_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6218737Z test_meta_masked_select_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6218903Z test_meta_masked_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6219071Z test_meta_masked_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6219232Z test_meta_masked_select_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6219392Z test_meta_masked_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6219549Z test_meta_masked_select_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6219710Z test_meta_masked_select_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6219868Z test_meta_masked_select_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6220012Z test_meta_masked_select_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6220167Z test_meta_masked_select_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6220324Z test_meta_masked_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6220489Z test_meta_masked_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6220650Z test_meta_masked_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6220809Z test_meta_masked_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6221002Z test_meta_masked_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6221162Z test_meta_masked_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6221319Z test_meta_masked_softmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6221463Z test_meta_masked_std_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6221623Z test_meta_masked_std_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6221784Z test_meta_masked_std_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6221942Z test_meta_masked_std_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6222098Z test_meta_masked_std_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6222251Z test_meta_masked_std_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6222405Z test_meta_masked_std_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6222586Z test_meta_masked_std_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6222727Z test_meta_masked_std_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6222880Z test_meta_masked_std_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6223034Z test_meta_masked_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6223188Z test_meta_masked_sum_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6223348Z test_meta_masked_sum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6223505Z test_meta_masked_sum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6223664Z test_meta_masked_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6223824Z test_meta_masked_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6223979Z test_meta_masked_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6224117Z test_meta_masked_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6224269Z test_meta_masked_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6224488Z test_meta_masked_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6224645Z test_meta_masked_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6224794Z test_meta_masked_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6224955Z test_meta_masked_var_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6225122Z test_meta_masked_var_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6225282Z test_meta_masked_var_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6225440Z test_meta_masked_var_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6225584Z test_meta_masked_var_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6225740Z test_meta_masked_var_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6225894Z test_meta_masked_var_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6226052Z test_meta_masked_var_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6226238Z test_meta_masked_var_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6226394Z test_meta_masked_var_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6226549Z test_meta_masked_var_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6226700Z test_meta_matmul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6226842Z test_meta_matmul_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6226994Z test_meta_matmul_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6227145Z test_meta_matmul_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6227296Z test_meta_matmul_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6227445Z test_meta_matmul_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6227595Z test_meta_matmul_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6227769Z test_meta_matmul_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6227918Z test_meta_matmul_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6228066Z test_meta_matmul_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6228213Z test_meta_matrix_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6228374Z test_meta_matrix_exp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6228532Z test_meta_matrix_exp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6228689Z test_meta_matrix_exp_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6228846Z test_meta_matrix_exp_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6229006Z test_meta_max_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6229162Z test_meta_max_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6229315Z test_meta_max_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6229458Z test_meta_max_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6229612Z test_meta_max_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6229762Z test_meta_max_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6229915Z test_meta_max_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6230065Z test_meta_max_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6230218Z test_meta_max_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6230371Z test_meta_max_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6230542Z test_meta_max_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6230708Z test_meta_max_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6230863Z test_meta_max_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6231033Z test_meta_max_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6231196Z test_meta_max_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6231391Z test_meta_max_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6231560Z test_meta_max_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6231724Z test_meta_max_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6231889Z test_meta_max_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6232057Z test_meta_max_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6232229Z test_meta_max_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6232385Z test_meta_max_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6232556Z test_meta_max_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6232726Z test_meta_max_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6232928Z test_meta_max_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6233097Z test_meta_max_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6233262Z test_meta_max_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6233425Z test_meta_max_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6233593Z test_meta_max_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6233756Z test_meta_max_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6233899Z test_meta_maximum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6234054Z test_meta_maximum_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6234208Z test_meta_maximum_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6234360Z test_meta_maximum_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6234512Z test_meta_maximum_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6234662Z test_meta_maximum_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6234812Z test_meta_maximum_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6234956Z test_meta_maximum_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6235104Z test_meta_maximum_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6235242Z test_meta_maximum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6235395Z test_meta_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6235547Z test_meta_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6235702Z test_meta_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6235852Z test_meta_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6235996Z test_meta_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6236142Z test_meta_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.003s) 2022-12-01T10:28:16.6236297Z test_meta_median_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6236465Z test_meta_median_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6236618Z test_meta_median_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6236768Z test_meta_median_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6236916Z test_meta_median_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6237062Z test_meta_median_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6237211Z test_meta_median_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6237358Z test_meta_median_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6237531Z test_meta_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6237703Z test_meta_meshgrid_list_of_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6237868Z test_meta_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6238074Z test_meta_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6238246Z test_meta_meshgrid_list_of_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6238418Z test_meta_meshgrid_list_of_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6238583Z test_meta_meshgrid_list_of_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6238753Z test_meta_meshgrid_list_of_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6238922Z test_meta_meshgrid_list_of_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6239094Z test_meta_meshgrid_list_of_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6239267Z test_meta_meshgrid_list_of_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6239420Z test_meta_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6239598Z test_meta_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6239771Z test_meta_meshgrid_variadic_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6239950Z test_meta_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6240129Z test_meta_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6240307Z test_meta_meshgrid_variadic_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6240487Z test_meta_meshgrid_variadic_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6240659Z test_meta_meshgrid_variadic_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6240834Z test_meta_meshgrid_variadic_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6240994Z test_meta_meshgrid_variadic_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6241163Z test_meta_meshgrid_variadic_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6241334Z test_meta_meshgrid_variadic_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6241507Z test_meta_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6241698Z test_meta_min_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6241856Z test_meta_min_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6242015Z test_meta_min_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6242170Z test_meta_min_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6242326Z test_meta_min_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6242466Z test_meta_min_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6242618Z test_meta_min_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6242767Z test_meta_min_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6242926Z test_meta_min_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6243127Z test_meta_min_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6243300Z test_meta_min_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6243465Z test_meta_min_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6243633Z test_meta_min_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6243799Z test_meta_min_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6244159Z test_meta_min_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6244331Z test_meta_min_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6244500Z test_meta_min_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6244669Z test_meta_min_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6244835Z test_meta_min_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6245002Z test_meta_min_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6245178Z test_meta_min_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6245350Z test_meta_min_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6245524Z test_meta_min_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6245684Z test_meta_min_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6245858Z test_meta_min_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6246023Z test_meta_min_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6246188Z test_meta_min_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6246354Z test_meta_min_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6246520Z test_meta_min_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6246683Z test_meta_min_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6246838Z test_meta_minimum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6247054Z test_meta_minimum_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6247195Z test_meta_minimum_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6247348Z test_meta_minimum_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6247497Z test_meta_minimum_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6247648Z test_meta_minimum_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6247799Z test_meta_minimum_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6247947Z test_meta_minimum_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6248098Z test_meta_minimum_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6248247Z test_meta_minimum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6248385Z test_meta_mm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6248571Z test_meta_mm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6248721Z test_meta_mm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6248873Z test_meta_mm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6249019Z test_meta_mm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6249164Z test_meta_mm_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6249304Z test_meta_mm_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6249445Z test_meta_mm_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6249590Z test_meta_mm_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6249716Z test_meta_mm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6249870Z test_meta_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6250015Z test_meta_mode_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6250163Z test_meta_mode_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6250311Z test_meta_mode_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6250460Z test_meta_mode_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6250607Z test_meta_mode_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6250758Z test_meta_mode_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6250894Z test_meta_mode_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6251042Z test_meta_mode_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6251187Z test_meta_mode_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6251344Z test_meta_movedim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6251493Z test_meta_movedim_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6251652Z test_meta_movedim_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6251808Z test_meta_movedim_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6251965Z test_meta_movedim_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6252118Z test_meta_movedim_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6252286Z test_meta_movedim_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6252437Z test_meta_movedim_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6252587Z test_meta_movedim_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6252741Z test_meta_movedim_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6252889Z test_meta_movedim_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6253038Z test_meta_movedim_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6253186Z test_meta_movedim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6253338Z test_meta_msort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6253472Z test_meta_msort_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6253650Z test_meta_msort_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6253799Z test_meta_msort_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6253944Z test_meta_msort_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6254094Z test_meta_msort_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6254242Z test_meta_msort_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6254389Z test_meta_msort_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6254535Z test_meta_msort_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6254682Z test_meta_msort_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6254820Z test_meta_mul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6254966Z test_meta_mul_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6255119Z test_meta_mul_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6255268Z test_meta_mul_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6255416Z test_meta_mul_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6255565Z test_meta_mul_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6255711Z test_meta_mul_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6255856Z test_meta_mul_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6255992Z test_meta_mul_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6256135Z test_meta_mul_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6256282Z test_meta_mul_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6256428Z test_meta_mul_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6256570Z test_meta_mul_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6256732Z test_meta_multinomial_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6256893Z test_meta_multinomial_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6257053Z test_meta_multinomial_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6257202Z test_meta_mv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6257371Z test_meta_mv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6257521Z test_meta_mv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6257668Z test_meta_mv_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6257819Z test_meta_mv_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6257962Z test_meta_mv_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6258107Z test_meta_mv_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6258246Z test_meta_mv_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6258389Z test_meta_mv_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6258515Z test_meta_mv_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6258692Z test_meta_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6258890Z test_meta_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6259062Z test_meta_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6259229Z test_meta_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6259397Z test_meta_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6259564Z test_meta_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6259729Z test_meta_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6259901Z test_meta_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6260058Z test_meta_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6260225Z test_meta_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6260395Z test_meta_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6260562Z test_meta_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6260725Z test_meta_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6260892Z test_meta_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6261057Z test_meta_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6261225Z test_meta_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6261395Z test_meta_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6261551Z test_meta_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6261719Z test_meta_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6261883Z test_meta_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6262050Z test_meta_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6262211Z test_meta_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6262376Z test_meta_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6262572Z test_meta_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6262729Z test_meta_nan_to_num_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6262882Z test_meta_nan_to_num_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6263024Z test_meta_nan_to_num_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6263180Z test_meta_nan_to_num_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6263352Z test_meta_nan_to_num_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6263505Z test_meta_nan_to_num_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6263656Z test_meta_nan_to_num_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6263811Z test_meta_nan_to_num_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.003s) 2022-12-01T10:28:16.6263986Z test_meta_nan_to_num_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6264137Z test_meta_nan_to_num_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6264292Z test_meta_nanmean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6264504Z test_meta_nanmean_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6264660Z test_meta_nanmean_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6264813Z test_meta_nanmean_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6264973Z test_meta_nanmedian_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6265136Z test_meta_nanmedian_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6265295Z test_meta_nanmedian_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6265449Z test_meta_nanmedian_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6265604Z test_meta_nanmedian_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6265743Z test_meta_nanmedian_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6265898Z test_meta_nanmedian_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6266050Z test_meta_nanmedian_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6266211Z test_meta_nanquantile_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6266374Z test_meta_nanquantile_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6266530Z test_meta_nansum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6266680Z test_meta_nansum_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6266833Z test_meta_nansum_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6266986Z test_meta_nansum_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6267125Z test_meta_nansum_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6267273Z test_meta_nansum_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6267422Z test_meta_nansum_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6267571Z test_meta_nansum_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6267753Z test_meta_nansum_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6267906Z test_meta_nansum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6268068Z test_meta_narrow_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6268222Z test_meta_narrow_copy_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6268371Z test_meta_narrow_copy_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6268532Z test_meta_narrow_copy_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6268691Z test_meta_narrow_copy_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6268850Z test_meta_narrow_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6269010Z test_meta_narrow_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6269226Z test_meta_narrow_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6269382Z test_meta_narrow_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6269536Z test_meta_narrow_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6269689Z test_meta_narrow_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6269829Z test_meta_narrow_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6269978Z test_meta_narrow_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6270130Z test_meta_narrow_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6270283Z test_meta_narrow_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6270440Z test_meta_narrow_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6270594Z test_meta_narrow_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6270748Z test_meta_narrow_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6270900Z test_meta_narrow_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6271038Z test_meta_narrow_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6271185Z test_meta_narrow_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6271332Z test_meta_narrow_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6271484Z test_meta_narrow_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6271632Z test_meta_narrow_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6271783Z test_meta_narrow_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6271933Z test_meta_narrow_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6272101Z test_meta_native_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6272270Z test_meta_native_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6272420Z test_meta_native_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6272587Z test_meta_native_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6272752Z test_meta_native_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6272953Z test_meta_native_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6273104Z test_meta_ne_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6273248Z test_meta_ne_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6273400Z test_meta_ne_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6273549Z test_meta_ne_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6273698Z test_meta_ne_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6273832Z test_meta_ne_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6273973Z test_meta_ne_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6274124Z test_meta_ne_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6274265Z test_meta_ne_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6274427Z test_meta_ne_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6274572Z test_meta_ne_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6274709Z test_meta_ne_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6274857Z test_meta_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6274997Z test_meta_neg_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6275149Z test_meta_neg_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6275299Z test_meta_neg_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6275451Z test_meta_neg_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6275599Z test_meta_neg_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6275747Z test_meta_neg_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6275892Z test_meta_neg_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6276038Z test_meta_neg_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6276169Z test_meta_neg_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6276315Z test_meta_neg_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6276457Z test_meta_neg_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6276615Z test_meta_new_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6276771Z test_meta_new_empty_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6276934Z test_meta_new_empty_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6277094Z test_meta_new_empty_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6277253Z test_meta_new_empty_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6277409Z test_meta_new_empty_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6277551Z test_meta_new_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6277704Z test_meta_new_empty_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6277857Z test_meta_new_empty_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6278040Z test_meta_new_empty_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6278190Z test_meta_new_empty_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6278342Z test_meta_new_empty_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6278492Z test_meta_new_empty_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6278660Z test_meta_new_empty_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6278825Z test_meta_new_empty_strided_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6278982Z test_meta_new_empty_strided_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6279149Z test_meta_new_empty_strided_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6279320Z test_meta_new_empty_strided_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6279535Z test_meta_new_empty_strided_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6279700Z test_meta_new_empty_strided_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6279865Z test_meta_new_empty_strided_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6280027Z test_meta_new_empty_strided_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6280187Z test_meta_new_empty_strided_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6280349Z test_meta_new_empty_strided_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6280497Z test_meta_new_empty_strided_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6280660Z test_meta_new_empty_strided_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6280818Z test_meta_new_full_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6280971Z test_meta_new_full_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6281129Z test_meta_new_full_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6281289Z test_meta_new_full_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6281447Z test_meta_new_full_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6281598Z test_meta_new_full_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6281736Z test_meta_new_full_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6281890Z test_meta_new_full_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6282042Z test_meta_new_full_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6282193Z test_meta_new_full_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6282336Z test_meta_new_full_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6282485Z test_meta_new_full_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6282637Z test_meta_new_full_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6282791Z test_meta_new_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6282940Z test_meta_new_ones_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6283083Z test_meta_new_ones_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6283266Z test_meta_new_ones_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6283424Z test_meta_new_ones_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6283577Z test_meta_new_ones_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6283730Z test_meta_new_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6284086Z test_meta_new_ones_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6284249Z test_meta_new_ones_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6284399Z test_meta_new_ones_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6284534Z test_meta_new_ones_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6284687Z test_meta_new_ones_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6284894Z test_meta_new_ones_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6285053Z test_meta_new_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6285201Z test_meta_new_zeros_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6285361Z test_meta_new_zeros_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6285520Z test_meta_new_zeros_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6285682Z test_meta_new_zeros_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6285839Z test_meta_new_zeros_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6285982Z test_meta_new_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6286140Z test_meta_new_zeros_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6286295Z test_meta_new_zeros_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6286446Z test_meta_new_zeros_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6286595Z test_meta_new_zeros_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6286744Z test_meta_new_zeros_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6286898Z test_meta_new_zeros_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6287058Z test_meta_nextafter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6287218Z test_meta_nextafter_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6287361Z test_meta_nextafter_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6287561Z test_meta_nn_functional__scaled_dot_product_attention_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6287758Z test_meta_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6287954Z test_meta_nn_functional__scaled_dot_product_attention_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6288142Z test_meta_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6288327Z test_meta_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6288511Z test_meta_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6288739Z test_meta_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6288921Z test_meta_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6289087Z test_meta_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6289268Z test_meta_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6289447Z test_meta_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6289630Z test_meta_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6289816Z test_meta_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6290021Z test_meta_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6290204Z test_meta_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6290386Z test_meta_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6290564Z test_meta_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6290744Z test_meta_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6290912Z test_meta_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6291093Z test_meta_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6291268Z test_meta_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6291440Z test_meta_nn_functional_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6291612Z test_meta_nn_functional_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.003s) 2022-12-01T10:28:16.6291783Z test_meta_nn_functional_avg_pool1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6291956Z test_meta_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6292127Z test_meta_nn_functional_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6292294Z test_meta_nn_functional_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6292450Z test_meta_nn_functional_avg_pool2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6292618Z test_meta_nn_functional_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6292789Z test_meta_nn_functional_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6292957Z test_meta_nn_functional_avg_pool3d_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6293129Z test_meta_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6293296Z test_meta_nn_functional_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6293463Z test_meta_nn_functional_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6293664Z test_meta_nn_functional_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6293837Z test_meta_nn_functional_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6293990Z test_meta_nn_functional_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6294158Z test_meta_nn_functional_bilinear_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6294325Z test_meta_nn_functional_bilinear_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6294487Z test_meta_nn_functional_bilinear_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6294655Z test_meta_nn_functional_bilinear_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6294824Z test_meta_nn_functional_bilinear_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6295034Z test_meta_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6295218Z test_meta_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6295413Z test_meta_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6295605Z test_meta_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6295776Z test_meta_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6295943Z test_meta_nn_functional_celu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6296109Z test_meta_nn_functional_celu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6296275Z test_meta_nn_functional_celu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6296445Z test_meta_nn_functional_conv1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6296615Z test_meta_nn_functional_conv1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6296788Z test_meta_nn_functional_conv1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6296958Z test_meta_nn_functional_conv1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6297121Z test_meta_nn_functional_conv1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6297272Z test_meta_nn_functional_conv1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6297440Z test_meta_nn_functional_conv2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6297612Z test_meta_nn_functional_conv2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6297782Z test_meta_nn_functional_conv2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6297947Z test_meta_nn_functional_conv2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6298112Z test_meta_nn_functional_conv2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6298279Z test_meta_nn_functional_conv2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6298462Z test_meta_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6298669Z test_meta_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6298836Z test_meta_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6299009Z test_meta_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6299184Z test_meta_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6299361Z test_meta_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6299535Z test_meta_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6299711Z test_meta_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6299893Z test_meta_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6300108Z test_meta_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6300283Z test_meta_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6300469Z test_meta_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6300635Z test_meta_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6300820Z test_meta_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6301002Z test_meta_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6301188Z test_meta_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6301373Z test_meta_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6301549Z test_meta_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6301731Z test_meta_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6301909Z test_meta_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6302087Z test_meta_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6302253Z test_meta_nn_functional_cosine_similarity_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6302427Z test_meta_nn_functional_cosine_similarity_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6302603Z test_meta_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6302779Z test_meta_nn_functional_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6302954Z test_meta_nn_functional_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6303123Z test_meta_nn_functional_ctc_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6303293Z test_meta_nn_functional_ctc_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6303466Z test_meta_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6303638Z test_meta_nn_functional_dropout2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6303839Z test_meta_nn_functional_dropout2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6303999Z test_meta_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6304168Z test_meta_nn_functional_dropout3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6304339Z test_meta_nn_functional_dropout3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6304574Z test_meta_nn_functional_dropout_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6304748Z test_meta_nn_functional_dropout_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6304922Z test_meta_nn_functional_dropout_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6305093Z test_meta_nn_functional_elu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6305293Z test_meta_nn_functional_elu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6305461Z test_meta_nn_functional_elu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6305625Z test_meta_nn_functional_embedding_bag_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6305801Z test_meta_nn_functional_embedding_bag_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6305980Z test_meta_nn_functional_embedding_bag_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6306155Z test_meta_nn_functional_embedding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6306327Z test_meta_nn_functional_embedding_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6306505Z test_meta_nn_functional_embedding_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6306676Z test_meta_nn_functional_embedding_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6306875Z test_meta_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6307073Z test_meta_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6307250Z test_meta_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6307450Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6307650Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6307855Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6308058Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6308258Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6308458Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6308651Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6308850Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6309079Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6309254Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6309450Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6309646Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6309831Z test_meta_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6310017Z test_meta_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6310198Z test_meta_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6310405Z test_meta_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6310588Z test_meta_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6310768Z test_meta_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6310943Z test_meta_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6311095Z test_meta_nn_functional_gelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6311264Z test_meta_nn_functional_gelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6311432Z test_meta_nn_functional_gelu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6311602Z test_meta_nn_functional_glu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6311768Z test_meta_nn_functional_glu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6311931Z test_meta_nn_functional_glu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6312106Z test_meta_nn_functional_grid_sample_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6312279Z test_meta_nn_functional_grid_sample_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6312452Z test_meta_nn_functional_group_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6312610Z test_meta_nn_functional_group_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6312788Z test_meta_nn_functional_group_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6312961Z test_meta_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6313133Z test_meta_nn_functional_hardshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6313304Z test_meta_nn_functional_hardshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6313481Z test_meta_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6313656Z test_meta_nn_functional_hardsigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6313828Z test_meta_nn_functional_hardsigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6314026Z test_meta_nn_functional_hardswish_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6314188Z test_meta_nn_functional_hardswish_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6314363Z test_meta_nn_functional_hardswish_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6314534Z test_meta_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6314705Z test_meta_nn_functional_hardtanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6314876Z test_meta_nn_functional_hardtanh_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6315044Z test_meta_nn_functional_hardtanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6315215Z test_meta_nn_functional_hardtanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6315422Z test_meta_nn_functional_hardtanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6315591Z test_meta_nn_functional_hardtanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6315776Z test_meta_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6315945Z test_meta_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6316127Z test_meta_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6316298Z test_meta_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6316467Z test_meta_nn_functional_huber_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6316640Z test_meta_nn_functional_huber_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6316808Z test_meta_nn_functional_huber_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6316982Z test_meta_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6317156Z test_meta_nn_functional_instance_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6317333Z test_meta_nn_functional_instance_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6317501Z test_meta_nn_functional_interpolate_area_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6317676Z test_meta_nn_functional_interpolate_area_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6317862Z test_meta_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6318048Z test_meta_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6318231Z test_meta_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6318422Z test_meta_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6318605Z test_meta_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6318783Z test_meta_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6318978Z test_meta_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6319187Z test_meta_nn_functional_interpolate_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6319350Z test_meta_nn_functional_interpolate_linear_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6319532Z test_meta_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6319714Z test_meta_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6319897Z test_meta_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6320081Z test_meta_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6320270Z test_meta_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6320488Z test_meta_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6320677Z test_meta_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6320846Z test_meta_nn_functional_kl_div_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6321000Z test_meta_nn_functional_kl_div_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6321168Z test_meta_nn_functional_kl_div_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6321337Z test_meta_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6321508Z test_meta_nn_functional_l1_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6321680Z test_meta_nn_functional_l1_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6321849Z test_meta_nn_functional_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6322015Z test_meta_nn_functional_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6322177Z test_meta_nn_functional_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6322349Z test_meta_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.003s) 2022-12-01T10:28:16.6322507Z test_meta_nn_functional_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6322677Z test_meta_nn_functional_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6322851Z test_meta_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6323026Z test_meta_nn_functional_leaky_relu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6323192Z test_meta_nn_functional_leaky_relu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6323362Z test_meta_nn_functional_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6323535Z test_meta_nn_functional_linear_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6323706Z test_meta_nn_functional_linear_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6324030Z test_meta_nn_functional_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6324186Z test_meta_nn_functional_linear_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6324403Z test_meta_nn_functional_linear_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6324568Z test_meta_nn_functional_linear_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6324735Z test_meta_nn_functional_linear_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6324900Z test_meta_nn_functional_linear_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6325065Z test_meta_nn_functional_linear_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6325249Z test_meta_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6325434Z test_meta_nn_functional_local_response_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6325620Z test_meta_nn_functional_local_response_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6325836Z test_meta_nn_functional_local_response_norm_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6325998Z test_meta_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6326171Z test_meta_nn_functional_logsigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6326344Z test_meta_nn_functional_logsigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6326525Z test_meta_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6326704Z test_meta_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6326882Z test_meta_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6327067Z test_meta_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6327240Z test_meta_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6327409Z test_meta_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6327573Z test_meta_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6327751Z test_meta_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6327923Z test_meta_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6328096Z test_meta_nn_functional_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6328268Z test_meta_nn_functional_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6328443Z test_meta_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6328613Z test_meta_nn_functional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6328782Z test_meta_nn_functional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6328948Z test_meta_nn_functional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6329105Z test_meta_nn_functional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6329278Z test_meta_nn_functional_max_unpool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6329482Z test_meta_nn_functional_max_unpool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6329666Z test_meta_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6329843Z test_meta_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6330014Z test_meta_nn_functional_max_unpool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6330186Z test_meta_nn_functional_max_unpool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6330365Z test_meta_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6330543Z test_meta_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6330716Z test_meta_nn_functional_max_unpool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6330898Z test_meta_nn_functional_max_unpool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6331082Z test_meta_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6331259Z test_meta_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6331424Z test_meta_nn_functional_mish_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6331588Z test_meta_nn_functional_mish_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6331758Z test_meta_nn_functional_mse_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6331930Z test_meta_nn_functional_mse_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6332100Z test_meta_nn_functional_mse_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6332276Z test_meta_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6332434Z test_meta_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6332619Z test_meta_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6332797Z test_meta_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6332991Z test_meta_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6333182Z test_meta_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6333376Z test_meta_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6333549Z test_meta_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6333718Z test_meta_nn_functional_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6333886Z test_meta_nn_functional_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6334058Z test_meta_nn_functional_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6334221Z test_meta_nn_functional_normalize_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6334433Z test_meta_nn_functional_normalize_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6334607Z test_meta_nn_functional_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6334779Z test_meta_nn_functional_normalize_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6334947Z test_meta_nn_functional_one_hot_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6335125Z test_meta_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6335298Z test_meta_nn_functional_pad_circular_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6335477Z test_meta_nn_functional_pad_circular_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6335654Z test_meta_nn_functional_pad_circular_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6335816Z test_meta_nn_functional_pad_circular_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6336017Z test_meta_nn_functional_pad_circular_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6336191Z test_meta_nn_functional_pad_circular_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6336365Z test_meta_nn_functional_pad_circular_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6336536Z test_meta_nn_functional_pad_circular_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6336705Z test_meta_nn_functional_pad_circular_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6336876Z test_meta_nn_functional_pad_circular_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6337051Z test_meta_nn_functional_pad_circular_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6337228Z test_meta_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6337386Z test_meta_nn_functional_pad_constant_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6337562Z test_meta_nn_functional_pad_constant_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6337735Z test_meta_nn_functional_pad_constant_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6337913Z test_meta_nn_functional_pad_constant_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6338086Z test_meta_nn_functional_pad_constant_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6338260Z test_meta_nn_functional_pad_constant_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6338434Z test_meta_nn_functional_pad_constant_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6338604Z test_meta_nn_functional_pad_constant_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6338772Z test_meta_nn_functional_pad_constant_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6338929Z test_meta_nn_functional_pad_constant_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6339097Z test_meta_nn_functional_pad_constant_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6339274Z test_meta_nn_functional_pad_reflect_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6339452Z test_meta_nn_functional_pad_reflect_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6339661Z test_meta_nn_functional_pad_reflect_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6339834Z test_meta_nn_functional_pad_reflect_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6340017Z test_meta_nn_functional_pad_replicate_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6340197Z test_meta_nn_functional_pad_replicate_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6340375Z test_meta_nn_functional_pad_replicate_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6340551Z test_meta_nn_functional_pad_replicate_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6340718Z test_meta_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6340904Z test_meta_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6341114Z test_meta_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6341297Z test_meta_nn_functional_pairwise_distance_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6341474Z test_meta_nn_functional_pairwise_distance_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6341649Z test_meta_nn_functional_pairwise_distance_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6341826Z test_meta_nn_functional_pairwise_distance_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6341999Z test_meta_nn_functional_pairwise_distance_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6342170Z test_meta_nn_functional_pairwise_distance_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6342333Z test_meta_nn_functional_pairwise_distance_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6342510Z test_meta_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6342676Z test_meta_nn_functional_pdist_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6342891Z test_meta_nn_functional_pdist_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6343065Z test_meta_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6343239Z test_meta_nn_functional_pixel_shuffle_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6343421Z test_meta_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6343597Z test_meta_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6343772Z test_meta_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6343933Z test_meta_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6344106Z test_meta_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6344278Z test_meta_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6344518Z test_meta_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6344736Z test_meta_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6344909Z test_meta_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6345079Z test_meta_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6345260Z test_meta_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6345436Z test_meta_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6345619Z test_meta_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6345787Z test_meta_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6345969Z test_meta_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6346173Z test_meta_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6346353Z test_meta_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6346527Z test_meta_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6346707Z test_meta_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6346881Z test_meta_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6347055Z test_meta_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6347231Z test_meta_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6347398Z test_meta_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6347575Z test_meta_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6347753Z test_meta_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6347926Z test_meta_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6348099Z test_meta_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6348273Z test_meta_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6348449Z test_meta_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6348624Z test_meta_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6348795Z test_meta_nn_functional_prelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6348962Z test_meta_nn_functional_prelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6349116Z test_meta_nn_functional_prelu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6349286Z test_meta_nn_functional_relu6_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6349452Z test_meta_nn_functional_relu6_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6349620Z test_meta_nn_functional_relu6_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6349851Z test_meta_nn_functional_relu6_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6350016Z test_meta_nn_functional_relu6_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6350174Z test_meta_nn_functional_relu6_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6350330Z test_meta_nn_functional_relu6_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6350498Z test_meta_nn_functional_relu6_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6350664Z test_meta_nn_functional_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6350829Z test_meta_nn_functional_relu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6350990Z test_meta_nn_functional_relu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6351153Z test_meta_nn_functional_relu_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6351356Z test_meta_nn_functional_relu_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6351500Z test_meta_nn_functional_relu_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6351664Z test_meta_nn_functional_relu_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6351825Z test_meta_nn_functional_relu_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6351995Z test_meta_nn_functional_rrelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6352158Z test_meta_nn_functional_rrelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6352323Z test_meta_nn_functional_rrelu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6352531Z test_meta_nn_functional_selu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6352698Z test_meta_nn_functional_selu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-12-01T10:28:16.6352862Z test_meta_nn_functional_selu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6353027Z test_meta_nn_functional_silu_complex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6353202Z test_meta_nn_functional_silu_complex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6353366Z test_meta_nn_functional_silu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6353530Z test_meta_nn_functional_silu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6353697Z test_meta_nn_functional_silu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6353875Z test_meta_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6354047Z test_meta_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6354219Z test_meta_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6354392Z test_meta_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6354557Z test_meta_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6354733Z test_meta_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6354943Z test_meta_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6355116Z test_meta_nn_functional_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6355283Z test_meta_nn_functional_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6355452Z test_meta_nn_functional_softmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6355635Z test_meta_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6355822Z test_meta_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6356004Z test_meta_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6356181Z test_meta_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6356375Z test_meta_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6356551Z test_meta_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6356727Z test_meta_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6356899Z test_meta_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6357075Z test_meta_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6357251Z test_meta_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6357423Z test_meta_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6357598Z test_meta_nn_functional_softplus_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6357771Z test_meta_nn_functional_softplus_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6357929Z test_meta_nn_functional_softplus_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6358102Z test_meta_nn_functional_softshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6358272Z test_meta_nn_functional_softshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6358441Z test_meta_nn_functional_softshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6358614Z test_meta_nn_functional_softsign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6358790Z test_meta_nn_functional_softsign_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6358962Z test_meta_nn_functional_softsign_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6359131Z test_meta_nn_functional_softsign_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6359300Z test_meta_nn_functional_softsign_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6359456Z test_meta_nn_functional_softsign_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6359625Z test_meta_nn_functional_softsign_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6359789Z test_meta_nn_functional_softsign_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6359983Z test_meta_nn_functional_softsign_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6360153Z test_meta_nn_functional_softsign_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6360318Z test_meta_nn_functional_softsign_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6360495Z test_meta_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6360671Z test_meta_nn_functional_tanhshrink_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6360846Z test_meta_nn_functional_tanhshrink_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6361017Z test_meta_nn_functional_tanhshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6361174Z test_meta_nn_functional_tanhshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6361347Z test_meta_nn_functional_tanhshrink_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6361540Z test_meta_nn_functional_tanhshrink_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6361707Z test_meta_nn_functional_tanhshrink_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6361876Z test_meta_nn_functional_tanhshrink_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6362043Z test_meta_nn_functional_tanhshrink_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6362215Z test_meta_nn_functional_threshold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6362384Z test_meta_nn_functional_threshold_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6362558Z test_meta_nn_functional_threshold_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6362716Z test_meta_nn_functional_threshold_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6362886Z test_meta_nn_functional_threshold_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6363049Z test_meta_nn_functional_threshold_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6363218Z test_meta_nn_functional_threshold_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6363385Z test_meta_nn_functional_threshold_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6363567Z test_meta_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6363751Z test_meta_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6364103Z test_meta_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6364288Z test_meta_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6364471Z test_meta_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6364652Z test_meta_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6364824Z test_meta_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6365003Z test_meta_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6365182Z test_meta_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6365408Z test_meta_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6365607Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6365807Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6366004Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6366199Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6366377Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6366570Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6366795Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6366982Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6367173Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6367365Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6367535Z test_meta_nn_functional_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6367709Z test_meta_nn_functional_unfold_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6367885Z test_meta_nn_functional_unfold_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6368053Z test_meta_nn_functional_unfold_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6368207Z test_meta_nn_functional_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6368370Z test_meta_nn_functional_unfold_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6368554Z test_meta_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6368733Z test_meta_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6368909Z test_meta_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6369092Z test_meta_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6369272Z test_meta_nn_functional_upsample_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6369444Z test_meta_nn_functional_upsample_nearest_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6369621Z test_meta_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6369761Z test_meta_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6369912Z test_meta_nonzero_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6370071Z test_meta_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6370230Z test_meta_nonzero_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6370413Z test_meta_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6370567Z test_meta_nonzero_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6370720Z test_meta_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6370868Z test_meta_nonzero_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6371018Z test_meta_nonzero_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6371155Z test_meta_nonzero_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6371303Z test_meta_nonzero_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6371466Z test_meta_nonzero_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6371614Z test_meta_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6371788Z test_meta_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6371941Z test_meta_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6372093Z test_meta_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6372239Z test_meta_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6372375Z test_meta_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6372521Z test_meta_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6372674Z test_meta_norm_fro_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6372833Z test_meta_norm_fro_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6372991Z test_meta_norm_fro_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6373145Z test_meta_norm_fro_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6373295Z test_meta_norm_fro_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6373448Z test_meta_norm_inf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6373603Z test_meta_norm_inf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6373743Z test_meta_norm_inf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6373894Z test_meta_norm_inf_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6374043Z test_meta_norm_inf_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6374192Z test_meta_norm_inf_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6374350Z test_meta_norm_nuc_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6374507Z test_meta_norm_nuc_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6374657Z test_meta_norm_nuc_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6374808Z test_meta_norm_nuc_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6374946Z test_meta_normal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6375099Z test_meta_normal_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6375249Z test_meta_normal_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6375426Z test_meta_normal_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6375596Z test_meta_normal_number_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6375761Z test_meta_normal_number_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6375919Z test_meta_normal_number_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6376084Z test_meta_normal_number_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6376234Z test_meta_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6376370Z test_meta_ones_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6376521Z test_meta_ones_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6376676Z test_meta_ones_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6376852Z test_meta_ones_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6376999Z test_meta_ones_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6377147Z test_meta_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6377291Z test_meta_ones_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6377435Z test_meta_ones_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6377582Z test_meta_ones_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6377713Z test_meta_ones_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6377859Z test_meta_ones_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6378006Z test_meta_ones_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6378164Z test_meta_ones_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6378313Z test_meta_ones_like_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6378470Z test_meta_ones_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6378628Z test_meta_ones_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6378786Z test_meta_ones_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6378928Z test_meta_ones_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6379081Z test_meta_ones_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6379236Z test_meta_ones_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6379388Z test_meta_ones_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6379537Z test_meta_ones_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6379685Z test_meta_ones_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6379834Z test_meta_ones_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6379981Z test_meta_ones_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6380134Z test_meta_ormqr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6380270Z test_meta_ormqr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6380418Z test_meta_ormqr_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6380597Z test_meta_ormqr_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6380749Z test_meta_outer_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6380895Z test_meta_outer_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6381048Z test_meta_outer_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6381200Z test_meta_outer_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6381346Z test_meta_outer_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6381481Z test_meta_outer_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-12-01T10:28:16.6381624Z test_meta_outer_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6381773Z test_meta_outer_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6381943Z test_meta_outer_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6382087Z test_meta_outer_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6382231Z test_meta_outer_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6382378Z test_meta_outer_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6382536Z test_meta_pca_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6382694Z test_meta_pca_lowrank_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6382835Z test_meta_permute_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6382984Z test_meta_permute_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6383144Z test_meta_permute_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6383302Z test_meta_permute_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6383456Z test_meta_permute_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6383606Z test_meta_permute_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6383757Z test_meta_permute_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6383906Z test_meta_permute_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6384043Z test_meta_permute_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6384190Z test_meta_permute_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6384340Z test_meta_permute_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6384568Z test_meta_permute_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6384721Z test_meta_permute_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6384882Z test_meta_pinverse_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6385042Z test_meta_pinverse_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6385196Z test_meta_pinverse_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6385349Z test_meta_pinverse_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6385485Z test_meta_polar_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6385671Z test_meta_polar_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6385848Z test_meta_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6386020Z test_meta_polygamma_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6386193Z test_meta_polygamma_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6386365Z test_meta_polygamma_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6386535Z test_meta_polygamma_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6386703Z test_meta_polygamma_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6386868Z test_meta_polygamma_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6387025Z test_meta_polygamma_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6387243Z test_meta_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6387417Z test_meta_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6387582Z test_meta_polygamma_polygamma_n_1_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6387758Z test_meta_polygamma_polygamma_n_1_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6387929Z test_meta_polygamma_polygamma_n_1_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6388097Z test_meta_polygamma_polygamma_n_1_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6388264Z test_meta_polygamma_polygamma_n_1_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6388433Z test_meta_polygamma_polygamma_n_1_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6388587Z test_meta_polygamma_polygamma_n_1_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6388756Z test_meta_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6388927Z test_meta_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6389093Z test_meta_polygamma_polygamma_n_2_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6389265Z test_meta_polygamma_polygamma_n_2_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6389436Z test_meta_polygamma_polygamma_n_2_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6389607Z test_meta_polygamma_polygamma_n_2_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6389776Z test_meta_polygamma_polygamma_n_2_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6389941Z test_meta_polygamma_polygamma_n_2_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6390093Z test_meta_polygamma_polygamma_n_2_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6390257Z test_meta_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6390429Z test_meta_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6390600Z test_meta_polygamma_polygamma_n_3_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6390799Z test_meta_polygamma_polygamma_n_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6390970Z test_meta_polygamma_polygamma_n_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6391160Z test_meta_polygamma_polygamma_n_3_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6391325Z test_meta_polygamma_polygamma_n_3_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6391489Z test_meta_polygamma_polygamma_n_3_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6391646Z test_meta_polygamma_polygamma_n_3_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6391810Z test_meta_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6391980Z test_meta_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6392148Z test_meta_polygamma_polygamma_n_4_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6392343Z test_meta_polygamma_polygamma_n_4_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6392513Z test_meta_polygamma_polygamma_n_4_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6392677Z test_meta_polygamma_polygamma_n_4_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6392842Z test_meta_polygamma_polygamma_n_4_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6393022Z test_meta_polygamma_polygamma_n_4_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6393175Z test_meta_polygamma_polygamma_n_4_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6393340Z test_meta_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6393498Z test_meta_positive_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6393662Z test_meta_positive_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6393820Z test_meta_positive_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6393978Z test_meta_positive_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6394132Z test_meta_positive_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6394285Z test_meta_positive_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6394436Z test_meta_positive_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6394576Z test_meta_positive_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6394730Z test_meta_positive_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6394882Z test_meta_positive_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6395035Z test_meta_positive_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6395183Z test_meta_positive_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6395390Z test_meta_pow_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6395602Z test_meta_pow_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6395760Z test_meta_pow_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6395909Z test_meta_pow_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6396079Z test_meta_pow_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6396228Z test_meta_pow_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6396372Z test_meta_pow_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6396517Z test_meta_pow_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6396662Z test_meta_pow_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6396806Z test_meta_pow_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6396951Z test_meta_pow_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6397096Z test_meta_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6397237Z test_meta_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6397390Z test_meta_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6397565Z test_meta_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6397716Z test_meta_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6397862Z test_meta_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6398008Z test_meta_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6398154Z test_meta_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6398298Z test_meta_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6398430Z test_meta_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6398577Z test_meta_put_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6398722Z test_meta_put_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6398876Z test_meta_put_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6399028Z test_meta_put_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6399176Z test_meta_put_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6399321Z test_meta_put_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6399468Z test_meta_put_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6399611Z test_meta_put_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6399743Z test_meta_put_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6399890Z test_meta_put_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6400032Z test_meta_put_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6400177Z test_meta_put_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6400327Z test_meta_qr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6400474Z test_meta_qr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6400622Z test_meta_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6400764Z test_meta_qr_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6400907Z test_meta_quantile_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6401061Z test_meta_quantile_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6401244Z test_meta_rad2deg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6401397Z test_meta_rad2deg_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6401550Z test_meta_rad2deg_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6401703Z test_meta_rad2deg_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6401853Z test_meta_rad2deg_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6402003Z test_meta_rad2deg_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6402152Z test_meta_rad2deg_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6402288Z test_meta_rad2deg_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6402440Z test_meta_rad2deg_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6402586Z test_meta_rad2deg_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6402774Z test_meta_rand_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6402938Z test_meta_rand_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6403099Z test_meta_rand_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6403259Z test_meta_rand_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6403413Z test_meta_rand_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6403555Z test_meta_rand_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6403713Z test_meta_rand_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6404007Z test_meta_randint_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6404169Z test_meta_randint_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6404328Z test_meta_randint_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6404483Z test_meta_randint_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6404638Z test_meta_randint_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6404797Z test_meta_randint_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6404955Z test_meta_randint_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6405097Z test_meta_randint_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6405254Z test_meta_randint_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6405407Z test_meta_randn_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6405560Z test_meta_randn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6405712Z test_meta_randn_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6405863Z test_meta_randn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6406021Z test_meta_randn_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6406251Z test_meta_randn_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6406453Z test_meta_randn_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6406736Z test_meta_randn_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6406902Z test_meta_randn_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6407061Z test_meta_randn_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6407217Z test_meta_randn_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6407371Z test_meta_randn_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6407526Z test_meta_randn_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6407682Z test_meta_randn_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6407834Z test_meta_ravel_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6407972Z test_meta_ravel_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6408128Z test_meta_ravel_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6408329Z test_meta_ravel_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6408484Z test_meta_ravel_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6408633Z test_meta_ravel_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6408782Z test_meta_ravel_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6408929Z test_meta_ravel_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6409076Z test_meta_ravel_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6409223Z test_meta_ravel_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-12-01T10:28:16.6409360Z test_meta_ravel_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6409509Z test_meta_ravel_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6409656Z test_meta_ravel_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6409810Z test_meta_real_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6409957Z test_meta_real_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6410107Z test_meta_real_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6410262Z test_meta_real_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6410413Z test_meta_real_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6410551Z test_meta_real_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6410699Z test_meta_real_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6410849Z test_meta_real_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6410994Z test_meta_real_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6411138Z test_meta_real_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6411283Z test_meta_real_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6411428Z test_meta_real_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6411570Z test_meta_real_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6411732Z test_meta_reciprocal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6411907Z test_meta_reciprocal_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6412074Z test_meta_reciprocal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6412237Z test_meta_reciprocal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6412397Z test_meta_reciprocal_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6412556Z test_meta_reciprocal_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6412714Z test_meta_reciprocal_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6412870Z test_meta_reciprocal_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6413024Z test_meta_reciprocal_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6413168Z test_meta_reciprocal_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6413350Z test_meta_reciprocal_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6413504Z test_meta_reciprocal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6413662Z test_meta_remainder_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6413818Z test_meta_remainder_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6413974Z test_meta_remainder_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6414128Z test_meta_remainder_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6414282Z test_meta_remainder_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6414434Z test_meta_remainder_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6414572Z test_meta_remainder_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6414727Z test_meta_remainder_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6414878Z test_meta_remainder_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6415031Z test_meta_renorm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6415184Z test_meta_renorm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6415339Z test_meta_renorm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6415490Z test_meta_renorm_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6415639Z test_meta_renorm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6415774Z test_meta_renorm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6415929Z test_meta_repeat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6416078Z test_meta_repeat_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6416233Z test_meta_repeat_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6416390Z test_meta_repeat_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6416541Z test_meta_repeat_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6416694Z test_meta_repeat_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6416841Z test_meta_repeat_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6417021Z test_meta_repeat_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6417157Z test_meta_repeat_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6417307Z test_meta_repeat_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6417457Z test_meta_repeat_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6417601Z test_meta_repeat_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6417771Z test_meta_repeat_interleave_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6417936Z test_meta_repeat_interleave_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6418108Z test_meta_repeat_interleave_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6418278Z test_meta_repeat_interleave_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6418451Z test_meta_repeat_interleave_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6418631Z test_meta_repeat_interleave_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6418798Z test_meta_repeat_interleave_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6418965Z test_meta_repeat_interleave_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6419128Z test_meta_repeat_interleave_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6419284Z test_meta_repeat_interleave_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6419446Z test_meta_repeat_interleave_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6419610Z test_meta_repeat_interleave_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6419773Z test_meta_repeat_interleave_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6419931Z test_meta_reshape_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6420071Z test_meta_reshape_as_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6420231Z test_meta_reshape_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6420388Z test_meta_reshape_as_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6420545Z test_meta_reshape_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6420702Z test_meta_reshape_as_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6420859Z test_meta_reshape_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6421018Z test_meta_reshape_as_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6421171Z test_meta_reshape_as_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6421310Z test_meta_reshape_as_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6421459Z test_meta_reshape_as_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6421611Z test_meta_reshape_as_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6421765Z test_meta_reshape_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6421920Z test_meta_reshape_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6422069Z test_meta_reshape_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6422264Z test_meta_reshape_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6422422Z test_meta_reshape_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6422581Z test_meta_reshape_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6422722Z test_meta_reshape_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6422871Z test_meta_reshape_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6423018Z test_meta_reshape_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6423169Z test_meta_reshape_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6423318Z test_meta_reshape_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6423468Z test_meta_reshape_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6423660Z test_meta_reshape_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6423813Z test_meta_reshape_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6423952Z test_meta_resize__cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6424097Z test_meta_resize__cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6424253Z test_meta_resize__cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6424492Z test_meta_resize__cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6424648Z test_meta_resize__cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6424798Z test_meta_resize__cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6424952Z test_meta_resize__cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6425103Z test_meta_resize__cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6425251Z test_meta_resize__cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6425387Z test_meta_resize__cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6425536Z test_meta_resize__cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6425684Z test_meta_resize__cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6425841Z test_meta_resize_as__cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6425991Z test_meta_resize_as__cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6426154Z test_meta_resize_as__cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6426315Z test_meta_resize_as__cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6426472Z test_meta_resize_as__cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6426627Z test_meta_resize_as__cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6426768Z test_meta_resize_as__cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6426918Z test_meta_resize_as__cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6427069Z test_meta_resize_as__cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6427218Z test_meta_resize_as__cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6427409Z test_meta_resize_as__cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6427560Z test_meta_resize_as__cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6427717Z test_meta_resolve_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6427870Z test_meta_resolve_conj_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6428021Z test_meta_resolve_conj_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6428181Z test_meta_resolve_conj_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6428337Z test_meta_resolve_conj_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6428493Z test_meta_resolve_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6428650Z test_meta_resolve_conj_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6428940Z test_meta_resolve_conj_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6429163Z test_meta_resolve_conj_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6429320Z test_meta_resolve_conj_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6429476Z test_meta_resolve_conj_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6429616Z test_meta_resolve_conj_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6429775Z test_meta_resolve_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6429928Z test_meta_resolve_neg_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6430092Z test_meta_resolve_neg_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6430254Z test_meta_resolve_neg_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6430413Z test_meta_resolve_neg_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6430572Z test_meta_resolve_neg_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6430731Z test_meta_resolve_neg_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6430886Z test_meta_resolve_neg_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6431029Z test_meta_resolve_neg_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6431183Z test_meta_resolve_neg_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6431333Z test_meta_resolve_neg_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6431486Z test_meta_resolve_neg_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6431641Z test_meta_resolve_neg_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6431790Z test_meta_roll_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6431937Z test_meta_roll_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6432089Z test_meta_roll_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6432228Z test_meta_roll_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6432379Z test_meta_roll_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6432527Z test_meta_roll_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6432707Z test_meta_roll_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6432853Z test_meta_roll_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6433000Z test_meta_roll_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6433147Z test_meta_roll_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6433294Z test_meta_roll_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6433442Z test_meta_roll_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6433575Z test_meta_roll_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6433724Z test_meta_rot90_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6433866Z test_meta_rot90_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6434024Z test_meta_rot90_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6434203Z test_meta_rot90_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6434352Z test_meta_rot90_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6434499Z test_meta_rot90_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6434644Z test_meta_rot90_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6434775Z test_meta_rot90_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6434920Z test_meta_rot90_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6435062Z test_meta_rot90_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6435209Z test_meta_rot90_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6435356Z test_meta_rot90_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6435507Z test_meta_round_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6435652Z test_meta_round_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6435802Z test_meta_round_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6435945Z test_meta_round_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-12-01T10:28:16.6436080Z test_meta_round_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6436224Z test_meta_round_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6436372Z test_meta_round_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6436520Z test_meta_round_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6436688Z test_meta_round_decimals_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6436851Z test_meta_round_decimals_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6437008Z test_meta_round_decimals_0_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6437209Z test_meta_round_decimals_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6437415Z test_meta_round_decimals_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6437574Z test_meta_round_decimals_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6437742Z test_meta_round_decimals_neg_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6437957Z test_meta_round_decimals_neg_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6438134Z test_meta_round_decimals_neg_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6438285Z test_meta_rsqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6438433Z test_meta_rsqrt_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6438587Z test_meta_rsqrt_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6438741Z test_meta_rsqrt_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6438878Z test_meta_rsqrt_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6439027Z test_meta_rsqrt_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6439176Z test_meta_rsqrt_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6439355Z test_meta_rsqrt_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6439500Z test_meta_rsqrt_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6439647Z test_meta_rsqrt_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6439791Z test_meta_rsqrt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6439939Z test_meta_rsub_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6440081Z test_meta_rsub_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6440232Z test_meta_rsub_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6440378Z test_meta_rsub_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6440526Z test_meta_rsub_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6440675Z test_meta_rsub_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6440819Z test_meta_rsub_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6440964Z test_meta_rsub_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6441108Z test_meta_rsub_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6441252Z test_meta_rsub_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6441385Z test_meta_rsub_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6441544Z test_meta_scatter_add_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6441701Z test_meta_scatter_add_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6441865Z test_meta_scatter_add_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6442031Z test_meta_scatter_add_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6442188Z test_meta_scatter_add_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6442347Z test_meta_scatter_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6442504Z test_meta_scatter_add_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6442660Z test_meta_scatter_add_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6442801Z test_meta_scatter_add_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6442955Z test_meta_scatter_add_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6443136Z test_meta_scatter_add_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6443290Z test_meta_scatter_add_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6443443Z test_meta_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6443592Z test_meta_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6443749Z test_meta_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6444035Z test_meta_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6444176Z test_meta_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6444331Z test_meta_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6444485Z test_meta_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6444689Z test_meta_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6444843Z test_meta_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6444990Z test_meta_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6445141Z test_meta_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6445287Z test_meta_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6445457Z test_meta_scatter_reduce_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6445609Z test_meta_scatter_reduce_amax_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6445779Z test_meta_scatter_reduce_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6445949Z test_meta_scatter_reduce_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6446112Z test_meta_scatter_reduce_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6446277Z test_meta_scatter_reduce_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6446442Z test_meta_scatter_reduce_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6446608Z test_meta_scatter_reduce_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6446772Z test_meta_scatter_reduce_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6446934Z test_meta_scatter_reduce_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6447093Z test_meta_scatter_reduce_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6447259Z test_meta_scatter_reduce_amin_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6447429Z test_meta_scatter_reduce_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6447595Z test_meta_scatter_reduce_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6447760Z test_meta_scatter_reduce_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6447994Z test_meta_scatter_reduce_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6448219Z test_meta_scatter_reduce_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6448419Z test_meta_scatter_reduce_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6448645Z test_meta_scatter_reduce_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6448797Z test_meta_scatter_reduce_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6448965Z test_meta_scatter_reduce_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6449131Z test_meta_scatter_reduce_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6449297Z test_meta_scatter_reduce_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6449465Z test_meta_scatter_reduce_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6449626Z test_meta_scatter_reduce_mean_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6449793Z test_meta_scatter_reduce_mean_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6449983Z test_meta_scatter_reduce_mean_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6450149Z test_meta_scatter_reduce_mean_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6450301Z test_meta_scatter_reduce_mean_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6450470Z test_meta_scatter_reduce_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6450634Z test_meta_scatter_reduce_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6450800Z test_meta_scatter_reduce_prod_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6450967Z test_meta_scatter_reduce_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6451136Z test_meta_scatter_reduce_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6451301Z test_meta_scatter_reduce_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6451464Z test_meta_scatter_reduce_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6451625Z test_meta_scatter_reduce_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6451777Z test_meta_scatter_reduce_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6451939Z test_meta_scatter_reduce_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6452104Z test_meta_scatter_reduce_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6452271Z test_meta_scatter_reduce_sum_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6452439Z test_meta_scatter_reduce_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6452605Z test_meta_scatter_reduce_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6452765Z test_meta_scatter_reduce_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6452929Z test_meta_scatter_reduce_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6453087Z test_meta_scatter_reduce_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6453229Z test_meta_scatter_reduce_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6453391Z test_meta_scatter_reduce_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6453552Z test_meta_scatter_reduce_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6453744Z test_meta_searchsorted_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6453907Z test_meta_searchsorted_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6454068Z test_meta_searchsorted_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6454227Z test_meta_searchsorted_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6454386Z test_meta_searchsorted_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6454532Z test_meta_searchsorted_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6454689Z test_meta_searchsorted_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6454849Z test_meta_searchsorted_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6455008Z test_meta_searchsorted_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6455212Z test_meta_segment_reduce_lengths_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6455384Z test_meta_segment_reduce_lengths_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6455555Z test_meta_segment_reduce_lengths_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6455720Z test_meta_segment_reduce_lengths_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6455892Z test_meta_segment_reduce_offsets_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6456049Z test_meta_segment_reduce_offsets_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6456215Z test_meta_segment_reduce_offsets_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6456383Z test_meta_segment_reduce_offsets_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6456536Z test_meta_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6456691Z test_meta_select_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6456847Z test_meta_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6457004Z test_meta_select_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6457159Z test_meta_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6457310Z test_meta_select_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6457451Z test_meta_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6457600Z test_meta_select_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6457750Z test_meta_select_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6457899Z test_meta_select_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6458044Z test_meta_select_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6458190Z test_meta_select_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6458339Z test_meta_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6458504Z test_meta_select_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6458662Z test_meta_select_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6458841Z test_meta_select_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6459005Z test_meta_select_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6459161Z test_meta_select_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6459318Z test_meta_select_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6459477Z test_meta_select_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6459633Z test_meta_select_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6459793Z test_meta_select_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6459949Z test_meta_select_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6460088Z test_meta_sgn_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6460276Z test_meta_sgn_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6460430Z test_meta_sgn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6460582Z test_meta_sgn_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6460731Z test_meta_sgn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6460880Z test_meta_sgn_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6461028Z test_meta_sgn_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6461175Z test_meta_sgn_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6461322Z test_meta_sgn_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6461456Z test_meta_sgn_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6461601Z test_meta_sgn_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6461745Z test_meta_sgn_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6461892Z test_meta_sgn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6462044Z test_meta_short_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6462194Z test_meta_short_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6462347Z test_meta_short_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6462501Z test_meta_short_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6462640Z test_meta_short_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6462793Z test_meta_short_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6462942Z test_meta_short_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6463088Z test_meta_short_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6463233Z test_meta_short_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6463379Z test_meta_short_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6463524Z test_meta_short_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6463670Z test_meta_short_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-12-01T10:28:16.6463825Z test_meta_sigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6463991Z test_meta_sigmoid_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6464152Z test_meta_sigmoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6464308Z test_meta_sigmoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6464565Z test_meta_sigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6464719Z test_meta_sigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6464869Z test_meta_sigmoid_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6465019Z test_meta_sigmoid_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6465169Z test_meta_sigmoid_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6465307Z test_meta_sigmoid_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6465489Z test_meta_sigmoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6465640Z test_meta_sign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6465788Z test_meta_sign_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6465936Z test_meta_sign_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6466084Z test_meta_sign_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6466234Z test_meta_sign_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6466381Z test_meta_sign_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6466525Z test_meta_sign_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6466656Z test_meta_sign_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6466803Z test_meta_sign_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6466949Z test_meta_sign_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6467102Z test_meta_signbit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6467248Z test_meta_signbit_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6467401Z test_meta_signbit_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6467551Z test_meta_signbit_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6467698Z test_meta_signbit_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6467837Z test_meta_signbit_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6467984Z test_meta_signbit_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6468132Z test_meta_signbit_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6468279Z test_meta_signbit_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6468425Z test_meta_signbit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6468572Z test_meta_sin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6468717Z test_meta_sin_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6468867Z test_meta_sin_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6469014Z test_meta_sin_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6469185Z test_meta_sin_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6469334Z test_meta_sin_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6469481Z test_meta_sin_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6469622Z test_meta_sin_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6469765Z test_meta_sin_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6469909Z test_meta_sin_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6470053Z test_meta_sin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6470200Z test_meta_sinc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6470330Z test_meta_sinc_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6470486Z test_meta_sinc_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6470677Z test_meta_sinc_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6470826Z test_meta_sinc_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6470974Z test_meta_sinc_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6471121Z test_meta_sinc_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6471268Z test_meta_sinc_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6471413Z test_meta_sinc_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6471544Z test_meta_sinc_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6471691Z test_meta_sinc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6471839Z test_meta_sinh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6471985Z test_meta_sinh_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6472137Z test_meta_sinh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6472287Z test_meta_sinh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6472433Z test_meta_sinh_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6472576Z test_meta_sinh_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6472719Z test_meta_sinh_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6472847Z test_meta_sinh_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6472992Z test_meta_sinh_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6473138Z test_meta_sinh_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6473284Z test_meta_sinh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6473433Z test_meta_slice_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6473576Z test_meta_slice_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6473729Z test_meta_slice_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6473882Z test_meta_slice_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6474024Z test_meta_slice_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6474173Z test_meta_slice_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6474353Z test_meta_slice_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6474500Z test_meta_slice_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6474647Z test_meta_slice_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6474791Z test_meta_slice_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6474938Z test_meta_slice_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6475084Z test_meta_slice_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6475231Z test_meta_slice_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6475381Z test_meta_slice_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6475540Z test_meta_slice_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6475727Z test_meta_slice_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6475885Z test_meta_slice_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6476037Z test_meta_slice_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6476192Z test_meta_slice_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6476341Z test_meta_slice_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6507710Z test_meta_slice_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6507910Z test_meta_slice_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6508086Z test_meta_slice_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6508244Z test_meta_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6508394Z test_meta_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6508547Z test_meta_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6508717Z test_meta_softmax_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6508883Z test_meta_softmax_with_dtype_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6509042Z test_meta_softmax_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6509212Z test_meta_softmax_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6509384Z test_meta_softmax_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6509552Z test_meta_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6509716Z test_meta_softmax_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6509880Z test_meta_softmax_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6510037Z test_meta_softmax_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6510192Z test_meta_softmax_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6510353Z test_meta_softmax_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6510497Z test_meta_softmax_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6510878Z test_meta_sort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6511028Z test_meta_sort_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6511179Z test_meta_sort_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6511326Z test_meta_sort_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6511474Z test_meta_sort_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6511621Z test_meta_sort_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6511768Z test_meta_sort_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6511901Z test_meta_sort_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6512049Z test_meta_sort_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6512197Z test_meta_sort_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6512421Z test_meta_sparse_sampled_addmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6512598Z test_meta_sparse_sampled_addmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6512768Z test_meta_sparse_sampled_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6512939Z test_meta_sparse_sampled_addmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6513100Z test_meta_special_airy_ai_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6513264Z test_meta_special_airy_ai_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6513410Z test_meta_special_airy_ai_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6513575Z test_meta_special_airy_ai_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6513734Z test_meta_special_airy_ai_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6513887Z test_meta_special_airy_ai_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6514043Z test_meta_special_airy_ai_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6514203Z test_meta_special_airy_ai_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6514365Z test_meta_special_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6514531Z test_meta_special_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6514695Z test_meta_special_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6514846Z test_meta_special_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6515003Z test_meta_special_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6515160Z test_meta_special_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6515319Z test_meta_special_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6515474Z test_meta_special_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6515631Z test_meta_special_bessel_j1_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6515795Z test_meta_special_bessel_j1_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6515989Z test_meta_special_bessel_j1_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6516153Z test_meta_special_bessel_j1_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6516298Z test_meta_special_bessel_j1_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6516452Z test_meta_special_bessel_j1_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6516611Z test_meta_special_bessel_j1_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6516763Z test_meta_special_bessel_j1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6516916Z test_meta_special_bessel_y0_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6517072Z test_meta_special_bessel_y0_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6517235Z test_meta_special_bessel_y0_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6517416Z test_meta_special_bessel_y0_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6517569Z test_meta_special_bessel_y0_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6517710Z test_meta_special_bessel_y0_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6517865Z test_meta_special_bessel_y0_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6518018Z test_meta_special_bessel_y0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6518172Z test_meta_special_bessel_y1_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6518329Z test_meta_special_bessel_y1_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6518488Z test_meta_special_bessel_y1_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6518647Z test_meta_special_bessel_y1_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6518801Z test_meta_special_bessel_y1_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6518943Z test_meta_special_bessel_y1_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6519100Z test_meta_special_bessel_y1_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6519250Z test_meta_special_bessel_y1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6519430Z test_meta_special_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6519609Z test_meta_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6519781Z test_meta_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6519952Z test_meta_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6520125Z test_meta_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6520296Z test_meta_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6520467Z test_meta_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6520628Z test_meta_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6520798Z test_meta_special_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6520999Z test_meta_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6521169Z test_meta_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6521336Z test_meta_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6521506Z test_meta_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6521671Z test_meta_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6521840Z test_meta_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6522006Z test_meta_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6522447Z test_meta_special_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-12-01T10:28:16.6522802Z test_meta_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6523130Z test_meta_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6523448Z test_meta_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6523766Z test_meta_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6524358Z test_meta_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6524679Z test_meta_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6524992Z test_meta_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6525307Z test_meta_special_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6525623Z test_meta_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6525942Z test_meta_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6526253Z test_meta_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6526561Z test_meta_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6526871Z test_meta_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6527184Z test_meta_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6527494Z test_meta_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6527653Z test_meta_special_entr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6527852Z test_meta_special_entr_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6528011Z test_meta_special_entr_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6528162Z test_meta_special_entr_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6528312Z test_meta_special_entr_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6528455Z test_meta_special_entr_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6528606Z test_meta_special_entr_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6528767Z test_meta_special_entr_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6528920Z test_meta_special_entr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6529065Z test_meta_special_erfcx_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6529295Z test_meta_special_erfcx_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6529447Z test_meta_special_erfcx_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6529599Z test_meta_special_erfcx_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6529749Z test_meta_special_erfcx_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6529902Z test_meta_special_erfcx_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6530050Z test_meta_special_erfcx_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6530198Z test_meta_special_erfcx_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6530371Z test_meta_special_hermite_polynomial_h_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6530540Z test_meta_special_hermite_polynomial_h_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6530711Z test_meta_special_hermite_polynomial_h_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6530880Z test_meta_special_hermite_polynomial_h_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6531053Z test_meta_special_hermite_polynomial_h_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6531219Z test_meta_special_hermite_polynomial_h_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6531390Z test_meta_special_hermite_polynomial_h_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6531558Z test_meta_special_hermite_polynomial_h_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6531727Z test_meta_special_hermite_polynomial_he_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6531904Z test_meta_special_hermite_polynomial_he_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6532065Z test_meta_special_hermite_polynomial_he_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6532235Z test_meta_special_hermite_polynomial_he_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6532405Z test_meta_special_hermite_polynomial_he_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6532572Z test_meta_special_hermite_polynomial_he_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6532740Z test_meta_special_hermite_polynomial_he_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6532936Z test_meta_special_hermite_polynomial_he_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6533092Z test_meta_special_i0e_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6533241Z test_meta_special_i0e_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6533391Z test_meta_special_i0e_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6533536Z test_meta_special_i0e_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6533684Z test_meta_special_i0e_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6533832Z test_meta_special_i0e_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6533978Z test_meta_special_i0e_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6534127Z test_meta_special_i0e_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6534308Z test_meta_special_i0e_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6534459Z test_meta_special_i1_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6534628Z test_meta_special_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6534777Z test_meta_special_i1_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6534915Z test_meta_special_i1_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6535059Z test_meta_special_i1_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6535203Z test_meta_special_i1_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6535353Z test_meta_special_i1_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6535496Z test_meta_special_i1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6535640Z test_meta_special_i1e_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6535791Z test_meta_special_i1e_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6535941Z test_meta_special_i1e_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6536082Z test_meta_special_i1e_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6536228Z test_meta_special_i1e_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6536374Z test_meta_special_i1e_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6536524Z test_meta_special_i1e_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6536670Z test_meta_special_i1e_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6536843Z test_meta_special_laguerre_polynomial_l_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6537020Z test_meta_special_laguerre_polynomial_l_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6537190Z test_meta_special_laguerre_polynomial_l_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6537363Z test_meta_special_laguerre_polynomial_l_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6537520Z test_meta_special_laguerre_polynomial_l_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6537690Z test_meta_special_laguerre_polynomial_l_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6537887Z test_meta_special_laguerre_polynomial_l_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6538060Z test_meta_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6538393Z test_meta_special_legendre_polynomial_p_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6538719Z test_meta_special_legendre_polynomial_p_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6539043Z test_meta_special_legendre_polynomial_p_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6539361Z test_meta_special_legendre_polynomial_p_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6539678Z test_meta_special_legendre_polynomial_p_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6540020Z test_meta_special_legendre_polynomial_p_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6540334Z test_meta_special_legendre_polynomial_p_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6540645Z test_meta_special_legendre_polynomial_p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6540808Z test_meta_special_log_ndtr_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6540969Z test_meta_special_log_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6541128Z test_meta_special_log_ndtr_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6541284Z test_meta_special_log_ndtr_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6541434Z test_meta_special_log_ndtr_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6541583Z test_meta_special_log_ndtr_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6541734Z test_meta_special_log_ndtr_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6541883Z test_meta_special_log_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6542044Z test_meta_special_modified_bessel_i0_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6542212Z test_meta_special_modified_bessel_i0_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6542383Z test_meta_special_modified_bessel_i0_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6542552Z test_meta_special_modified_bessel_i0_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6542717Z test_meta_special_modified_bessel_i0_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6542878Z test_meta_special_modified_bessel_i0_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6543044Z test_meta_special_modified_bessel_i0_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6543203Z test_meta_special_modified_bessel_i0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6543365Z test_meta_special_modified_bessel_i1_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6543583Z test_meta_special_modified_bessel_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6543754Z test_meta_special_modified_bessel_i1_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6543914Z test_meta_special_modified_bessel_i1_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6544078Z test_meta_special_modified_bessel_i1_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6544235Z test_meta_special_modified_bessel_i1_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6544395Z test_meta_special_modified_bessel_i1_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6544647Z test_meta_special_modified_bessel_i1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6544807Z test_meta_special_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6544981Z test_meta_special_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6545175Z test_meta_special_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6545339Z test_meta_special_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6545499Z test_meta_special_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6545656Z test_meta_special_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6545821Z test_meta_special_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6545987Z test_meta_special_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6546157Z test_meta_special_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6546325Z test_meta_special_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6546491Z test_meta_special_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6546652Z test_meta_special_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6546805Z test_meta_special_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6546963Z test_meta_special_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6547126Z test_meta_special_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6547288Z test_meta_special_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6547451Z test_meta_special_ndtr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6547602Z test_meta_special_ndtr_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6547756Z test_meta_special_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6547910Z test_meta_special_ndtr_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6548060Z test_meta_special_ndtr_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6548205Z test_meta_special_ndtr_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6548359Z test_meta_special_ndtr_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6548541Z test_meta_special_ndtr_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6548691Z test_meta_special_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6548841Z test_meta_special_ndtri_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6548995Z test_meta_special_ndtri_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6549146Z test_meta_special_ndtri_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6549298Z test_meta_special_ndtri_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6549443Z test_meta_special_ndtri_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6549597Z test_meta_special_ndtri_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6549752Z test_meta_special_ndtri_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6549904Z test_meta_special_ndtri_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6550120Z test_meta_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6550304Z test_meta_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6550492Z test_meta_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6550680Z test_meta_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6550863Z test_meta_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6551050Z test_meta_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6551226Z test_meta_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6551404Z test_meta_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6551586Z test_meta_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6551763Z test_meta_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6551940Z test_meta_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6552116Z test_meta_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6552295Z test_meta_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6552468Z test_meta_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6552634Z test_meta_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6552797Z test_meta_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6552968Z test_meta_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6553137Z test_meta_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6553312Z test_meta_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6553531Z test_meta_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6553711Z test_meta_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6553880Z test_meta_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6554046Z test_meta_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6554214Z test_meta_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6554381Z test_meta_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6554726Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6555069Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-12-01T10:28:16.6555425Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6555757Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6556085Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6556418Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6556746Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6557077Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6557407Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6557748Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6558079Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6558405Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6558730Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6559054Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6559386Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6559713Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6560038Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6560398Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6560726Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6561052Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6561378Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6561707Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6562038Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6562393Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6562719Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6563050Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6563378Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6563705Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6564213Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6564539Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6564870Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6565194Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:28:16.6565369Z test_meta_special_spherical_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6565543Z test_meta_special_spherical_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6565722Z test_meta_special_spherical_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6565885Z test_meta_special_spherical_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6566057Z test_meta_special_spherical_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6566223Z test_meta_special_spherical_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6566394Z test_meta_special_spherical_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6566560Z test_meta_special_spherical_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6566723Z test_meta_special_xlog1py_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6566944Z test_meta_special_xlog1py_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6567110Z test_meta_special_xlog1py_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6567269Z test_meta_special_xlog1py_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6567412Z test_meta_special_xlog1py_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6567569Z test_meta_special_xlog1py_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6567723Z test_meta_special_xlog1py_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6567875Z test_meta_special_xlog1py_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6568032Z test_meta_special_xlog1py_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6568193Z test_meta_special_xlog1py_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6568400Z test_meta_special_zeta_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6568561Z test_meta_special_zeta_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6568717Z test_meta_special_zeta_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6568863Z test_meta_special_zeta_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6569017Z test_meta_special_zeta_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6569171Z test_meta_special_zeta_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6569322Z test_meta_special_zeta_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6569479Z test_meta_special_zeta_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6569631Z test_meta_split_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6569777Z test_meta_split_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6569931Z test_meta_split_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6570082Z test_meta_split_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6570224Z test_meta_split_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6570372Z test_meta_split_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6570519Z test_meta_split_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6570663Z test_meta_split_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6570811Z test_meta_split_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6570960Z test_meta_split_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6571106Z test_meta_split_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6571250Z test_meta_split_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6571382Z test_meta_split_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6571545Z test_meta_split_list_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6571700Z test_meta_split_list_args_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6571867Z test_meta_split_list_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6572058Z test_meta_split_list_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6572218Z test_meta_split_list_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6572374Z test_meta_split_list_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6572526Z test_meta_split_list_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6572681Z test_meta_split_list_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6572821Z test_meta_split_list_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6572971Z test_meta_split_list_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6573122Z test_meta_split_list_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6573281Z test_meta_split_list_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6573469Z test_meta_split_with_sizes_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6573625Z test_meta_split_with_sizes_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6573792Z test_meta_split_with_sizes_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6573956Z test_meta_split_with_sizes_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6574117Z test_meta_split_with_sizes_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6574265Z test_meta_split_with_sizes_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6574418Z test_meta_split_with_sizes_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6574571Z test_meta_split_with_sizes_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6574733Z test_meta_split_with_sizes_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6574886Z test_meta_split_with_sizes_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6575035Z test_meta_split_with_sizes_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6575189Z test_meta_split_with_sizes_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6575337Z test_meta_split_with_sizes_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6575474Z test_meta_sqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6575619Z test_meta_sqrt_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6575775Z test_meta_sqrt_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6575926Z test_meta_sqrt_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6576072Z test_meta_sqrt_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6576217Z test_meta_sqrt_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6576361Z test_meta_sqrt_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6576502Z test_meta_sqrt_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6576647Z test_meta_sqrt_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6576778Z test_meta_sqrt_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6576951Z test_meta_sqrt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6577102Z test_meta_square_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6577251Z test_meta_square_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6577406Z test_meta_square_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6577560Z test_meta_square_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6577712Z test_meta_square_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6577863Z test_meta_square_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6577997Z test_meta_square_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6578142Z test_meta_square_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6578288Z test_meta_square_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6578460Z test_meta_square_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6578607Z test_meta_square_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6578749Z test_meta_square_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6578907Z test_meta_squeeze_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6579052Z test_meta_squeeze_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6579210Z test_meta_squeeze_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6579352Z test_meta_squeeze_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6579508Z test_meta_squeeze_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6579660Z test_meta_squeeze_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6579809Z test_meta_squeeze_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6579956Z test_meta_squeeze_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6580104Z test_meta_squeeze_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6580253Z test_meta_squeeze_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6580397Z test_meta_squeeze_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6580532Z test_meta_squeeze_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6580677Z test_meta_squeeze_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6580828Z test_meta_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6580977Z test_meta_stack_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6581130Z test_meta_stack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6581279Z test_meta_stack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6581428Z test_meta_stack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6581572Z test_meta_stack_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6581716Z test_meta_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6581848Z test_meta_stack_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6582019Z test_meta_stack_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6582164Z test_meta_stack_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6582311Z test_meta_stack_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6582455Z test_meta_stack_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6582597Z test_meta_stack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6582742Z test_meta_std_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6582892Z test_meta_std_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6583029Z test_meta_std_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6583172Z test_meta_std_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6583324Z test_meta_std_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6583495Z test_meta_std_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6583648Z test_meta_std_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6583804Z test_meta_std_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6583960Z test_meta_std_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6584110Z test_meta_std_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6584261Z test_meta_std_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6584396Z test_meta_std_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6584641Z test_meta_stft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6584798Z test_meta_stft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6584948Z test_meta_stft_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6585096Z test_meta_stft_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6585244Z test_meta_sub_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6585398Z test_meta_sub_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6585548Z test_meta_sub_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6585686Z test_meta_sub_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6585832Z test_meta_sub_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6585982Z test_meta_sub_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6586131Z test_meta_sub_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6586277Z test_meta_sub_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6586428Z test_meta_sub_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6586574Z test_meta_sub_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6586720Z test_meta_sub_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6586865Z test_meta_sub_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6587001Z test_meta_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-12-01T10:28:16.6587146Z test_meta_sum_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6587333Z test_meta_sum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6587489Z test_meta_sum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6587633Z test_meta_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6587778Z test_meta_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6587923Z test_meta_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6588069Z test_meta_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6588199Z test_meta_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6588342Z test_meta_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6588487Z test_meta_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6588628Z test_meta_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6588817Z test_meta_sum_to_size_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6588971Z test_meta_sum_to_size_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6589133Z test_meta_sum_to_size_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6589292Z test_meta_sum_to_size_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6589449Z test_meta_sum_to_size_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6589591Z test_meta_sum_to_size_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6589746Z test_meta_sum_to_size_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6589900Z test_meta_sum_to_size_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6590053Z test_meta_sum_to_size_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6590207Z test_meta_sum_to_size_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6590364Z test_meta_sum_to_size_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6590514Z test_meta_sum_to_size_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6590668Z test_meta_svd_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6590807Z test_meta_svd_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6590955Z test_meta_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6591105Z test_meta_svd_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6591264Z test_meta_svd_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6591420Z test_meta_svd_lowrank_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6591577Z test_meta_symeig_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6591731Z test_meta_symeig_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6591884Z test_meta_symeig_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6592035Z test_meta_symeig_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6592169Z test_meta_t_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6592344Z test_meta_t_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6592495Z test_meta_t_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6592647Z test_meta_t_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6592794Z test_meta_t_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6592940Z test_meta_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6593086Z test_meta_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6593230Z test_meta_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6593356Z test_meta_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6593493Z test_meta_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6593638Z test_meta_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6593803Z test_meta_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6593969Z test_meta_take_along_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6594127Z test_meta_take_along_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6594296Z test_meta_take_along_dim_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6594461Z test_meta_take_along_dim_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6594622Z test_meta_take_along_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6594764Z test_meta_take_along_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6594919Z test_meta_take_along_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6595077Z test_meta_take_along_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6595236Z test_meta_take_along_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6595392Z test_meta_take_along_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6595548Z test_meta_take_along_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6595703Z test_meta_take_along_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6595854Z test_meta_take_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6595999Z test_meta_take_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6596139Z test_meta_take_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6596295Z test_meta_take_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6596444Z test_meta_take_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6596592Z test_meta_take_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6596739Z test_meta_take_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6596885Z test_meta_take_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6597031Z test_meta_take_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6597178Z test_meta_take_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6597311Z test_meta_take_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6597487Z test_meta_take_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6597637Z test_meta_tan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6597782Z test_meta_tan_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6597935Z test_meta_tan_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6598086Z test_meta_tan_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6598233Z test_meta_tan_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6598381Z test_meta_tan_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6598512Z test_meta_tan_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6598655Z test_meta_tan_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6598801Z test_meta_tan_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6598970Z test_meta_tan_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6599115Z test_meta_tan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6599266Z test_meta_tanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6599409Z test_meta_tanh_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6599563Z test_meta_tanh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6599716Z test_meta_tanh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6599849Z test_meta_tanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6599996Z test_meta_tanh_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6600145Z test_meta_tanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6600293Z test_meta_tanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6600437Z test_meta_tanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6600582Z test_meta_tanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6600725Z test_meta_tanh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6600887Z test_meta_tensor_split_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6601030Z test_meta_tensor_split_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6601194Z test_meta_tensor_split_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6601358Z test_meta_tensor_split_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6601516Z test_meta_tensor_split_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6601675Z test_meta_tensor_split_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6601832Z test_meta_tensor_split_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6601986Z test_meta_tensor_split_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6602139Z test_meta_tensor_split_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6602294Z test_meta_tensor_split_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6602435Z test_meta_tensor_split_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6602615Z test_meta_tensor_split_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6602773Z test_meta_tensordot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6602935Z test_meta_tensordot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6603096Z test_meta_tensordot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6603251Z test_meta_tensordot_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6603407Z test_meta_tensordot_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6603561Z test_meta_tensordot_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6603714Z test_meta_tensordot_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6604028Z test_meta_tensordot_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6604183Z test_meta_tensordot_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6604395Z test_meta_tensordot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6604549Z test_meta_tile_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6604696Z test_meta_tile_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6604846Z test_meta_tile_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6604996Z test_meta_tile_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6605145Z test_meta_tile_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6605278Z test_meta_tile_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6605429Z test_meta_tile_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6605576Z test_meta_tile_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6605721Z test_meta_tile_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6605867Z test_meta_tile_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6606014Z test_meta_tile_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6606160Z test_meta_tile_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6606300Z test_meta_to_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:16.6606437Z test_meta_to_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:16.6606567Z test_meta_to_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:16.6606708Z test_meta_to_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:16.6606846Z test_meta_to_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:16.6606982Z test_meta_to_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:16.6607113Z test_meta_to_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:16.6607248Z test_meta_to_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:16.6607381Z test_meta_to_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:16.6607510Z test_meta_to_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:16.6607630Z test_meta_to_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:16.6607759Z test_meta_to_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:16.6607918Z test_meta_to_sparse_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6608108Z test_meta_to_sparse_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6608269Z test_meta_to_sparse_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6608429Z test_meta_to_sparse_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6608584Z test_meta_to_sparse_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6608739Z test_meta_to_sparse_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6608879Z test_meta_to_sparse_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6609031Z test_meta_to_sparse_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6609182Z test_meta_to_sparse_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6609333Z test_meta_to_sparse_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6609511Z test_meta_to_sparse_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6609660Z test_meta_to_sparse_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6609811Z test_meta_topk_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6609961Z test_meta_topk_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6610108Z test_meta_topk_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6610242Z test_meta_topk_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6610385Z test_meta_topk_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6610555Z test_meta_topk_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6610700Z test_meta_topk_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6610846Z test_meta_topk_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6611002Z test_meta_trace_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6611156Z test_meta_trace_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6611308Z test_meta_trace_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6611444Z test_meta_trace_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6611593Z test_meta_trace_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6611739Z test_meta_trace_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6611888Z test_meta_trace_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6612036Z test_meta_trace_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6612181Z test_meta_trace_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6612339Z test_meta_transpose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6612492Z test_meta_transpose_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6612652Z test_meta_transpose_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6612799Z test_meta_transpose_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6612958Z test_meta_transpose_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6613140Z test_meta_transpose_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6613298Z test_meta_transpose_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-12-01T10:28:16.6613453Z test_meta_transpose_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6613606Z test_meta_transpose_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6613758Z test_meta_transpose_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6613909Z test_meta_transpose_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6614047Z test_meta_transpose_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6614195Z test_meta_transpose_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6614407Z test_meta_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6614573Z test_meta_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6614758Z test_meta_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6614916Z test_meta_trapezoid_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6615070Z test_meta_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6615224Z test_meta_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6615374Z test_meta_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6615512Z test_meta_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6615659Z test_meta_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6615813Z test_meta_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6615963Z test_meta_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6616112Z test_meta_trapz_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6616268Z test_meta_trapz_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6616420Z test_meta_trapz_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6616572Z test_meta_trapz_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6616708Z test_meta_trapz_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6616853Z test_meta_trapz_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6617003Z test_meta_trapz_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6617151Z test_meta_trapz_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6617300Z test_meta_trapz_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6617448Z test_meta_trapz_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6617600Z test_meta_trapz_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6617772Z test_meta_triangular_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6617942Z test_meta_triangular_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6618094Z test_meta_triangular_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6618252Z test_meta_triangular_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6618431Z test_meta_tril_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6618580Z test_meta_tril_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6618733Z test_meta_tril_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6618886Z test_meta_tril_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6619035Z test_meta_tril_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6619182Z test_meta_tril_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6619316Z test_meta_tril_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6619464Z test_meta_tril_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6619610Z test_meta_tril_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6619782Z test_meta_tril_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6619934Z test_meta_tril_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6620077Z test_meta_tril_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6620235Z test_meta_tril_indices_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6620393Z test_meta_tril_indices_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6620544Z test_meta_triu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6620677Z test_meta_triu_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6620829Z test_meta_triu_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6620983Z test_meta_triu_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6621133Z test_meta_triu_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6621281Z test_meta_triu_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6621428Z test_meta_triu_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6621577Z test_meta_triu_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6621721Z test_meta_triu_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6621853Z test_meta_triu_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6621997Z test_meta_triu_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6622144Z test_meta_triu_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6622301Z test_meta_triu_indices_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6622459Z test_meta_triu_indices_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6622618Z test_meta_true_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6622772Z test_meta_true_divide_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6622934Z test_meta_true_divide_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6623096Z test_meta_true_divide_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6623242Z test_meta_true_divide_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6623398Z test_meta_true_divide_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6623582Z test_meta_true_divide_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6623740Z test_meta_true_divide_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6623894Z test_meta_true_divide_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6624047Z test_meta_true_divide_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6624200Z test_meta_true_divide_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6624355Z test_meta_true_divide_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6624582Z test_meta_trunc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6624722Z test_meta_trunc_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6624873Z test_meta_trunc_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6625105Z test_meta_trunc_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6625259Z test_meta_trunc_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6625407Z test_meta_trunc_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6625555Z test_meta_trunc_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6625702Z test_meta_trunc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6625858Z test_meta_unbind_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6625993Z test_meta_unbind_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6626153Z test_meta_unbind_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6626307Z test_meta_unbind_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6626464Z test_meta_unbind_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6626616Z test_meta_unbind_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6626768Z test_meta_unbind_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6626917Z test_meta_unbind_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6627066Z test_meta_unbind_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6627215Z test_meta_unbind_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6627350Z test_meta_unbind_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6627500Z test_meta_unbind_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6627649Z test_meta_unbind_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6627808Z test_meta_unflatten_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6627961Z test_meta_unflatten_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6628121Z test_meta_unflatten_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6628282Z test_meta_unflatten_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6628441Z test_meta_unflatten_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6628582Z test_meta_unflatten_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6628763Z test_meta_unflatten_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6628921Z test_meta_unflatten_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6629075Z test_meta_unflatten_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6629228Z test_meta_unflatten_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6629376Z test_meta_unflatten_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6629527Z test_meta_unflatten_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6629675Z test_meta_unflatten_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6629825Z test_meta_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6629960Z test_meta_unfold_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6630118Z test_meta_unfold_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6630302Z test_meta_unfold_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6630456Z test_meta_unfold_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6630605Z test_meta_unfold_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6630755Z test_meta_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6630904Z test_meta_unfold_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6631050Z test_meta_unfold_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6631185Z test_meta_unfold_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6631333Z test_meta_unfold_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6631484Z test_meta_unfold_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6631629Z test_meta_unfold_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6631784Z test_meta_uniform_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6631941Z test_meta_uniform_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6632097Z test_meta_uniform_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6632250Z test_meta_uniform_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6632402Z test_meta_uniform_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6632537Z test_meta_uniform_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6632709Z test_meta_unique_consecutive_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6632878Z test_meta_unique_consecutive_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6633048Z test_meta_unique_consecutive_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6633215Z test_meta_unique_consecutive_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6633378Z test_meta_unique_consecutive_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6633537Z test_meta_unique_consecutive_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6633692Z test_meta_unique_consecutive_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6633882Z test_meta_unique_consecutive_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6634029Z test_meta_unique_consecutive_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6634180Z test_meta_unique_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6634330Z test_meta_unique_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6634483Z test_meta_unique_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6634635Z test_meta_unique_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6634782Z test_meta_unique_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6634929Z test_meta_unique_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6635077Z test_meta_unique_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6635213Z test_meta_unique_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6635385Z test_meta_unique_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6635542Z test_meta_unsqueeze_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6635694Z test_meta_unsqueeze_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6635854Z test_meta_unsqueeze_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6636014Z test_meta_unsqueeze_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6636174Z test_meta_unsqueeze_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6636330Z test_meta_unsqueeze_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6636490Z test_meta_unsqueeze_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6636633Z test_meta_unsqueeze_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6636784Z test_meta_unsqueeze_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6636935Z test_meta_unsqueeze_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6637083Z test_meta_unsqueeze_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6637232Z test_meta_unsqueeze_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6637381Z test_meta_unsqueeze_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6637528Z test_meta_var_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6637683Z test_meta_var_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6637821Z test_meta_var_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6637970Z test_meta_var_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6638115Z test_meta_var_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6638262Z test_meta_var_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6638417Z test_meta_var_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6638575Z test_meta_var_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6638731Z test_meta_var_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6638884Z test_meta_var_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6639074Z test_meta_var_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6639211Z test_meta_var_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6639363Z test_meta_vdot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6639516Z test_meta_vdot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6639669Z test_meta_vdot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6639816Z test_meta_vdot_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.004s) 2022-12-01T10:28:16.6639963Z test_meta_vdot_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6640108Z test_meta_vdot_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6640257Z test_meta_vdot_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6640388Z test_meta_vdot_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6640570Z test_meta_vdot_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6640714Z test_meta_vdot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6640879Z test_meta_view_as_complex_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6641037Z test_meta_view_as_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6641192Z test_meta_view_as_complex_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6641345Z test_meta_view_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6641493Z test_meta_view_as_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6641667Z test_meta_view_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6641811Z test_meta_view_as_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6641964Z test_meta_view_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6642115Z test_meta_view_as_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6642266Z test_meta_view_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6642419Z test_meta_view_as_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6642568Z test_meta_view_as_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6642715Z test_meta_view_as_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6642862Z test_meta_view_as_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6642997Z test_meta_view_as_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6643147Z test_meta_view_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6643311Z test_meta_view_as_real_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6643472Z test_meta_view_as_real_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6643622Z test_meta_view_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6643768Z test_meta_view_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6644092Z test_meta_view_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6644246Z test_meta_view_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6644453Z test_meta_view_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6644591Z test_meta_view_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6644737Z test_meta_view_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6644884Z test_meta_view_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6645031Z test_meta_view_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6645177Z test_meta_view_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6645322Z test_meta_view_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6645468Z test_meta_view_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6645614Z test_meta_view_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6645791Z test_meta_vsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6645944Z test_meta_vsplit_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6646101Z test_meta_vsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6646257Z test_meta_vsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6646412Z test_meta_vsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6646563Z test_meta_vsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6646713Z test_meta_vsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6646860Z test_meta_vsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6647010Z test_meta_vsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6647147Z test_meta_vsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6647295Z test_meta_vsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6647442Z test_meta_vsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6647587Z test_meta_vsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6647742Z test_meta_vstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6647890Z test_meta_vstack_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6648047Z test_meta_vstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6648208Z test_meta_vstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6648375Z test_meta_vstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6648526Z test_meta_vstack_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6648677Z test_meta_vstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6648824Z test_meta_vstack_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6648972Z test_meta_vstack_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6649118Z test_meta_vstack_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6649265Z test_meta_vstack_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6649414Z test_meta_vstack_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6649590Z test_meta_vstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6649730Z test_meta_where_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6649877Z test_meta_where_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6650032Z test_meta_where_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6650186Z test_meta_where_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6650340Z test_meta_where_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6650492Z test_meta_where_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6650642Z test_meta_where_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6650789Z test_meta_where_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6650949Z test_meta_where_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6651100Z test_meta_where_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6651246Z test_meta_where_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6651390Z test_meta_where_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6651534Z test_meta_where_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6651685Z test_meta_xlogy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6651828Z test_meta_xlogy_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6651977Z test_meta_xlogy_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6652127Z test_meta_xlogy_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6652261Z test_meta_xlogy_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6652407Z test_meta_xlogy_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6652554Z test_meta_xlogy_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6652700Z test_meta_xlogy_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6652846Z test_meta_xlogy_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6652991Z test_meta_xlogy_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6653141Z test_meta_zero__cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6653286Z test_meta_zero__cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6653427Z test_meta_zero__cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6653582Z test_meta_zero__cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6653731Z test_meta_zero__cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6653878Z test_meta_zero__cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6654024Z test_meta_zero__cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6654170Z test_meta_zero__cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6654317Z test_meta_zero__cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6654461Z test_meta_zero__cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6654634Z test_meta_zero__cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6654768Z test_meta_zero__cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6654918Z test_meta_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6655063Z test_meta_zeros_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6655217Z test_meta_zeros_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6655370Z test_meta_zeros_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6655521Z test_meta_zeros_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6655670Z test_meta_zeros_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6655820Z test_meta_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6655955Z test_meta_zeros_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6656130Z test_meta_zeros_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6656275Z test_meta_zeros_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6656421Z test_meta_zeros_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6656569Z test_meta_zeros_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6656715Z test_meta_zeros_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6656873Z test_meta_zeros_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6657026Z test_meta_zeros_like_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6657188Z test_meta_zeros_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6657335Z test_meta_zeros_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6657492Z test_meta_zeros_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6657646Z test_meta_zeros_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6657803Z test_meta_zeros_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6657957Z test_meta_zeros_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6658108Z test_meta_zeros_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6658260Z test_meta_zeros_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6658410Z test_meta_zeros_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6658550Z test_meta_zeros_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6658698Z test_meta_zeros_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:28:16.6659298Z test_complex_noncontiguous_bug (__main__.TestMetaConverter) ... test_meta.py:126: 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-12-01T10:28:16.6659426Z x = torch.randn((2, 2, 4, 9), dtype=torch.complex32)[:, 0, :, :] 2022-12-01T10:28:16.6659497Z ok (0.003s) 2022-12-01T10:28:16.6659617Z test_imag (__main__.TestMetaConverter) ... ok (0.002s) 2022-12-01T10:28:16.6659734Z test_leaf (__main__.TestMetaConverter) ... ok (0.001s) 2022-12-01T10:28:16.6659858Z test_non_leaf (__main__.TestMetaConverter) ... ok (0.002s) 2022-12-01T10:28:16.6660023Z test_requires_grad_false (__main__.TestMetaConverter) ... ok (0.001s) 2022-12-01T10:28:16.6660154Z test_tensor_outlives_converter (__main__.TestMetaConverter) ... ok (0.001s) 2022-12-01T10:28:16.6660285Z test_view_as_complex (__main__.TestMetaConverter) ... ok (0.002s) 2022-12-01T10:28:16.6660408Z test_view_as_real (__main__.TestMetaConverter) ... ok (0.002s) 2022-12-01T10:28:16.6660534Z test_view_dtype (__main__.TestMetaConverter) ... ok (0.002s) 2022-12-01T10:28:16.6660656Z test_view_of_leaf (__main__.TestMetaConverter) ... ok (0.002s) 2022-12-01T10:28:16.6660788Z test_view_of_non_leaf (__main__.TestMetaConverter) ... ok (0.002s) 2022-12-01T10:28:16.6660908Z test_weakref (__main__.TestMetaConverter) ... ok (0.003s) 2022-12-01T10:28:16.6660919Z 2022-12-01T10:28:16.6661125Z ---------------------------------------------------------------------- 2022-12-01T10:28:16.6661192Z Ran 10212 tests in 8.429s 2022-12-01T10:28:16.6661197Z 2022-12-01T10:28:16.6661273Z OK (skipped=10198) 2022-12-01T10:28:16.6661278Z 2022-12-01T10:28:16.6661362Z Generating XML reports... 2022-12-01T10:28:16.6661663Z Generated XML report: test-reports/python-unittest/test_meta/TEST-TestMetaCPU-20221201102805.xml 2022-12-01T10:28:16.6661953Z Generated XML report: test-reports/python-unittest/test_meta/TEST-TestMetaConverter-20221201102805.xml 2022-12-01T10:28:16.6661958Z 2022-12-01T10:28:16.6662362Z ##[endgroup] 2022-12-01T10:28:16.6662626Z FINISHED PRINTING LOG FILE of test_meta (/var/lib/jenkins/workspace/test/test-reports/test_meta_4z1lhyv2) 2022-12-01T10:28:16.6662631Z 2022-12-01T10:28:21.0639583Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:28:21.1722379Z Ignoring disabled issues: [] 2022-12-01T10:28:21.1936467Z Running test_vmap ... [2022-12-01 10:28:21.193250] 2022-12-01T10:28:21.1938214Z Executing ['/opt/conda/bin/python', '-bb', 'test_vmap.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:28:21.193577] 2022-12-01T10:28:36.4937234Z 2022-12-01T10:28:36.4938694Z Expand the folded group to see the log file of test_vmap 2022-12-01T10:28:36.4939739Z ##[group]PRINTING LOG FILE of test_vmap (/var/lib/jenkins/workspace/test/test-reports/test_vmap_gpz5t2xh) 2022-12-01T10:28:36.4940503Z Test results will be stored in test-reports/python-unittest/test_vmap 2022-12-01T10:28:36.4940792Z 2022-12-01T10:28:36.4940910Z Running tests... 2022-12-01T10:28:36.4945659Z ---------------------------------------------------------------------- 2022-12-01T10:28:36.4947092Z test_accepts_nested_inputs (__main__.TestVmapAPI) ... test_vmap.py:377: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.4948181Z out = vmap(lambda z: z[0] + z[1])((x, y)) 2022-12-01T10:28:36.4949297Z test_vmap.py:379: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.4950125Z out = vmap(lambda z: z[0] + z[1], in_dims=(0,))((x, y)) 2022-12-01T10:28:36.4950979Z test_vmap.py:381: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.4951456Z out = vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))((x, y)) 2022-12-01T10:28:36.4952112Z test_vmap.py:384: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.4952727Z out = vmap(lambda z: z[0] + z[1])([x, y]) 2022-12-01T10:28:36.4953379Z test_vmap.py:386: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.4953843Z out = vmap(lambda z: z[0] + z[1], in_dims=(0,))([x, y]) 2022-12-01T10:28:36.4954505Z test_vmap.py:388: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.4954967Z out = vmap(lambda z: z[0] + z[1], in_dims=([0, 0],))([x, y]) 2022-12-01T10:28:36.4955617Z test_vmap.py:391: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.4956133Z out = vmap(lambda z: z['x'] + z['y'])({'x': x, 'y': y}) 2022-12-01T10:28:36.4956847Z test_vmap.py:393: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.4957391Z out = vmap(lambda z: z['x'] + z['y'], in_dims=(0,))({'x': x, 'y': y}) 2022-12-01T10:28:36.4958046Z test_vmap.py:395: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.4958594Z out = vmap(lambda z: z['x'] + z['y'], in_dims=({'x': 0, 'y': 0},))({'x': x, 'y': y}) 2022-12-01T10:28:36.4959280Z test_vmap.py:399: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.4959827Z out_fn = vmap(lambda z: z['x'][0] + z['x'][1][0] + z['y'][0] + z['y'][1]) 2022-12-01T10:28:36.4960041Z ok (0.015s) 2022-12-01T10:28:36.4960765Z test_backward_unsupported_interaction (__main__.TestVmapAPI) ... test_vmap.py:749: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.4961285Z vmap(backward_on_vmapped_tensor)(x) 2022-12-01T10:28:36.4961939Z test_vmap.py:755: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.4962410Z vmap(backward_with_vmapped_grad)(x, grad) 2022-12-01T10:28:36.4963059Z test_vmap.py:761: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.4963514Z vmap(completely_unrelated_backward)(y) 2022-12-01T10:28:36.4963716Z ok (0.040s) 2022-12-01T10:28:36.4964634Z test_batched_gradient_basic (__main__.TestVmapAPI) ... test_vmap.py:793: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.4965133Z jacobian = vmap(vjp_mul)(batched_v) 2022-12-01T10:28:36.4965394Z ok (0.004s) 2022-12-01T10:28:36.4966103Z test_constant_function (__main__.TestVmapAPI) ... test_vmap.py:64: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.4966630Z output = vmap(lambda x: torch.tensor(3.14))(torch.ones(3)) 2022-12-01T10:28:36.4966833Z ok (0.002s) 2022-12-01T10:28:36.4967555Z test_different_map_dim_size_raises (__main__.TestVmapAPI) ... test_vmap.py:42: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.4968052Z vmap(torch.mul)(x, y) 2022-12-01T10:28:36.4968695Z test_vmap.py:44: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.4969199Z vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))((x, y)) 2022-12-01T10:28:36.4969863Z test_vmap.py:46: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.4970416Z vmap(lambda z: z['x'] + z['y'], in_dims=({'x': 0, 'y': 0},))({'x': x, 'y': y}) 2022-12-01T10:28:36.4970636Z ok (0.002s) 2022-12-01T10:28:36.4971318Z test_fallback_atan2 (__main__.TestVmapAPI) ... test_vmap.py:555: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.4971803Z result = vmap(op, (2, 0))(x, y) 2022-12-01T10:28:36.4972448Z test_vmap.py:561: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.4972896Z result = vmap(vmap(op), (2, 0))(x, y) 2022-12-01T10:28:36.4973531Z test_vmap.py:567: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.4973987Z result = vmap(vmap(vmap(op)))(x, y) 2022-12-01T10:28:36.4974179Z ok (0.680s) 2022-12-01T10:28:36.4974419Z test_fallback_does_not_warn_by_default (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T10:28:36.4975196Z test_fallback_masked_fill (__main__.TestVmapAPI) ... test_vmap.py:583: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.4975732Z result = vmap(torch.index_add, (0, None, None, 0))(x, dim, index, values) 2022-12-01T10:28:36.4976413Z test_vmap.py:583: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.4976898Z result = vmap(torch.index_add, (0, None, None, 0))(x, dim, index, values) 2022-12-01T10:28:36.4977105Z ok (0.660s) 2022-12-01T10:28:36.4977819Z test_fallback_multiple_returns (__main__.TestVmapAPI) ... test_vmap.py:601: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.4978374Z result = vmap(torch.var_mean)(tensor) 2022-12-01T10:28:36.4979022Z test_vmap.py:607: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.4979489Z result = vmap(vmap(torch.var_mean))(tensor) 2022-12-01T10:28:36.4980132Z test_vmap.py:613: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.4980605Z result = vmap(vmap(vmap(torch.var_mean)))(tensor) 2022-12-01T10:28:36.4980812Z ok (0.545s) 2022-12-01T10:28:36.4981064Z test_fallback_warns_when_warnings_are_enabled (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T10:28:36.4981398Z test_fallback_with_undefined_grad (__main__.TestVmapAPI) ... ok (0.049s) 2022-12-01T10:28:36.4982166Z test_fallback_zero_dim (__main__.TestVmapAPI) ... test_vmap.py:526: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.4982651Z vmap(op, (0, None))(x, y) 2022-12-01T10:28:36.4983289Z test_vmap.py:528: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.4983708Z vmap(op, (None, 0))(y, x) 2022-12-01T10:28:36.4984346Z test_vmap.py:530: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.4984858Z vmap(op)(x, x) 2022-12-01T10:28:36.4985485Z test_vmap.py:535: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.4985933Z vmap(op, (0, None))(x, y) 2022-12-01T10:28:36.4986566Z test_vmap.py:537: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.4987004Z vmap(op, (None, 0))(y, x) 2022-12-01T10:28:36.4987644Z test_vmap.py:539: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.4988055Z vmap(op)(x, x) 2022-12-01T10:28:36.4988228Z ok (0.030s) 2022-12-01T10:28:36.4988943Z test_func_with_no_inputs (__main__.TestVmapAPI) ... test_vmap.py:58: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.4989415Z vmap(foo)() 2022-12-01T10:28:36.4990028Z test_vmap.py:61: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.4990502Z vmap(bar)() 2022-12-01T10:28:36.4990670Z ok (0.001s) 2022-12-01T10:28:36.4991378Z test_functools_partial (__main__.TestVmapAPI) ... test_vmap.py:799: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.4991889Z result = vmap(functools.partial(torch.mul, x))(y) 2022-12-01T10:28:36.4992106Z ok (0.002s) 2022-12-01T10:28:36.4992832Z test_grad_unsupported_interaction (__main__.TestVmapAPI) ... test_vmap.py:774: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.4993356Z vmap(output_to_grad_is_vmapped)(input_tensor) 2022-12-01T10:28:36.4994048Z test_vmap.py:782: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.4994514Z vmap(input_to_grad_is_vmapped)(input_tensor) 2022-12-01T10:28:36.4994720Z ok (0.010s) 2022-12-01T10:28:36.4995436Z test_in_dim_not_in_tensor_err_msg (__main__.TestVmapAPI) ... test_vmap.py:464: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.4995919Z vmap(foo)(torch.randn([])) 2022-12-01T10:28:36.4996564Z test_vmap.py:466: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.4997030Z vmap(foo, in_dims=(0,))(torch.randn([])) 2022-12-01T10:28:36.4997678Z test_vmap.py:468: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.4998139Z vmap(foo, in_dims=(-1,))(x) 2022-12-01T10:28:36.4998777Z test_vmap.py:470: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.4999217Z vmap(foo, in_dims=(2,))(y) 2022-12-01T10:28:36.4999849Z test_vmap.py:472: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5000318Z vmap(lambda z: z[0] + z[1], in_dims=([3, 0],))([x, y]) 2022-12-01T10:28:36.5000963Z test_vmap.py:474: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5001421Z vmap(foo, in_dims=(0,))(torch.randn(2, 3)) 2022-12-01T10:28:36.5002073Z test_vmap.py:475: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5002524Z vmap(foo, in_dims=(1,))(torch.randn(2, 3)) 2022-12-01T10:28:36.5002750Z ok (0.003s) 2022-12-01T10:28:36.5003467Z test_in_dims_wrong_type_err_msg (__main__.TestVmapAPI) ... test_vmap.py:408: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5004172Z vmap(torch.mul, [0, 0])(x, y) 2022-12-01T10:28:36.5004828Z test_vmap.py:410: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5005259Z vmap(torch.mul, set({0, 0}))(x, y) 2022-12-01T10:28:36.5005903Z test_vmap.py:412: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5006380Z vmap(torch.mul, 'lol')(x, y) 2022-12-01T10:28:36.5007091Z test_vmap.py:414: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5007547Z vmap(lambda z: z[0] + z[1], in_dims=[0, 0])([x, y]) 2022-12-01T10:28:36.5008193Z test_vmap.py:416: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5008633Z vmap(torch.mul, (0, 0))(x, y) 2022-12-01T10:28:36.5008818Z ok (0.002s) 2022-12-01T10:28:36.5009548Z test_inplace_fallback_nary_different_levels (__main__.TestVmapAPI) ... test_vmap.py:708: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5010064Z vmap(op, in_dims=(0, None))(x, y) 2022-12-01T10:28:36.5010705Z test_vmap.py:714: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5011157Z vmap(vmap(op, in_dims=(0, None)))(x, y) 2022-12-01T10:28:36.5011809Z test_vmap.py:722: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5012245Z vmap(op, in_dims=(None, 0))(x, y) 2022-12-01T10:28:36.5012892Z test_vmap.py:727: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5013370Z vmap(vmap(op, in_dims=(0, None)), in_dims=(None, 0))(x, y) 2022-12-01T10:28:36.5014043Z test_vmap.py:732: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5014501Z vmap(vmap(op, in_dims=(0, None)), in_dims=(None, 1))(x, y) 2022-12-01T10:28:36.5015160Z test_vmap.py:737: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5015668Z vmap(vmap(op, in_dims=(None, 0)))(x, y) 2022-12-01T10:28:36.5015867Z ok (0.026s) 2022-12-01T10:28:36.5016580Z test_inplace_fallback_nary_same_levels (__main__.TestVmapAPI) ... test_vmap.py:673: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5017076Z vmap(op, (2, 0))(x, y) 2022-12-01T10:28:36.5017711Z test_vmap.py:681: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5018150Z vmap(vmap(op), (2, 0))(x, y) 2022-12-01T10:28:36.5018807Z test_vmap.py:689: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5019263Z result = vmap(vmap(vmap(op)))(x, y) 2022-12-01T10:28:36.5019457Z ok (0.653s) 2022-12-01T10:28:36.5020174Z test_inplace_fallback_unary (__main__.TestVmapAPI) ... test_vmap.py:632: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5020649Z result = vmap(op)(x) 2022-12-01T10:28:36.5021285Z test_vmap.py:639: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5021738Z result = vmap(op, out_dims=(1,))(x) 2022-12-01T10:28:36.5022384Z test_vmap.py:646: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5022822Z result = vmap(vmap(op))(x) 2022-12-01T10:28:36.5023445Z test_vmap.py:653: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5023899Z result = vmap(vmap(vmap(op)))(x) 2022-12-01T10:28:36.5024089Z ok (2.301s) 2022-12-01T10:28:36.5024893Z test_integer_in_dim_but_not_tensor_input_err_msg (__main__.TestVmapAPI) ... test_vmap.py:447: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5025399Z vmap(torch.sum)(x, 0) 2022-12-01T10:28:36.5026038Z test_vmap.py:449: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5026476Z vmap(torch.sum, (0, 0))(x, 0) 2022-12-01T10:28:36.5027114Z test_vmap.py:451: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5027573Z vmap(lambda z: z[0] + z[1], in_dims=([0, 0],))([x, 1]) 2022-12-01T10:28:36.5028273Z test_vmap.py:453: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5028719Z vmap(torch.sum, (0, None))(x, 0) 2022-12-01T10:28:36.5028908Z ok (0.003s) 2022-12-01T10:28:36.5029593Z test_multiple_inputs (__main__.TestVmapAPI) ... test_vmap.py:79: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5030090Z output = vmap(torch.mul)(x, y) 2022-12-01T10:28:36.5030282Z ok (0.002s) 2022-12-01T10:28:36.5030982Z test_multiple_out_dims (__main__.TestVmapAPI) ... test_vmap.py:221: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5031525Z result = vmap(foo, out_dims=(0, 1))(x) 2022-12-01T10:28:36.5032181Z test_vmap.py:224: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5032687Z result = vmap(bar, out_dims=(-1, 0, 1, 2))(x, y) 2022-12-01T10:28:36.5032887Z ok (0.006s) 2022-12-01T10:28:36.5033576Z test_multiple_outputs (__main__.TestVmapAPI) ... test_vmap.py:87: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5034069Z outputs = vmap(foo)(x) 2022-12-01T10:28:36.5034249Z ok (0.003s) 2022-12-01T10:28:36.5034974Z test_multiple_outputs_error_cases (__main__.TestVmapAPI) ... test_vmap.py:107: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5035473Z vmap(returns_tuple_of_tensors)(x) 2022-12-01T10:28:36.5036128Z test_vmap.py:112: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5036588Z vmap(returns_list_of_two_tensors)(x) 2022-12-01T10:28:36.5037239Z test_vmap.py:114: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5037679Z vmap(returns_list_of_one_tensor)(x) 2022-12-01T10:28:36.5037874Z ok (0.002s) 2022-12-01T10:28:36.5038598Z test_nested_non_default_in_dims (__main__.TestVmapAPI) ... test_vmap.py:338: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5039129Z result = vmap(vmap(vmap(torch.mul), (1, 0)), (1, 2))(x, y) 2022-12-01T10:28:36.5039322Z ok (0.005s) 2022-12-01T10:28:36.5040019Z test_nested_out_dims (__main__.TestVmapAPI) ... test_vmap.py:237: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5040592Z result = vmap(lambda y: vmap(lambda x: x, out_dims=1)(y))(y) 2022-12-01T10:28:36.5041266Z test_vmap.py:242: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5041758Z result = vmap(lambda y: vmap(lambda x: x, out_dims=1)(y), out_dims=1)(y) 2022-12-01T10:28:36.5042431Z test_vmap.py:247: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5042992Z result = vmap(lambda y: vmap(lambda x: x, out_dims=-1)(y), out_dims=-1)(y) 2022-12-01T10:28:36.5043707Z test_vmap.py:254: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5044412Z result = vmap(lambda y: vmap(lambda x: x * y, out_dims=1)(x), out_dims=-1)(y) 2022-12-01T10:28:36.5044630Z ok (0.007s) 2022-12-01T10:28:36.5045349Z test_nested_with_different_map_dim (__main__.TestVmapAPI) ... test_vmap.py:128: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5045877Z output = vmap(lambda x: vmap(lambda y: x * y)(y))(x) 2022-12-01T10:28:36.5046542Z test_vmap.py:133: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5047026Z output = vmap(lambda x: vmap(lambda y: vmap(lambda z: x * y * z)(z))(y))(x) 2022-12-01T10:28:36.5047262Z ok (0.004s) 2022-12-01T10:28:36.5047987Z test_nested_with_same_map_dim (__main__.TestVmapAPI) ... test_vmap.py:119: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5048494Z output = vmap(vmap(torch.mul))(x, y) 2022-12-01T10:28:36.5049138Z test_vmap.py:122: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5049600Z output = vmap(vmap(vmap(torch.mul)))(x, y) 2022-12-01T10:28:36.5049805Z ok (0.003s) 2022-12-01T10:28:36.5050493Z test_nn_module (__main__.TestVmapAPI) ... test_vmap.py:805: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5050959Z result = vmap(model)(tensor) 2022-12-01T10:28:36.5051144Z ok (0.003s) 2022-12-01T10:28:36.5051864Z test_non_default_in_dims_out_dims (__main__.TestVmapAPI) ... test_vmap.py:345: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5052388Z result = vmap(lambda x: x, in_dims=1, out_dims=1)(x) 2022-12-01T10:28:36.5053036Z test_vmap.py:350: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5053588Z result = vmap(lambda x: x, in_dims=2, out_dims=1)(x) 2022-12-01T10:28:36.5054253Z test_vmap.py:359: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5054717Z result = vmap(foo, in_dims=1, out_dims=1)(x) 2022-12-01T10:28:36.5055365Z test_vmap.py:363: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5055813Z result = vmap(foo, in_dims=2, out_dims=1)(x) 2022-12-01T10:28:36.5056512Z test_vmap.py:368: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5056961Z result = vmap(vmap(foo, 1, 1), 1, 1)(x) 2022-12-01T10:28:36.5057154Z ok (0.007s) 2022-12-01T10:28:36.5057852Z test_non_tensor_output_raises (__main__.TestVmapAPI) ... test_vmap.py:29: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5058368Z output = vmap(lambda x: 3.14)(torch.ones(3)) 2022-12-01T10:28:36.5059032Z test_vmap.py:35: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5059497Z vmap(multiple_outputs)(torch.ones(3)) 2022-12-01T10:28:36.5059684Z ok (0.002s) 2022-12-01T10:28:36.5060384Z test_non_zero_in_dims (__main__.TestVmapAPI) ... test_vmap.py:311: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5060880Z output = vmap(lambda x: x, (1,))(tensor) 2022-12-01T10:28:36.5061531Z test_vmap.py:317: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5061970Z output = vmap(torch.mul, (0, 1))(x, y) 2022-12-01T10:28:36.5062622Z test_vmap.py:319: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5063077Z output = vmap(torch.mul, (1, 0))(x, y) 2022-12-01T10:28:36.5063274Z ok (0.004s) 2022-12-01T10:28:36.5063950Z test_none_in_dims (__main__.TestVmapAPI) ... test_vmap.py:327: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5064512Z output = vmap(torch.mul, (0, None))(x, y) 2022-12-01T10:28:36.5065176Z test_vmap.py:332: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5065677Z output = vmap(torch.mul, (0, None))(x, 2) 2022-12-01T10:28:36.5065860Z ok (0.003s) 2022-12-01T10:28:36.5066563Z test_nonzero_out_dims (__main__.TestVmapAPI) ... test_vmap.py:172: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5067070Z result = vmap(lambda x: x, out_dims=1)(tensor) 2022-12-01T10:28:36.5067728Z test_vmap.py:178: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5068197Z result = vmap(lambda x: x, out_dims=2)(tensor) 2022-12-01T10:28:36.5068879Z test_vmap.py:184: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5069389Z result = vmap(lambda x: x, out_dims=-1)(tensor) 2022-12-01T10:28:36.5070051Z test_vmap.py:191: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5070529Z result = vmap(lambda x, y: (x, y), out_dims=2)(tensor, other) 2022-12-01T10:28:36.5071184Z test_vmap.py:199: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5071648Z result = vmap(lambda x: x, out_dims=2)(tensor) 2022-12-01T10:28:36.5072304Z test_vmap.py:207: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5072746Z result = vmap(foo, out_dims=1)(x, y) 2022-12-01T10:28:36.5072925Z ok (0.012s) 2022-12-01T10:28:36.5073630Z test_noop_in_inner_vmap (__main__.TestVmapAPI) ... test_vmap.py:140: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5074138Z output = vmap(lambda x: vmap(lambda y: x)(y))(x) 2022-12-01T10:28:36.5074342Z ok (0.002s) 2022-12-01T10:28:36.5075048Z test_not_enough_in_dims_err_msg (__main__.TestVmapAPI) ... test_vmap.py:424: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5075551Z vmap(torch.mul, (0,))(x, y) 2022-12-01T10:28:36.5076318Z test_vmap.py:426: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5076763Z vmap(torch.mul, (0, 0, 0))(x, y) 2022-12-01T10:28:36.5077397Z test_vmap.py:428: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5077903Z vmap(lambda z: z[0] + z[1], in_dims=([0],))([x, y]) 2022-12-01T10:28:36.5078554Z test_vmap.py:430: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5079004Z vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))([x, y]) 2022-12-01T10:28:36.5079651Z test_vmap.py:432: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5080090Z vmap(torch.mul, (0, 0))(x, y) 2022-12-01T10:28:36.5080273Z ok (0.002s) 2022-12-01T10:28:36.5080980Z test_out_dim_out_of_bounds_err_msg (__main__.TestVmapAPI) ... test_vmap.py:303: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5081517Z vmap(lambda x: x, out_dims=3)(x) 2022-12-01T10:28:36.5082161Z test_vmap.py:305: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5082646Z vmap(lambda x: x, out_dims=-4)(x) 2022-12-01T10:28:36.5082825Z ok (0.013s) 2022-12-01T10:28:36.5083561Z test_out_dims_and_num_outputs_mismatch_err_msg (__main__.TestVmapAPI) ... test_vmap.py:286: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5084221Z vmap(lambda x: x, out_dims=(0, 0))(x) 2022-12-01T10:28:36.5084870Z test_vmap.py:288: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5085319Z vmap(lambda x: (x, x, x), out_dims=(0, 0, 0, 0))(x) 2022-12-01T10:28:36.5085971Z test_vmap.py:292: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5086425Z vmap(lambda x: (x, x), out_dims=(0,))(x) 2022-12-01T10:28:36.5087069Z test_vmap.py:294: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5087535Z vmap(lambda x: (x, x, x), out_dims=(0, 0))(x) 2022-12-01T10:28:36.5087720Z ok (0.002s) 2022-12-01T10:28:36.5088424Z test_out_dims_edge_case (__main__.TestVmapAPI) ... test_vmap.py:264: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5088925Z expected = vmap(foo, out_dims=1)(tensor) 2022-12-01T10:28:36.5089575Z test_vmap.py:265: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5090015Z result = vmap(foo, out_dims=(1,))(tensor) 2022-12-01T10:28:36.5090272Z ok (0.002s) 2022-12-01T10:28:36.5091019Z test_out_dims_must_be_int_or_tuple_of_int_err_msg (__main__.TestVmapAPI) ... test_vmap.py:272: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5091584Z vmap(lambda x: x, out_dims='lol')(tensor) 2022-12-01T10:28:36.5092224Z test_vmap.py:274: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5092734Z vmap(lambda x: x, out_dims=('lol',))(tensor) 2022-12-01T10:28:36.5093386Z test_vmap.py:276: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5093845Z vmap(lambda x: x, out_dims=None)(tensor) 2022-12-01T10:28:36.5094530Z test_vmap.py:278: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5094988Z vmap(lambda x: x, out_dims=(None,))(tensor) 2022-12-01T10:28:36.5095187Z ok (0.002s) 2022-12-01T10:28:36.5095882Z test_single_input (__main__.TestVmapAPI) ... test_vmap.py:73: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5096351Z output = vmap(square)(x) 2022-12-01T10:28:36.5096537Z ok (0.002s) 2022-12-01T10:28:36.5097246Z test_unsupported_op_err_msg (__main__.TestVmapAPI) ... test_vmap.py:151: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5097740Z vmap(torch.ravel)(tensor) 2022-12-01T10:28:36.5098364Z test_vmap.py:157: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5098809Z vmap(out_op)(tensor, tensor) 2022-12-01T10:28:36.5099446Z test_vmap.py:162: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5099907Z vmap(lambda t: torch.atleast_1d([t]))(tensor) 2022-12-01T10:28:36.5100559Z test_vmap.py:167: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5101010Z vmap(torch.Tensor.item)(tensor) 2022-12-01T10:28:36.5101205Z ok (0.020s) 2022-12-01T10:28:36.5101449Z test_add_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.012s) 2022-12-01T10:28:36.5102267Z test_binary_cross_entropy_cpu (__main__.TestVmapBatchedGradientCPU) ... test_vmap.py:883: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5102851Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-12-01T10:28:36.5103055Z ok (0.009s) 2022-12-01T10:28:36.5103305Z test_diagonal_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.005s) 2022-12-01T10:28:36.5103606Z test_div_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.023s) 2022-12-01T10:28:36.5103920Z test_expand_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-12-01T10:28:36.5104785Z test_index_cpu (__main__.TestVmapBatchedGradientCPU) ... test_vmap.py:883: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5105318Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-12-01T10:28:36.5105505Z ok (0.007s) 2022-12-01T10:28:36.5105810Z test_inplace_manyview_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.014s) 2022-12-01T10:28:36.5106154Z test_inplace_on_view_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.011s) 2022-12-01T10:28:36.5106467Z test_lgamma_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.006s) 2022-12-01T10:28:36.5106818Z test_log1p_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.006s) 2022-12-01T10:28:36.5107132Z test_log_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.005s) 2022-12-01T10:28:36.5107434Z test_logsumexp_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.009s) 2022-12-01T10:28:36.5108240Z test_max_cpu (__main__.TestVmapBatchedGradientCPU) ... test_vmap.py:883: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5108770Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-12-01T10:28:36.5108970Z ok (0.004s) 2022-12-01T10:28:36.5109202Z test_median_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.004s) 2022-12-01T10:28:36.5109516Z test_min_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.004s) 2022-12-01T10:28:36.5109824Z test_mul_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.019s) 2022-12-01T10:28:36.5110134Z test_permute_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-12-01T10:28:36.5110433Z test_reshape_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-12-01T10:28:36.5110744Z test_select_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.006s) 2022-12-01T10:28:36.5111058Z test_sigmoid_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.006s) 2022-12-01T10:28:36.5111353Z test_slice_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.007s) 2022-12-01T10:28:36.5111665Z test_stack_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-12-01T10:28:36.5111974Z test_sub_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.012s) 2022-12-01T10:28:36.5112432Z test_symeig_cpu (__main__.TestVmapBatchedGradientCPU) ... test_vmap.py:2422: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T10:28:36.5112932Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-12-01T10:28:36.5113261Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:28:36.5113467Z should be replaced with 2022-12-01T10:28:36.5113743Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:28:36.5113956Z and 2022-12-01T10:28:36.5114148Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:28:36.5114347Z should be replaced with 2022-12-01T10:28:36.5114822Z 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-12-01T10:28:36.5115196Z return torch.symeig(x, eigenvectors=True)[0] 2022-12-01T10:28:36.5115868Z test_vmap.py:883: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5116373Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-12-01T10:28:36.5116575Z ok (0.011s) 2022-12-01T10:28:36.5116825Z test_threshold_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-12-01T10:28:36.5117142Z test_trace_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-12-01T10:28:36.5117947Z test_unrelated_output_cpu (__main__.TestVmapBatchedGradientCPU) ... test_vmap.py:2482: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5118461Z result = vmap(vjp)(gy) 2022-12-01T10:28:36.5118640Z ok (0.003s) 2022-12-01T10:28:36.5119471Z test_unrelated_output_multiple_grad_cpu (__main__.TestVmapBatchedGradientCPU) ... test_vmap.py:2497: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5119989Z result = vmap(vjp)(gy) 2022-12-01T10:28:36.5120171Z ok (0.003s) 2022-12-01T10:28:36.5120427Z test_vmap_fallback_check (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-12-01T10:28:36.5121244Z test_vmap_fallback_check_ok (__main__.TestVmapBatchedGradientCPU) ... test_vmap.py:965: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5121782Z vmap(op_using_fallback)(torch.rand(3)) 2022-12-01T10:28:36.5121983Z ok (0.001s) 2022-12-01T10:28:36.5122203Z test_T_numpy (__main__.TestVmapOperators) ... ok (0.033s) 2022-12-01T10:28:36.5122465Z test_as_strided (__main__.TestVmapOperators) ... ok (0.071s) 2022-12-01T10:28:36.5122761Z test_binary_pointwise_ops (__main__.TestVmapOperators) ... ok (0.549s) 2022-12-01T10:28:36.5123050Z test_bmm (__main__.TestVmapOperators) ... ok (0.048s) 2022-12-01T10:28:36.5123294Z test_cat (__main__.TestVmapOperators) ... ok (0.014s) 2022-12-01T10:28:36.5123552Z test_chunk (__main__.TestVmapOperators) ... ok (0.319s) 2022-12-01T10:28:36.5123813Z test_clamp (__main__.TestVmapOperators) ... ok (0.069s) 2022-12-01T10:28:36.5124342Z test_clone (__main__.TestVmapOperators) ... ok (0.068s) 2022-12-01T10:28:36.5124720Z test_comparison_ops (__main__.TestVmapOperators) ... ok (0.207s) 2022-12-01T10:28:36.5125106Z test_conj (__main__.TestVmapOperators) ... ok (0.031s) 2022-12-01T10:28:36.5125484Z test_contiguous (__main__.TestVmapOperators) ... ok (0.022s) 2022-12-01T10:28:36.5125856Z test_diagonal (__main__.TestVmapOperators) ... ok (0.017s) 2022-12-01T10:28:36.5126233Z test_dot (__main__.TestVmapOperators) ... ok (0.036s) 2022-12-01T10:28:36.5126619Z test_expand_as (__main__.TestVmapOperators) ... ok (0.035s) 2022-12-01T10:28:36.5127008Z test_fill_and_zero_inplace (__main__.TestVmapOperators) ... ok (0.058s) 2022-12-01T10:28:36.5127405Z test_imag (__main__.TestVmapOperators) ... ok (0.034s) 2022-12-01T10:28:36.5127784Z test_is_complex (__main__.TestVmapOperators) ... ok (0.002s) 2022-12-01T10:28:36.5128176Z test_is_contiguous (__main__.TestVmapOperators) ... ok (0.016s) 2022-12-01T10:28:36.5128568Z test_is_floating_point (__main__.TestVmapOperators) ... ok (0.002s) 2022-12-01T10:28:36.5128954Z test_mm (__main__.TestVmapOperators) ... ok (0.039s) 2022-12-01T10:28:36.5129329Z test_movedim (__main__.TestVmapOperators) ... ok (0.032s) 2022-12-01T10:28:36.5129683Z test_mv (__main__.TestVmapOperators) ... ok (0.037s) 2022-12-01T10:28:36.5130183Z test_narrow (__main__.TestVmapOperators) ... ok (0.018s) 2022-12-01T10:28:36.5130560Z test_new_empty (__main__.TestVmapOperators) ... ok (0.003s) 2022-12-01T10:28:36.5130920Z test_new_empty_strided (__main__.TestVmapOperators) ... ok (0.016s) 2022-12-01T10:28:36.5131200Z test_new_zeros (__main__.TestVmapOperators) ... ok (0.006s) 2022-12-01T10:28:36.5131486Z test_no_random_op_support (__main__.TestVmapOperators) ... ok (0.273s) 2022-12-01T10:28:36.5131766Z test_real (__main__.TestVmapOperators) ... ok (0.034s) 2022-12-01T10:28:36.5132017Z test_reshape (__main__.TestVmapOperators) ... ok (0.032s) 2022-12-01T10:28:36.5132287Z test_reshape_as (__main__.TestVmapOperators) ... ok (0.036s) 2022-12-01T10:28:36.5132561Z test_result_type (__main__.TestVmapOperators) ... ok (0.017s) 2022-12-01T10:28:36.5132818Z test_select (__main__.TestVmapOperators) ... ok (0.010s) 2022-12-01T10:28:36.5133082Z test_slice (__main__.TestVmapOperators) ... ok (0.012s) 2022-12-01T10:28:36.5133343Z test_split (__main__.TestVmapOperators) ... ok (0.518s) 2022-12-01T10:28:36.5133594Z test_squeeze (__main__.TestVmapOperators) ... ok (0.010s) 2022-12-01T10:28:36.5133858Z test_stack (__main__.TestVmapOperators) ... ok (0.014s) 2022-12-01T10:28:36.5134174Z test_stride (__main__.TestVmapOperators) ... ok (0.002s) 2022-12-01T10:28:36.5134443Z test_sum_dim (__main__.TestVmapOperators) ... ok (0.020s) 2022-12-01T10:28:36.5134685Z test_t (__main__.TestVmapOperators) ... ok (0.015s) 2022-12-01T10:28:36.5134952Z test_tensor_split (__main__.TestVmapOperators) ... ok (1.051s) 2022-12-01T10:28:36.5135220Z test_to (__main__.TestVmapOperators) ... ok (0.013s) 2022-12-01T10:28:36.5135466Z test_trace (__main__.TestVmapOperators) ... ok (0.010s) 2022-12-01T10:28:36.5135733Z test_transpose (__main__.TestVmapOperators) ... ok (0.020s) 2022-12-01T10:28:36.5136020Z test_unary_pointwise_ops (__main__.TestVmapOperators) ... ok (0.409s) 2022-12-01T10:28:36.5136287Z test_unbind (__main__.TestVmapOperators) ... ok (0.842s) 2022-12-01T10:28:36.5136552Z test_unfold (__main__.TestVmapOperators) ... ok (0.010s) 2022-12-01T10:28:36.5136811Z test_view (__main__.TestVmapOperators) ... ok (0.039s) 2022-12-01T10:28:36.5137076Z test_view_as (__main__.TestVmapOperators) ... ok (0.044s) 2022-12-01T10:28:36.5137337Z test_view_as_complex (__main__.TestVmapOperators) ... ok (0.147s) 2022-12-01T10:28:36.5137621Z test_view_as_real (__main__.TestVmapOperators) ... ok (0.039s) 2022-12-01T10:28:36.5137906Z test_vmap_fallback_check (__main__.TestVmapOperators) ... ok (0.002s) 2022-12-01T10:28:36.5138719Z test_vmap_fallback_check_ok (__main__.TestVmapOperators) ... test_vmap.py:965: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:28:36.5139247Z vmap(op_using_fallback)(torch.rand(3)) 2022-12-01T10:28:36.5139444Z ok (0.001s) 2022-12-01T10:28:36.5139552Z 2022-12-01T10:28:36.5139756Z ---------------------------------------------------------------------- 2022-12-01T10:28:36.5139990Z Ran 125 tests in 10.756s 2022-12-01T10:28:36.5140105Z 2022-12-01T10:28:36.5140169Z OK 2022-12-01T10:28:36.5140262Z 2022-12-01T10:28:36.5140348Z Generating XML reports... 2022-12-01T10:28:36.5140725Z Generated XML report: test-reports/python-unittest/test_vmap/TEST-TestVmapAPI-20221201102825.xml 2022-12-01T10:28:36.5141259Z Generated XML report: test-reports/python-unittest/test_vmap/TEST-TestVmapBatchedGradientCPU-20221201102825.xml 2022-12-01T10:28:36.5141791Z Generated XML report: test-reports/python-unittest/test_vmap/TEST-TestVmapOperators-20221201102825.xml 2022-12-01T10:28:36.5142022Z 2022-12-01T10:28:36.5142419Z ##[endgroup] 2022-12-01T10:28:36.5142771Z FINISHED PRINTING LOG FILE of test_vmap (/var/lib/jenkins/workspace/test/test-reports/test_vmap_gpz5t2xh) 2022-12-01T10:28:36.5142980Z 2022-12-01T10:28:40.9371900Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:28:41.0394496Z Ignoring disabled issues: [] 2022-12-01T10:28:41.0606188Z Running test_utils ... [2022-12-01 10:28:41.060221] 2022-12-01T10:28:41.0607960Z Executing ['/opt/conda/bin/python', '-bb', 'test_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:28:41.060561] 2022-12-01T10:28:55.4818379Z 2022-12-01T10:28:55.4818906Z Expand the folded group to see the log file of test_utils 2022-12-01T10:28:55.4819914Z ##[group]PRINTING LOG FILE of test_utils (/var/lib/jenkins/workspace/test/test-reports/test_utils_qh6syite) 2022-12-01T10:28:55.4820769Z Test results will be stored in test-reports/python-unittest/test_utils 2022-12-01T10:28:55.4821348Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:28:55.4821616Z 2022-12-01T10:28:55.4821744Z Running tests... 2022-12-01T10:28:55.4822320Z ---------------------------------------------------------------------- 2022-12-01T10:28:55.4822808Z test_assert_scriptable (__main__.TestAssert) ... ok (0.748s) 2022-12-01T10:28:55.4823285Z test_assert_true (__main__.TestAssert) ... ok (0.002s) 2022-12-01T10:28:55.4825134Z test_bottleneck_cpu_only (__main__.TestBottleneck) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68433 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:28:55.4826129Z test_bottleneck_cuda (__main__.TestBottleneck) ... skip: No CUDA (0.001s) 2022-12-01T10:28:55.4826614Z test_checkpoint (__main__.TestCheckpoint) ... ok (0.030s) 2022-12-01T10:28:55.4827089Z test_checkpoint_module_list (__main__.TestCheckpoint) ... ok (0.027s) 2022-12-01T10:28:55.4828169Z test_checkpoint_no_tensors (__main__.TestCheckpoint) ... /opt/conda/lib/python3.7/site-packages/torch/utils/checkpoint.py:31: UserWarning: None of the inputs have requires_grad=True. Gradients will be None 2022-12-01T10:28:55.4828981Z warnings.warn("None of the inputs have requires_grad=True. Gradients will be None") 2022-12-01T10:28:55.4829406Z ok (0.003s) 2022-12-01T10:28:55.4829790Z test_checkpoint_non_tensor (__main__.TestCheckpoint) ... ok (0.002s) 2022-12-01T10:28:55.4830338Z test_checkpoint_non_tensor_inputs_outputs (__main__.TestCheckpoint) ... ok (0.013s) 2022-12-01T10:28:55.4830951Z test_checkpoint_not_preserve_rng_state_and_without_reentrant (__main__.TestCheckpoint) ... skip: No CUDA (0.001s) 2022-12-01T10:28:55.4831499Z test_checkpoint_partial_grad (__main__.TestCheckpoint) ... ok (0.003s) 2022-12-01T10:28:55.4832015Z test_checkpoint_rng_cpu (__main__.TestCheckpoint) ... ok (0.163s) 2022-12-01T10:28:55.4832526Z test_checkpoint_rng_cuda (__main__.TestCheckpoint) ... skip: No CUDA (0.001s) 2022-12-01T10:28:55.4833109Z test_checkpoint_sequential_deprecated_multiple_args (__main__.TestCheckpoint) ... ok (0.001s) 2022-12-01T10:28:55.4833697Z test_checkpoint_sequential_deprecated_no_args (__main__.TestCheckpoint) ... ok (0.001s) 2022-12-01T10:28:55.4834259Z test_checkpoint_trigger (__main__.TestCheckpoint) ... ok (0.004s) 2022-12-01T10:28:55.4834746Z test_checkpoint_valid (__main__.TestCheckpoint) ... ok (0.004s) 2022-12-01T10:28:55.4835325Z test_checkpointing_without_reentrant_early_free (__main__.TestCheckpoint) ... skip: Test requires CUDA (0.002s) 2022-12-01T10:28:55.4836836Z test_smoke (__main__.TestCollectEnv) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77345 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:28:55.4837849Z test_cc_compiler_is_ok (__main__.TestCppExtensionUtils) ... ok (0.158s) 2022-12-01T10:28:55.4838382Z test_cpp_compiler_is_ok (__main__.TestCppExtensionUtils) ... ok (0.124s) 2022-12-01T10:28:55.4839895Z test_multi_drop (__main__.TestDataLoaderUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82865 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:28:55.4841400Z test_multi_keep (__main__.TestDataLoaderUtils) ... skip: FIXME: Intermittent CUDA out-of-memory error on Windows and time-out under ASAN (0.001s) 2022-12-01T10:28:55.4843036Z test_random_seed (__main__.TestDataLoaderUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70516 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:28:55.4844270Z test_single_drop (__main__.TestDataLoaderUtils) ... ok (0.003s) 2022-12-01T10:28:55.4844775Z test_single_keep (__main__.TestDataLoaderUtils) ... ok (0.002s) 2022-12-01T10:28:55.4845261Z test_external_module_register (__main__.TestExtensionUtils) ... ok (0.004s) 2022-12-01T10:28:55.4845897Z test_import_hipify (__main__.TestHipify) ... ok (0.001s) 2022-12-01T10:28:55.4846363Z test_check_onnx_broadcast (__main__.TestONNXUtils) ... ok (0.003s) 2022-12-01T10:28:55.4846862Z test_prepare_onnx_paddings (__main__.TestONNXUtils) ... ok (0.001s) 2022-12-01T10:28:55.4847356Z test_load_standalone (__main__.TestStandaloneCPPJIT) ... ok (8.471s) 2022-12-01T10:28:55.4847654Z 2022-12-01T10:28:55.4848033Z ---------------------------------------------------------------------- 2022-12-01T10:28:55.4848450Z Ran 31 tests in 9.779s 2022-12-01T10:28:55.4848642Z 2022-12-01T10:28:55.4848748Z OK (skipped=9) 2022-12-01T10:28:55.4848933Z 2022-12-01T10:28:55.4849080Z Generating XML reports... 2022-12-01T10:28:55.4849758Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestAssert-20221201102844.xml 2022-12-01T10:28:55.4850627Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestCheckpoint-20221201102844.xml 2022-12-01T10:28:55.4851519Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestCppExtensionUtils-20221201102844.xml 2022-12-01T10:28:55.4852457Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestDataLoaderUtils-20221201102844.xml 2022-12-01T10:28:55.4853389Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestExtensionUtils-20221201102844.xml 2022-12-01T10:28:55.4854236Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestHipify-20221201102844.xml 2022-12-01T10:28:55.4855072Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestONNXUtils-20221201102844.xml 2022-12-01T10:28:55.4855985Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestStandaloneCPPJIT-20221201102844.xml 2022-12-01T10:28:55.4856842Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestBottleneck-20221201102844.xml 2022-12-01T10:28:55.4857700Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestCollectEnv-20221201102844.xml 2022-12-01T10:28:55.4858088Z 2022-12-01T10:28:55.4858568Z ##[endgroup] 2022-12-01T10:28:55.4859211Z FINISHED PRINTING LOG FILE of test_utils (/var/lib/jenkins/workspace/test/test-reports/test_utils_qh6syite) 2022-12-01T10:28:55.4859577Z 2022-12-01T10:28:59.9745766Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:29:00.0801202Z Ignoring disabled issues: [] 2022-12-01T10:29:00.1015266Z Running test_module_init ... [2022-12-01 10:29:00.101120] 2022-12-01T10:29:00.1016752Z Executing ['/opt/conda/bin/python', '-bb', 'test_module_init.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:29:00.101463] 2022-12-01T10:29:12.4435125Z 2022-12-01T10:29:12.4435835Z Expand the folded group to see the log file of test_module_init 2022-12-01T10:29:12.4436900Z ##[group]PRINTING LOG FILE of test_module_init (/var/lib/jenkins/workspace/test/test-reports/test_module_init_sxscsaex) 2022-12-01T10:29:12.4439489Z Test results will be stored in test-reports/python-unittest/test_module_init 2022-12-01T10:29:12.4441031Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64). 2022-12-01T10:29:12.4441938Z warnings.warn(msg, FutureWarning) 2022-12-01T10:29:12.4442403Z 2022-12-01T10:29:12.4442754Z Running tests... 2022-12-01T10:29:12.4443156Z ---------------------------------------------------------------------- 2022-12-01T10:29:12.4443615Z test_nn_AdaptiveAvgPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4444201Z test_nn_AdaptiveAvgPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4444694Z test_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4445269Z test_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4446083Z test_nn_AdaptiveAvgPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4446406Z test_nn_AdaptiveAvgPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4446752Z test_nn_AdaptiveLogSoftmaxWithLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.008s) 2022-12-01T10:29:12.4447128Z test_nn_AdaptiveLogSoftmaxWithLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-12-01T10:29:12.4447459Z test_nn_AdaptiveMaxPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4447784Z test_nn_AdaptiveMaxPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4448109Z test_nn_AdaptiveMaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4448433Z test_nn_AdaptiveMaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4486930Z test_nn_AdaptiveMaxPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4487614Z test_nn_AdaptiveMaxPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4488146Z test_nn_AlphaDropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4488464Z test_nn_AlphaDropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4488763Z test_nn_AvgPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4489071Z test_nn_AvgPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4489371Z test_nn_AvgPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4489673Z test_nn_AvgPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4489954Z test_nn_AvgPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4490256Z test_nn_AvgPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4524747Z test_nn_BCELoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4525292Z test_nn_BCELoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4525860Z test_nn_BCEWithLogitsLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4526479Z test_nn_BCEWithLogitsLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4527037Z test_nn_BatchNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:29:12.4527556Z test_nn_BatchNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:29:12.4528086Z test_nn_BatchNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4528596Z test_nn_BatchNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4529104Z test_nn_BatchNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:29:12.4529831Z test_nn_BatchNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.009s) 2022-12-01T10:29:12.4530373Z test_nn_Bilinear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-12-01T10:29:12.4530897Z test_nn_Bilinear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.024s) 2022-12-01T10:29:12.4531400Z test_nn_CELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4531892Z test_nn_CELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4532403Z test_nn_CTCLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4532909Z test_nn_CTCLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4533434Z test_nn_ChannelShuffle_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4533957Z test_nn_ChannelShuffle_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4564709Z test_nn_ConstantPad1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4565270Z test_nn_ConstantPad1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4565837Z test_nn_ConstantPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4566450Z test_nn_ConstantPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4567012Z test_nn_ConstantPad3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4567454Z test_nn_ConstantPad3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4567751Z test_nn_Conv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4568047Z test_nn_Conv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4568495Z test_nn_Conv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:29:12.4568921Z test_nn_Conv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4569414Z test_nn_Conv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4569878Z test_nn_Conv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4570411Z test_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4570997Z test_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4571577Z test_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4572077Z test_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4572506Z test_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4572980Z test_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4573293Z test_nn_CosineEmbeddingLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4573630Z test_nn_CosineEmbeddingLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4573985Z test_nn_CosineSimilarity_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4574628Z test_nn_CosineSimilarity_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4575180Z test_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4575754Z test_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4576358Z test_nn_CrossMapLRN2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4576904Z test_nn_CrossMapLRN2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.036s) 2022-12-01T10:29:12.4577467Z test_nn_Dropout1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4577983Z test_nn_Dropout1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4578386Z test_nn_Dropout2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4578796Z test_nn_Dropout2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4579328Z test_nn_Dropout3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4579717Z test_nn_Dropout3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4580160Z test_nn_Dropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4580678Z test_nn_Dropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4581202Z test_nn_ELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4581719Z test_nn_ELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4582237Z test_nn_EmbeddingBag_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4582736Z test_nn_EmbeddingBag_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4583244Z test_nn_Embedding_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4583784Z test_nn_Embedding_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.019s) 2022-12-01T10:29:12.4584510Z test_nn_FeatureAlphaDropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4585138Z test_nn_FeatureAlphaDropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4585665Z test_nn_Flatten_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4586115Z test_nn_Flatten_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4586534Z test_nn_Fold_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4586823Z test_nn_Fold_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4587133Z test_nn_FractionalMaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4587456Z test_nn_FractionalMaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4587791Z test_nn_FractionalMaxPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4588123Z test_nn_FractionalMaxPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4588427Z test_nn_GELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4588702Z test_nn_GELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4588986Z test_nn_GLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4589520Z test_nn_GLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4590122Z test_nn_GRUCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4590779Z test_nn_GRUCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:29:12.4591419Z test_nn_GRU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4592041Z test_nn_GRU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4592684Z test_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4593394Z test_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4594071Z test_nn_GroupNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4594700Z test_nn_GroupNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4595364Z test_nn_Hardshrink_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4596039Z test_nn_Hardshrink_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4596712Z test_nn_Hardsigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4597360Z test_nn_Hardsigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4598018Z test_nn_Hardswish_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4598780Z test_nn_Hardswish_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4599418Z test_nn_Hardtanh_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4600061Z test_nn_Hardtanh_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4600743Z test_nn_HingeEmbeddingLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4601476Z test_nn_HingeEmbeddingLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4602136Z test_nn_HuberLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4602788Z test_nn_HuberLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4603434Z test_nn_Identity_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4604164Z test_nn_Identity_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4604838Z test_nn_InstanceNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4605452Z test_nn_InstanceNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4606108Z test_nn_InstanceNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4606410Z test_nn_InstanceNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4606717Z test_nn_InstanceNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4607018Z test_nn_InstanceNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4607312Z test_nn_KLDivLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4607615Z test_nn_KLDivLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4607910Z test_nn_L1Loss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4608199Z test_nn_L1Loss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-12-01T10:29:12.4608484Z test_nn_LPPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4608785Z test_nn_LPPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4609079Z test_nn_LPPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4609356Z test_nn_LPPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4609650Z test_nn_LSTMCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4609944Z test_nn_LSTMCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4610230Z test_nn_LSTM_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4610502Z test_nn_LSTM_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4610794Z test_nn_LayerNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4611091Z test_nn_LayerNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4611885Z test_nn_LazyBatchNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:29:12.4612519Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:29:12.4612752Z ok (0.005s) 2022-12-01T10:29:12.4613021Z test_nn_LazyBatchNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:29:12.4613338Z test_nn_LazyBatchNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4613658Z test_nn_LazyBatchNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4613977Z test_nn_LazyBatchNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4614295Z test_nn_LazyBatchNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4614660Z test_nn_LazyConv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4614965Z test_nn_LazyConv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4615266Z test_nn_LazyConv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4615558Z test_nn_LazyConv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:29:12.4615857Z test_nn_LazyConv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4616158Z test_nn_LazyConv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4616476Z test_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4616803Z test_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4617135Z test_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4617467Z test_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4617801Z test_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4618163Z test_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4618501Z test_nn_LazyInstanceNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.061s) 2022-12-01T10:29:12.4618828Z test_nn_LazyInstanceNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:29:12.4619149Z test_nn_LazyInstanceNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4619478Z test_nn_LazyInstanceNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4619799Z test_nn_LazyInstanceNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4620115Z test_nn_LazyInstanceNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4620416Z test_nn_LazyLinear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4620720Z test_nn_LazyLinear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4621026Z test_nn_LeakyReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4621312Z test_nn_LeakyReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4621729Z test_nn_Linear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4622007Z test_nn_Linear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4622316Z test_nn_LocalResponseNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4622647Z test_nn_LocalResponseNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4622949Z test_nn_LogSigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4623250Z test_nn_LogSigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4623551Z test_nn_LogSoftmax_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4623854Z test_nn_LogSoftmax_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:29:12.4624135Z test_nn_MSELoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:29:12.4624500Z test_nn_MSELoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:29:12.4624809Z test_nn_MarginRankingLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4625129Z test_nn_MarginRankingLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4625441Z test_nn_MaxPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4625743Z test_nn_MaxPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4626039Z test_nn_MaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4626380Z test_nn_MaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4626677Z test_nn_MaxPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4626972Z test_nn_MaxPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4627257Z test_nn_MaxUnpool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4627560Z test_nn_MaxUnpool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4627855Z test_nn_MaxUnpool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4628159Z test_nn_MaxUnpool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4628444Z test_nn_MaxUnpool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4628738Z test_nn_MaxUnpool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4629035Z test_nn_Mish_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4629320Z test_nn_Mish_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4629656Z test_nn_ModuleDict_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4629957Z test_nn_ModuleDict_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4630260Z test_nn_ModuleList_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4630546Z test_nn_ModuleList_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4630868Z test_nn_MultiLabelMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4631208Z test_nn_MultiLabelMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4631542Z test_nn_MultiLabelSoftMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4631891Z test_nn_MultiLabelSoftMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4632232Z test_nn_MultiMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4632554Z test_nn_MultiMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4632863Z test_nn_MultiheadAttention_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-12-01T10:29:12.4643031Z test_nn_MultiheadAttention_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.008s) 2022-12-01T10:29:12.4643444Z test_nn_NLLLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4643752Z test_nn_NLLLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4644212Z test_nn_PReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4644510Z test_nn_PReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4644825Z test_nn_PairwiseDistance_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4645149Z test_nn_PairwiseDistance_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4645473Z test_nn_ParameterDict_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4645795Z test_nn_ParameterDict_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4646115Z test_nn_ParameterList_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4646418Z test_nn_ParameterList_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4646727Z test_nn_PixelShuffle_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4647037Z test_nn_PixelShuffle_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4647341Z test_nn_PixelUnshuffle_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4647657Z test_nn_PixelUnshuffle_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:29:12.4647975Z test_nn_PoissonNLLLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:29:12.4648438Z test_nn_PoissonNLLLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:29:12.4648734Z test_nn_RNNBase_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4649033Z test_nn_RNNBase_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4649358Z test_nn_RNNCellBase_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4649652Z test_nn_RNNCellBase_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4649953Z test_nn_RNNCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4650246Z test_nn_RNNCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4650539Z test_nn_RNN_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4650812Z test_nn_RNN_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4651105Z test_nn_RReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4651398Z test_nn_RReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4651730Z test_nn_ReLU6_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4652024Z test_nn_ReLU6_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4652314Z test_nn_ReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4652601Z test_nn_ReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4652896Z test_nn_ReflectionPad1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4653219Z test_nn_ReflectionPad1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4653539Z test_nn_ReflectionPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4653841Z test_nn_ReflectionPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4654164Z test_nn_ReflectionPad3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4654483Z test_nn_ReflectionPad3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4654806Z test_nn_ReplicationPad1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4655119Z test_nn_ReplicationPad1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4655442Z test_nn_ReplicationPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4655770Z test_nn_ReplicationPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4656082Z test_nn_ReplicationPad3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4656403Z test_nn_ReplicationPad3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4656708Z test_nn_SELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4657002Z test_nn_SELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4657287Z test_nn_Sequential_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4657588Z test_nn_Sequential_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4657881Z test_nn_SiLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4658169Z test_nn_SiLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4658447Z test_nn_Sigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4658739Z test_nn_Sigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4659040Z test_nn_SmoothL1Loss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4659333Z test_nn_SmoothL1Loss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4659644Z test_nn_SoftMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4659997Z test_nn_SoftMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4660309Z test_nn_Softmax2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4660598Z test_nn_Softmax2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4660893Z test_nn_Softmax_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4661185Z test_nn_Softmax_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4661458Z test_nn_Softmin_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4661748Z test_nn_Softmin_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4662039Z test_nn_Softplus_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4662335Z test_nn_Softplus_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.017s) 2022-12-01T10:29:12.4662621Z test_nn_Softshrink_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4662922Z test_nn_Softshrink_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:29:12.4663256Z test_nn_Softsign_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:29:12.4663541Z test_nn_Softsign_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4663843Z test_nn_SyncBatchNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:29:12.4664153Z test_nn_SyncBatchNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4664521Z test_nn_Tanh_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4664801Z test_nn_Tanh_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4665096Z test_nn_Tanhshrink_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4665399Z test_nn_Tanhshrink_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4665691Z test_nn_Threshold_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4665998Z test_nn_Threshold_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4666326Z test_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.012s) 2022-12-01T10:29:12.4666677Z test_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.012s) 2022-12-01T10:29:12.4667004Z test_nn_TransformerDecoder_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.014s) 2022-12-01T10:29:12.4667331Z test_nn_TransformerDecoder_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.014s) 2022-12-01T10:29:12.4667666Z test_nn_TransformerEncoderLayer_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.010s) 2022-12-01T10:29:12.4668004Z test_nn_TransformerEncoderLayer_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.011s) 2022-12-01T10:29:12.4668343Z test_nn_TransformerEncoder_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.013s) 2022-12-01T10:29:12.4668668Z test_nn_TransformerEncoder_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.012s) 2022-12-01T10:29:12.4668982Z test_nn_Transformer_cpu_float32 (__main__.TestModuleInitCPU) ... ok (2.680s) 2022-12-01T10:29:12.4669276Z test_nn_Transformer_cpu_float64 (__main__.TestModuleInitCPU) ... ok (3.332s) 2022-12-01T10:29:12.4669592Z test_nn_TripletMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4669917Z test_nn_TripletMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4670256Z test_nn_TripletMarginWithDistanceLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4670658Z test_nn_TripletMarginWithDistanceLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4670999Z test_nn_Unflatten_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4671298Z test_nn_Unflatten_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4671627Z test_nn_Unfold_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4671920Z test_nn_Unfold_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4672216Z test_nn_Upsample_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4672503Z test_nn_Upsample_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4672824Z test_nn_UpsamplingBilinear2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4673164Z test_nn_UpsamplingBilinear2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4673501Z test_nn_UpsamplingNearest2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4673820Z test_nn_UpsamplingNearest2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4674138Z test_nn_ZeroPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:29:12.4674441Z test_nn_ZeroPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4674728Z test_qat_Conv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:29:12.4675053Z test_qat_Conv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:29:12.4675345Z test_qat_Conv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:29:12.4675629Z test_qat_Conv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4675902Z test_qat_Conv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4676194Z test_qat_Conv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:29:12.4676498Z test_qat_EmbeddingBag_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4676800Z test_qat_EmbeddingBag_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:29:12.4677107Z test_qat_Embedding_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:29:12.4677413Z test_qat_Embedding_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:29:12.4677716Z test_qat_Linear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:29:12.4677994Z test_qat_Linear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:29:12.4678303Z test_quantizable_LSTMCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:29:12.4678626Z test_quantizable_LSTMCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:29:12.4678933Z test_quantizable_LSTM_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:29:12.4679241Z test_quantizable_LSTM_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:29:12.4679571Z test_quantizable_MultiheadAttention_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.008s) 2022-12-01T10:29:12.4679923Z test_quantizable_MultiheadAttention_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.008s) 2022-12-01T10:29:12.4680251Z test_quantized_BatchNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:29:12.4680575Z test_quantized_BatchNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:29:12.4680891Z test_quantized_BatchNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:29:12.4681191Z test_quantized_BatchNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:29:12.4681505Z test_quantized_Conv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4681814Z test_quantized_Conv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4682125Z test_quantized_Conv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4682419Z test_quantized_Conv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4682721Z test_quantized_Conv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4683031Z test_quantized_Conv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4683418Z test_quantized_ConvTranspose1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4683762Z test_quantized_ConvTranspose1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4684278Z test_quantized_ConvTranspose2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4684617Z test_quantized_ConvTranspose2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4684936Z test_quantized_ConvTranspose3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4685270Z test_quantized_ConvTranspose3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4685602Z test_quantized_DeQuantize_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4685913Z test_quantized_DeQuantize_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4686239Z test_quantized_Dropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4686554Z test_quantized_Dropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4686936Z test_quantized_ELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4687228Z test_quantized_ELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4687556Z test_quantized_FXFloatFunctional_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4687908Z test_quantized_FXFloatFunctional_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4688230Z test_quantized_FloatFunctional_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4688563Z test_quantized_FloatFunctional_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4688891Z test_quantized_GroupNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4689212Z test_quantized_GroupNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:29:12.4689513Z test_quantized_Hardswish_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4689829Z test_quantized_Hardswish_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4690155Z test_quantized_InstanceNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4690474Z test_quantized_InstanceNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4690804Z test_quantized_InstanceNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4691134Z test_quantized_InstanceNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-12-01T10:29:12.4691464Z test_quantized_InstanceNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4691777Z test_quantized_InstanceNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4692101Z test_quantized_LayerNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4692421Z test_quantized_LayerNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:29:12.4692735Z test_quantized_LeakyReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4693038Z test_quantized_LeakyReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4693358Z test_quantized_Linear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4693664Z test_quantized_Linear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4693969Z test_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4694287Z test_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4694601Z test_quantized_PReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4694962Z test_quantized_PReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4695268Z test_quantized_QFunctional_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4695591Z test_quantized_QFunctional_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4695907Z test_quantized_Quantize_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4696212Z test_quantized_Quantize_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4696527Z test_quantized_ReLU6_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4696835Z test_quantized_ReLU6_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4697149Z test_quantized_Sigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4697448Z test_quantized_Sigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4697771Z test_quantized_Softmax_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4698080Z test_quantized_Softmax_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:29:12.4698285Z 2022-12-01T10:29:12.4698558Z ---------------------------------------------------------------------- 2022-12-01T10:29:12.4698804Z Ran 376 tests in 7.848s 2022-12-01T10:29:12.4698923Z 2022-12-01T10:29:12.4698986Z OK 2022-12-01T10:29:12.4699079Z 2022-12-01T10:29:12.4699165Z Generating XML reports... 2022-12-01T10:29:12.4699584Z Generated XML report: test-reports/python-unittest/test_module_init/TEST-TestModuleInitCPU-20221201102903.xml 2022-12-01T10:29:12.4699827Z 2022-12-01T10:29:12.4701778Z ##[endgroup] 2022-12-01T10:29:12.4702294Z FINISHED PRINTING LOG FILE of test_module_init (/var/lib/jenkins/workspace/test/test-reports/test_module_init_sxscsaex) 2022-12-01T10:29:12.4702507Z 2022-12-01T10:29:16.9004605Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:29:17.0068473Z Ignoring disabled issues: [] 2022-12-01T10:29:17.0281279Z Running test_public_bindings ... [2022-12-01 10:29:17.027769] 2022-12-01T10:29:17.0282948Z Executing ['/opt/conda/bin/python', '-bb', 'test_public_bindings.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:29:17.028075] 2022-12-01T10:29:24.0437486Z 2022-12-01T10:29:24.0437944Z Expand the folded group to see the log file of test_public_bindings 2022-12-01T10:29:24.0439222Z ##[group]PRINTING LOG FILE of test_public_bindings (/var/lib/jenkins/workspace/test/test-reports/test_public_bindings__cc_hwap) 2022-12-01T10:29:24.0439854Z Test results will be stored in test-reports/python-unittest/test_public_bindings 2022-12-01T10:29:24.0440043Z 2022-12-01T10:29:24.0440116Z Running tests... 2022-12-01T10:29:24.0440422Z ---------------------------------------------------------------------- 2022-12-01T10:29:24.0440705Z test_correct_module_names (__main__.TestPublicBindings) 2022-12-01T10:29:24.0441622Z An API is considered public, if its `__module__` starts with `torch.` ... /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py:263: UserWarning: torch.distributed.reduce_op is deprecated, please use torch.distributed.ReduceOp instead 2022-12-01T10:29:24.0442126Z "torch.distributed.reduce_op is deprecated, please use " 2022-12-01T10:29:24.0442461Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:29:24.0442672Z ok (2.684s) 2022-12-01T10:29:24.0442891Z test_no_new_bindings (__main__.TestPublicBindings) 2022-12-01T10:29:24.0443188Z This test aims to stop the introduction of new JIT bindings into torch._C ... ok (0.005s) 2022-12-01T10:29:24.0443370Z 2022-12-01T10:29:24.0443557Z ---------------------------------------------------------------------- 2022-12-01T10:29:24.0443799Z Ran 2 tests in 2.690s 2022-12-01T10:29:24.0444209Z 2022-12-01T10:29:24.0444273Z OK 2022-12-01T10:29:24.0444363Z 2022-12-01T10:29:24.0444447Z Generating XML reports... 2022-12-01T10:29:24.0445088Z Generated XML report: test-reports/python-unittest/test_public_bindings/TEST-TestPublicBindings-20221201102920.xml 2022-12-01T10:29:24.0445333Z 2022-12-01T10:29:24.0445580Z ##[endgroup] 2022-12-01T10:29:24.0445968Z FINISHED PRINTING LOG FILE of test_public_bindings (/var/lib/jenkins/workspace/test/test-reports/test_public_bindings__cc_hwap) 2022-12-01T10:29:24.0446195Z 2022-12-01T10:29:28.6297897Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:29:28.7400491Z Ignoring disabled issues: [] 2022-12-01T10:29:28.7615740Z Running test_comparison_utils ... [2022-12-01 10:29:28.761191] 2022-12-01T10:29:28.7617565Z Executing ['/opt/conda/bin/python', '-bb', 'test_comparison_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:29:28.761533] 2022-12-01T10:29:32.7755785Z 2022-12-01T10:29:32.7756278Z Expand the folded group to see the log file of test_comparison_utils 2022-12-01T10:29:32.7757025Z ##[group]PRINTING LOG FILE of test_comparison_utils (/var/lib/jenkins/workspace/test/test-reports/test_comparison_utils_cfo7bdyv) 2022-12-01T10:29:32.7757363Z 2022-12-01T10:29:32.7757582Z ##[endgroup] 2022-12-01T10:29:32.7758290Z FINISHED PRINTING LOG FILE of test_comparison_utils (/var/lib/jenkins/workspace/test/test-reports/test_comparison_utils_cfo7bdyv) 2022-12-01T10:29:32.7758524Z 2022-12-01T10:29:37.3132468Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:29:37.4155554Z Ignoring disabled issues: [] 2022-12-01T10:29:37.4371083Z Running test_deploy ... [2022-12-01 10:29:37.436705] 2022-12-01T10:29:37.4372539Z Executing ['/opt/conda/bin/python', '-bb', '-m', 'pytest', 'test_deploy.py', '-v'] ... [2022-12-01 10:29:37.437051] 2022-12-01T10:29:42.9484994Z 2022-12-01T10:29:42.9485768Z Expand the folded group to see the log file of test_deploy 2022-12-01T10:29:42.9486635Z ##[group]PRINTING LOG FILE of test_deploy (/var/lib/jenkins/workspace/test/test-reports/test_deploy_jfoo61h8) 2022-12-01T10:29:42.9486984Z ============================= test session starts ============================== 2022-12-01T10:29:42.9487475Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T10:29:42.9487720Z cachedir: .pytest_cache 2022-12-01T10:29:42.9488162Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/var/lib/jenkins/workspace/test/.hypothesis/examples') 2022-12-01T10:29:42.9488539Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-12-01T10:29:42.9488943Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-12-01T10:29:42.9489235Z collecting ... collected 1 item 2022-12-01T10:29:42.9489512Z Running 1 items in this shard: test/test_deploy.py::TestFreezer::test_compile_string 2022-12-01T10:29:42.9489696Z 2022-12-01T10:29:42.9489839Z test_deploy.py::TestFreezer::test_compile_string PASSED [100%] 2022-12-01T10:29:42.9490008Z 2022-12-01T10:29:42.9490105Z ============================== 1 passed in 3.68s =============================== 2022-12-01T10:29:42.9490248Z 2022-12-01T10:29:42.9490464Z ##[endgroup] 2022-12-01T10:29:42.9490833Z FINISHED PRINTING LOG FILE of test_deploy (/var/lib/jenkins/workspace/test/test-reports/test_deploy_jfoo61h8) 2022-12-01T10:29:42.9491040Z 2022-12-01T10:29:47.3927163Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:29:47.4996143Z Ignoring disabled issues: [] 2022-12-01T10:29:47.5210671Z Running test_functional_autograd_benchmark ... [2022-12-01 10:29:47.520727] 2022-12-01T10:29:47.5213015Z Executing ['/opt/conda/bin/python', '-bb', 'test_functional_autograd_benchmark.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:29:47.521039] 2022-12-01T10:38:34.4404133Z 2022-12-01T10:38:34.4412247Z Expand the folded group to see the log file of test_functional_autograd_benchmark 2022-12-01T10:38:34.4413285Z ##[group]PRINTING LOG FILE of test_functional_autograd_benchmark (/var/lib/jenkins/workspace/test/test-reports/test_functional_autograd_benchmark_09f3vvgp) 2022-12-01T10:38:34.4416857Z Test results will be stored in test-reports/python-unittest/test_functional_autograd_benchmark 2022-12-01T10:38:34.4417110Z 2022-12-01T10:38:34.4417228Z Running tests... 2022-12-01T10:38:34.4417570Z ---------------------------------------------------------------------- 2022-12-01T10:38:34.4418058Z test_fast_tasks (__main__.TestFunctionalAutogradBenchmark) ... Found functorch: 1.13.0a0+gitc13d400 2022-12-01T10:38:34.4418642Z Results for model resnet18 on task vjp: nans (var: nan) 2022-12-01T10:38:34.4419080Z Results for model resnet18 on task vjp using Functorch: nans (var: nan) 2022-12-01T10:38:34.4419335Z Found functorch: 1.13.0a0+gitc13d400 2022-12-01T10:38:34.4419589Z Results for model ppl_simple_reg on task vjp: nans (var: nan) 2022-12-01T10:38:34.4419875Z Results for model ppl_simple_reg on task vjp using Functorch: nans (var: nan) 2022-12-01T10:38:34.4420136Z Found functorch: 1.13.0a0+gitc13d400 2022-12-01T10:38:34.4420387Z Results for model ppl_robust_reg on task vjp: nans (var: nan) 2022-12-01T10:38:34.4445827Z Results for model ppl_robust_reg on task vjp using Functorch: nans (var: nan) 2022-12-01T10:38:34.4446421Z Found functorch: 1.13.0a0+gitc13d400 2022-12-01T10:38:34.4447237Z Results for model wav2letter on task vjp: nans (var: nan) 2022-12-01T10:38:34.4447863Z Results for model wav2letter on task vjp using Functorch: nans (var: nan) 2022-12-01T10:38:34.4448393Z Found functorch: 1.13.0a0+gitc13d400 2022-12-01T10:38:34.4448921Z Results for model transformer on task vjp: nans (var: nan) 2022-12-01T10:38:34.4449549Z Results for model transformer on task vjp using Functorch: nans (var: nan) 2022-12-01T10:38:34.4450078Z Found functorch: 1.13.0a0+gitc13d400 2022-12-01T10:38:34.4450616Z Results for model multiheadattn on task vjp: nans (var: nan) 2022-12-01T10:38:34.4455268Z Results for model multiheadattn on task vjp using Functorch: nans (var: nan) 2022-12-01T10:38:34.4455663Z ok (522.726s) 2022-12-01T10:38:34.4456992Z test_slow_tasks (__main__.TestFunctionalAutogradBenchmark) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77260 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:38:34.4457528Z 2022-12-01T10:38:34.4457740Z ---------------------------------------------------------------------- 2022-12-01T10:38:34.4457994Z Ran 2 tests in 522.728s 2022-12-01T10:38:34.4458111Z 2022-12-01T10:38:34.4458184Z OK (skipped=1) 2022-12-01T10:38:34.4458292Z 2022-12-01T10:38:34.4458391Z Generating XML reports... 2022-12-01T10:38:34.4458930Z Generated XML report: test-reports/python-unittest/test_functional_autograd_benchmark/TEST-TestFunctionalAutogradBenchmark-20221201102950.xml 2022-12-01T10:38:34.4459230Z 2022-12-01T10:38:34.4459681Z ##[endgroup] 2022-12-01T10:38:34.4460129Z FINISHED PRINTING LOG FILE of test_functional_autograd_benchmark (/var/lib/jenkins/workspace/test/test-reports/test_functional_autograd_benchmark_09f3vvgp) 2022-12-01T10:38:34.4460392Z 2022-12-01T10:38:38.9999527Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:38:39.1202626Z Ignoring disabled issues: [] 2022-12-01T10:38:39.1424429Z Running test_type_hints ... [2022-12-01 10:38:39.142089] 2022-12-01T10:38:39.1426258Z Executing ['/opt/conda/bin/python', '-bb', 'test_type_hints.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:38:39.142421] 2022-12-01T10:39:48.0321103Z 2022-12-01T10:39:48.0321477Z Expand the folded group to see the log file of test_type_hints 2022-12-01T10:39:48.0322173Z ##[group]PRINTING LOG FILE of test_type_hints (/var/lib/jenkins/workspace/test/test-reports/test_type_hints_mcdcb7ra) 2022-12-01T10:39:48.0322704Z Test results will be stored in test-reports/python-unittest/test_type_hints 2022-12-01T10:39:48.0324812Z 2022-12-01T10:39:48.0325111Z Running tests... 2022-12-01T10:39:48.0325793Z ---------------------------------------------------------------------- 2022-12-01T10:39:48.0326385Z test_doc_examples (__main__.TestTypeHints) 2022-12-01T10:39:48.0326662Z Run documentation examples through mypy. ... ok (62.967s) 2022-12-01T10:39:48.0326827Z 2022-12-01T10:39:48.0327020Z ---------------------------------------------------------------------- 2022-12-01T10:39:48.0327262Z Ran 1 test in 62.968s 2022-12-01T10:39:48.0327375Z 2022-12-01T10:39:48.0327435Z OK 2022-12-01T10:39:48.0327525Z 2022-12-01T10:39:48.0327607Z Generating XML reports... 2022-12-01T10:39:48.0328018Z Generated XML report: test-reports/python-unittest/test_type_hints/TEST-TestTypeHints-20221201103842.xml 2022-12-01T10:39:48.0328252Z 2022-12-01T10:39:48.0328623Z ##[endgroup] 2022-12-01T10:39:48.0329013Z FINISHED PRINTING LOG FILE of test_type_hints (/var/lib/jenkins/workspace/test/test-reports/test_type_hints_mcdcb7ra) 2022-12-01T10:39:48.0329228Z 2022-12-01T10:39:52.5263920Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:39:52.6310581Z Ignoring disabled issues: [] 2022-12-01T10:39:52.6523204Z Running test_sort_and_select ... [2022-12-01 10:39:52.651913] 2022-12-01T10:39:52.6525104Z Executing ['/opt/conda/bin/python', '-bb', 'test_sort_and_select.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:39:52.652229] 2022-12-01T10:40:06.9986534Z 2022-12-01T10:40:06.9987078Z Expand the folded group to see the log file of test_sort_and_select 2022-12-01T10:40:06.9988470Z ##[group]PRINTING LOG FILE of test_sort_and_select (/var/lib/jenkins/workspace/test/test-reports/test_sort_and_select_s0x2numo) 2022-12-01T10:40:07.0021344Z Test results will be stored in test-reports/python-unittest/test_sort_and_select 2022-12-01T10:40:07.0021571Z 2022-12-01T10:40:07.0028770Z Running tests... 2022-12-01T10:40:07.0029481Z ---------------------------------------------------------------------- 2022-12-01T10:40:07.0030060Z test_isin_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.040s) 2022-12-01T10:40:07.0030661Z test_isin_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.034s) 2022-12-01T10:40:07.0031220Z test_isin_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.035s) 2022-12-01T10:40:07.0031771Z test_isin_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.036s) 2022-12-01T10:40:07.0032321Z test_isin_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.035s) 2022-12-01T10:40:07.0032873Z test_isin_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.035s) 2022-12-01T10:40:07.0033430Z test_isin_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.035s) 2022-12-01T10:40:07.0045715Z test_isin_different_devices_cpu_float32 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:40:07.0046435Z test_isin_different_devices_cpu_float64 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:40:07.0047025Z test_isin_different_devices_cpu_int16 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:40:07.0047561Z test_isin_different_devices_cpu_int32 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:40:07.0048141Z test_isin_different_devices_cpu_int64 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:40:07.0048717Z test_isin_different_devices_cpu_int8 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:40:07.0049344Z test_isin_different_devices_cpu_uint8 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:40:07.0049975Z test_isin_different_dtypes_cpu (__main__.TestSortAndSelectCPU) ... ok (0.106s) 2022-12-01T10:40:07.0050444Z test_kthvalue_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.412s) 2022-12-01T10:40:07.0050899Z test_kthvalue_scalar_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-12-01T10:40:07.0051472Z test_msort_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.031s) 2022-12-01T10:40:07.0051799Z test_msort_cpu_float16 (__main__.TestSortAndSelectCPU) ... ok (0.057s) 2022-12-01T10:40:07.0052328Z test_msort_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.031s) 2022-12-01T10:40:07.0052649Z test_msort_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.030s) 2022-12-01T10:40:07.0053078Z test_msort_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.034s) 2022-12-01T10:40:07.0053565Z test_msort_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.019s) 2022-12-01T10:40:07.0054194Z test_msort_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.018s) 2022-12-01T10:40:07.0054829Z test_msort_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.017s) 2022-12-01T10:40:07.0055441Z test_msort_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.016s) 2022-12-01T10:40:07.0057287Z 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-12-01T10:40:07.0084849Z torch.sort(tensor, out=(values, indices)) 2022-12-01T10:40:07.0085137Z ok (0.003s) 2022-12-01T10:40:07.0085464Z test_sort_cpu (__main__.TestSortAndSelectCPU) ... ok (3.715s) 2022-12-01T10:40:07.0085802Z test_sort_discontiguous_cpu_float32 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:40:07.0086219Z test_sort_discontiguous_slow_cpu_float32 (__main__.TestSortAndSelectCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:40:07.0086846Z test_sort_large_cpu_uint8 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:40:07.0087223Z test_sort_large_slice_cpu (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:40:07.0088061Z 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-12-01T10:40:07.0088793Z torch.sort(tensor, out=(values, indices)) 2022-12-01T10:40:07.0088992Z ok (0.003s) 2022-12-01T10:40:07.0089239Z test_stable_sort_against_numpy_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.079s) 2022-12-01T10:40:07.0089583Z test_stable_sort_against_numpy_cpu_float16 (__main__.TestSortAndSelectCPU) ... ok (0.080s) 2022-12-01T10:40:07.0089920Z test_stable_sort_against_numpy_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.076s) 2022-12-01T10:40:07.0090256Z test_stable_sort_against_numpy_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.076s) 2022-12-01T10:40:07.0090572Z test_stable_sort_against_numpy_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.076s) 2022-12-01T10:40:07.0090909Z test_stable_sort_against_numpy_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.079s) 2022-12-01T10:40:07.0091233Z test_stable_sort_against_numpy_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.076s) 2022-12-01T10:40:07.0091543Z test_stable_sort_against_numpy_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.069s) 2022-12-01T10:40:07.0091871Z test_stable_sort_against_numpy_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.070s) 2022-12-01T10:40:07.0092201Z test_stable_sort_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.050s) 2022-12-01T10:40:07.0092513Z test_stable_sort_cpu_float16 (__main__.TestSortAndSelectCPU) ... ok (0.051s) 2022-12-01T10:40:07.0092902Z test_stable_sort_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.050s) 2022-12-01T10:40:07.0093205Z test_stable_sort_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.062s) 2022-12-01T10:40:07.0093508Z test_stable_sort_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.049s) 2022-12-01T10:40:07.0093814Z test_stable_sort_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.050s) 2022-12-01T10:40:07.0094099Z test_stable_sort_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.051s) 2022-12-01T10:40:07.0094401Z test_stable_sort_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.045s) 2022-12-01T10:40:07.0094701Z test_stable_sort_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.046s) 2022-12-01T10:40:07.0095015Z test_topk_1d_output_discontiguous_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-12-01T10:40:07.0095329Z test_topk_4d_cpu (__main__.TestSortAndSelectCPU) ... ok (0.006s) 2022-12-01T10:40:07.0095621Z test_topk_arguments_cpu (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-12-01T10:40:07.0095957Z test_topk_bfloat16_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:40:07.0096310Z test_topk_cpu (__main__.TestSortAndSelectCPU) ... ok (3.068s) 2022-12-01T10:40:07.0096607Z test_topk_integral_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.041s) 2022-12-01T10:40:07.0096916Z test_topk_integral_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.041s) 2022-12-01T10:40:07.0097209Z test_topk_integral_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.042s) 2022-12-01T10:40:07.0097511Z test_topk_integral_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.042s) 2022-12-01T10:40:07.0097822Z test_topk_integral_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.035s) 2022-12-01T10:40:07.0098162Z test_topk_noncontiguous_gpu_cpu (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:40:07.0098488Z test_topk_nonfinite_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-12-01T10:40:07.0098810Z test_topk_nonfinite_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-12-01T10:40:07.0099125Z test_topk_nonfinite_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-12-01T10:40:07.0099424Z test_topk_zero_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-12-01T10:40:07.0099728Z test_topk_zero_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-12-01T10:40:07.0100025Z test_topk_zero_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-12-01T10:40:07.0100318Z test_topk_zero_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-12-01T10:40:07.0100598Z test_topk_zero_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-12-01T10:40:07.0100891Z test_topk_zero_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-12-01T10:40:07.0101184Z test_topk_zero_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-12-01T10:40:07.0101482Z test_unique_consecutive_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.020s) 2022-12-01T10:40:07.0101806Z test_unique_consecutive_cpu_bool (__main__.TestSortAndSelectCPU) ... ok (0.014s) 2022-12-01T10:40:07.0102131Z test_unique_consecutive_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.020s) 2022-12-01T10:40:07.0102460Z test_unique_consecutive_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.019s) 2022-12-01T10:40:07.0102764Z test_unique_consecutive_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.014s) 2022-12-01T10:40:07.0103085Z test_unique_consecutive_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.014s) 2022-12-01T10:40:07.0103494Z test_unique_consecutive_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.012s) 2022-12-01T10:40:07.0103801Z test_unique_consecutive_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.014s) 2022-12-01T10:40:07.0107149Z test_unique_consecutive_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.014s) 2022-12-01T10:40:07.0107660Z test_unique_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.055s) 2022-12-01T10:40:07.0108299Z test_unique_cpu_bool (__main__.TestSortAndSelectCPU) ... ok (0.037s) 2022-12-01T10:40:07.0108886Z test_unique_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.055s) 2022-12-01T10:40:07.0109404Z test_unique_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.053s) 2022-12-01T10:40:07.0109897Z test_unique_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.041s) 2022-12-01T10:40:07.0110191Z test_unique_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.041s) 2022-12-01T10:40:07.0110482Z test_unique_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.038s) 2022-12-01T10:40:07.0110758Z test_unique_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.049s) 2022-12-01T10:40:07.0111046Z test_unique_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.041s) 2022-12-01T10:40:07.0111339Z test_unique_dim_cpu (__main__.TestSortAndSelectCPU) ... ok (0.162s) 2022-12-01T10:40:07.0111504Z 2022-12-01T10:40:07.0111776Z ---------------------------------------------------------------------- 2022-12-01T10:40:07.0112019Z Ran 91 tests in 9.918s 2022-12-01T10:40:07.0112135Z 2022-12-01T10:40:07.0112207Z OK (skipped=13) 2022-12-01T10:40:07.0112422Z 2022-12-01T10:40:07.0112510Z Generating XML reports... 2022-12-01T10:40:07.0112949Z Generated XML report: test-reports/python-unittest/test_sort_and_select/TEST-TestSortAndSelectCPU-20221201103956.xml 2022-12-01T10:40:07.0113205Z 2022-12-01T10:40:07.0113611Z ##[endgroup] 2022-12-01T10:40:07.0114012Z FINISHED PRINTING LOG FILE of test_sort_and_select (/var/lib/jenkins/workspace/test/test-reports/test_sort_and_select_s0x2numo) 2022-12-01T10:40:07.0114236Z 2022-12-01T10:40:11.4913697Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:40:11.6434540Z Ignoring disabled issues: [] 2022-12-01T10:40:11.6652967Z Running test_mkl_verbose ... [2022-12-01 10:40:11.664991] 2022-12-01T10:40:11.6655619Z Executing ['/opt/conda/bin/python', '-bb', 'test_mkl_verbose.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:40:11.665349] 2022-12-01T10:40:24.1927531Z 2022-12-01T10:40:24.1928975Z Expand the folded group to see the log file of test_mkl_verbose 2022-12-01T10:40:24.1929707Z ##[group]PRINTING LOG FILE of test_mkl_verbose (/var/lib/jenkins/workspace/test/test-reports/test_mkl_verbose_3vg43vcd) 2022-12-01T10:40:24.1930236Z Test results will be stored in test-reports/python-unittest/test_mkl_verbose 2022-12-01T10:40:24.1930418Z 2022-12-01T10:40:24.1930492Z Running tests... 2022-12-01T10:40:24.1930788Z ---------------------------------------------------------------------- 2022-12-01T10:40:24.1931079Z test_verbose_off (__main__.TestMKLVerbose) ... ok (4.131s) 2022-12-01T10:40:24.1931346Z test_verbose_on (__main__.TestMKLVerbose) ... ok (4.286s) 2022-12-01T10:40:24.1931494Z 2022-12-01T10:40:24.1931676Z ---------------------------------------------------------------------- 2022-12-01T10:40:24.1931914Z Ran 2 tests in 8.417s 2022-12-01T10:40:24.1932038Z 2022-12-01T10:40:24.1932099Z OK 2022-12-01T10:40:24.1932189Z 2022-12-01T10:40:24.1932273Z Generating XML reports... 2022-12-01T10:40:24.1932680Z Generated XML report: test-reports/python-unittest/test_mkl_verbose/TEST-TestMKLVerbose-20221201104015.xml 2022-12-01T10:40:24.1932907Z 2022-12-01T10:40:24.1933121Z ##[endgroup] 2022-12-01T10:40:24.1933507Z FINISHED PRINTING LOG FILE of test_mkl_verbose (/var/lib/jenkins/workspace/test/test-reports/test_mkl_verbose_3vg43vcd) 2022-12-01T10:40:24.1933711Z 2022-12-01T10:40:28.6427682Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:40:28.7479052Z Ignoring disabled issues: [] 2022-12-01T10:40:28.7696650Z Running test_mkldnn_verbose ... [2022-12-01 10:40:28.769224] 2022-12-01T10:40:28.7697954Z Executing ['/opt/conda/bin/python', '-bb', 'test_mkldnn_verbose.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:40:28.769536] 2022-12-01T10:40:40.7084290Z 2022-12-01T10:40:40.7084842Z Expand the folded group to see the log file of test_mkldnn_verbose 2022-12-01T10:40:40.7086020Z ##[group]PRINTING LOG FILE of test_mkldnn_verbose (/var/lib/jenkins/workspace/test/test-reports/test_mkldnn_verbose_gw71ahdl) 2022-12-01T10:40:40.7086843Z Test results will be stored in test-reports/python-unittest/test_mkldnn_verbose 2022-12-01T10:40:40.7087161Z 2022-12-01T10:40:40.7087253Z Running tests... 2022-12-01T10:40:40.7087755Z ---------------------------------------------------------------------- 2022-12-01T10:40:40.7088193Z test_verbose_off (__main__.TestMKLDNNVerbose) ... ok (4.062s) 2022-12-01T10:40:40.7088619Z test_verbose_on (__main__.TestMKLDNNVerbose) ... ok (3.698s) 2022-12-01T10:40:40.7088826Z 2022-12-01T10:40:40.7089081Z ---------------------------------------------------------------------- 2022-12-01T10:40:40.7089375Z Ran 2 tests in 7.761s 2022-12-01T10:40:40.7089578Z 2022-12-01T10:40:40.7089687Z OK 2022-12-01T10:40:40.7089849Z 2022-12-01T10:40:40.7090011Z Generating XML reports... 2022-12-01T10:40:40.7090965Z Generated XML report: test-reports/python-unittest/test_mkldnn_verbose/TEST-TestMKLDNNVerbose-20221201104032.xml 2022-12-01T10:40:40.7091493Z 2022-12-01T10:40:40.7092011Z ##[endgroup] 2022-12-01T10:40:40.7093045Z FINISHED PRINTING LOG FILE of test_mkldnn_verbose (/var/lib/jenkins/workspace/test/test-reports/test_mkldnn_verbose_gw71ahdl) 2022-12-01T10:40:40.7093534Z 2022-12-01T10:40:45.1584681Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:40:45.2673499Z Ignoring disabled issues: [] 2022-12-01T10:40:45.2891979Z Running test_import_stats ... [2022-12-01 10:40:45.288866] 2022-12-01T10:40:45.2894142Z Executing ['/opt/conda/bin/python', '-bb', 'test_import_stats.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:40:45.289175] 2022-12-01T10:40:57.1103540Z 2022-12-01T10:40:57.1104108Z Expand the folded group to see the log file of test_import_stats 2022-12-01T10:40:57.1105227Z ##[group]PRINTING LOG FILE of test_import_stats (/var/lib/jenkins/workspace/test/test-reports/test_import_stats_bhlzmzvz) 2022-12-01T10:40:57.1105948Z Test results will be stored in test-reports/python-unittest/test_import_stats 2022-12-01T10:40:57.1106191Z 2022-12-01T10:40:57.1106292Z Running tests... 2022-12-01T10:40:57.1106756Z ---------------------------------------------------------------------- 2022-12-01T10:40:57.1107194Z test_time_cuda_device_count (__main__.TestImportTime) ... ok (4.000s) 2022-12-01T10:40:57.1165470Z test_time_import_torch (__main__.TestImportTime) ... ok (3.653s) 2022-12-01T10:40:57.1165760Z 2022-12-01T10:40:57.1166156Z ---------------------------------------------------------------------- 2022-12-01T10:40:57.1166422Z Ran 2 tests in 7.653s 2022-12-01T10:40:57.1166542Z 2022-12-01T10:40:57.1166605Z OK 2022-12-01T10:40:57.1166700Z 2022-12-01T10:40:57.1166773Z Generating XML reports... 2022-12-01T10:40:57.1167217Z Generated XML report: test-reports/python-unittest/test_import_stats/TEST-TestImportTime-20221201104048.xml 2022-12-01T10:40:57.1167456Z 2022-12-01T10:40:57.1167858Z ##[endgroup] 2022-12-01T10:40:57.1168349Z FINISHED PRINTING LOG FILE of test_import_stats (/var/lib/jenkins/workspace/test/test-reports/test_import_stats_bhlzmzvz) 2022-12-01T10:40:57.1168559Z 2022-12-01T10:41:01.6613830Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:41:01.7737032Z Ignoring disabled issues: [] 2022-12-01T10:41:01.7959000Z Running test_logging ... [2022-12-01 10:41:01.795432] 2022-12-01T10:41:01.7960065Z Executing ['/opt/conda/bin/python', '-bb', 'test_logging.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:41:01.795760] 2022-12-01T10:41:12.7118263Z 2022-12-01T10:41:12.7119100Z Expand the folded group to see the log file of test_logging 2022-12-01T10:41:12.7120186Z ##[group]PRINTING LOG FILE of test_logging (/var/lib/jenkins/workspace/test/test-reports/test_logging_ld05447u) 2022-12-01T10:41:12.7121016Z Test results will be stored in test-reports/python-unittest/test_logging 2022-12-01T10:41:12.7121320Z 2022-12-01T10:41:12.7121682Z Running tests... 2022-12-01T10:41:12.7122157Z ---------------------------------------------------------------------- 2022-12-01T10:41:12.7122580Z testApiUsage (__main__.LoggingTest) 2022-12-01T10:41:12.7123067Z This test verifies that api usage logging is not triggered via static ... ok (6.647s) 2022-12-01T10:41:12.7123410Z 2022-12-01T10:41:12.7123786Z ---------------------------------------------------------------------- 2022-12-01T10:41:12.7124417Z Ran 1 test in 6.647s 2022-12-01T10:41:12.7124626Z 2022-12-01T10:41:12.7124743Z OK 2022-12-01T10:41:12.7124920Z 2022-12-01T10:41:12.7125102Z Generating XML reports... 2022-12-01T10:41:12.7125874Z Generated XML report: test-reports/python-unittest/test_logging/TEST-LoggingTest-20221201104105.xml 2022-12-01T10:41:12.7126270Z 2022-12-01T10:41:12.7126745Z ##[endgroup] 2022-12-01T10:41:12.7127460Z FINISHED PRINTING LOG FILE of test_logging (/var/lib/jenkins/workspace/test/test-reports/test_logging_ld05447u) 2022-12-01T10:41:12.7127859Z 2022-12-01T10:41:17.1099540Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:41:17.2194509Z Ignoring disabled issues: [] 2022-12-01T10:41:17.2410042Z Running test_bundled_inputs ... [2022-12-01 10:41:17.240690] 2022-12-01T10:41:17.2412671Z Executing ['/opt/conda/bin/python', '-bb', 'test_bundled_inputs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:41:17.241004] 2022-12-01T10:41:25.1924462Z 2022-12-01T10:41:25.1925252Z Expand the folded group to see the log file of test_bundled_inputs 2022-12-01T10:41:25.1926219Z ##[group]PRINTING LOG FILE of test_bundled_inputs (/var/lib/jenkins/workspace/test/test-reports/test_bundled_inputs_s3eno6vh) 2022-12-01T10:41:25.1927053Z Test results will be stored in test-reports/python-unittest/test_bundled_inputs 2022-12-01T10:41:25.1927337Z 2022-12-01T10:41:25.1927433Z Running tests... 2022-12-01T10:41:25.1927938Z ---------------------------------------------------------------------- 2022-12-01T10:41:25.1928381Z test_bad_inputs (__main__.TestBundledInputs) ... ok (0.309s) 2022-12-01T10:41:25.1928849Z test_dict_args (__main__.TestBundledInputs) ... ok (2.830s) 2022-12-01T10:41:25.1929359Z test_double_augment_fail (__main__.TestBundledInputs) ... ok (0.014s) 2022-12-01T10:41:25.1929923Z test_double_augment_non_mutator (__main__.TestBundledInputs) ... ok (0.024s) 2022-12-01T10:41:25.1930419Z test_double_augment_success (__main__.TestBundledInputs) ... ok (0.042s) 2022-12-01T10:41:25.1930921Z test_large_tensor_with_inflation (__main__.TestBundledInputs) ... ok (0.069s) 2022-12-01T10:41:25.1933532Z test_multiple_methods_with_inputs (__main__.TestBundledInputs) ... ok (0.415s) 2022-12-01T10:41:25.1934013Z test_multiple_methods_with_inputs_both_defined_failure (__main__.TestBundledInputs) ... ok (0.011s) 2022-12-01T10:41:25.1934508Z test_multiple_methods_with_inputs_neither_defined_failure (__main__.TestBundledInputs) ... ok (0.008s) 2022-12-01T10:41:25.1934906Z test_non_tensors (__main__.TestBundledInputs) ... ok (0.041s) 2022-12-01T10:41:25.1935276Z test_rejected_tensors (__main__.TestBundledInputs) ... ok (0.021s) 2022-12-01T10:41:25.1935642Z test_single_tensors (__main__.TestBundledInputs) ... ok (0.165s) 2022-12-01T10:41:25.1935855Z 2022-12-01T10:41:25.1936180Z ---------------------------------------------------------------------- 2022-12-01T10:41:25.1936480Z Ran 12 tests in 3.948s 2022-12-01T10:41:25.1936625Z 2022-12-01T10:41:25.1936706Z OK 2022-12-01T10:41:25.1936823Z 2022-12-01T10:41:25.1936932Z Generating XML reports... 2022-12-01T10:41:25.1965186Z Generated XML report: test-reports/python-unittest/test_bundled_inputs/TEST-TestBundledInputs-20221201104120.xml 2022-12-01T10:41:25.1965442Z 2022-12-01T10:41:25.1965826Z ##[endgroup] 2022-12-01T10:41:25.1966278Z FINISHED PRINTING LOG FILE of test_bundled_inputs (/var/lib/jenkins/workspace/test/test-reports/test_bundled_inputs_s3eno6vh) 2022-12-01T10:41:25.1966504Z 2022-12-01T10:41:29.6123424Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:41:29.7151668Z Ignoring disabled issues: [] 2022-12-01T10:41:29.7370314Z Running lazy/test_step_closures ... [2022-12-01 10:41:29.736664] 2022-12-01T10:41:29.7372173Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_step_closures.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:41:29.736972] 2022-12-01T10:41:36.2888736Z 2022-12-01T10:41:36.2889291Z Expand the folded group to see the log file of lazy/test_step_closures 2022-12-01T10:41:36.2890378Z ##[group]PRINTING LOG FILE of lazy/test_step_closures (/var/lib/jenkins/workspace/test/test-reports/lazy-test_step_closures_f4vjus0p) 2022-12-01T10:41:36.2891318Z Test results will be stored in test-reports/python-unittest/lazy.test_step_closures 2022-12-01T10:41:36.2891655Z 2022-12-01T10:41:36.2891765Z Running tests... 2022-12-01T10:41:36.2892273Z ---------------------------------------------------------------------- 2022-12-01T10:41:36.2892768Z test_asynchronous (__main__.ClosuresTest) ... ok (0.330s) 2022-12-01T10:41:36.2893252Z test_asynchronous_exception (__main__.ClosuresTest) ... ok (1.001s) 2022-12-01T10:41:36.2893709Z test_synchronous (__main__.ClosuresTest) ... ok (1.021s) 2022-12-01T10:41:36.2894427Z test_synchronous_exception (__main__.ClosuresTest) ... ok (0.001s) 2022-12-01T10:41:36.2894723Z 2022-12-01T10:41:36.2895101Z ---------------------------------------------------------------------- 2022-12-01T10:41:36.2895504Z Ran 4 tests in 2.355s 2022-12-01T10:41:36.2895697Z 2022-12-01T10:41:36.2895798Z OK 2022-12-01T10:41:36.2895954Z 2022-12-01T10:41:36.2896099Z Generating XML reports... 2022-12-01T10:41:36.2896828Z Generated XML report: test-reports/python-unittest/lazy.test_step_closures/TEST-ClosuresTest-20221201104133.xml 2022-12-01T10:41:36.2897215Z 2022-12-01T10:41:36.2897649Z ##[endgroup] 2022-12-01T10:41:36.2898352Z FINISHED PRINTING LOG FILE of lazy/test_step_closures (/var/lib/jenkins/workspace/test/test-reports/lazy-test_step_closures_f4vjus0p) 2022-12-01T10:41:36.2898756Z 2022-12-01T10:41:40.7148640Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:41:40.8234469Z Ignoring disabled issues: [] 2022-12-01T10:41:40.8453315Z Running test_namedtensor ... [2022-12-01 10:41:40.844957] 2022-12-01T10:41:40.8455132Z Executing ['/opt/conda/bin/python', '-bb', 'test_namedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:41:40.845273] 2022-12-01T10:41:47.6341810Z 2022-12-01T10:41:47.6342469Z Expand the folded group to see the log file of test_namedtensor 2022-12-01T10:41:47.6343669Z ##[group]PRINTING LOG FILE of test_namedtensor (/var/lib/jenkins/workspace/test/test-reports/test_namedtensor_p52_9tzs) 2022-12-01T10:41:47.6344604Z Test results will be stored in test-reports/python-unittest/test_namedtensor 2022-12-01T10:41:47.6344906Z 2022-12-01T10:41:47.6345019Z Running tests... 2022-12-01T10:41:47.6345511Z ---------------------------------------------------------------------- 2022-12-01T10:41:47.6346040Z test_aaa_must_run_first_check_experimental_warning (__main__.TestNamedTensor) ... ok (0.004s) 2022-12-01T10:41:47.6346558Z test_addcmul_addcdiv (__main__.TestNamedTensor) ... ok (0.004s) 2022-12-01T10:41:47.6347024Z test_addmm (__main__.TestNamedTensor) ... ok (0.042s) 2022-12-01T10:41:47.6347428Z test_addmv (__main__.TestNamedTensor) ... ok (0.004s) 2022-12-01T10:41:47.6347850Z test_align_as (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:41:47.6348293Z test_align_tensors (__main__.TestNamedTensor) ... skip: Not implemented yet (0.001s) 2022-12-01T10:41:47.6348853Z test_align_tensors_two_inputs (__main__.TestNamedTensor) ... skip: Not implemented yet (0.005s) 2022-12-01T10:41:47.6349342Z test_align_to (__main__.TestNamedTensor) ... ok (0.017s) 2022-12-01T10:41:47.6349852Z test_align_to_ellipsis (__main__.TestNamedTensor) ... ok (0.020s) 2022-12-01T10:41:47.6350356Z test_any_all (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:41:47.6350832Z test_as_strided (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:41:47.6351616Z test_as_strided_cuda (__main__.TestNamedTensor) ... skip: no CUDA (0.000s) 2022-12-01T10:41:47.6352182Z test_autograd_ignores_names (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:41:47.6352714Z test_autograd_smoke (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:41:47.6353257Z test_autograd_warns_named_grad (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:41:47.6353804Z test_bernoulli (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:41:47.6354333Z test_big_tensor_repr_has_names (__main__.TestNamedTensor) ... ok (0.072s) 2022-12-01T10:41:47.6354842Z test_binary_ops (__main__.TestNamedTensor) ... ok (0.858s) 2022-12-01T10:41:47.6355350Z test_bitwise_not (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:41:47.6355830Z test_bmm (__main__.TestNamedTensor) ... ok (0.036s) 2022-12-01T10:41:47.6356286Z test_cat (__main__.TestNamedTensor) ... ok (0.043s) 2022-12-01T10:41:47.6356755Z test_cdist (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:41:47.6357257Z test_comparison_ops (__main__.TestNamedTensor) ... ok (0.009s) 2022-12-01T10:41:47.6357752Z test_copy_transpose (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:41:47.6358392Z test_cummax_cummin (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:41:47.6358893Z test_detach (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:41:47.6359385Z test_diagonal (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:41:47.6359849Z test_dot (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:41:47.6360321Z test_equal (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:41:47.6360800Z test_expand (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:41:47.6361285Z test_factory_coverage (__main__.TestNamedTensor) ... ok (0.008s) 2022-12-01T10:41:47.6361822Z test_factory_edge_cases (__main__.TestNamedTensor) ... ok (0.041s) 2022-12-01T10:41:47.6362333Z test_flatten (__main__.TestNamedTensor) ... ok (0.024s) 2022-12-01T10:41:47.6362829Z test_flatten_nodims (__main__.TestNamedTensor) ... ok (0.005s) 2022-12-01T10:41:47.6363332Z test_has_names (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:41:47.6363822Z test_index_fill (__main__.TestNamedTensor) ... ok (0.003s) 2022-12-01T10:41:47.6364540Z test_info_smoke (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:41:47.6365023Z test_logcumsumexp (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:41:47.6365533Z test_logical_not (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:41:47.6366033Z test_logical_ops (__main__.TestNamedTensor) ... ok (0.005s) 2022-12-01T10:41:47.6366520Z test_masked_fill (__main__.TestNamedTensor) ... ok (0.034s) 2022-12-01T10:41:47.6367027Z test_masked_select (__main__.TestNamedTensor) ... ok (0.014s) 2022-12-01T10:41:47.6367527Z test_matmul (__main__.TestNamedTensor) ... ok (0.042s) 2022-12-01T10:41:47.6368010Z test_max_pooling (__main__.TestNamedTensor) ... ok (0.006s) 2022-12-01T10:41:47.6368567Z test_max_pooling_without_names_does_not_warn (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:41:47.6369110Z test_mm (__main__.TestNamedTensor) ... ok (0.013s) 2022-12-01T10:41:47.6369565Z test_mv (__main__.TestNamedTensor) ... ok (0.003s) 2022-12-01T10:41:47.6370057Z test_no_jit_script_support (__main__.TestNamedTensor) ... ok (0.450s) 2022-12-01T10:41:47.6370609Z test_no_jit_tracer_support (__main__.TestNamedTensor) ... ok (0.021s) 2022-12-01T10:41:47.6371178Z test_no_multiprocessing_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:41:47.6371728Z test_no_pickle_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:41:47.6372255Z test_no_save_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:41:47.6372789Z test_noncontig_contiguous (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:41:47.6373322Z test_none_names_refcount (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:41:47.6373863Z test_nyi_dimname_overload_msg (__main__.TestNamedTensor) ... ok (0.006s) 2022-12-01T10:41:47.6374562Z test_out_fn_semantics (__main__.TestNamedTensor) ... ok (0.062s) 2022-12-01T10:41:47.6375075Z test_pow_special (__main__.TestNamedTensor) ... ok (0.003s) 2022-12-01T10:41:47.6375571Z test_py3_ellipsis (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:41:47.6376086Z test_reduction_fns (__main__.TestNamedTensor) ... ok (0.227s) 2022-12-01T10:41:47.6376596Z test_refine_names (__main__.TestNamedTensor) ... ok (0.017s) 2022-12-01T10:41:47.6377065Z test_rename (__main__.TestNamedTensor) ... ok (0.015s) 2022-12-01T10:41:47.6377538Z test_rename_ (__main__.TestNamedTensor) ... ok (0.014s) 2022-12-01T10:41:47.6378024Z test_rename_globber (__main__.TestNamedTensor) ... ok (0.005s) 2022-12-01T10:41:47.6378528Z test_rename_rename_map (__main__.TestNamedTensor) ... ok (0.003s) 2022-12-01T10:41:47.6379033Z test_repr (__main__.TestNamedTensor) ... ok (0.003s) 2022-12-01T10:41:47.6379510Z test_resize (__main__.TestNamedTensor) ... ok (0.019s) 2022-12-01T10:41:47.6379993Z test_select (__main__.TestNamedTensor) ... ok (0.006s) 2022-12-01T10:41:47.6380495Z test_select_cuda (__main__.TestNamedTensor) ... skip: no CUDA (0.000s) 2022-12-01T10:41:47.6381152Z test_set_names_property (__main__.TestNamedTensor) ... ok (0.010s) 2022-12-01T10:41:47.6381667Z test_size (__main__.TestNamedTensor) ... ok (0.014s) 2022-12-01T10:41:47.6382188Z test_split_fns_propagates_names (__main__.TestNamedTensor) ... ok (0.003s) 2022-12-01T10:41:47.6382713Z test_squeeze (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:41:47.6383271Z test_stride (__main__.TestNamedTensor) ... ok (0.013s) 2022-12-01T10:41:47.6383761Z test_tensor_from_lists (__main__.TestNamedTensor) ... ok (0.006s) 2022-12-01T10:41:47.6384768Z test_tensor_from_named_tensor (__main__.TestNamedTensor) ... test_namedtensor.py:516: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:41:47.6385654Z tensor = torch.tensor(x) 2022-12-01T10:41:47.6386455Z test_namedtensor.py:522: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:41:47.6387233Z tensor = torch.tensor(x, names=None) 2022-12-01T10:41:47.6388042Z test_namedtensor.py:527: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:41:47.6388989Z tensor = torch.tensor(x, names=('N', 'C')) 2022-12-01T10:41:47.6389371Z ok (0.006s) 2022-12-01T10:41:47.6389799Z test_tensor_from_numpy (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:41:47.6390748Z test_tensor_from_tensor (__main__.TestNamedTensor) ... test_namedtensor.py:511: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:41:47.6391625Z tensor = torch.tensor(x, names=names) 2022-12-01T10:41:47.6391999Z ok (0.001s) 2022-12-01T10:41:47.6392418Z test_tensor_grad_is_unnamed (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:41:47.6392973Z test_transpose_variants (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:41:47.6393485Z test_trivial (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:41:47.6394020Z test_unary_propagate_names_fns (__main__.TestNamedTensor) ... ok (0.046s) 2022-12-01T10:41:47.6394539Z test_unflatten (__main__.TestNamedTensor) ... ok (0.033s) 2022-12-01T10:41:47.6395082Z test_unsupported_op_error_msg (__main__.TestNamedTensor) ... ok (0.022s) 2022-12-01T10:41:47.6395696Z test_using_seen_interned_string_doesnt_bump_refcount (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:41:47.6396370Z test_using_unseen_interned_string_bumps_refcount_permanently (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:41:47.6397173Z test_using_unseen_uninterned_string_refcounts (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:41:47.6397529Z 2022-12-01T10:41:47.6397933Z ---------------------------------------------------------------------- 2022-12-01T10:41:47.6398391Z Ran 86 tests in 2.383s 2022-12-01T10:41:47.6398590Z 2022-12-01T10:41:47.6398724Z OK (skipped=4) 2022-12-01T10:41:47.6398930Z 2022-12-01T10:41:47.6399092Z Generating XML reports... 2022-12-01T10:41:47.6399889Z Generated XML report: test-reports/python-unittest/test_namedtensor/TEST-TestNamedTensor-20221201104144.xml 2022-12-01T10:41:47.6400336Z 2022-12-01T10:41:47.6400826Z ##[endgroup] 2022-12-01T10:41:47.6401580Z FINISHED PRINTING LOG FILE of test_namedtensor (/var/lib/jenkins/workspace/test/test-reports/test_namedtensor_p52_9tzs) 2022-12-01T10:41:47.6402006Z 2022-12-01T10:41:52.0416920Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:41:52.1481171Z Ignoring disabled issues: [] 2022-12-01T11:03:27.3965306Z 2022-12-01T11:03:27.3965711Z Expand the folded group to see the log file of test_jit_fuser_te 2022-12-01T11:03:27.3968538Z ##[group]PRINTING LOG FILE of test_jit_fuser_te (/var/lib/jenkins/workspace/test/test-reports/test_jit_fuser_te_5w22df4d) 2022-12-01T11:03:27.3989495Z Test results will be stored in test-reports/python-unittest/test_jit_fuser_te 2022-12-01T11:03:27.3989823Z CUDA not available, skipping tests 2022-12-01T11:03:27.3991219Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-12-01T11:03:27.3992328Z 2022-12-01T11:03:27.3992466Z Running tests... 2022-12-01T11:03:27.3993012Z ---------------------------------------------------------------------- 2022-12-01T11:03:27.3993614Z test_autodiff_fallback (jit.test_fuser_common.TestFuserCommon) ... ok (0.478s) 2022-12-01T11:03:27.3994241Z test_relu_cpu (__main__.TestLoopnestRandomizationCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.3994887Z test_failures___rmatmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.3995542Z test_failures_frac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.3996193Z test_failures_matmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.3996872Z test_nnc_correctness_H_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.3997610Z test_nnc_correctness_H_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.3998282Z test_nnc_correctness_H_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.3999054Z test_nnc_correctness_H_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.3999661Z test_nnc_correctness_H_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4000372Z test_nnc_correctness_H_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4001049Z test_nnc_correctness_H_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4001644Z test_nnc_correctness_H_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4002271Z test_nnc_correctness_H_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4002945Z test_nnc_correctness_H_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4003812Z test_nnc_correctness_H_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4004656Z test_nnc_correctness_H_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4005223Z test_nnc_correctness_H_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4005892Z test_nnc_correctness_T_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4006524Z test_nnc_correctness_T_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4007172Z test_nnc_correctness_T_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4007915Z test_nnc_correctness_T_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4008670Z test_nnc_correctness_T_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4009326Z test_nnc_correctness_T_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T11:03:27.4009916Z test_nnc_correctness_T_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4010584Z test_nnc_correctness_T_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4011252Z test_nnc_correctness_T_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4011908Z test_nnc_correctness_T_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4012495Z test_nnc_correctness_T_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.029s) 2022-12-01T11:03:27.4013089Z test_nnc_correctness_T_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4013687Z test_nnc_correctness_T_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4014390Z test_nnc_correctness___getitem___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4015045Z test_nnc_correctness___getitem___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4015676Z test_nnc_correctness___getitem___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4016350Z test_nnc_correctness___getitem___cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4017041Z test_nnc_correctness___getitem___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4017773Z test_nnc_correctness___getitem___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4018476Z test_nnc_correctness___getitem___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4019341Z test_nnc_correctness___getitem___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4020044Z test_nnc_correctness___getitem___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4020820Z test_nnc_correctness___getitem___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4021448Z test_nnc_correctness___getitem___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4022109Z test_nnc_correctness___getitem___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4022784Z test_nnc_correctness___getitem___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4023574Z test_nnc_correctness___radd___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4024266Z test_nnc_correctness___radd___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4024818Z test_nnc_correctness___radd___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4025459Z test_nnc_correctness___radd___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4025981Z test_nnc_correctness___radd___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4026538Z test_nnc_correctness___radd___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4027152Z test_nnc_correctness___radd___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4027782Z test_nnc_correctness___radd___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4028317Z test_nnc_correctness___radd___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4028957Z test_nnc_correctness___radd___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4029547Z test_nnc_correctness___radd___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4030158Z test_nnc_correctness___radd___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4030867Z test_nnc_correctness___rand___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4031543Z test_nnc_correctness___rand___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4032174Z test_nnc_correctness___rand___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4032899Z test_nnc_correctness___rand___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4033542Z test_nnc_correctness___rand___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4034296Z test_nnc_correctness___rand___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4034988Z test_nnc_correctness___rdiv___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4035695Z test_nnc_correctness___rdiv___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4036435Z test_nnc_correctness___rdiv___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4037192Z test_nnc_correctness___rdiv___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4037982Z test_nnc_correctness___rdiv___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4038761Z test_nnc_correctness___rdiv___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4039434Z test_nnc_correctness___rdiv___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4040058Z test_nnc_correctness___rdiv___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4040666Z test_nnc_correctness___rdiv___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4041217Z test_nnc_correctness___rdiv___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4041815Z test_nnc_correctness___rdiv___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4042390Z test_nnc_correctness___rdiv___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4043006Z test_nnc_correctness___rmatmul___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4043580Z test_nnc_correctness___rmatmul___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4044407Z test_nnc_correctness___rmatmul___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4044953Z test_nnc_correctness___rmatmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4045611Z test_nnc_correctness___rmatmul___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4046342Z test_nnc_correctness___rmatmul___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4047059Z test_nnc_correctness___rmatmul___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4047685Z test_nnc_correctness___rmatmul___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4048321Z test_nnc_correctness___rmatmul___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4049210Z test_nnc_correctness___rmatmul___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4049853Z test_nnc_correctness___rmod___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4050466Z test_nnc_correctness___rmod___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4051023Z test_nnc_correctness___rmod___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4051570Z test_nnc_correctness___rmod___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4052129Z test_nnc_correctness___rmul___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4052730Z test_nnc_correctness___rmul___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4053363Z test_nnc_correctness___rmul___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4054006Z test_nnc_correctness___rmul___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4054513Z test_nnc_correctness___rmul___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4055131Z test_nnc_correctness___rmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4055725Z test_nnc_correctness___rmul___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4057862Z test_nnc_correctness___rmul___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4058484Z test_nnc_correctness___rmul___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4059046Z test_nnc_correctness___rmul___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4059626Z test_nnc_correctness___rmul___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4060263Z test_nnc_correctness___rmul___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4060943Z test_nnc_correctness___ror___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4061589Z test_nnc_correctness___ror___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4062204Z test_nnc_correctness___ror___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4062834Z test_nnc_correctness___ror___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4063451Z test_nnc_correctness___ror___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4064084Z test_nnc_correctness___ror___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4064786Z test_nnc_correctness___rpow___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4065334Z test_nnc_correctness___rpow___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4065959Z test_nnc_correctness___rpow___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4066648Z test_nnc_correctness___rpow___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4067295Z test_nnc_correctness___rpow___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4067878Z test_nnc_correctness___rpow___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4068535Z test_nnc_correctness___rpow___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4069100Z test_nnc_correctness___rpow___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4069717Z test_nnc_correctness___rpow___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4070246Z test_nnc_correctness___rpow___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4070848Z test_nnc_correctness___rpow___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4071537Z test_nnc_correctness___rsub___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4072207Z test_nnc_correctness___rsub___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4072922Z test_nnc_correctness___rsub___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4073563Z test_nnc_correctness___rsub___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4074257Z test_nnc_correctness___rsub___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4074942Z test_nnc_correctness___rsub___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4075519Z test_nnc_correctness___rsub___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4076030Z test_nnc_correctness___rsub___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4076607Z test_nnc_correctness___rsub___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4077182Z test_nnc_correctness___rsub___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4077711Z test_nnc_correctness___rsub___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4078248Z test_nnc_correctness___rxor___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4078908Z test_nnc_correctness___rxor___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4079523Z test_nnc_correctness___rxor___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4080145Z test_nnc_correctness___rxor___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4080758Z test_nnc_correctness___rxor___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4081353Z test_nnc_correctness___rxor___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4081984Z test_nnc_correctness_abs_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4082670Z test_nnc_correctness_abs_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4083311Z test_nnc_correctness_abs_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4084020Z test_nnc_correctness_abs_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4084559Z test_nnc_correctness_abs_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4085145Z test_nnc_correctness_abs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4085746Z test_nnc_correctness_abs_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4086349Z test_nnc_correctness_abs_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4086906Z test_nnc_correctness_abs_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4087523Z test_nnc_correctness_abs_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4088120Z test_nnc_correctness_abs_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4088697Z test_nnc_correctness_abs_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4089275Z test_nnc_correctness_acos_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4089939Z test_nnc_correctness_acos_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4090597Z test_nnc_correctness_acos_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4091267Z test_nnc_correctness_acos_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4091875Z test_nnc_correctness_acos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4092444Z test_nnc_correctness_acos_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4093168Z test_nnc_correctness_acos_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4093717Z test_nnc_correctness_acos_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4094249Z test_nnc_correctness_acos_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4094833Z test_nnc_correctness_acos_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4095436Z test_nnc_correctness_acos_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4096027Z test_nnc_correctness_acosh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4096674Z test_nnc_correctness_acosh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4097244Z test_nnc_correctness_acosh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4097853Z test_nnc_correctness_acosh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4098517Z test_nnc_correctness_acosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4099177Z test_nnc_correctness_acosh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4099794Z test_nnc_correctness_acosh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4100440Z test_nnc_correctness_acosh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4101066Z test_nnc_correctness_acosh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4101625Z test_nnc_correctness_acosh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4102207Z test_nnc_correctness_acosh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4102804Z test_nnc_correctness_add_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4103442Z test_nnc_correctness_add_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4104170Z test_nnc_correctness_add_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4104854Z test_nnc_correctness_add_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4105527Z test_nnc_correctness_add_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4106225Z test_nnc_correctness_add_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4106913Z test_nnc_correctness_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4107734Z test_nnc_correctness_add_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4108401Z test_nnc_correctness_add_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4109032Z test_nnc_correctness_add_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4109604Z test_nnc_correctness_add_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4110232Z test_nnc_correctness_add_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4110842Z test_nnc_correctness_add_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4111462Z test_nnc_correctness_addbmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4112248Z test_nnc_correctness_addbmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4112988Z test_nnc_correctness_addbmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4113682Z test_nnc_correctness_addbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4114349Z test_nnc_correctness_addbmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4114920Z test_nnc_correctness_addbmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4115572Z test_nnc_correctness_addbmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4116061Z test_nnc_correctness_addbmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4116488Z test_nnc_correctness_addbmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4116967Z test_nnc_correctness_addbmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4117547Z test_nnc_correctness_addcdiv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4118056Z test_nnc_correctness_addcdiv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4118599Z test_nnc_correctness_addcdiv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4119046Z test_nnc_correctness_addcdiv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4119489Z test_nnc_correctness_addcdiv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4119930Z test_nnc_correctness_addcmul_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4120372Z test_nnc_correctness_addcmul_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4120877Z test_nnc_correctness_addcmul_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4121328Z test_nnc_correctness_addcmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4121766Z test_nnc_correctness_addcmul_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4122200Z test_nnc_correctness_addcmul_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4122625Z test_nnc_correctness_addcmul_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4123058Z test_nnc_correctness_addcmul_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4123533Z test_nnc_correctness_addcmul_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4124153Z test_nnc_correctness_addcmul_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4124578Z test_nnc_correctness_addmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4125017Z test_nnc_correctness_addmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4125459Z test_nnc_correctness_addmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4125906Z test_nnc_correctness_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4126334Z test_nnc_correctness_addmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4126767Z test_nnc_correctness_addmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4127196Z test_nnc_correctness_addmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4127623Z test_nnc_correctness_addmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4128051Z test_nnc_correctness_addmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4128467Z test_nnc_correctness_addmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4128921Z 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-12-01T11:03:27.4129391Z 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-12-01T11:03:27.4129861Z 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-12-01T11:03:27.4130310Z 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-12-01T11:03:27.4130760Z 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-12-01T11:03:27.4131286Z 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-12-01T11:03:27.4131740Z 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-12-01T11:03:27.4132184Z 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-12-01T11:03:27.4132637Z 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-12-01T11:03:27.4133088Z 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-12-01T11:03:27.4133536Z test_nnc_correctness_addmv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4134040Z test_nnc_correctness_addmv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4134466Z test_nnc_correctness_addmv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4134908Z test_nnc_correctness_addmv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4135341Z test_nnc_correctness_addmv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4135773Z test_nnc_correctness_addmv_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4136194Z test_nnc_correctness_addmv_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4136624Z test_nnc_correctness_addmv_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4137051Z test_nnc_correctness_addmv_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4137476Z test_nnc_correctness_addmv_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4137894Z test_nnc_correctness_addr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4138320Z test_nnc_correctness_addr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4138756Z test_nnc_correctness_addr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4139198Z test_nnc_correctness_addr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4139617Z test_nnc_correctness_addr_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4140055Z test_nnc_correctness_addr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4140484Z test_nnc_correctness_addr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4140985Z test_nnc_correctness_addr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4141444Z test_nnc_correctness_addr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4141867Z test_nnc_correctness_addr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4142293Z test_nnc_correctness_addr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4142711Z test_nnc_correctness_addr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4143138Z test_nnc_correctness_all_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4143555Z test_nnc_correctness_all_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T11:03:27.4144018Z test_nnc_correctness_all_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4144454Z test_nnc_correctness_all_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4144885Z test_nnc_correctness_all_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4145299Z test_nnc_correctness_all_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4145725Z test_nnc_correctness_all_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4146150Z test_nnc_correctness_all_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4146569Z test_nnc_correctness_all_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4146972Z test_nnc_correctness_all_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4147391Z test_nnc_correctness_all_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4147808Z test_nnc_correctness_all_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4148198Z test_nnc_correctness_allclose_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4148544Z test_nnc_correctness_allclose_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4148905Z test_nnc_correctness_allclose_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4149265Z test_nnc_correctness_allclose_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4149612Z test_nnc_correctness_allclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4149946Z test_nnc_correctness_allclose_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4150343Z test_nnc_correctness_amax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4150773Z test_nnc_correctness_amax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4151201Z test_nnc_correctness_amax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4151672Z test_nnc_correctness_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4152099Z test_nnc_correctness_amax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4152508Z test_nnc_correctness_amax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4152924Z test_nnc_correctness_amax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4153346Z test_nnc_correctness_amax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4153776Z test_nnc_correctness_amax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4154232Z test_nnc_correctness_amax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4154660Z test_nnc_correctness_amin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4155089Z test_nnc_correctness_amin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4155516Z test_nnc_correctness_amin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4155927Z test_nnc_correctness_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4156355Z test_nnc_correctness_amin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4156783Z test_nnc_correctness_amin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4157198Z test_nnc_correctness_amin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4157599Z test_nnc_correctness_amin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4158022Z test_nnc_correctness_amin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4158445Z test_nnc_correctness_amin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4158869Z test_nnc_correctness_aminmax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4159306Z test_nnc_correctness_aminmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4159729Z test_nnc_correctness_aminmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4160165Z test_nnc_correctness_aminmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4160594Z test_nnc_correctness_aminmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4161024Z test_nnc_correctness_aminmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4161479Z test_nnc_correctness_aminmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4161909Z test_nnc_correctness_aminmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4162345Z test_nnc_correctness_angle_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4162779Z test_nnc_correctness_angle_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4163203Z test_nnc_correctness_angle_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4163645Z test_nnc_correctness_angle_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4164418Z test_nnc_correctness_angle_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4165069Z test_nnc_correctness_angle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4165683Z test_nnc_correctness_angle_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4166316Z test_nnc_correctness_angle_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4166956Z test_nnc_correctness_angle_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4167589Z test_nnc_correctness_angle_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4168214Z test_nnc_correctness_angle_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4168823Z test_nnc_correctness_angle_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4169459Z test_nnc_correctness_any_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4170103Z test_nnc_correctness_any_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4170735Z test_nnc_correctness_any_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4171369Z test_nnc_correctness_any_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4171994Z test_nnc_correctness_any_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4172620Z test_nnc_correctness_any_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4173245Z test_nnc_correctness_any_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4173855Z test_nnc_correctness_any_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4174442Z test_nnc_correctness_any_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4174947Z test_nnc_correctness_any_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4175377Z test_nnc_correctness_any_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4175785Z test_nnc_correctness_any_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4176221Z test_nnc_correctness_arange_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4176658Z test_nnc_correctness_arange_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4177093Z test_nnc_correctness_arange_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4177560Z test_nnc_correctness_arange_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4177987Z test_nnc_correctness_arange_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4178419Z test_nnc_correctness_arange_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4178854Z test_nnc_correctness_arange_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4179282Z test_nnc_correctness_arange_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4179698Z test_nnc_correctness_arange_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4180140Z test_nnc_correctness_argmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4180569Z test_nnc_correctness_argmax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4181083Z test_nnc_correctness_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4181499Z test_nnc_correctness_argmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4181931Z test_nnc_correctness_argmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4182361Z test_nnc_correctness_argmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4182795Z test_nnc_correctness_argmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4183208Z test_nnc_correctness_argmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4183633Z test_nnc_correctness_argmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4184069Z test_nnc_correctness_argmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4184503Z test_nnc_correctness_argmin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4184963Z test_nnc_correctness_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4185391Z test_nnc_correctness_argmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4185824Z test_nnc_correctness_argmin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4186254Z test_nnc_correctness_argmin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4186678Z test_nnc_correctness_argmin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4187089Z test_nnc_correctness_argmin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4187546Z test_nnc_correctness_argmin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4187982Z test_nnc_correctness_argsort_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4188411Z test_nnc_correctness_argsort_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4188828Z test_nnc_correctness_argsort_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4189262Z test_nnc_correctness_argsort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4189695Z test_nnc_correctness_argsort_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4190132Z test_nnc_correctness_argsort_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4190553Z test_nnc_correctness_argsort_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4190978Z test_nnc_correctness_argsort_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4191407Z test_nnc_correctness_argsort_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4191835Z test_nnc_correctness_argsort_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4192256Z test_nnc_correctness_argwhere_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4192695Z test_nnc_correctness_argwhere_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4193131Z test_nnc_correctness_argwhere_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4193576Z test_nnc_correctness_argwhere_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4194019Z test_nnc_correctness_argwhere_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4194449Z test_nnc_correctness_argwhere_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4194925Z test_nnc_correctness_argwhere_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4195360Z test_nnc_correctness_argwhere_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4195795Z test_nnc_correctness_argwhere_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4196209Z test_nnc_correctness_argwhere_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4196644Z test_nnc_correctness_argwhere_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4197079Z test_nnc_correctness_argwhere_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4197553Z test_nnc_correctness_as_strided_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.009s) 2022-12-01T11:03:27.4197983Z 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-12-01T11:03:27.4198426Z 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-12-01T11:03:27.4198880Z 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-12-01T11:03:27.4199324Z 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-12-01T11:03:27.4199748Z 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-12-01T11:03:27.4200186Z 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-12-01T11:03:27.4200614Z 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-12-01T11:03:27.4201054Z 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-12-01T11:03:27.4201484Z 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-12-01T11:03:27.4201906Z 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-12-01T11:03:27.4202350Z 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-12-01T11:03:27.4202782Z 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-12-01T11:03:27.4203231Z 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-12-01T11:03:27.4203677Z 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-12-01T11:03:27.4204291Z 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-12-01T11:03:27.4204829Z 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-12-01T11:03:27.4205288Z 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-12-01T11:03:27.4205735Z 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-12-01T11:03:27.4206189Z 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-12-01T11:03:27.4206637Z test_nnc_correctness_as_strided_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4207093Z test_nnc_correctness_as_strided_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4207582Z test_nnc_correctness_as_strided_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4208022Z test_nnc_correctness_as_strided_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4208464Z test_nnc_correctness_as_strided_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4208908Z test_nnc_correctness_as_strided_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4209354Z test_nnc_correctness_asin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4209836Z test_nnc_correctness_asin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4210269Z test_nnc_correctness_asin_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4210707Z test_nnc_correctness_asin_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4211139Z test_nnc_correctness_asin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4211561Z test_nnc_correctness_asin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4211988Z test_nnc_correctness_asin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4212409Z test_nnc_correctness_asin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4212829Z test_nnc_correctness_asin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4213252Z test_nnc_correctness_asin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4213658Z test_nnc_correctness_asin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4214096Z test_nnc_correctness_asinh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4214532Z test_nnc_correctness_asinh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4215010Z test_nnc_correctness_asinh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4215439Z test_nnc_correctness_asinh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4215876Z test_nnc_correctness_asinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4216307Z test_nnc_correctness_asinh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4216734Z test_nnc_correctness_asinh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4217145Z test_nnc_correctness_asinh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4217611Z test_nnc_correctness_asinh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4218041Z test_nnc_correctness_asinh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4218465Z test_nnc_correctness_asinh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4218881Z test_nnc_correctness_atan2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4219308Z test_nnc_correctness_atan2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4219740Z test_nnc_correctness_atan2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4220173Z test_nnc_correctness_atan2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4220586Z test_nnc_correctness_atan2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4221075Z test_nnc_correctness_atan2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4221499Z test_nnc_correctness_atan2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4221927Z test_nnc_correctness_atan2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4222353Z test_nnc_correctness_atan2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4222769Z test_nnc_correctness_atan_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4223202Z test_nnc_correctness_atan_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4223637Z test_nnc_correctness_atan_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4224073Z test_nnc_correctness_atan_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4224491Z test_nnc_correctness_atan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4224962Z test_nnc_correctness_atan_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4225387Z test_nnc_correctness_atan_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4225806Z test_nnc_correctness_atan_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4226208Z test_nnc_correctness_atan_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4226632Z test_nnc_correctness_atan_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4227050Z test_nnc_correctness_atan_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4227512Z test_nnc_correctness_atanh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4227927Z test_nnc_correctness_atanh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4228363Z test_nnc_correctness_atanh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4228800Z test_nnc_correctness_atanh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4229239Z test_nnc_correctness_atanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4229670Z test_nnc_correctness_atanh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4230089Z test_nnc_correctness_atanh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4230517Z test_nnc_correctness_atanh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4230941Z test_nnc_correctness_atanh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4231364Z test_nnc_correctness_atanh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4231777Z test_nnc_correctness_atanh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4232214Z test_nnc_correctness_atleast_1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4232657Z test_nnc_correctness_atleast_1d_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4233101Z test_nnc_correctness_atleast_1d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4233539Z test_nnc_correctness_atleast_1d_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4233986Z test_nnc_correctness_atleast_1d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4234426Z test_nnc_correctness_atleast_1d_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4234901Z test_nnc_correctness_atleast_1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4235323Z test_nnc_correctness_atleast_1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4235758Z test_nnc_correctness_atleast_1d_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4236188Z test_nnc_correctness_atleast_1d_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4236619Z test_nnc_correctness_atleast_1d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4237051Z test_nnc_correctness_atleast_1d_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4237499Z test_nnc_correctness_atleast_1d_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4237937Z test_nnc_correctness_atleast_2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4238377Z test_nnc_correctness_atleast_2d_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4238822Z test_nnc_correctness_atleast_2d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4239259Z test_nnc_correctness_atleast_2d_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4239700Z test_nnc_correctness_atleast_2d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4240137Z test_nnc_correctness_atleast_2d_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4240569Z test_nnc_correctness_atleast_2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4240990Z test_nnc_correctness_atleast_2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4241426Z test_nnc_correctness_atleast_2d_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4241861Z test_nnc_correctness_atleast_2d_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4242297Z test_nnc_correctness_atleast_2d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4242730Z test_nnc_correctness_atleast_2d_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4243145Z test_nnc_correctness_atleast_2d_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4243580Z test_nnc_correctness_atleast_3d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4244163Z test_nnc_correctness_atleast_3d_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4244672Z test_nnc_correctness_atleast_3d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4245108Z test_nnc_correctness_atleast_3d_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4245555Z test_nnc_correctness_atleast_3d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4245991Z test_nnc_correctness_atleast_3d_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4246429Z test_nnc_correctness_atleast_3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4246850Z test_nnc_correctness_atleast_3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4247345Z test_nnc_correctness_atleast_3d_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4247780Z test_nnc_correctness_atleast_3d_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4248209Z test_nnc_correctness_atleast_3d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4248632Z test_nnc_correctness_atleast_3d_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4249066Z test_nnc_correctness_atleast_3d_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-12-01T11:03:27.4249500Z test_nnc_correctness_baddbmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4249944Z test_nnc_correctness_baddbmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4250387Z test_nnc_correctness_baddbmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4250814Z test_nnc_correctness_baddbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4251249Z test_nnc_correctness_baddbmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4251684Z test_nnc_correctness_baddbmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4252121Z test_nnc_correctness_baddbmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4252542Z test_nnc_correctness_baddbmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4252968Z test_nnc_correctness_baddbmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4253398Z test_nnc_correctness_baddbmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4253831Z test_nnc_correctness_bernoulli_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4254258Z test_nnc_correctness_bernoulli_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4254729Z test_nnc_correctness_bernoulli_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4255126Z test_nnc_correctness_bfloat16_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T11:03:27.4255473Z test_nnc_correctness_bfloat16_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T11:03:27.4255810Z test_nnc_correctness_bfloat16_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T11:03:27.4256162Z test_nnc_correctness_bfloat16_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T11:03:27.4256514Z test_nnc_correctness_bfloat16_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T11:03:27.4256860Z test_nnc_correctness_bfloat16_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T11:03:27.4257198Z test_nnc_correctness_bfloat16_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T11:03:27.4257575Z test_nnc_correctness_bfloat16_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T11:03:27.4257915Z test_nnc_correctness_bfloat16_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T11:03:27.4258249Z test_nnc_correctness_bfloat16_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T11:03:27.4258571Z test_nnc_correctness_bfloat16_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T11:03:27.4258910Z test_nnc_correctness_bfloat16_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T11:03:27.4259247Z test_nnc_correctness_bfloat16_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T11:03:27.4259624Z test_nnc_correctness_bincount_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4260059Z test_nnc_correctness_bincount_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4260495Z test_nnc_correctness_bincount_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4261013Z test_nnc_correctness_bincount_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4261433Z test_nnc_correctness_bincount_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4261871Z test_nnc_correctness_bitwise_and_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4262313Z test_nnc_correctness_bitwise_and_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4262752Z test_nnc_correctness_bitwise_and_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4263189Z test_nnc_correctness_bitwise_and_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4263612Z test_nnc_correctness_bitwise_and_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4264043Z test_nnc_correctness_bitwise_and_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4264489Z test_nnc_correctness_bitwise_left_shift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4264985Z test_nnc_correctness_bitwise_left_shift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4265418Z test_nnc_correctness_bitwise_left_shift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4265859Z test_nnc_correctness_bitwise_left_shift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4266300Z test_nnc_correctness_bitwise_left_shift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4266741Z test_nnc_correctness_bitwise_not_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4267162Z test_nnc_correctness_bitwise_not_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4267626Z test_nnc_correctness_bitwise_not_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4268062Z test_nnc_correctness_bitwise_not_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4268496Z test_nnc_correctness_bitwise_not_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4268928Z test_nnc_correctness_bitwise_not_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4269348Z test_nnc_correctness_bitwise_or_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4269785Z test_nnc_correctness_bitwise_or_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4270218Z test_nnc_correctness_bitwise_or_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4270646Z test_nnc_correctness_bitwise_or_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4271066Z test_nnc_correctness_bitwise_or_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4271495Z test_nnc_correctness_bitwise_or_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4271939Z test_nnc_correctness_bitwise_right_shift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4272392Z test_nnc_correctness_bitwise_right_shift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4272829Z test_nnc_correctness_bitwise_right_shift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4273278Z test_nnc_correctness_bitwise_right_shift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4273731Z test_nnc_correctness_bitwise_right_shift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4274175Z test_nnc_correctness_bitwise_xor_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4274608Z test_nnc_correctness_bitwise_xor_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4275076Z test_nnc_correctness_bitwise_xor_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4275508Z test_nnc_correctness_bitwise_xor_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4275940Z test_nnc_correctness_bitwise_xor_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4276372Z test_nnc_correctness_bitwise_xor_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4276798Z test_nnc_correctness_block_diag_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4277234Z test_nnc_correctness_block_diag_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4277706Z test_nnc_correctness_block_diag_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4278158Z test_nnc_correctness_block_diag_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4278593Z test_nnc_correctness_block_diag_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4279032Z test_nnc_correctness_block_diag_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4279470Z test_nnc_correctness_block_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4279905Z test_nnc_correctness_block_diag_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4310628Z test_nnc_correctness_block_diag_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4311125Z test_nnc_correctness_block_diag_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4311573Z test_nnc_correctness_block_diag_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4312018Z test_nnc_correctness_block_diag_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4312465Z test_nnc_correctness_block_diag_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4312906Z test_nnc_correctness_bmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4313327Z test_nnc_correctness_bmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4313762Z test_nnc_correctness_bmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4314201Z test_nnc_correctness_bmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4314627Z test_nnc_correctness_bmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4315242Z test_nnc_correctness_bmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4315670Z test_nnc_correctness_bmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4316094Z test_nnc_correctness_bmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4316530Z test_nnc_correctness_bmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4316941Z test_nnc_correctness_bmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4317371Z test_nnc_correctness_bool_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4317805Z test_nnc_correctness_bool_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4318294Z test_nnc_correctness_bool_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4318736Z test_nnc_correctness_bool_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4319172Z test_nnc_correctness_bool_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4319612Z test_nnc_correctness_bool_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4320042Z test_nnc_correctness_bool_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4320468Z test_nnc_correctness_bool_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4320883Z test_nnc_correctness_bool_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4321309Z test_nnc_correctness_bool_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4321732Z test_nnc_correctness_bool_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4322161Z test_nnc_correctness_bool_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4322569Z test_nnc_correctness_bool_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4323021Z test_nnc_correctness_broadcast_shapes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4323483Z test_nnc_correctness_broadcast_tensors_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4324109Z test_nnc_correctness_broadcast_tensors_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4324565Z test_nnc_correctness_broadcast_tensors_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4325033Z test_nnc_correctness_broadcast_tensors_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4325550Z test_nnc_correctness_broadcast_tensors_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.063s) 2022-12-01T11:03:27.4326013Z test_nnc_correctness_broadcast_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4326461Z test_nnc_correctness_broadcast_tensors_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4326919Z test_nnc_correctness_broadcast_tensors_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4327370Z test_nnc_correctness_broadcast_tensors_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4327823Z test_nnc_correctness_broadcast_tensors_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4328341Z test_nnc_correctness_broadcast_tensors_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-12-01T11:03:27.4328785Z test_nnc_correctness_broadcast_tensors_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4329239Z test_nnc_correctness_broadcast_to_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4329689Z test_nnc_correctness_broadcast_to_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4330141Z test_nnc_correctness_broadcast_to_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4330586Z test_nnc_correctness_broadcast_to_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4331037Z test_nnc_correctness_broadcast_to_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4331483Z test_nnc_correctness_broadcast_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4331924Z test_nnc_correctness_broadcast_to_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4332363Z test_nnc_correctness_broadcast_to_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4332787Z test_nnc_correctness_broadcast_to_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4333228Z test_nnc_correctness_broadcast_to_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4333676Z test_nnc_correctness_broadcast_to_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4334119Z test_nnc_correctness_broadcast_to_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4334546Z test_nnc_correctness_bucketize_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4334986Z test_nnc_correctness_bucketize_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4335467Z test_nnc_correctness_bucketize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4335916Z test_nnc_correctness_bucketize_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4336348Z test_nnc_correctness_bucketize_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4336790Z test_nnc_correctness_bucketize_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4337231Z test_nnc_correctness_bucketize_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4337672Z test_nnc_correctness_bucketize_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4338131Z test_nnc_correctness_bucketize_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4338570Z test_nnc_correctness_byte_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4339005Z test_nnc_correctness_byte_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4339439Z test_nnc_correctness_byte_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4339878Z test_nnc_correctness_byte_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4340303Z test_nnc_correctness_byte_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4340813Z test_nnc_correctness_byte_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4341251Z test_nnc_correctness_byte_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4341677Z test_nnc_correctness_byte_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4342089Z test_nnc_correctness_byte_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4342510Z test_nnc_correctness_byte_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4342937Z test_nnc_correctness_byte_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4343367Z test_nnc_correctness_byte_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4343795Z test_nnc_correctness_cartesian_prod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4344250Z test_nnc_correctness_cartesian_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4344708Z test_nnc_correctness_cartesian_prod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4345168Z test_nnc_correctness_cartesian_prod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4345674Z test_nnc_correctness_cartesian_prod_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4346127Z test_nnc_correctness_cartesian_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4346579Z test_nnc_correctness_cartesian_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4347034Z test_nnc_correctness_cartesian_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4347483Z test_nnc_correctness_cartesian_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4347915Z test_nnc_correctness_cartesian_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4348395Z test_nnc_correctness_cartesian_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4348846Z test_nnc_correctness_cartesian_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4349283Z test_nnc_correctness_cat_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4349696Z test_nnc_correctness_cat_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4350128Z test_nnc_correctness_cat_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4350576Z test_nnc_correctness_cat_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4351011Z test_nnc_correctness_cat_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4351429Z test_nnc_correctness_cat_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4351856Z test_nnc_correctness_cat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4352290Z test_nnc_correctness_cat_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4352717Z test_nnc_correctness_cat_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4353135Z test_nnc_correctness_cat_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4353564Z test_nnc_correctness_cat_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4353984Z test_nnc_correctness_cat_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4354409Z test_nnc_correctness_cat_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4354842Z test_nnc_correctness_cdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4355258Z test_nnc_correctness_cdist_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4355727Z test_nnc_correctness_ceil_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4356162Z test_nnc_correctness_ceil_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4356582Z test_nnc_correctness_ceil_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4356992Z test_nnc_correctness_ceil_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4357417Z test_nnc_correctness_ceil_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4357841Z test_nnc_correctness_ceil_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4358314Z test_nnc_correctness_ceil_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4358728Z test_nnc_correctness_ceil_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4359163Z test_nnc_correctness_chalf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4359597Z test_nnc_correctness_chalf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4360034Z test_nnc_correctness_chalf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4360463Z test_nnc_correctness_chalf_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4360901Z test_nnc_correctness_chalf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4361345Z test_nnc_correctness_chalf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4361773Z test_nnc_correctness_chalf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4362199Z test_nnc_correctness_chalf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4362616Z test_nnc_correctness_chalf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4363047Z test_nnc_correctness_chalf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4363476Z test_nnc_correctness_chalf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4364054Z test_nnc_correctness_chalf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4364473Z test_nnc_correctness_chalf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4364903Z test_nnc_correctness_char_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4365333Z test_nnc_correctness_char_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4365835Z test_nnc_correctness_char_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4366265Z test_nnc_correctness_char_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4366701Z test_nnc_correctness_char_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4367134Z test_nnc_correctness_char_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4367565Z test_nnc_correctness_char_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4367974Z test_nnc_correctness_char_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4368442Z test_nnc_correctness_char_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4368869Z test_nnc_correctness_char_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4369294Z test_nnc_correctness_char_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4369706Z test_nnc_correctness_char_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4370128Z test_nnc_correctness_char_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4370566Z test_nnc_correctness_cholesky_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4371018Z test_nnc_correctness_cholesky_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4371462Z test_nnc_correctness_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4371888Z test_nnc_correctness_cholesky_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4372341Z test_nnc_correctness_cholesky_inverse_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4372809Z test_nnc_correctness_cholesky_inverse_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4373270Z test_nnc_correctness_cholesky_inverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4373713Z test_nnc_correctness_cholesky_inverse_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4374175Z test_nnc_correctness_cholesky_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4374636Z test_nnc_correctness_cholesky_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4375090Z test_nnc_correctness_cholesky_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4375528Z test_nnc_correctness_cholesky_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4376006Z test_nnc_correctness_chunk_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4376439Z test_nnc_correctness_chunk_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4376871Z test_nnc_correctness_chunk_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4377314Z test_nnc_correctness_chunk_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4377741Z test_nnc_correctness_chunk_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4378177Z test_nnc_correctness_chunk_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4378633Z test_nnc_correctness_chunk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4379062Z test_nnc_correctness_chunk_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4379480Z test_nnc_correctness_chunk_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4379905Z test_nnc_correctness_chunk_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4380325Z test_nnc_correctness_chunk_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-12-01T11:03:27.4380813Z test_nnc_correctness_chunk_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4381231Z test_nnc_correctness_chunk_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4381664Z test_nnc_correctness_clamp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4382133Z test_nnc_correctness_clamp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4382561Z test_nnc_correctness_clamp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4382979Z test_nnc_correctness_clamp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4383411Z test_nnc_correctness_clamp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4383839Z test_nnc_correctness_clamp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4384265Z test_nnc_correctness_clamp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4384695Z test_nnc_correctness_clamp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4385114Z test_nnc_correctness_clamp_max_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4385554Z test_nnc_correctness_clamp_max_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4386043Z test_nnc_correctness_clamp_max_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4386481Z test_nnc_correctness_clamp_max_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4386911Z test_nnc_correctness_clamp_max_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4387352Z test_nnc_correctness_clamp_max_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4387783Z test_nnc_correctness_clamp_max_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4388225Z test_nnc_correctness_clamp_max_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4388692Z test_nnc_correctness_clamp_max_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4389133Z test_nnc_correctness_clamp_max_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4389574Z test_nnc_correctness_clamp_min_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4390013Z test_nnc_correctness_clamp_min_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4390436Z test_nnc_correctness_clamp_min_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4390880Z test_nnc_correctness_clamp_min_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4391321Z test_nnc_correctness_clamp_min_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4391756Z test_nnc_correctness_clamp_min_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4392187Z test_nnc_correctness_clamp_min_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4392610Z test_nnc_correctness_clamp_min_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4393046Z test_nnc_correctness_clamp_min_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4393480Z test_nnc_correctness_clamp_min_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4393911Z test_nnc_correctness_clone_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4394332Z test_nnc_correctness_clone_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4394770Z test_nnc_correctness_clone_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4395212Z test_nnc_correctness_clone_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4395694Z test_nnc_correctness_clone_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4396121Z test_nnc_correctness_clone_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4396548Z test_nnc_correctness_clone_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4396977Z test_nnc_correctness_clone_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4397409Z test_nnc_correctness_clone_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4397825Z test_nnc_correctness_clone_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4398251Z test_nnc_correctness_clone_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4398715Z test_nnc_correctness_clone_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4399152Z test_nnc_correctness_clone_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4399598Z test_nnc_correctness_column_stack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4400035Z test_nnc_correctness_column_stack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4400480Z test_nnc_correctness_column_stack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4400941Z test_nnc_correctness_column_stack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4401393Z test_nnc_correctness_column_stack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4401831Z test_nnc_correctness_column_stack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4402279Z test_nnc_correctness_column_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4402725Z test_nnc_correctness_column_stack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4403163Z test_nnc_correctness_column_stack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4403586Z test_nnc_correctness_column_stack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4404173Z test_nnc_correctness_column_stack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4404610Z test_nnc_correctness_column_stack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4405047Z test_nnc_correctness_column_stack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4405487Z test_nnc_correctness_combinations_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4405991Z test_nnc_correctness_combinations_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4406447Z test_nnc_correctness_combinations_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4406905Z test_nnc_correctness_combinations_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4407356Z test_nnc_correctness_combinations_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4407789Z test_nnc_correctness_combinations_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4408239Z test_nnc_correctness_combinations_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4408725Z test_nnc_correctness_combinations_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4409165Z test_nnc_correctness_combinations_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4409595Z test_nnc_correctness_combinations_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4410042Z test_nnc_correctness_combinations_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4410488Z test_nnc_correctness_combinations_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4410935Z test_nnc_correctness_complex_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4411376Z test_nnc_correctness_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4411795Z test_nnc_correctness_complex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4412234Z test_nnc_correctness_conj_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4412664Z test_nnc_correctness_conj_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4413096Z test_nnc_correctness_conj_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4413525Z test_nnc_correctness_conj_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4413955Z test_nnc_correctness_conj_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4414383Z test_nnc_correctness_conj_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4414809Z test_nnc_correctness_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4415227Z test_nnc_correctness_conj_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4415716Z test_nnc_correctness_conj_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4416148Z test_nnc_correctness_conj_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4416571Z test_nnc_correctness_conj_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4416985Z test_nnc_correctness_conj_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4417408Z test_nnc_correctness_conj_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4417847Z test_nnc_correctness_conj_physical_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4418297Z test_nnc_correctness_conj_physical_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4418767Z test_nnc_correctness_conj_physical_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4419227Z test_nnc_correctness_conj_physical_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4419682Z test_nnc_correctness_conj_physical_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4420143Z test_nnc_correctness_conj_physical_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4420590Z test_nnc_correctness_conj_physical_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4421089Z test_nnc_correctness_conj_physical_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4421539Z test_nnc_correctness_conj_physical_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4421984Z test_nnc_correctness_conj_physical_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4422419Z test_nnc_correctness_conj_physical_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4422842Z test_nnc_correctness_conj_physical_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4423288Z test_nnc_correctness_conj_physical_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4423735Z test_nnc_correctness_constant_pad_nd_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4424193Z test_nnc_correctness_constant_pad_nd_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4424632Z test_nnc_correctness_constant_pad_nd_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4425091Z test_nnc_correctness_constant_pad_nd_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4425550Z test_nnc_correctness_constant_pad_nd_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4426045Z test_nnc_correctness_constant_pad_nd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4426503Z test_nnc_correctness_constant_pad_nd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4426941Z test_nnc_correctness_constant_pad_nd_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4427388Z test_nnc_correctness_constant_pad_nd_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4427827Z test_nnc_correctness_constant_pad_nd_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4428274Z test_nnc_correctness_constant_pad_nd_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4428734Z test_nnc_correctness_constant_pad_nd_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4429175Z test_nnc_correctness_contiguous_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4429616Z test_nnc_correctness_contiguous_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4430063Z test_nnc_correctness_contiguous_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4430514Z test_nnc_correctness_contiguous_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4430959Z test_nnc_correctness_contiguous_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4431405Z test_nnc_correctness_contiguous_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4431851Z test_nnc_correctness_contiguous_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4432294Z test_nnc_correctness_contiguous_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T11:03:27.4432725Z test_nnc_correctness_contiguous_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4433165Z test_nnc_correctness_contiguous_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4433604Z test_nnc_correctness_contiguous_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4434043Z test_nnc_correctness_contiguous_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4434470Z test_nnc_correctness_contiguous_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4434910Z test_nnc_correctness_copysign_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4435349Z test_nnc_correctness_copysign_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4435829Z test_nnc_correctness_copysign_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4436251Z test_nnc_correctness_copysign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4436686Z test_nnc_correctness_copysign_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4437122Z test_nnc_correctness_copysign_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4437557Z test_nnc_correctness_copysign_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4437981Z test_nnc_correctness_copysign_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4438434Z test_nnc_correctness_copysign_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4438871Z test_nnc_correctness_copysign_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4439310Z test_nnc_correctness_corrcoef_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4439758Z test_nnc_correctness_corrcoef_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4440196Z test_nnc_correctness_corrcoef_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4440640Z test_nnc_correctness_corrcoef_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4441077Z test_nnc_correctness_corrcoef_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4441512Z test_nnc_correctness_corrcoef_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4441927Z test_nnc_correctness_corrcoef_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4442349Z test_nnc_correctness_corrcoef_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4442780Z test_nnc_correctness_corrcoef_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4443218Z test_nnc_correctness_corrcoef_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4443640Z test_nnc_correctness_cos_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4444223Z test_nnc_correctness_cos_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4444661Z test_nnc_correctness_cos_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4445096Z test_nnc_correctness_cos_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4445531Z test_nnc_correctness_cos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4446009Z test_nnc_correctness_cos_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4446439Z test_nnc_correctness_cos_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4446863Z test_nnc_correctness_cos_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4447290Z test_nnc_correctness_cos_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4447703Z test_nnc_correctness_cos_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4448125Z test_nnc_correctness_cos_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4448591Z test_nnc_correctness_cosh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4449020Z test_nnc_correctness_cosh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4449438Z test_nnc_correctness_cosh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4449875Z test_nnc_correctness_cosh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4450310Z test_nnc_correctness_cosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4450735Z test_nnc_correctness_cosh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4451154Z test_nnc_correctness_cosh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4451580Z test_nnc_correctness_cosh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4452005Z test_nnc_correctness_cosh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4452437Z test_nnc_correctness_cosh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4452847Z test_nnc_correctness_cosh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4453289Z test_nnc_correctness_count_nonzero_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4453736Z test_nnc_correctness_count_nonzero_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4454186Z test_nnc_correctness_count_nonzero_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4454646Z test_nnc_correctness_count_nonzero_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4455082Z test_nnc_correctness_count_nonzero_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4455535Z test_nnc_correctness_count_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4456018Z test_nnc_correctness_count_nonzero_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4456462Z test_nnc_correctness_count_nonzero_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4456890Z test_nnc_correctness_count_nonzero_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4457332Z test_nnc_correctness_count_nonzero_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4457774Z test_nnc_correctness_count_nonzero_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4458217Z test_nnc_correctness_count_nonzero_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4458663Z test_nnc_correctness_cov_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4459099Z test_nnc_correctness_cov_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4459536Z test_nnc_correctness_cov_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4459973Z test_nnc_correctness_cov_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4460401Z test_nnc_correctness_cov_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4460893Z test_nnc_correctness_cov_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4461325Z test_nnc_correctness_cov_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4461747Z test_nnc_correctness_cov_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4462174Z test_nnc_correctness_cov_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4462582Z test_nnc_correctness_cov_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4463013Z test_nnc_correctness_cross_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4463457Z test_nnc_correctness_cross_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4463897Z test_nnc_correctness_cross_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4464323Z test_nnc_correctness_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4464753Z test_nnc_correctness_cross_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4465187Z test_nnc_correctness_cross_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4465614Z test_nnc_correctness_cross_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4466060Z test_nnc_correctness_cross_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4466483Z test_nnc_correctness_cross_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4466910Z test_nnc_correctness_cross_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4467340Z test_nnc_correctness_cummax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4467756Z test_nnc_correctness_cummax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4468189Z test_nnc_correctness_cummax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4468654Z test_nnc_correctness_cummax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4469087Z test_nnc_correctness_cummax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4469510Z test_nnc_correctness_cummax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4469919Z test_nnc_correctness_cummax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4470347Z test_nnc_correctness_cummax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4470786Z test_nnc_correctness_cummax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4471222Z test_nnc_correctness_cummin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4471636Z test_nnc_correctness_cummin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4472070Z test_nnc_correctness_cummin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4472508Z test_nnc_correctness_cummin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4472938Z test_nnc_correctness_cummin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4473352Z test_nnc_correctness_cummin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4473775Z test_nnc_correctness_cummin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4474204Z test_nnc_correctness_cummin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4474634Z test_nnc_correctness_cummin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4475050Z test_nnc_correctness_cumprod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4475494Z test_nnc_correctness_cumprod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4475979Z test_nnc_correctness_cumprod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4476424Z test_nnc_correctness_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4476863Z test_nnc_correctness_cumprod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4477284Z test_nnc_correctness_cumprod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4477715Z test_nnc_correctness_cumprod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4478143Z test_nnc_correctness_cumprod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4478612Z test_nnc_correctness_cumprod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4479033Z test_nnc_correctness_cumprod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4479468Z test_nnc_correctness_cumsum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4479908Z test_nnc_correctness_cumsum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4480350Z test_nnc_correctness_cumsum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4480778Z test_nnc_correctness_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4481206Z test_nnc_correctness_cumsum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4481634Z test_nnc_correctness_cumsum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.014s) 2022-12-01T11:03:27.4482064Z test_nnc_correctness_cumsum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4482470Z test_nnc_correctness_cumsum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4482898Z test_nnc_correctness_cumsum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4483329Z test_nnc_correctness_cumsum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4483780Z test_nnc_correctness_cumulative_trapezoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4484435Z test_nnc_correctness_cumulative_trapezoid_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4484898Z test_nnc_correctness_cumulative_trapezoid_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4485367Z test_nnc_correctness_cumulative_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4485925Z test_nnc_correctness_cumulative_trapezoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4486390Z test_nnc_correctness_cumulative_trapezoid_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4486839Z test_nnc_correctness_cumulative_trapezoid_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4487304Z test_nnc_correctness_cumulative_trapezoid_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4487764Z test_nnc_correctness_cumulative_trapezoid_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4488231Z test_nnc_correctness_cumulative_trapezoid_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4488719Z test_nnc_correctness_deg2rad_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4489146Z test_nnc_correctness_deg2rad_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4489580Z test_nnc_correctness_deg2rad_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4490010Z test_nnc_correctness_deg2rad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4490447Z test_nnc_correctness_deg2rad_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4490875Z test_nnc_correctness_deg2rad_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4491308Z test_nnc_correctness_deg2rad_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4491732Z test_nnc_correctness_deg2rad_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4492162Z test_nnc_correctness_deg2rad_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4492579Z test_nnc_correctness_deg2rad_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4493012Z test_nnc_correctness_diag_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4493446Z test_nnc_correctness_diag_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4493882Z test_nnc_correctness_diag_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4494309Z test_nnc_correctness_diag_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4494746Z test_nnc_correctness_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4495169Z test_nnc_correctness_diag_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4495599Z test_nnc_correctness_diag_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4496046Z test_nnc_correctness_diag_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4496470Z test_nnc_correctness_diag_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4496897Z test_nnc_correctness_diag_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4497327Z test_nnc_correctness_diag_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4497764Z test_nnc_correctness_diag_embed_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4498198Z test_nnc_correctness_diag_embed_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4498678Z test_nnc_correctness_diag_embed_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4499136Z test_nnc_correctness_diag_embed_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4499584Z test_nnc_correctness_diag_embed_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4500012Z test_nnc_correctness_diag_embed_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4500449Z test_nnc_correctness_diag_embed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4500956Z test_nnc_correctness_diag_embed_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4501401Z test_nnc_correctness_diag_embed_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4501821Z test_nnc_correctness_diag_embed_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4502258Z test_nnc_correctness_diag_embed_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4502696Z test_nnc_correctness_diag_embed_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4503132Z test_nnc_correctness_diag_embed_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4503581Z test_nnc_correctness_diagflat_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4504010Z test_nnc_correctness_diagflat_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4504454Z test_nnc_correctness_diagflat_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4504903Z test_nnc_correctness_diagflat_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4505344Z test_nnc_correctness_diagflat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4505769Z test_nnc_correctness_diagflat_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4506249Z test_nnc_correctness_diagflat_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4506681Z test_nnc_correctness_diagflat_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4507104Z test_nnc_correctness_diagflat_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4507517Z test_nnc_correctness_diagflat_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4507954Z test_nnc_correctness_diagflat_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.051s) 2022-12-01T11:03:27.4508395Z test_nnc_correctness_diagonal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4508857Z test_nnc_correctness_diagonal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4509286Z test_nnc_correctness_diagonal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4509736Z test_nnc_correctness_diagonal_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4510184Z test_nnc_correctness_diagonal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4510631Z test_nnc_correctness_diagonal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4511071Z test_nnc_correctness_diagonal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4511498Z test_nnc_correctness_diagonal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4511939Z test_nnc_correctness_diagonal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4512385Z test_nnc_correctness_diagonal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4512803Z test_nnc_correctness_diagonal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4513212Z test_nnc_correctness_diagonal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4513658Z test_nnc_correctness_diagonal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4513884Z 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-12-01T11:03:27.4514104Z 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-12-01T11:03:27.4514329Z 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-12-01T11:03:27.4514554Z test_nnc_correctness_diagonal_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4514810Z 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-12-01T11:03:27.4515034Z 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-12-01T11:03:27.4515252Z test_nnc_correctness_diagonal_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4515454Z test_nnc_correctness_diagonal_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4515675Z test_nnc_correctness_diagonal_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4515896Z test_nnc_correctness_diagonal_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4516152Z test_nnc_correctness_diff_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4516364Z test_nnc_correctness_diff_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4516579Z test_nnc_correctness_diff_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4516794Z test_nnc_correctness_diff_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4517003Z test_nnc_correctness_diff_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4517215Z test_nnc_correctness_diff_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4517418Z test_nnc_correctness_diff_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4517627Z test_nnc_correctness_diff_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4517819Z test_nnc_correctness_diff_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4518029Z test_nnc_correctness_diff_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4518236Z test_nnc_correctness_diff_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4518444Z test_nnc_correctness_diff_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4518663Z test_nnc_correctness_digamma_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4518874Z test_nnc_correctness_digamma_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4519085Z test_nnc_correctness_digamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4519300Z test_nnc_correctness_digamma_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4519511Z test_nnc_correctness_digamma_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4519747Z test_nnc_correctness_digamma_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4519949Z test_nnc_correctness_digamma_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4520145Z test_nnc_correctness_digamma_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4520356Z test_nnc_correctness_digamma_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4520562Z test_nnc_correctness_dist_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4520774Z test_nnc_correctness_dist_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4521020Z test_nnc_correctness_dist_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4521230Z test_nnc_correctness_dist_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4521430Z test_nnc_correctness_dist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4521630Z test_nnc_correctness_dist_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4521855Z 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-12-01T11:03:27.4522086Z 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-12-01T11:03:27.4522313Z 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-12-01T11:03:27.4522534Z 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-12-01T11:03:27.4522742Z test_nnc_correctness_div_floor_rounding_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-12-01T11:03:27.4522963Z 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-12-01T11:03:27.4523183Z 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-12-01T11:03:27.4523411Z 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-12-01T11:03:27.4523628Z 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-12-01T11:03:27.4524012Z 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-12-01T11:03:27.4524330Z 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-12-01T11:03:27.4524560Z 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-12-01T11:03:27.4524845Z 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-12-01T11:03:27.4525071Z 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.002s) 2022-12-01T11:03:27.4525289Z 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-12-01T11:03:27.4525506Z 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-12-01T11:03:27.4525714Z 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-12-01T11:03:27.4525939Z 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.002s) 2022-12-01T11:03:27.4526195Z 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.002s) 2022-12-01T11:03:27.4526415Z 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-12-01T11:03:27.4526635Z 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-12-01T11:03:27.4526859Z test_nnc_correctness_div_trunc_rounding_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4527083Z test_nnc_correctness_div_trunc_rounding_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4527311Z test_nnc_correctness_div_trunc_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4527531Z test_nnc_correctness_div_trunc_rounding_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4527753Z test_nnc_correctness_div_trunc_rounding_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4527972Z test_nnc_correctness_div_trunc_rounding_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4528193Z 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-12-01T11:03:27.4528400Z test_nnc_correctness_div_trunc_rounding_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4528617Z test_nnc_correctness_div_trunc_rounding_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4528826Z test_nnc_correctness_dot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4529036Z test_nnc_correctness_dot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4529247Z test_nnc_correctness_dot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4529456Z test_nnc_correctness_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4529690Z test_nnc_correctness_dot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4529922Z test_nnc_correctness_dot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4530130Z test_nnc_correctness_dot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4530336Z test_nnc_correctness_dot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4530543Z test_nnc_correctness_dot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4530736Z test_nnc_correctness_dot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4530986Z test_nnc_correctness_double_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4531197Z test_nnc_correctness_double_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4531414Z test_nnc_correctness_double_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4531630Z test_nnc_correctness_double_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4531837Z test_nnc_correctness_double_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4532054Z test_nnc_correctness_double_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4532263Z test_nnc_correctness_double_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4532465Z test_nnc_correctness_double_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4532675Z test_nnc_correctness_double_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4532878Z test_nnc_correctness_double_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4533062Z test_nnc_correctness_double_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4533270Z test_nnc_correctness_double_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4533483Z test_nnc_correctness_double_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4533695Z test_nnc_correctness_dsplit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4533900Z test_nnc_correctness_dsplit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4534115Z test_nnc_correctness_dsplit_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4534328Z test_nnc_correctness_dsplit_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4534599Z test_nnc_correctness_dsplit_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4534812Z test_nnc_correctness_dsplit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4535022Z test_nnc_correctness_dsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4535226Z test_nnc_correctness_dsplit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4535434Z test_nnc_correctness_dsplit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4535623Z test_nnc_correctness_dsplit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4535864Z test_nnc_correctness_dsplit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4536073Z test_nnc_correctness_dsplit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4536276Z test_nnc_correctness_dsplit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4536487Z test_nnc_correctness_dstack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4536693Z test_nnc_correctness_dstack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4536911Z test_nnc_correctness_dstack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4537129Z test_nnc_correctness_dstack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4537340Z test_nnc_correctness_dstack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4537551Z test_nnc_correctness_dstack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4537755Z test_nnc_correctness_dstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4537943Z test_nnc_correctness_dstack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4538155Z test_nnc_correctness_dstack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4538362Z test_nnc_correctness_dstack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4538562Z test_nnc_correctness_dstack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4538770Z test_nnc_correctness_dstack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4538977Z test_nnc_correctness_dstack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4539188Z test_nnc_correctness_einsum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4539441Z test_nnc_correctness_einsum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4539653Z test_nnc_correctness_einsum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4539863Z test_nnc_correctness_einsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4540066Z test_nnc_correctness_einsum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4540258Z test_nnc_correctness_einsum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4540464Z test_nnc_correctness_einsum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4540788Z test_nnc_correctness_einsum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4541007Z test_nnc_correctness_einsum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4541210Z test_nnc_correctness_einsum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4541376Z test_nnc_correctness_empty_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4541538Z test_nnc_correctness_empty_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4541707Z test_nnc_correctness_empty_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4541877Z test_nnc_correctness_empty_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4542044Z test_nnc_correctness_empty_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4542195Z test_nnc_correctness_empty_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4542359Z test_nnc_correctness_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4542522Z test_nnc_correctness_empty_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4542682Z test_nnc_correctness_empty_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4542840Z test_nnc_correctness_empty_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4542995Z test_nnc_correctness_empty_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4543157Z test_nnc_correctness_empty_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4543319Z test_nnc_correctness_empty_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4543489Z test_nnc_correctness_empty_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4543640Z test_nnc_correctness_empty_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4543813Z test_nnc_correctness_empty_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4543984Z test_nnc_correctness_empty_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4544156Z test_nnc_correctness_empty_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4544325Z test_nnc_correctness_empty_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4544521Z test_nnc_correctness_empty_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4544693Z test_nnc_correctness_empty_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4544856Z test_nnc_correctness_empty_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4545002Z test_nnc_correctness_empty_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4545159Z test_nnc_correctness_empty_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4545323Z test_nnc_correctness_empty_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4545488Z test_nnc_correctness_empty_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4545703Z test_nnc_correctness_eq_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4545941Z test_nnc_correctness_eq_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4546158Z test_nnc_correctness_eq_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-12-01T11:03:27.4546369Z test_nnc_correctness_eq_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4546575Z test_nnc_correctness_eq_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4546782Z test_nnc_correctness_eq_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4546988Z test_nnc_correctness_eq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4547179Z test_nnc_correctness_eq_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4547385Z test_nnc_correctness_eq_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4547589Z test_nnc_correctness_eq_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4547791Z test_nnc_correctness_eq_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4547993Z test_nnc_correctness_eq_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4548195Z test_nnc_correctness_eq_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4548411Z test_nnc_correctness_equal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4548616Z test_nnc_correctness_equal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4548833Z test_nnc_correctness_equal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4549046Z test_nnc_correctness_equal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4549255Z test_nnc_correctness_equal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4549487Z test_nnc_correctness_equal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4549696Z test_nnc_correctness_equal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4549901Z test_nnc_correctness_equal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4550101Z test_nnc_correctness_equal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4550308Z test_nnc_correctness_equal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4550513Z test_nnc_correctness_equal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4550725Z test_nnc_correctness_equal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4550962Z test_nnc_correctness_erf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4551167Z test_nnc_correctness_erf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4551373Z test_nnc_correctness_erf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4551574Z test_nnc_correctness_erf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4551767Z test_nnc_correctness_erf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4551976Z test_nnc_correctness_erf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4552181Z test_nnc_correctness_erf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4552387Z test_nnc_correctness_erf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4552588Z test_nnc_correctness_erf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4552799Z test_nnc_correctness_erfc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4553001Z test_nnc_correctness_erfc_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4553215Z test_nnc_correctness_erfc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4553423Z test_nnc_correctness_erfc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4553628Z test_nnc_correctness_erfc_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4553832Z test_nnc_correctness_erfc_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4554024Z test_nnc_correctness_erfc_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4554228Z test_nnc_correctness_erfc_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4554465Z test_nnc_correctness_erfc_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4554682Z test_nnc_correctness_erfinv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4554890Z test_nnc_correctness_erfinv_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4555100Z test_nnc_correctness_erfinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4555305Z test_nnc_correctness_erfinv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4555517Z test_nnc_correctness_erfinv_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4555755Z test_nnc_correctness_erfinv_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4555958Z test_nnc_correctness_erfinv_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4556167Z test_nnc_correctness_erfinv_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4556355Z test_nnc_correctness_erfinv_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4556572Z test_nnc_correctness_exp2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4556780Z test_nnc_correctness_exp2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4556991Z test_nnc_correctness_exp2_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4557195Z test_nnc_correctness_exp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4557402Z test_nnc_correctness_exp2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4557609Z test_nnc_correctness_exp2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4557819Z test_nnc_correctness_exp2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4558026Z test_nnc_correctness_exp2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4558233Z test_nnc_correctness_exp2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4558435Z test_nnc_correctness_exp2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4558633Z test_nnc_correctness_exp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4558837Z test_nnc_correctness_exp_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4559047Z test_nnc_correctness_exp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4559288Z test_nnc_correctness_exp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4559498Z test_nnc_correctness_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4559701Z test_nnc_correctness_exp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4559909Z test_nnc_correctness_exp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4560114Z test_nnc_correctness_exp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4560320Z test_nnc_correctness_exp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4560556Z test_nnc_correctness_exp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4560760Z test_nnc_correctness_exp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4560963Z 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-12-01T11:03:27.4561178Z 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-12-01T11:03:27.4561396Z 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-12-01T11:03:27.4561614Z 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-12-01T11:03:27.4561832Z 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-12-01T11:03:27.4562047Z 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-12-01T11:03:27.4562256Z 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-12-01T11:03:27.4562467Z 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-12-01T11:03:27.4562680Z 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-12-01T11:03:27.4562890Z 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-12-01T11:03:27.4563104Z 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-12-01T11:03:27.4563302Z 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-12-01T11:03:27.4563511Z test_nnc_correctness_expand_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4563720Z test_nnc_correctness_expand_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4564120Z test_nnc_correctness_expand_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4564454Z test_nnc_correctness_expand_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4564666Z test_nnc_correctness_expand_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4564872Z test_nnc_correctness_expand_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4565077Z test_nnc_correctness_expand_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4565285Z test_nnc_correctness_expand_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4565488Z test_nnc_correctness_expand_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4565732Z test_nnc_correctness_expand_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4565942Z test_nnc_correctness_expand_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4566137Z test_nnc_correctness_expand_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4566346Z test_nnc_correctness_expm1_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4566552Z test_nnc_correctness_expm1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4566766Z test_nnc_correctness_expm1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4566979Z test_nnc_correctness_expm1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4567187Z test_nnc_correctness_expm1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4567387Z test_nnc_correctness_expm1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4567584Z test_nnc_correctness_expm1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4567793Z test_nnc_correctness_expm1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4568002Z test_nnc_correctness_expm1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4568211Z test_nnc_correctness_eye_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4568410Z test_nnc_correctness_eye_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4568623Z test_nnc_correctness_eye_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4568827Z test_nnc_correctness_eye_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4569027Z test_nnc_correctness_eye_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4569274Z test_nnc_correctness_eye_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4569481Z test_nnc_correctness_eye_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4569686Z test_nnc_correctness_eye_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4569892Z test_nnc_correctness_eye_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4570096Z test_nnc_correctness_eye_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-12-01T11:03:27.4570297Z test_nnc_correctness_eye_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4570536Z 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-12-01T11:03:27.4570742Z 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-12-01T11:03:27.4570957Z 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-12-01T11:03:27.4571168Z 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-12-01T11:03:27.4571380Z 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-12-01T11:03:27.4571587Z 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-12-01T11:03:27.4571799Z 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-12-01T11:03:27.4572001Z 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-12-01T11:03:27.4572209Z 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-12-01T11:03:27.4572418Z 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-12-01T11:03:27.4572625Z 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-12-01T11:03:27.4572841Z 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-12-01T11:03:27.4573042Z 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-12-01T11:03:27.4573252Z 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-12-01T11:03:27.4573463Z 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-12-01T11:03:27.4573671Z 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-12-01T11:03:27.4573877Z 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-12-01T11:03:27.4574112Z 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-12-01T11:03:27.4574318Z 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-12-01T11:03:27.4574517Z 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-12-01T11:03:27.4574727Z 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-12-01T11:03:27.4574943Z 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-12-01T11:03:27.4575161Z 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-12-01T11:03:27.4575390Z 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-12-01T11:03:27.4575604Z 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-12-01T11:03:27.4575812Z 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-12-01T11:03:27.4576020Z 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-12-01T11:03:27.4576223Z 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-12-01T11:03:27.4576433Z 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-12-01T11:03:27.4576636Z 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-12-01T11:03:27.4576857Z 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-12-01T11:03:27.4577073Z 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-12-01T11:03:27.4577293Z 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-12-01T11:03:27.4577514Z 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-12-01T11:03:27.4577736Z test_nnc_correctness_fft_fftshift_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4577940Z 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-12-01T11:03:27.4578156Z 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-12-01T11:03:27.4578375Z test_nnc_correctness_fft_fftshift_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4578589Z 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-12-01T11:03:27.4578826Z 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-12-01T11:03:27.4579043Z 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-12-01T11:03:27.4579260Z 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-12-01T11:03:27.4579475Z test_nnc_correctness_fft_fftshift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4579683Z 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-12-01T11:03:27.4579900Z 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-12-01T11:03:27.4580179Z 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-12-01T11:03:27.4580381Z 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-12-01T11:03:27.4580595Z test_nnc_correctness_fft_hfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4580884Z test_nnc_correctness_fft_hfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4581095Z 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-12-01T11:03:27.4581303Z test_nnc_correctness_fft_hfft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4581515Z 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-12-01T11:03:27.4581721Z 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-12-01T11:03:27.4581933Z 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-12-01T11:03:27.4582153Z 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-12-01T11:03:27.4582368Z 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-12-01T11:03:27.4582581Z 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-12-01T11:03:27.4582797Z 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-12-01T11:03:27.4582989Z test_nnc_correctness_fft_hfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4583190Z 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-12-01T11:03:27.4583388Z 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-12-01T11:03:27.4583594Z test_nnc_correctness_fft_hfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4583839Z 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-12-01T11:03:27.4584045Z test_nnc_correctness_fft_hfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4584261Z 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-12-01T11:03:27.4584479Z 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-12-01T11:03:27.4584692Z test_nnc_correctness_fft_hfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4584905Z 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-12-01T11:03:27.4585146Z test_nnc_correctness_fft_hfftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4585342Z 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-12-01T11:03:27.4585554Z 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-12-01T11:03:27.4585764Z 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-12-01T11:03:27.4585971Z 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-12-01T11:03:27.4586179Z 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-12-01T11:03:27.4586397Z 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-12-01T11:03:27.4586614Z 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-12-01T11:03:27.4586827Z 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-12-01T11:03:27.4587039Z 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-12-01T11:03:27.4587247Z 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-12-01T11:03:27.4587459Z 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-12-01T11:03:27.4587652Z 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-12-01T11:03:27.4587861Z 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-12-01T11:03:27.4588065Z 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-12-01T11:03:27.4588275Z 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-12-01T11:03:27.4588490Z 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-12-01T11:03:27.4588738Z 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-12-01T11:03:27.4588950Z 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-12-01T11:03:27.4589164Z 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-12-01T11:03:27.4589372Z 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-12-01T11:03:27.4589577Z 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-12-01T11:03:27.4589780Z 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-12-01T11:03:27.4590018Z 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-12-01T11:03:27.4590212Z 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-12-01T11:03:27.4590415Z 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-12-01T11:03:27.4590631Z 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-12-01T11:03:27.4590848Z 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-12-01T11:03:27.4591066Z 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-12-01T11:03:27.4591277Z 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-12-01T11:03:27.4591484Z 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-12-01T11:03:27.4591692Z 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-12-01T11:03:27.4591901Z 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-12-01T11:03:27.4592107Z 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-12-01T11:03:27.4592318Z 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-12-01T11:03:27.4592523Z 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-12-01T11:03:27.4592739Z 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-12-01T11:03:27.4592961Z 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-12-01T11:03:27.4593181Z 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-12-01T11:03:27.4593433Z 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-12-01T11:03:27.4593654Z 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-12-01T11:03:27.4593871Z 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-12-01T11:03:27.4594090Z 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-12-01T11:03:27.4594305Z test_nnc_correctness_fft_ifftshift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-12-01T11:03:27.4594519Z 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-12-01T11:03:27.4594777Z 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-12-01T11:03:27.4594992Z 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-12-01T11:03:27.4595191Z 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-12-01T11:03:27.4595400Z 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-12-01T11:03:27.4595612Z 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-12-01T11:03:27.4595822Z 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-12-01T11:03:27.4596037Z 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-12-01T11:03:27.4596250Z 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-12-01T11:03:27.4596457Z 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-12-01T11:03:27.4596665Z 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-12-01T11:03:27.4596875Z 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-12-01T11:03:27.4597089Z 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-12-01T11:03:27.4597302Z 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-12-01T11:03:27.4597500Z 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-12-01T11:03:27.4597708Z 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-12-01T11:03:27.4597917Z 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-12-01T11:03:27.4598125Z 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-12-01T11:03:27.4598363Z 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-12-01T11:03:27.4598568Z 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-12-01T11:03:27.4598777Z 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-12-01T11:03:27.4598990Z 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-12-01T11:03:27.4599207Z 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-12-01T11:03:27.4599419Z 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-12-01T11:03:27.4599656Z 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-12-01T11:03:27.4599869Z 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-12-01T11:03:27.4600064Z 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-12-01T11:03:27.4600274Z 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-12-01T11:03:27.4600482Z 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-12-01T11:03:27.4600707Z 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-12-01T11:03:27.4600925Z 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-12-01T11:03:27.4601137Z 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-12-01T11:03:27.4601346Z 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-12-01T11:03:27.4601555Z 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-12-01T11:03:27.4601764Z 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-12-01T11:03:27.4601977Z 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-12-01T11:03:27.4602183Z 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-12-01T11:03:27.4602379Z 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-12-01T11:03:27.4602590Z 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-12-01T11:03:27.4602807Z 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-12-01T11:03:27.4603060Z 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-12-01T11:03:27.4603275Z 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-12-01T11:03:27.4603482Z test_nnc_correctness_fft_irfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4603691Z 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-12-01T11:03:27.4604157Z 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-12-01T11:03:27.4604394Z test_nnc_correctness_fft_irfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4604667Z 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-12-01T11:03:27.4604875Z test_nnc_correctness_fft_irfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4605066Z 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-12-01T11:03:27.4605285Z 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-12-01T11:03:27.4605503Z 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-12-01T11:03:27.4605716Z 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-12-01T11:03:27.4605933Z 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-12-01T11:03:27.4606143Z 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-12-01T11:03:27.4606387Z 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-12-01T11:03:27.4606596Z 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-12-01T11:03:27.4606804Z 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-12-01T11:03:27.4607017Z 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-12-01T11:03:27.4607228Z 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-12-01T11:03:27.4607438Z 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-12-01T11:03:27.4607629Z 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-12-01T11:03:27.4607839Z 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-12-01T11:03:27.4608046Z 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-12-01T11:03:27.4608289Z 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-12-01T11:03:27.4608497Z 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-12-01T11:03:27.4608704Z 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-12-01T11:03:27.4608915Z 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-12-01T11:03:27.4609125Z 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-12-01T11:03:27.4609331Z test_nnc_correctness_fft_rfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4609574Z 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-12-01T11:03:27.4609778Z 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-12-01T11:03:27.4609964Z 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-12-01T11:03:27.4610171Z 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-12-01T11:03:27.4610378Z 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-12-01T11:03:27.4610588Z 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-12-01T11:03:27.4610803Z 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-12-01T11:03:27.4611009Z 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-12-01T11:03:27.4611218Z 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-12-01T11:03:27.4611427Z 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-12-01T11:03:27.4611629Z 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-12-01T11:03:27.4611842Z 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-12-01T11:03:27.4612051Z 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-12-01T11:03:27.4612203Z test_nnc_correctness_fill_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T11:03:27.4612367Z test_nnc_correctness_fill_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T11:03:27.4612534Z test_nnc_correctness_fill_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T11:03:27.4612700Z test_nnc_correctness_fill_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T11:03:27.4612861Z test_nnc_correctness_fill_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T11:03:27.4613053Z test_nnc_correctness_fill_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T11:03:27.4613214Z test_nnc_correctness_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T11:03:27.4613371Z test_nnc_correctness_fill_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T11:03:27.4613529Z test_nnc_correctness_fill_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T11:03:27.4613677Z test_nnc_correctness_fill_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T11:03:27.4613838Z test_nnc_correctness_fill_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T11:03:27.4613995Z test_nnc_correctness_fill_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T11:03:27.4614154Z test_nnc_correctness_fill_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T11:03:27.4614374Z test_nnc_correctness_flatten_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4614612Z test_nnc_correctness_flatten_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4614830Z test_nnc_correctness_flatten_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4615047Z test_nnc_correctness_flatten_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4615260Z test_nnc_correctness_flatten_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4615471Z test_nnc_correctness_flatten_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4615675Z test_nnc_correctness_flatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4615883Z test_nnc_correctness_flatten_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4616097Z test_nnc_correctness_flatten_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4616302Z test_nnc_correctness_flatten_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4616504Z test_nnc_correctness_flatten_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4616717Z test_nnc_correctness_flatten_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4616928Z test_nnc_correctness_flatten_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4617134Z test_nnc_correctness_flip_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4617341Z test_nnc_correctness_flip_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4617555Z test_nnc_correctness_flip_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4617767Z test_nnc_correctness_flip_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4617991Z test_nnc_correctness_flip_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-12-01T11:03:27.4618195Z test_nnc_correctness_flip_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4618404Z test_nnc_correctness_flip_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4618611Z test_nnc_correctness_flip_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4618818Z test_nnc_correctness_flip_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4619022Z test_nnc_correctness_flip_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4619230Z test_nnc_correctness_flip_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4619460Z test_nnc_correctness_flip_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4619676Z test_nnc_correctness_fliplr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4619885Z test_nnc_correctness_fliplr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4620102Z test_nnc_correctness_fliplr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4620317Z test_nnc_correctness_fliplr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4620518Z test_nnc_correctness_fliplr_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4620792Z test_nnc_correctness_fliplr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4620996Z test_nnc_correctness_fliplr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4621203Z test_nnc_correctness_fliplr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4621405Z test_nnc_correctness_fliplr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4621611Z test_nnc_correctness_fliplr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4621824Z test_nnc_correctness_fliplr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4622031Z test_nnc_correctness_fliplr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4622244Z test_nnc_correctness_flipud_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4622448Z test_nnc_correctness_flipud_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4622662Z test_nnc_correctness_flipud_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4622897Z test_nnc_correctness_flipud_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4623108Z test_nnc_correctness_flipud_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4623309Z test_nnc_correctness_flipud_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4623512Z test_nnc_correctness_flipud_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4623716Z test_nnc_correctness_flipud_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4623922Z test_nnc_correctness_flipud_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4624125Z test_nnc_correctness_flipud_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4624369Z test_nnc_correctness_flipud_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4624572Z test_nnc_correctness_flipud_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4624783Z test_nnc_correctness_float_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4624990Z test_nnc_correctness_float_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4625192Z test_nnc_correctness_float_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4625411Z test_nnc_correctness_float_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4625617Z test_nnc_correctness_float_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4625828Z test_nnc_correctness_float_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4626032Z test_nnc_correctness_float_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4626232Z test_nnc_correctness_float_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4626440Z test_nnc_correctness_float_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4626645Z test_nnc_correctness_float_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4626844Z test_nnc_correctness_float_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4627046Z test_nnc_correctness_float_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4627257Z test_nnc_correctness_float_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4627460Z 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-12-01T11:03:27.4627708Z test_nnc_correctness_float_power_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4627929Z test_nnc_correctness_float_power_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4628148Z test_nnc_correctness_float_power_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4628362Z test_nnc_correctness_float_power_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4628579Z test_nnc_correctness_float_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4628795Z test_nnc_correctness_float_power_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4629036Z test_nnc_correctness_float_power_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4629245Z test_nnc_correctness_float_power_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4629458Z test_nnc_correctness_float_power_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4629672Z test_nnc_correctness_float_power_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4629881Z test_nnc_correctness_float_power_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4630078Z test_nnc_correctness_floor_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4630293Z test_nnc_correctness_floor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4630498Z test_nnc_correctness_floor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4630704Z test_nnc_correctness_floor_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4630905Z test_nnc_correctness_floor_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4631105Z test_nnc_correctness_floor_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4631311Z test_nnc_correctness_floor_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4631521Z test_nnc_correctness_floor_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4631739Z test_nnc_correctness_floor_divide_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4631955Z test_nnc_correctness_floor_divide_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4632173Z test_nnc_correctness_floor_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4632376Z test_nnc_correctness_floor_divide_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4632621Z test_nnc_correctness_floor_divide_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4632828Z test_nnc_correctness_floor_divide_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4633045Z test_nnc_correctness_floor_divide_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4633258Z test_nnc_correctness_floor_divide_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4633471Z test_nnc_correctness_floor_divide_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4633680Z test_nnc_correctness_fmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4633918Z test_nnc_correctness_fmax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4634130Z test_nnc_correctness_fmax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4634340Z test_nnc_correctness_fmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4634543Z test_nnc_correctness_fmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4634736Z test_nnc_correctness_fmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4634945Z test_nnc_correctness_fmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4635154Z test_nnc_correctness_fmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4635361Z test_nnc_correctness_fmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4635567Z test_nnc_correctness_fmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4635777Z test_nnc_correctness_fmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4635985Z test_nnc_correctness_fmin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4636193Z test_nnc_correctness_fmin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4636398Z test_nnc_correctness_fmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4636598Z test_nnc_correctness_fmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4636799Z test_nnc_correctness_fmin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4636990Z test_nnc_correctness_fmin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4637194Z test_nnc_correctness_fmin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4637445Z test_nnc_correctness_fmin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4637649Z test_nnc_correctness_fmin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4637859Z test_nnc_correctness_fmod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4638065Z test_nnc_correctness_fmod_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4638265Z test_nnc_correctness_fmod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4638470Z test_nnc_correctness_fmod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4638703Z test_nnc_correctness_fmod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4638911Z test_nnc_correctness_fmod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4639113Z test_nnc_correctness_fmod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4639302Z test_nnc_correctness_fmod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4639504Z test_nnc_correctness_fmod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4639712Z test_nnc_correctness_frac_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4639923Z test_nnc_correctness_frac_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4640128Z test_nnc_correctness_frac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4640332Z test_nnc_correctness_frac_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4640545Z test_nnc_correctness_frexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4640754Z test_nnc_correctness_frexp_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4640968Z test_nnc_correctness_frexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4641177Z test_nnc_correctness_frexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4641391Z 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-12-01T11:03:27.4641600Z 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-12-01T11:03:27.4641803Z 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-12-01T11:03:27.4642021Z test_nnc_correctness_full_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T11:03:27.4642269Z 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-12-01T11:03:27.4642479Z test_nnc_correctness_full_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4642691Z 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-12-01T11:03:27.4642902Z test_nnc_correctness_full_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4643105Z test_nnc_correctness_full_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4643317Z test_nnc_correctness_full_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4643558Z 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-12-01T11:03:27.4643768Z 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-12-01T11:03:27.4644238Z test_nnc_correctness_gather_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4644473Z test_nnc_correctness_gather_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4644690Z test_nnc_correctness_gather_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4644913Z test_nnc_correctness_gather_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4645126Z test_nnc_correctness_gather_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4645338Z test_nnc_correctness_gather_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4645543Z test_nnc_correctness_gather_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4645750Z test_nnc_correctness_gather_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4645952Z test_nnc_correctness_gather_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4646165Z test_nnc_correctness_gather_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4646373Z test_nnc_correctness_gather_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4646582Z test_nnc_correctness_gather_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4646774Z test_nnc_correctness_gcd_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4646981Z test_nnc_correctness_gcd_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4647188Z test_nnc_correctness_gcd_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4647447Z test_nnc_correctness_gcd_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4647658Z test_nnc_correctness_gcd_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4647868Z test_nnc_correctness_ge_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4648076Z test_nnc_correctness_ge_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4648284Z test_nnc_correctness_ge_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4648492Z test_nnc_correctness_ge_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4648736Z test_nnc_correctness_ge_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4648942Z test_nnc_correctness_ge_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4649137Z test_nnc_correctness_ge_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4649343Z test_nnc_correctness_ge_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4649545Z test_nnc_correctness_ge_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4649748Z test_nnc_correctness_ge_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4649971Z test_nnc_correctness_geqrf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4650187Z test_nnc_correctness_geqrf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4650399Z test_nnc_correctness_geqrf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4650606Z test_nnc_correctness_geqrf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4650781Z test_nnc_correctness_gradient_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T11:03:27.4650956Z test_nnc_correctness_gradient_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T11:03:27.4651130Z test_nnc_correctness_gradient_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T11:03:27.4651286Z test_nnc_correctness_gradient_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T11:03:27.4651448Z test_nnc_correctness_gradient_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T11:03:27.4651608Z test_nnc_correctness_gradient_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T11:03:27.4651773Z test_nnc_correctness_gradient_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T11:03:27.4651937Z test_nnc_correctness_gradient_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T11:03:27.4652100Z test_nnc_correctness_gradient_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T11:03:27.4652267Z test_nnc_correctness_gradient_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T11:03:27.4652507Z test_nnc_correctness_gt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4652716Z test_nnc_correctness_gt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4652911Z test_nnc_correctness_gt_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4653120Z test_nnc_correctness_gt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4653328Z test_nnc_correctness_gt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4653532Z test_nnc_correctness_gt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4653769Z test_nnc_correctness_gt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4653975Z test_nnc_correctness_gt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4654179Z test_nnc_correctness_gt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4654386Z test_nnc_correctness_gt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4654596Z test_nnc_correctness_half_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4654802Z test_nnc_correctness_half_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4655020Z test_nnc_correctness_half_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4655221Z test_nnc_correctness_half_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4655430Z test_nnc_correctness_half_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4655632Z test_nnc_correctness_half_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4655829Z test_nnc_correctness_half_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4656039Z test_nnc_correctness_half_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4656247Z test_nnc_correctness_half_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4656454Z test_nnc_correctness_half_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4656660Z test_nnc_correctness_half_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4656862Z test_nnc_correctness_half_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4657083Z test_nnc_correctness_heaviside_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4657324Z test_nnc_correctness_heaviside_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4657527Z test_nnc_correctness_heaviside_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4657736Z test_nnc_correctness_heaviside_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T11:03:27.4657955Z test_nnc_correctness_heaviside_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4658167Z test_nnc_correctness_heaviside_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4658377Z test_nnc_correctness_heaviside_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4658622Z test_nnc_correctness_heaviside_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4658834Z test_nnc_correctness_heaviside_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4659044Z test_nnc_correctness_heaviside_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4659249Z test_nnc_correctness_histc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4659459Z test_nnc_correctness_histc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4659662Z test_nnc_correctness_histc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4659869Z test_nnc_correctness_histogram_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4660082Z test_nnc_correctness_histogram_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4660303Z test_nnc_correctness_histogramdd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4660522Z test_nnc_correctness_histogramdd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4660793Z test_nnc_correctness_hsplit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4661007Z test_nnc_correctness_hsplit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4661225Z test_nnc_correctness_hsplit_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4661441Z test_nnc_correctness_hsplit_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4661657Z test_nnc_correctness_hsplit_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4661866Z test_nnc_correctness_hsplit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4662069Z test_nnc_correctness_hsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4662295Z test_nnc_correctness_hsplit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4662505Z test_nnc_correctness_hsplit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4662715Z test_nnc_correctness_hsplit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4662919Z test_nnc_correctness_hsplit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4663126Z test_nnc_correctness_hsplit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4663330Z test_nnc_correctness_hsplit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4663575Z test_nnc_correctness_hstack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4663787Z test_nnc_correctness_hstack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4664002Z test_nnc_correctness_hstack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4664214Z test_nnc_correctness_hstack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4664432Z test_nnc_correctness_hstack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4664640Z test_nnc_correctness_hstack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4664842Z test_nnc_correctness_hstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4665048Z test_nnc_correctness_hstack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4665256Z test_nnc_correctness_hstack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4665456Z test_nnc_correctness_hstack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4665663Z test_nnc_correctness_hstack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4665871Z test_nnc_correctness_hstack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T11:03:27.4666077Z test_nnc_correctness_hstack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4666288Z test_nnc_correctness_hypot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4666500Z test_nnc_correctness_hypot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4666706Z test_nnc_correctness_hypot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4666914Z test_nnc_correctness_i0_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4667135Z test_nnc_correctness_i0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4667341Z test_nnc_correctness_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4667546Z test_nnc_correctness_i0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4667750Z test_nnc_correctness_i0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4667955Z test_nnc_correctness_i0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4668156Z test_nnc_correctness_i0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4668387Z test_nnc_correctness_i0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4668591Z test_nnc_correctness_i0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4668805Z test_nnc_correctness_igamma_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4669015Z test_nnc_correctness_igamma_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4669218Z test_nnc_correctness_igamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4669406Z test_nnc_correctness_igamma_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4669623Z test_nnc_correctness_igammac_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4669834Z test_nnc_correctness_igammac_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4670047Z test_nnc_correctness_igammac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4670260Z test_nnc_correctness_igammac_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4670470Z test_nnc_correctness_imag_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4670685Z test_nnc_correctness_imag_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4670892Z test_nnc_correctness_imag_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4671107Z test_nnc_correctness_index_add_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4671312Z test_nnc_correctness_index_add_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4671529Z test_nnc_correctness_index_add_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4671732Z test_nnc_correctness_index_add_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4671998Z test_nnc_correctness_index_add_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4672216Z test_nnc_correctness_index_add_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4672431Z test_nnc_correctness_index_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4672642Z test_nnc_correctness_index_add_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4672851Z test_nnc_correctness_index_add_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4673059Z test_nnc_correctness_index_add_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4673304Z test_nnc_correctness_index_add_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4673517Z test_nnc_correctness_index_add_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4673729Z test_nnc_correctness_index_add_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4673943Z test_nnc_correctness_index_copy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4674155Z test_nnc_correctness_index_copy_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4674365Z test_nnc_correctness_index_copy_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4674586Z test_nnc_correctness_index_copy_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4674802Z test_nnc_correctness_index_copy_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4675015Z test_nnc_correctness_index_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4675223Z test_nnc_correctness_index_copy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4675438Z test_nnc_correctness_index_copy_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4675656Z test_nnc_correctness_index_copy_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4675904Z test_nnc_correctness_index_copy_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4676122Z test_nnc_correctness_index_copy_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4676334Z test_nnc_correctness_index_copy_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4676550Z test_nnc_correctness_index_fill_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4676747Z test_nnc_correctness_index_fill_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4676998Z test_nnc_correctness_index_fill_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4677218Z test_nnc_correctness_index_fill_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4677431Z test_nnc_correctness_index_fill_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4677646Z test_nnc_correctness_index_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4677854Z test_nnc_correctness_index_fill_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4678069Z test_nnc_correctness_index_fill_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4678308Z test_nnc_correctness_index_fill_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4678516Z test_nnc_correctness_index_fill_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4678727Z test_nnc_correctness_index_fill_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4678937Z test_nnc_correctness_index_fill_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4679145Z test_nnc_correctness_index_put_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4679352Z test_nnc_correctness_index_put_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4679570Z test_nnc_correctness_index_put_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4679788Z test_nnc_correctness_index_put_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4680004Z test_nnc_correctness_index_put_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4680220Z test_nnc_correctness_index_put_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4680430Z test_nnc_correctness_index_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4680645Z test_nnc_correctness_index_put_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4680859Z test_nnc_correctness_index_put_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4681063Z test_nnc_correctness_index_put_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4681273Z test_nnc_correctness_index_put_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4681481Z test_nnc_correctness_index_put_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4681723Z test_nnc_correctness_index_put_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4681944Z test_nnc_correctness_index_reduce_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4682151Z test_nnc_correctness_index_reduce_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4682370Z test_nnc_correctness_index_reduce_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4682586Z test_nnc_correctness_index_reduce_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4682799Z test_nnc_correctness_index_reduce_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4683043Z test_nnc_correctness_index_reduce_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4683258Z test_nnc_correctness_index_reduce_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4683470Z test_nnc_correctness_index_reduce_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4683681Z test_nnc_correctness_index_reduce_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4684064Z test_nnc_correctness_index_select_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4684342Z test_nnc_correctness_index_select_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4684567Z test_nnc_correctness_index_select_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4684790Z test_nnc_correctness_index_select_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4684998Z test_nnc_correctness_index_select_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4685213Z test_nnc_correctness_index_select_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4685429Z test_nnc_correctness_index_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4685644Z test_nnc_correctness_index_select_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4685857Z test_nnc_correctness_index_select_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4686068Z test_nnc_correctness_index_select_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4686281Z test_nnc_correctness_index_select_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4686492Z test_nnc_correctness_index_select_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4686758Z test_nnc_correctness_index_select_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4686973Z test_nnc_correctness_inner_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4687188Z test_nnc_correctness_inner_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4687388Z test_nnc_correctness_inner_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4687599Z test_nnc_correctness_inner_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4687810Z test_nnc_correctness_inner_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4688020Z test_nnc_correctness_inner_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4688256Z test_nnc_correctness_inner_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4688456Z test_nnc_correctness_inner_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4688663Z test_nnc_correctness_inner_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4688871Z test_nnc_correctness_inner_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4689080Z test_nnc_correctness_int_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4689291Z test_nnc_correctness_int_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4689503Z test_nnc_correctness_int_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4689710Z test_nnc_correctness_int_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4689902Z test_nnc_correctness_int_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4690109Z test_nnc_correctness_int_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4690308Z test_nnc_correctness_int_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T11:03:27.4690516Z test_nnc_correctness_int_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4690723Z test_nnc_correctness_int_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4690927Z test_nnc_correctness_int_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4691130Z test_nnc_correctness_int_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4691332Z test_nnc_correctness_int_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4691545Z test_nnc_correctness_isclose_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4691787Z test_nnc_correctness_isclose_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4692002Z test_nnc_correctness_isclose_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4692206Z test_nnc_correctness_isclose_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4692418Z test_nnc_correctness_isclose_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4692629Z test_nnc_correctness_isclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4692844Z test_nnc_correctness_isclose_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4693082Z test_nnc_correctness_isclose_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4693285Z test_nnc_correctness_isclose_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4693483Z test_nnc_correctness_isclose_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4693689Z test_nnc_correctness_isclose_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4693900Z test_nnc_correctness_isclose_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4694116Z test_nnc_correctness_isfinite_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4694320Z test_nnc_correctness_isfinite_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4694524Z test_nnc_correctness_isfinite_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4694741Z test_nnc_correctness_isfinite_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4694956Z test_nnc_correctness_isfinite_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4695172Z test_nnc_correctness_isfinite_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4695385Z test_nnc_correctness_isfinite_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4695596Z test_nnc_correctness_isfinite_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4695806Z test_nnc_correctness_isfinite_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4696015Z test_nnc_correctness_isfinite_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4696216Z test_nnc_correctness_isfinite_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4696486Z test_nnc_correctness_isfinite_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4696690Z test_nnc_correctness_isfinite_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4696886Z test_nnc_correctness_isin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4697086Z test_nnc_correctness_isin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4697289Z test_nnc_correctness_isin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4697493Z test_nnc_correctness_isin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4697698Z test_nnc_correctness_isin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4697933Z test_nnc_correctness_isin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4698141Z test_nnc_correctness_isin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4698352Z test_nnc_correctness_isinf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4698556Z test_nnc_correctness_isinf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4698768Z test_nnc_correctness_isinf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4698985Z test_nnc_correctness_isinf_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4699185Z test_nnc_correctness_isinf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4699395Z test_nnc_correctness_isinf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4699598Z test_nnc_correctness_isinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4699797Z test_nnc_correctness_isinf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4700006Z test_nnc_correctness_isinf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4700218Z test_nnc_correctness_isinf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4700419Z test_nnc_correctness_isinf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4700680Z test_nnc_correctness_isinf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4700892Z test_nnc_correctness_isinf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4701101Z test_nnc_correctness_isnan_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4701343Z test_nnc_correctness_isnan_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4701560Z test_nnc_correctness_isnan_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4701760Z test_nnc_correctness_isnan_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4701968Z test_nnc_correctness_isnan_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4702171Z test_nnc_correctness_isnan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4702370Z test_nnc_correctness_isnan_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4702577Z test_nnc_correctness_isnan_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4702803Z test_nnc_correctness_isnan_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4703002Z test_nnc_correctness_isnan_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4703203Z test_nnc_correctness_isnan_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4703410Z test_nnc_correctness_isnan_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4703626Z test_nnc_correctness_isneginf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4703842Z test_nnc_correctness_isneginf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4704042Z test_nnc_correctness_isneginf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4704248Z test_nnc_correctness_isneginf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4704460Z test_nnc_correctness_isneginf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4704670Z test_nnc_correctness_isneginf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4704880Z test_nnc_correctness_isneginf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4705089Z test_nnc_correctness_isneginf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4705299Z test_nnc_correctness_isneginf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4705502Z test_nnc_correctness_isneginf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4705715Z test_nnc_correctness_isposinf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4705919Z test_nnc_correctness_isposinf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4706171Z test_nnc_correctness_isposinf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4706365Z test_nnc_correctness_isposinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4706576Z test_nnc_correctness_isposinf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4706787Z test_nnc_correctness_isposinf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4706994Z test_nnc_correctness_isposinf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4707194Z test_nnc_correctness_isposinf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4707404Z test_nnc_correctness_isposinf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4707634Z test_nnc_correctness_isposinf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4707848Z test_nnc_correctness_isreal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4708056Z test_nnc_correctness_isreal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4708268Z test_nnc_correctness_isreal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4708478Z test_nnc_correctness_isreal_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4708687Z test_nnc_correctness_isreal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4708898Z test_nnc_correctness_isreal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4709107Z test_nnc_correctness_isreal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4709309Z test_nnc_correctness_isreal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4709516Z test_nnc_correctness_isreal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4709721Z test_nnc_correctness_isreal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4709933Z test_nnc_correctness_isreal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4710140Z test_nnc_correctness_isreal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4710343Z test_nnc_correctness_isreal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4710554Z test_nnc_correctness_istft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4710763Z test_nnc_correctness_istft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4710990Z test_nnc_correctness_istft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4711197Z test_nnc_correctness_istft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4711389Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4711580Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4711776Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4711969Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4712161Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4712384Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4712575Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4712762Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4712950Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4713123Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4713308Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4713494Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4713695Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4713889Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T11:03:27.4714087Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4714286Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4714483Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4714680Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4714872Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4715053Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4715242Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4715433Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4715623Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4715812Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4716023Z test_nnc_correctness_jiterator_binary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4716204Z test_nnc_correctness_jiterator_binary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4716390Z test_nnc_correctness_jiterator_binary_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4716573Z test_nnc_correctness_jiterator_binary_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4716755Z test_nnc_correctness_jiterator_binary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4716926Z test_nnc_correctness_jiterator_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4717101Z test_nnc_correctness_jiterator_binary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4717280Z test_nnc_correctness_jiterator_binary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4717480Z test_nnc_correctness_jiterator_binary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4717657Z test_nnc_correctness_jiterator_binary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4717834Z test_nnc_correctness_jiterator_binary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4718013Z test_nnc_correctness_jiterator_binary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4718207Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4718399Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4718587Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4718781Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4718973Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4719164Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4719349Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4719538Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4719731Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4719924Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4720114Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4720304Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4720471Z test_nnc_correctness_jiterator_unary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4720648Z test_nnc_correctness_jiterator_unary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4720829Z test_nnc_correctness_jiterator_unary_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4721037Z test_nnc_correctness_jiterator_unary_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4721219Z test_nnc_correctness_jiterator_unary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4721395Z test_nnc_correctness_jiterator_unary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4721566Z test_nnc_correctness_jiterator_unary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4721740Z test_nnc_correctness_jiterator_unary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4721915Z test_nnc_correctness_jiterator_unary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4722089Z test_nnc_correctness_jiterator_unary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4722255Z test_nnc_correctness_jiterator_unary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4722456Z test_nnc_correctness_jiterator_unary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:27.4722669Z test_nnc_correctness_kron_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4722877Z test_nnc_correctness_kron_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4723095Z test_nnc_correctness_kron_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4723306Z test_nnc_correctness_kron_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4723516Z test_nnc_correctness_kron_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4723718Z test_nnc_correctness_kron_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4724084Z test_nnc_correctness_kron_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4724367Z test_nnc_correctness_kron_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4724573Z test_nnc_correctness_kron_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4724765Z test_nnc_correctness_kron_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4724974Z test_nnc_correctness_kron_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4725177Z test_nnc_correctness_kron_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4725394Z test_nnc_correctness_kthvalue_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4725610Z test_nnc_correctness_kthvalue_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4725826Z test_nnc_correctness_kthvalue_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4726035Z test_nnc_correctness_kthvalue_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4726293Z test_nnc_correctness_kthvalue_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4726495Z test_nnc_correctness_kthvalue_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4726703Z test_nnc_correctness_kthvalue_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4726914Z test_nnc_correctness_kthvalue_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4727106Z test_nnc_correctness_lcm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4727316Z test_nnc_correctness_lcm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4727554Z test_nnc_correctness_lcm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4727761Z test_nnc_correctness_lcm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4727963Z test_nnc_correctness_lcm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4728174Z test_nnc_correctness_ldexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4728379Z test_nnc_correctness_ldexp_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4728597Z test_nnc_correctness_ldexp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4728815Z test_nnc_correctness_ldexp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4729025Z test_nnc_correctness_ldexp_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4729234Z test_nnc_correctness_ldexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4729425Z test_nnc_correctness_ldexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4729632Z test_nnc_correctness_ldexp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4729835Z test_nnc_correctness_ldexp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4730046Z test_nnc_correctness_ldexp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4730251Z test_nnc_correctness_ldexp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4730461Z test_nnc_correctness_ldexp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4730666Z test_nnc_correctness_le_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4730871Z test_nnc_correctness_le_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4731108Z test_nnc_correctness_le_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4731310Z test_nnc_correctness_le_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4731514Z test_nnc_correctness_le_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4731706Z test_nnc_correctness_le_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4731911Z test_nnc_correctness_le_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4732113Z test_nnc_correctness_le_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4732347Z test_nnc_correctness_le_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4732550Z test_nnc_correctness_le_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4732760Z test_nnc_correctness_lerp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4732972Z test_nnc_correctness_lerp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4733184Z test_nnc_correctness_lerp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4733393Z test_nnc_correctness_lerp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4733599Z test_nnc_correctness_lerp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4733811Z test_nnc_correctness_lgamma_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4734006Z test_nnc_correctness_lgamma_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4734218Z test_nnc_correctness_lgamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4734419Z test_nnc_correctness_lgamma_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4734626Z test_nnc_correctness_lgamma_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4734826Z test_nnc_correctness_lgamma_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4735031Z test_nnc_correctness_lgamma_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4735240Z test_nnc_correctness_lgamma_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4735444Z test_nnc_correctness_lgamma_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4735669Z test_nnc_correctness_linalg_cholesky_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4735929Z test_nnc_correctness_linalg_cholesky_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4736148Z test_nnc_correctness_linalg_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4736355Z test_nnc_correctness_linalg_cholesky_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4736579Z test_nnc_correctness_linalg_cholesky_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4736801Z test_nnc_correctness_linalg_cholesky_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T11:03:27.4737022Z test_nnc_correctness_linalg_cholesky_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4737271Z test_nnc_correctness_linalg_cholesky_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4737494Z test_nnc_correctness_linalg_cond_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4737714Z test_nnc_correctness_linalg_cond_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4737926Z test_nnc_correctness_linalg_cond_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4738141Z test_nnc_correctness_linalg_cond_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4738362Z test_nnc_correctness_linalg_cross_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4738583Z test_nnc_correctness_linalg_cross_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4738802Z test_nnc_correctness_linalg_cross_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4739005Z test_nnc_correctness_linalg_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4739221Z test_nnc_correctness_linalg_cross_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4739436Z test_nnc_correctness_linalg_cross_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4739649Z test_nnc_correctness_linalg_cross_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4739856Z test_nnc_correctness_linalg_cross_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4740069Z test_nnc_correctness_linalg_cross_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4740284Z test_nnc_correctness_linalg_cross_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4740501Z test_nnc_correctness_linalg_det_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4740830Z test_nnc_correctness_linalg_det_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4741046Z test_nnc_correctness_linalg_det_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4741249Z test_nnc_correctness_linalg_det_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4741477Z test_nnc_correctness_linalg_det_singular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4741691Z test_nnc_correctness_linalg_det_singular_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4741918Z test_nnc_correctness_linalg_det_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4742168Z test_nnc_correctness_linalg_det_singular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4742387Z test_nnc_correctness_linalg_eig_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4742609Z test_nnc_correctness_linalg_eig_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4742823Z test_nnc_correctness_linalg_eig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4743033Z test_nnc_correctness_linalg_eig_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4743257Z test_nnc_correctness_linalg_eigh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4743478Z test_nnc_correctness_linalg_eigh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4743691Z test_nnc_correctness_linalg_eigh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4743908Z test_nnc_correctness_linalg_eigh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4744130Z test_nnc_correctness_linalg_eigvals_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4744343Z test_nnc_correctness_linalg_eigvals_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4744559Z test_nnc_correctness_linalg_eigvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4744775Z test_nnc_correctness_linalg_eigvals_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4744996Z test_nnc_correctness_linalg_eigvalsh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4745219Z test_nnc_correctness_linalg_eigvalsh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4745441Z test_nnc_correctness_linalg_eigvalsh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4745691Z test_nnc_correctness_linalg_eigvalsh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4745929Z test_nnc_correctness_linalg_householder_product_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4746167Z test_nnc_correctness_linalg_householder_product_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4746397Z test_nnc_correctness_linalg_householder_product_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4746621Z test_nnc_correctness_linalg_householder_product_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4746870Z test_nnc_correctness_linalg_inv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4747078Z test_nnc_correctness_linalg_inv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4747292Z test_nnc_correctness_linalg_inv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4747505Z test_nnc_correctness_linalg_inv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4747726Z test_nnc_correctness_linalg_inv_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4747946Z test_nnc_correctness_linalg_inv_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4748167Z test_nnc_correctness_linalg_inv_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4748381Z test_nnc_correctness_linalg_inv_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4748608Z test_nnc_correctness_linalg_ldl_factor_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4748830Z test_nnc_correctness_linalg_ldl_factor_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4749050Z test_nnc_correctness_linalg_ldl_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4749276Z test_nnc_correctness_linalg_ldl_factor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4749506Z 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.003s) 2022-12-01T11:03:27.4749723Z 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.003s) 2022-12-01T11:03:27.4749946Z 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.003s) 2022-12-01T11:03:27.4750160Z 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.003s) 2022-12-01T11:03:27.4750415Z test_nnc_correctness_linalg_ldl_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4750639Z test_nnc_correctness_linalg_ldl_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4750859Z test_nnc_correctness_linalg_ldl_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4751079Z test_nnc_correctness_linalg_ldl_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4751299Z test_nnc_correctness_linalg_lstsq_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4751518Z test_nnc_correctness_linalg_lstsq_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4751766Z test_nnc_correctness_linalg_lstsq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4751986Z test_nnc_correctness_linalg_lstsq_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4752223Z 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.003s) 2022-12-01T11:03:27.4752448Z 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.003s) 2022-12-01T11:03:27.4752678Z 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.003s) 2022-12-01T11:03:27.4752912Z 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.003s) 2022-12-01T11:03:27.4753128Z test_nnc_correctness_linalg_lu_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4753346Z test_nnc_correctness_linalg_lu_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4753558Z test_nnc_correctness_linalg_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4753773Z test_nnc_correctness_linalg_lu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4753997Z test_nnc_correctness_linalg_lu_factor_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4754220Z test_nnc_correctness_linalg_lu_factor_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4754441Z test_nnc_correctness_linalg_lu_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4754661Z test_nnc_correctness_linalg_lu_factor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4754885Z 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.003s) 2022-12-01T11:03:27.4755094Z 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.003s) 2022-12-01T11:03:27.4755348Z 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.003s) 2022-12-01T11:03:27.4755564Z 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.003s) 2022-12-01T11:03:27.4755784Z test_nnc_correctness_linalg_lu_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4756007Z test_nnc_correctness_linalg_lu_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4756226Z test_nnc_correctness_linalg_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4756447Z test_nnc_correctness_linalg_lu_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4756700Z test_nnc_correctness_linalg_matrix_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4756927Z test_nnc_correctness_linalg_matrix_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4757150Z test_nnc_correctness_linalg_matrix_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4757372Z test_nnc_correctness_linalg_matrix_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4757594Z test_nnc_correctness_linalg_matrix_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4757806Z test_nnc_correctness_linalg_matrix_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4758032Z test_nnc_correctness_linalg_matrix_power_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4758256Z test_nnc_correctness_linalg_matrix_power_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4758477Z test_nnc_correctness_linalg_matrix_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4758699Z test_nnc_correctness_linalg_matrix_power_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4758929Z test_nnc_correctness_linalg_matrix_rank_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4759153Z test_nnc_correctness_linalg_matrix_rank_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4759372Z test_nnc_correctness_linalg_matrix_rank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4759597Z test_nnc_correctness_linalg_matrix_rank_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4759831Z 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.003s) 2022-12-01T11:03:27.4760097Z 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.003s) 2022-12-01T11:03:27.4760327Z 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.003s) 2022-12-01T11:03:27.4760546Z 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.003s) 2022-12-01T11:03:27.4760765Z test_nnc_correctness_linalg_multi_dot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4760987Z test_nnc_correctness_linalg_multi_dot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4761208Z test_nnc_correctness_linalg_multi_dot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4761454Z test_nnc_correctness_linalg_multi_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4761675Z test_nnc_correctness_linalg_multi_dot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4761891Z test_nnc_correctness_linalg_multi_dot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4762106Z test_nnc_correctness_linalg_multi_dot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T11:03:27.4762280Z test_nnc_correctness_linalg_multi_dot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T11:03:27.4762501Z test_nnc_correctness_linalg_multi_dot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4762718Z test_nnc_correctness_linalg_multi_dot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4762934Z test_nnc_correctness_linalg_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4763137Z test_nnc_correctness_linalg_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4763361Z test_nnc_correctness_linalg_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4763576Z test_nnc_correctness_linalg_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4763793Z test_nnc_correctness_linalg_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4764214Z test_nnc_correctness_linalg_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4764479Z 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.003s) 2022-12-01T11:03:27.4764722Z 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.003s) 2022-12-01T11:03:27.4764963Z 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.003s) 2022-12-01T11:03:27.4765267Z 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.003s) 2022-12-01T11:03:27.4765504Z 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.003s) 2022-12-01T11:03:27.4765740Z 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.003s) 2022-12-01T11:03:27.4765961Z test_nnc_correctness_linalg_pinv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4766171Z test_nnc_correctness_linalg_pinv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4766423Z test_nnc_correctness_linalg_pinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4766638Z test_nnc_correctness_linalg_pinv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4766871Z test_nnc_correctness_linalg_pinv_hermitian_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4767104Z test_nnc_correctness_linalg_pinv_hermitian_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4767339Z test_nnc_correctness_linalg_pinv_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4767563Z test_nnc_correctness_linalg_pinv_hermitian_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4767790Z test_nnc_correctness_linalg_pinv_singular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4768020Z test_nnc_correctness_linalg_pinv_singular_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4768246Z test_nnc_correctness_linalg_pinv_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4768467Z test_nnc_correctness_linalg_pinv_singular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4768683Z test_nnc_correctness_linalg_qr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4768893Z test_nnc_correctness_linalg_qr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4769109Z test_nnc_correctness_linalg_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4769322Z test_nnc_correctness_linalg_qr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4769545Z test_nnc_correctness_linalg_slogdet_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4769765Z test_nnc_correctness_linalg_slogdet_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4770014Z test_nnc_correctness_linalg_slogdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4770231Z test_nnc_correctness_linalg_slogdet_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4770450Z test_nnc_correctness_linalg_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4770671Z test_nnc_correctness_linalg_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4770887Z test_nnc_correctness_linalg_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4771102Z test_nnc_correctness_linalg_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4771387Z test_nnc_correctness_linalg_solve_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4771600Z test_nnc_correctness_linalg_solve_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4771823Z test_nnc_correctness_linalg_solve_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4772040Z test_nnc_correctness_linalg_solve_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4772272Z test_nnc_correctness_linalg_solve_triangular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4772507Z test_nnc_correctness_linalg_solve_triangular_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4772735Z test_nnc_correctness_linalg_solve_triangular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4772966Z test_nnc_correctness_linalg_solve_triangular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4773183Z test_nnc_correctness_linalg_svd_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4773403Z test_nnc_correctness_linalg_svd_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4773619Z test_nnc_correctness_linalg_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4773826Z test_nnc_correctness_linalg_svd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4774053Z test_nnc_correctness_linalg_svdvals_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4774261Z test_nnc_correctness_linalg_svdvals_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4774479Z test_nnc_correctness_linalg_svdvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4774698Z test_nnc_correctness_linalg_svdvals_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4774970Z test_nnc_correctness_linalg_tensorinv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4775192Z test_nnc_correctness_linalg_tensorinv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4775411Z test_nnc_correctness_linalg_tensorinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4775633Z test_nnc_correctness_linalg_tensorinv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4775860Z test_nnc_correctness_linalg_tensorsolve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4776114Z test_nnc_correctness_linalg_tensorsolve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4776335Z test_nnc_correctness_linalg_tensorsolve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4776557Z test_nnc_correctness_linalg_tensorsolve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4776780Z test_nnc_correctness_linalg_vander_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4776992Z test_nnc_correctness_linalg_vander_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4777212Z test_nnc_correctness_linalg_vander_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4777429Z test_nnc_correctness_linalg_vander_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4777644Z test_nnc_correctness_linalg_vander_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4777859Z test_nnc_correctness_linalg_vander_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4778075Z test_nnc_correctness_linalg_vander_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4778290Z test_nnc_correctness_linalg_vander_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4778508Z test_nnc_correctness_linalg_vander_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4778725Z test_nnc_correctness_linalg_vecdot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4778946Z test_nnc_correctness_linalg_vecdot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4779167Z test_nnc_correctness_linalg_vecdot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4779382Z test_nnc_correctness_linalg_vecdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4779587Z test_nnc_correctness_linalg_vecdot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4779846Z test_nnc_correctness_linalg_vector_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4780084Z test_nnc_correctness_linalg_vector_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4780309Z test_nnc_correctness_linalg_vector_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4780530Z test_nnc_correctness_linalg_vector_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4780822Z test_nnc_correctness_linalg_vector_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4781079Z test_nnc_correctness_linalg_vector_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4781299Z test_nnc_correctness_linspace_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4781517Z test_nnc_correctness_linspace_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4781736Z test_nnc_correctness_linspace_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4781953Z test_nnc_correctness_linspace_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4782169Z test_nnc_correctness_linspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4782374Z test_nnc_correctness_linspace_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4782589Z test_nnc_correctness_linspace_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4782793Z test_nnc_correctness_linspace_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4782995Z test_nnc_correctness_linspace_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4783206Z test_nnc_correctness_linspace_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4783419Z test_nnc_correctness_linspace_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4783625Z test_nnc_correctness_log10_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4783832Z test_nnc_correctness_log10_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4784043Z test_nnc_correctness_log10_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4784256Z test_nnc_correctness_log10_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4784463Z test_nnc_correctness_log10_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4784685Z test_nnc_correctness_log10_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4784888Z test_nnc_correctness_log10_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4785094Z test_nnc_correctness_log10_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4785300Z test_nnc_correctness_log10_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4785502Z test_nnc_correctness_log10_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4785703Z test_nnc_correctness_log10_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4785939Z test_nnc_correctness_log1p_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4786145Z test_nnc_correctness_log1p_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4786357Z test_nnc_correctness_log1p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4786565Z test_nnc_correctness_log1p_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4786769Z test_nnc_correctness_log1p_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4786960Z test_nnc_correctness_log1p_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4787158Z test_nnc_correctness_log1p_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4787365Z test_nnc_correctness_log1p_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T11:03:27.4787568Z test_nnc_correctness_log1p_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4787775Z test_nnc_correctness_log2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4787979Z test_nnc_correctness_log2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4788191Z test_nnc_correctness_log2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4788404Z test_nnc_correctness_log2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4788614Z test_nnc_correctness_log2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4788814Z test_nnc_correctness_log2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4789017Z test_nnc_correctness_log2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4789209Z test_nnc_correctness_log2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4789440Z test_nnc_correctness_log2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4789647Z test_nnc_correctness_log2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4789849Z test_nnc_correctness_log2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4790059Z test_nnc_correctness_log_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4790261Z test_nnc_correctness_log_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4790472Z test_nnc_correctness_log_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4790710Z test_nnc_correctness_log_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4790919Z test_nnc_correctness_log_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4791118Z test_nnc_correctness_log_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4791321Z test_nnc_correctness_log_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4791511Z test_nnc_correctness_log_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4791714Z test_nnc_correctness_log_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4791926Z test_nnc_correctness_log_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4792131Z test_nnc_correctness_log_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4792346Z test_nnc_correctness_log_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4792564Z test_nnc_correctness_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4792778Z test_nnc_correctness_log_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4793003Z test_nnc_correctness_log_softmax_dtype_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4793225Z test_nnc_correctness_log_softmax_dtype_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4793450Z test_nnc_correctness_log_softmax_dtype_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4793674Z test_nnc_correctness_log_softmax_dtype_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4793889Z test_nnc_correctness_log_softmax_dtype_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4794097Z test_nnc_correctness_log_softmax_dtype_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4794353Z test_nnc_correctness_log_softmax_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4794573Z test_nnc_correctness_log_softmax_dtype_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4794789Z test_nnc_correctness_log_softmax_dtype_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4795007Z test_nnc_correctness_log_softmax_dtype_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4795224Z test_nnc_correctness_log_softmax_dtype_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4795442Z test_nnc_correctness_log_softmax_dtype_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4795683Z test_nnc_correctness_log_softmax_dtype_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4795904Z test_nnc_correctness_logaddexp2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4796120Z test_nnc_correctness_logaddexp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4796328Z test_nnc_correctness_logaddexp2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4796535Z test_nnc_correctness_logaddexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4796756Z test_nnc_correctness_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4796965Z test_nnc_correctness_logaddexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4797188Z test_nnc_correctness_logcumsumexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4797408Z test_nnc_correctness_logcumsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4797629Z test_nnc_correctness_logcumsumexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4797844Z test_nnc_correctness_logdet_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4798059Z test_nnc_correctness_logdet_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4798269Z test_nnc_correctness_logdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4798472Z test_nnc_correctness_logdet_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4798689Z test_nnc_correctness_logical_and_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4798901Z test_nnc_correctness_logical_and_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4799140Z test_nnc_correctness_logical_and_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4799359Z test_nnc_correctness_logical_and_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4799572Z test_nnc_correctness_logical_and_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4799786Z test_nnc_correctness_logical_and_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4799992Z test_nnc_correctness_logical_and_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4800207Z test_nnc_correctness_logical_and_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4800449Z test_nnc_correctness_logical_and_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4800665Z test_nnc_correctness_logical_and_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4800877Z test_nnc_correctness_logical_and_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4801091Z test_nnc_correctness_logical_and_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4801309Z test_nnc_correctness_logical_not_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4801510Z test_nnc_correctness_logical_not_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4801730Z test_nnc_correctness_logical_not_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4801945Z test_nnc_correctness_logical_not_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4802156Z test_nnc_correctness_logical_not_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4802372Z test_nnc_correctness_logical_not_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4802580Z test_nnc_correctness_logical_not_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4802798Z test_nnc_correctness_logical_not_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4803011Z test_nnc_correctness_logical_not_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4803220Z test_nnc_correctness_logical_not_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4803430Z test_nnc_correctness_logical_not_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4803640Z test_nnc_correctness_logical_not_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4804065Z test_nnc_correctness_logical_or_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4804353Z test_nnc_correctness_logical_or_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4804572Z test_nnc_correctness_logical_or_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4804791Z test_nnc_correctness_logical_or_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4805002Z test_nnc_correctness_logical_or_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4805217Z test_nnc_correctness_logical_or_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4805481Z test_nnc_correctness_logical_or_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4805694Z test_nnc_correctness_logical_or_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4805906Z test_nnc_correctness_logical_or_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4806115Z test_nnc_correctness_logical_or_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4806324Z test_nnc_correctness_logical_or_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4806536Z test_nnc_correctness_logical_or_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4806746Z test_nnc_correctness_logical_xor_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4806956Z test_nnc_correctness_logical_xor_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4807176Z test_nnc_correctness_logical_xor_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4807393Z test_nnc_correctness_logical_xor_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4807608Z test_nnc_correctness_logical_xor_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4807824Z test_nnc_correctness_logical_xor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4808037Z test_nnc_correctness_logical_xor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4808251Z test_nnc_correctness_logical_xor_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4808463Z test_nnc_correctness_logical_xor_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4808675Z test_nnc_correctness_logical_xor_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4808887Z test_nnc_correctness_logical_xor_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4809154Z test_nnc_correctness_logical_xor_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4809352Z test_nnc_correctness_logit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4809558Z test_nnc_correctness_logit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4809765Z test_nnc_correctness_logit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4809970Z test_nnc_correctness_logit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4810179Z test_nnc_correctness_logit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4810414Z test_nnc_correctness_logit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4810619Z test_nnc_correctness_logit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4810822Z test_nnc_correctness_logit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4811031Z test_nnc_correctness_logit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4811246Z test_nnc_correctness_logspace_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4811466Z test_nnc_correctness_logspace_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4811676Z test_nnc_correctness_logspace_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4811891Z test_nnc_correctness_logspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4812102Z test_nnc_correctness_logspace_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T11:03:27.4812316Z test_nnc_correctness_logspace_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4812525Z test_nnc_correctness_logspace_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4812734Z test_nnc_correctness_logspace_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4812942Z test_nnc_correctness_logspace_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4813146Z test_nnc_correctness_logspace_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4813361Z test_nnc_correctness_logsumexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4813565Z test_nnc_correctness_logsumexp_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4813777Z test_nnc_correctness_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4814004Z test_nnc_correctness_logsumexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4814218Z test_nnc_correctness_logsumexp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4814431Z test_nnc_correctness_logsumexp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4814636Z test_nnc_correctness_logsumexp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4814848Z test_nnc_correctness_logsumexp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4815065Z test_nnc_correctness_logsumexp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4815301Z test_nnc_correctness_long_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4815508Z test_nnc_correctness_long_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4815718Z test_nnc_correctness_long_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4815926Z test_nnc_correctness_long_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4816136Z test_nnc_correctness_long_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4816349Z test_nnc_correctness_long_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4816538Z test_nnc_correctness_long_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4816735Z test_nnc_correctness_long_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4816942Z test_nnc_correctness_long_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4817146Z test_nnc_correctness_long_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4817353Z test_nnc_correctness_long_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4817562Z test_nnc_correctness_long_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4817763Z test_nnc_correctness_long_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4817972Z test_nnc_correctness_lt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4818177Z test_nnc_correctness_lt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4818383Z test_nnc_correctness_lt_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4818582Z test_nnc_correctness_lt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4818801Z test_nnc_correctness_lt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4819009Z test_nnc_correctness_lt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4819212Z test_nnc_correctness_lt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4819415Z test_nnc_correctness_lt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4819619Z test_nnc_correctness_lt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4819823Z test_nnc_correctness_lt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4820063Z test_nnc_correctness_lu_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4820271Z test_nnc_correctness_lu_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4820473Z test_nnc_correctness_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4820760Z test_nnc_correctness_lu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4820979Z test_nnc_correctness_lu_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4821186Z test_nnc_correctness_lu_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4821399Z test_nnc_correctness_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4821603Z test_nnc_correctness_lu_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4821822Z test_nnc_correctness_lu_unpack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4822037Z test_nnc_correctness_lu_unpack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4822251Z test_nnc_correctness_lu_unpack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4822470Z test_nnc_correctness_lu_unpack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4822678Z test_nnc_correctness_mH_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4822882Z test_nnc_correctness_mH_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4823091Z test_nnc_correctness_mH_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4823297Z test_nnc_correctness_mH_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4823488Z test_nnc_correctness_mH_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4823733Z test_nnc_correctness_mH_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4823937Z test_nnc_correctness_mH_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4824142Z test_nnc_correctness_mH_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4824345Z test_nnc_correctness_mH_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4824548Z test_nnc_correctness_mH_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4824753Z test_nnc_correctness_mH_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4824985Z test_nnc_correctness_mH_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4825192Z test_nnc_correctness_mH_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4825400Z test_nnc_correctness_mT_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4825601Z test_nnc_correctness_mT_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4825797Z test_nnc_correctness_mT_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4826005Z test_nnc_correctness_mT_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4826216Z test_nnc_correctness_mT_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4826423Z test_nnc_correctness_mT_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4826628Z test_nnc_correctness_mT_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4826832Z test_nnc_correctness_mT_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4827033Z test_nnc_correctness_mT_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4827237Z test_nnc_correctness_mT_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4827442Z test_nnc_correctness_mT_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4827643Z test_nnc_correctness_mT_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4827843Z test_nnc_correctness_mT_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4828046Z test_nnc_correctness_masked_amax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4828262Z test_nnc_correctness_masked_amax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4828507Z test_nnc_correctness_masked_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4828725Z test_nnc_correctness_masked_amax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4828939Z test_nnc_correctness_masked_amax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4829144Z test_nnc_correctness_masked_amax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4829355Z test_nnc_correctness_masked_amax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4829567Z test_nnc_correctness_masked_amax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4829817Z test_nnc_correctness_masked_amax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4830037Z test_nnc_correctness_masked_amin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4830254Z test_nnc_correctness_masked_amin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4830453Z test_nnc_correctness_masked_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4830666Z test_nnc_correctness_masked_amin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4830879Z test_nnc_correctness_masked_amin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4831086Z test_nnc_correctness_masked_amin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4831301Z test_nnc_correctness_masked_amin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4831512Z test_nnc_correctness_masked_amin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4831721Z test_nnc_correctness_masked_amin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4831941Z test_nnc_correctness_masked_argmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4832163Z test_nnc_correctness_masked_argmax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4832380Z test_nnc_correctness_masked_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4832596Z test_nnc_correctness_masked_argmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4832808Z test_nnc_correctness_masked_argmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4833010Z test_nnc_correctness_masked_argmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4833254Z test_nnc_correctness_masked_argmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4833468Z test_nnc_correctness_masked_argmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4833678Z test_nnc_correctness_masked_argmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4833896Z test_nnc_correctness_masked_argmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4834110Z test_nnc_correctness_masked_argmin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4834325Z test_nnc_correctness_masked_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4834571Z test_nnc_correctness_masked_argmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4834784Z test_nnc_correctness_masked_argmin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4834998Z test_nnc_correctness_masked_argmin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4835209Z test_nnc_correctness_masked_argmin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4835421Z test_nnc_correctness_masked_argmin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4835617Z test_nnc_correctness_masked_argmin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4835842Z test_nnc_correctness_masked_cumprod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4836066Z test_nnc_correctness_masked_cumprod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T11:03:27.4836289Z test_nnc_correctness_masked_cumprod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4836506Z test_nnc_correctness_masked_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4836724Z test_nnc_correctness_masked_cumprod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4836945Z test_nnc_correctness_masked_cumprod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4837160Z test_nnc_correctness_masked_cumprod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4837372Z test_nnc_correctness_masked_cumprod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4837586Z test_nnc_correctness_masked_cumprod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4837801Z test_nnc_correctness_masked_cumprod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4838003Z test_nnc_correctness_masked_cumsum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4838255Z test_nnc_correctness_masked_cumsum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4838477Z test_nnc_correctness_masked_cumsum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4838695Z test_nnc_correctness_masked_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4838913Z test_nnc_correctness_masked_cumsum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4839124Z test_nnc_correctness_masked_cumsum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4839368Z test_nnc_correctness_masked_cumsum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4839583Z test_nnc_correctness_masked_cumsum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4839795Z test_nnc_correctness_masked_cumsum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4840007Z test_nnc_correctness_masked_cumsum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4840220Z test_nnc_correctness_masked_fill_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4840431Z test_nnc_correctness_masked_fill_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4840639Z test_nnc_correctness_masked_fill_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4840858Z test_nnc_correctness_masked_fill_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4841074Z test_nnc_correctness_masked_fill_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4841289Z test_nnc_correctness_masked_fill_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4841504Z test_nnc_correctness_masked_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4841719Z test_nnc_correctness_masked_fill_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4841933Z test_nnc_correctness_masked_fill_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4842138Z test_nnc_correctness_masked_fill_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4842350Z test_nnc_correctness_masked_fill_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4842561Z test_nnc_correctness_masked_fill_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4842771Z test_nnc_correctness_masked_fill_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4843040Z test_nnc_correctness_masked_log_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4843247Z test_nnc_correctness_masked_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4843468Z test_nnc_correctness_masked_log_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4843691Z test_nnc_correctness_masked_logaddexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4844071Z test_nnc_correctness_masked_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4844351Z test_nnc_correctness_masked_logaddexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4844628Z test_nnc_correctness_masked_logsumexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4844851Z test_nnc_correctness_masked_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4845070Z test_nnc_correctness_masked_logsumexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4845288Z test_nnc_correctness_masked_logsumexp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4845507Z test_nnc_correctness_masked_logsumexp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4845730Z test_nnc_correctness_masked_logsumexp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4845937Z test_nnc_correctness_masked_logsumexp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4846150Z test_nnc_correctness_masked_logsumexp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4846366Z test_nnc_correctness_masked_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4846579Z test_nnc_correctness_masked_mean_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4846800Z test_nnc_correctness_masked_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4847019Z test_nnc_correctness_masked_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4847235Z test_nnc_correctness_masked_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4847448Z test_nnc_correctness_masked_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4847668Z test_nnc_correctness_masked_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4847881Z test_nnc_correctness_masked_mean_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4848171Z test_nnc_correctness_masked_mean_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4848381Z test_nnc_correctness_masked_mean_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4848583Z test_nnc_correctness_masked_mean_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4848796Z test_nnc_correctness_masked_mean_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4849016Z test_nnc_correctness_masked_median_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4849235Z test_nnc_correctness_masked_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4849480Z test_nnc_correctness_masked_median_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4849699Z test_nnc_correctness_masked_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4849912Z test_nnc_correctness_masked_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4850123Z test_nnc_correctness_masked_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4850337Z test_nnc_correctness_masked_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4850565Z test_nnc_correctness_masked_normalize_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4850791Z test_nnc_correctness_masked_normalize_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4851017Z test_nnc_correctness_masked_normalize_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4851226Z test_nnc_correctness_masked_normalize_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4851446Z test_nnc_correctness_masked_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4851668Z test_nnc_correctness_masked_normalize_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4851883Z test_nnc_correctness_masked_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4852101Z test_nnc_correctness_masked_prod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4852318Z test_nnc_correctness_masked_prod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4852532Z test_nnc_correctness_masked_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4852746Z test_nnc_correctness_masked_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4852998Z test_nnc_correctness_masked_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4853212Z test_nnc_correctness_masked_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4853424Z test_nnc_correctness_masked_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4853624Z test_nnc_correctness_masked_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4853838Z test_nnc_correctness_masked_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4854062Z test_nnc_correctness_masked_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4854302Z test_nnc_correctness_masked_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4854525Z test_nnc_correctness_masked_scatter_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4854748Z test_nnc_correctness_masked_scatter_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4854967Z test_nnc_correctness_masked_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4855183Z test_nnc_correctness_masked_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4855400Z test_nnc_correctness_masked_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4855618Z test_nnc_correctness_masked_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4855833Z test_nnc_correctness_masked_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4856046Z test_nnc_correctness_masked_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4856250Z test_nnc_correctness_masked_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4856467Z test_nnc_correctness_masked_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4856688Z test_nnc_correctness_masked_select_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4856907Z test_nnc_correctness_masked_select_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4857131Z test_nnc_correctness_masked_select_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4857352Z test_nnc_correctness_masked_select_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4857570Z test_nnc_correctness_masked_select_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4857821Z test_nnc_correctness_masked_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4858035Z test_nnc_correctness_masked_select_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4858249Z test_nnc_correctness_masked_select_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4858460Z test_nnc_correctness_masked_select_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4858668Z test_nnc_correctness_masked_select_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4858871Z test_nnc_correctness_masked_select_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4859116Z test_nnc_correctness_masked_select_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4859337Z test_nnc_correctness_masked_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4873415Z test_nnc_correctness_masked_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4873753Z test_nnc_correctness_masked_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4873987Z test_nnc_correctness_masked_softmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4874226Z test_nnc_correctness_masked_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4874445Z test_nnc_correctness_masked_softmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4874665Z test_nnc_correctness_masked_std_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4874879Z test_nnc_correctness_masked_std_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4875101Z test_nnc_correctness_masked_std_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T11:03:27.4875318Z test_nnc_correctness_masked_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4875531Z test_nnc_correctness_masked_std_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4875744Z test_nnc_correctness_masked_std_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4875958Z test_nnc_correctness_masked_std_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4876162Z test_nnc_correctness_masked_std_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4876373Z test_nnc_correctness_masked_std_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4876707Z test_nnc_correctness_masked_std_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4876923Z test_nnc_correctness_masked_sum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4877136Z test_nnc_correctness_masked_sum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4877354Z test_nnc_correctness_masked_sum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4877561Z test_nnc_correctness_masked_sum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4877774Z test_nnc_correctness_masked_sum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4878029Z test_nnc_correctness_masked_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4878238Z test_nnc_correctness_masked_sum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4878449Z test_nnc_correctness_masked_sum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4878659Z test_nnc_correctness_masked_sum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4878866Z 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-12-01T11:03:27.4879080Z test_nnc_correctness_masked_sum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.4879296Z 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-12-01T11:03:27.4879511Z 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-12-01T11:03:27.4879733Z 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-12-01T11:03:27.4879938Z 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-12-01T11:03:27.4880152Z 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-12-01T11:03:27.4880370Z 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-12-01T11:03:27.4880584Z 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-12-01T11:03:27.4880797Z 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-12-01T11:03:27.4881009Z 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-12-01T11:03:27.4881220Z 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-12-01T11:03:27.4881463Z 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-12-01T11:03:27.4881675Z 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-12-01T11:03:27.4881890Z test_nnc_correctness_matmul_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4882105Z test_nnc_correctness_matmul_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4882304Z test_nnc_correctness_matmul_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4882517Z test_nnc_correctness_matmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4882731Z test_nnc_correctness_matmul_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4882966Z test_nnc_correctness_matmul_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4883177Z test_nnc_correctness_matmul_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4883340Z test_nnc_correctness_matmul_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4883547Z test_nnc_correctness_matmul_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4883757Z test_nnc_correctness_matmul_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4884197Z test_nnc_correctness_matrix_exp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4884460Z test_nnc_correctness_matrix_exp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4884680Z 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-12-01T11:03:27.4884894Z test_nnc_correctness_matrix_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4885087Z test_nnc_correctness_matrix_exp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4885304Z test_nnc_correctness_max_binary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4885520Z test_nnc_correctness_max_binary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4885733Z test_nnc_correctness_max_binary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4885939Z test_nnc_correctness_max_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4886154Z test_nnc_correctness_max_binary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4886365Z 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-12-01T11:03:27.4886645Z test_nnc_correctness_max_binary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4886858Z test_nnc_correctness_max_binary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4887067Z test_nnc_correctness_max_binary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4887278Z test_nnc_correctness_max_binary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4887493Z 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.002s) 2022-12-01T11:03:27.4887715Z 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.002s) 2022-12-01T11:03:27.4887982Z 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.002s) 2022-12-01T11:03:27.4888203Z 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.002s) 2022-12-01T11:03:27.4888430Z 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.002s) 2022-12-01T11:03:27.4888654Z 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.002s) 2022-12-01T11:03:27.4888874Z 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.002s) 2022-12-01T11:03:27.4889099Z 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.002s) 2022-12-01T11:03:27.4889321Z 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.002s) 2022-12-01T11:03:27.4889539Z 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.002s) 2022-12-01T11:03:27.4889766Z 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.002s) 2022-12-01T11:03:27.4889990Z 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.002s) 2022-12-01T11:03:27.4890202Z 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.002s) 2022-12-01T11:03:27.4890430Z 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.002s) 2022-12-01T11:03:27.4890646Z 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.002s) 2022-12-01T11:03:27.4890865Z 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.002s) 2022-12-01T11:03:27.4891088Z 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.002s) 2022-12-01T11:03:27.4891303Z 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.002s) 2022-12-01T11:03:27.4891573Z 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.002s) 2022-12-01T11:03:27.4891795Z 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.002s) 2022-12-01T11:03:27.4892006Z test_nnc_correctness_maximum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4892220Z test_nnc_correctness_maximum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4892431Z test_nnc_correctness_maximum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4892645Z test_nnc_correctness_maximum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4892873Z test_nnc_correctness_maximum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4893085Z test_nnc_correctness_maximum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4893287Z test_nnc_correctness_maximum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4893487Z test_nnc_correctness_maximum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4893693Z test_nnc_correctness_maximum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4893909Z test_nnc_correctness_maximum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4894119Z test_nnc_correctness_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4894333Z test_nnc_correctness_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4894544Z test_nnc_correctness_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4894752Z test_nnc_correctness_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4894954Z test_nnc_correctness_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4895145Z test_nnc_correctness_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4895356Z test_nnc_correctness_median_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4895567Z test_nnc_correctness_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4895768Z test_nnc_correctness_median_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4895973Z test_nnc_correctness_median_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4896174Z test_nnc_correctness_median_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4896413Z test_nnc_correctness_median_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4896621Z test_nnc_correctness_median_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4896826Z test_nnc_correctness_median_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4897055Z 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.002s) 2022-12-01T11:03:27.4897281Z 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.002s) 2022-12-01T11:03:27.4897511Z 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.002s) 2022-12-01T11:03:27.4897754Z 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.002s) 2022-12-01T11:03:27.4897986Z 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.002s) 2022-12-01T11:03:27.4898215Z 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.002s) 2022-12-01T11:03:27.4898440Z 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.002s) 2022-12-01T11:03:27.4898665Z 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.002s) 2022-12-01T11:03:27.4898883Z 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.002s) 2022-12-01T11:03:27.4899096Z 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.002s) 2022-12-01T11:03:27.4899323Z 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.002s) 2022-12-01T11:03:27.4899548Z 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.002s) 2022-12-01T11:03:27.4899777Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4900006Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-12-01T11:03:27.4900240Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4900464Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4900765Z 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-12-01T11:03:27.4901000Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4901268Z 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-12-01T11:03:27.4901498Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4901728Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4901954Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4902179Z 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-12-01T11:03:27.4902433Z 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-12-01T11:03:27.4902655Z 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-12-01T11:03:27.4902867Z test_nnc_correctness_min_binary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4903082Z 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-12-01T11:03:27.4903283Z 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-12-01T11:03:27.4903490Z test_nnc_correctness_min_binary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4903708Z 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-12-01T11:03:27.4903913Z 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-12-01T11:03:27.4904116Z 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-12-01T11:03:27.4904323Z test_nnc_correctness_min_binary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4904536Z 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-12-01T11:03:27.4904765Z 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-12-01T11:03:27.4904989Z 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.002s) 2022-12-01T11:03:27.4905214Z 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.002s) 2022-12-01T11:03:27.4905439Z 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.002s) 2022-12-01T11:03:27.4905668Z 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.002s) 2022-12-01T11:03:27.4905874Z 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.002s) 2022-12-01T11:03:27.4906125Z 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-12-01T11:03:27.4906344Z 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.002s) 2022-12-01T11:03:27.4906566Z 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.002s) 2022-12-01T11:03:27.4906787Z 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.002s) 2022-12-01T11:03:27.4907015Z 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.002s) 2022-12-01T11:03:27.4907299Z 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.002s) 2022-12-01T11:03:27.4907524Z 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.002s) 2022-12-01T11:03:27.4907743Z 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-12-01T11:03:27.4907954Z 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-12-01T11:03:27.4908176Z 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-12-01T11:03:27.4908395Z 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-12-01T11:03:27.4908596Z 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.002s) 2022-12-01T11:03:27.4908820Z 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.002s) 2022-12-01T11:03:27.4909043Z 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.002s) 2022-12-01T11:03:27.4909256Z test_nnc_correctness_minimum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4909464Z test_nnc_correctness_minimum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4909679Z test_nnc_correctness_minimum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4909890Z test_nnc_correctness_minimum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4910096Z test_nnc_correctness_minimum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4910309Z test_nnc_correctness_minimum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4910512Z test_nnc_correctness_minimum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4910743Z test_nnc_correctness_minimum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4910953Z test_nnc_correctness_minimum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4911150Z test_nnc_correctness_minimum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4911356Z test_nnc_correctness_mm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4911562Z test_nnc_correctness_mm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4911773Z test_nnc_correctness_mm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4912007Z test_nnc_correctness_mm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4912215Z test_nnc_correctness_mm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4912421Z test_nnc_correctness_mm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4912624Z test_nnc_correctness_mm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4912829Z test_nnc_correctness_mm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4913036Z test_nnc_correctness_mm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4913241Z test_nnc_correctness_mm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4913442Z test_nnc_correctness_mode_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4913648Z test_nnc_correctness_mode_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4913857Z test_nnc_correctness_mode_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4914068Z test_nnc_correctness_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4914272Z test_nnc_correctness_mode_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4914482Z test_nnc_correctness_mode_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4914690Z test_nnc_correctness_mode_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4914896Z test_nnc_correctness_mode_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4916849Z test_nnc_correctness_mode_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4917051Z test_nnc_correctness_mode_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4917267Z test_nnc_correctness_movedim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4917516Z test_nnc_correctness_movedim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4917735Z test_nnc_correctness_movedim_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4917954Z test_nnc_correctness_movedim_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4918171Z test_nnc_correctness_movedim_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4918382Z test_nnc_correctness_movedim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4918590Z test_nnc_correctness_movedim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4918837Z test_nnc_correctness_movedim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4919048Z test_nnc_correctness_movedim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4919257Z test_nnc_correctness_movedim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4919461Z test_nnc_correctness_movedim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4919668Z test_nnc_correctness_movedim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4919876Z test_nnc_correctness_movedim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4920074Z test_nnc_correctness_msort_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4920279Z test_nnc_correctness_msort_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4920488Z test_nnc_correctness_msort_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4920697Z test_nnc_correctness_msort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4920903Z test_nnc_correctness_msort_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4921113Z test_nnc_correctness_msort_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4921314Z test_nnc_correctness_msort_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4921511Z test_nnc_correctness_msort_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4921717Z test_nnc_correctness_msort_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4921925Z test_nnc_correctness_msort_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4922131Z test_nnc_correctness_mul_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4922355Z test_nnc_correctness_mul_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4922564Z test_nnc_correctness_mul_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4922771Z test_nnc_correctness_mul_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4922974Z test_nnc_correctness_mul_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4923179Z test_nnc_correctness_mul_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4923389Z test_nnc_correctness_mul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4923634Z test_nnc_correctness_mul_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4924001Z test_nnc_correctness_mul_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4924299Z test_nnc_correctness_mul_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4924505Z test_nnc_correctness_mul_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4924708Z test_nnc_correctness_mul_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4924901Z test_nnc_correctness_mul_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4925125Z test_nnc_correctness_multinomial_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4925341Z test_nnc_correctness_multinomial_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4925559Z test_nnc_correctness_multinomial_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4925765Z test_nnc_correctness_mv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4925977Z test_nnc_correctness_mv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4926194Z test_nnc_correctness_mv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4926400Z test_nnc_correctness_mv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-12-01T11:03:27.4926605Z test_nnc_correctness_mv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4926806Z test_nnc_correctness_mv_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4927014Z test_nnc_correctness_mv_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4927205Z test_nnc_correctness_mv_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4927490Z test_nnc_correctness_mv_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4927691Z test_nnc_correctness_mv_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4927920Z 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.002s) 2022-12-01T11:03:27.4928145Z 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.002s) 2022-12-01T11:03:27.4928371Z 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.002s) 2022-12-01T11:03:27.4928597Z 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.002s) 2022-12-01T11:03:27.4928852Z 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.002s) 2022-12-01T11:03:27.4929077Z 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.002s) 2022-12-01T11:03:27.4929297Z 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.002s) 2022-12-01T11:03:27.4929521Z 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.002s) 2022-12-01T11:03:27.4929746Z 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.002s) 2022-12-01T11:03:27.4929959Z 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.002s) 2022-12-01T11:03:27.4930175Z 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.002s) 2022-12-01T11:03:27.4930395Z 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.002s) 2022-12-01T11:03:27.4930611Z 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.002s) 2022-12-01T11:03:27.4930821Z 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-12-01T11:03:27.4931046Z 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.002s) 2022-12-01T11:03:27.4931269Z 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.002s) 2022-12-01T11:03:27.4931496Z 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.002s) 2022-12-01T11:03:27.4931721Z 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.002s) 2022-12-01T11:03:27.4931938Z 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.002s) 2022-12-01T11:03:27.4932193Z 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.002s) 2022-12-01T11:03:27.4932413Z 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.002s) 2022-12-01T11:03:27.4932611Z 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-12-01T11:03:27.4932830Z 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.002s) 2022-12-01T11:03:27.4933051Z 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.002s) 2022-12-01T11:03:27.4933265Z test_nnc_correctness_nan_to_num_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4933506Z test_nnc_correctness_nan_to_num_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4933721Z test_nnc_correctness_nan_to_num_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4933933Z 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-12-01T11:03:27.4934147Z test_nnc_correctness_nan_to_num_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4934359Z 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-12-01T11:03:27.4934569Z test_nnc_correctness_nan_to_num_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4934783Z 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-12-01T11:03:27.4934991Z test_nnc_correctness_nan_to_num_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4935189Z test_nnc_correctness_nan_to_num_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4935402Z test_nnc_correctness_nanmean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4935615Z test_nnc_correctness_nanmean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4935832Z test_nnc_correctness_nanmean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4936042Z test_nnc_correctness_nanmean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4936257Z test_nnc_correctness_nanmedian_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4936473Z test_nnc_correctness_nanmedian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4936689Z test_nnc_correctness_nanmedian_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4936901Z test_nnc_correctness_nanmedian_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4937149Z test_nnc_correctness_nanmedian_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4937361Z test_nnc_correctness_nanmedian_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4937558Z test_nnc_correctness_nanmedian_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4937765Z test_nnc_correctness_nanmedian_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4937982Z test_nnc_correctness_nanquantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4938202Z test_nnc_correctness_nanquantile_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4938473Z test_nnc_correctness_nansum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4938683Z test_nnc_correctness_nansum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4938891Z test_nnc_correctness_nansum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4939093Z test_nnc_correctness_nansum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4939292Z test_nnc_correctness_nansum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4939505Z test_nnc_correctness_nansum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4939715Z test_nnc_correctness_nansum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4939906Z test_nnc_correctness_nansum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4940114Z test_nnc_correctness_nansum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4940318Z test_nnc_correctness_nansum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4940534Z 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-12-01T11:03:27.4940817Z test_nnc_correctness_narrow_copy_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4941042Z 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-12-01T11:03:27.4941260Z 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-12-01T11:03:27.4941478Z 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-12-01T11:03:27.4941694Z 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-12-01T11:03:27.4941945Z test_nnc_correctness_narrow_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4942162Z test_nnc_correctness_narrow_copy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4942376Z test_nnc_correctness_narrow_copy_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4942571Z test_nnc_correctness_narrow_copy_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4942783Z test_nnc_correctness_narrow_copy_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4942997Z test_nnc_correctness_narrow_copy_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4943243Z test_nnc_correctness_narrow_copy_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4943455Z test_nnc_correctness_narrow_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4943664Z test_nnc_correctness_narrow_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4943880Z test_nnc_correctness_narrow_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4944096Z test_nnc_correctness_narrow_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4944312Z test_nnc_correctness_narrow_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4944523Z test_nnc_correctness_narrow_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4944727Z test_nnc_correctness_narrow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4944913Z test_nnc_correctness_narrow_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4945120Z test_nnc_correctness_narrow_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4945327Z test_nnc_correctness_narrow_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4945532Z test_nnc_correctness_narrow_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4945742Z test_nnc_correctness_narrow_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4945945Z test_nnc_correctness_narrow_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4946168Z test_nnc_correctness_native_batch_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4946393Z test_nnc_correctness_native_batch_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4946617Z test_nnc_correctness_native_batch_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4946870Z test_nnc_correctness_native_layer_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4947092Z test_nnc_correctness_native_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4947297Z test_nnc_correctness_native_layer_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4947506Z test_nnc_correctness_ne_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4947710Z test_nnc_correctness_ne_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4947926Z test_nnc_correctness_ne_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4948166Z test_nnc_correctness_ne_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4948372Z test_nnc_correctness_ne_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4948580Z test_nnc_correctness_ne_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4948785Z test_nnc_correctness_ne_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4948990Z test_nnc_correctness_ne_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4949197Z test_nnc_correctness_ne_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4949402Z test_nnc_correctness_ne_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4949604Z test_nnc_correctness_ne_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4949796Z test_nnc_correctness_ne_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4950003Z test_nnc_correctness_neg_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4950212Z test_nnc_correctness_neg_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4950425Z test_nnc_correctness_neg_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4950633Z test_nnc_correctness_neg_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4950840Z test_nnc_correctness_neg_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-12-01T11:03:27.4951041Z test_nnc_correctness_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4951239Z test_nnc_correctness_neg_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4951444Z test_nnc_correctness_neg_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4951683Z test_nnc_correctness_neg_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4951888Z test_nnc_correctness_neg_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4952079Z test_nnc_correctness_neg_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4952285Z test_nnc_correctness_neg_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4952457Z test_nnc_correctness_new_empty_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4952622Z test_nnc_correctness_new_empty_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4952797Z test_nnc_correctness_new_empty_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4952992Z test_nnc_correctness_new_empty_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4953164Z test_nnc_correctness_new_empty_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4953334Z test_nnc_correctness_new_empty_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4953499Z test_nnc_correctness_new_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4953646Z test_nnc_correctness_new_empty_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4953811Z test_nnc_correctness_new_empty_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4953969Z test_nnc_correctness_new_empty_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4954137Z test_nnc_correctness_new_empty_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4954300Z test_nnc_correctness_new_empty_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4954463Z test_nnc_correctness_new_empty_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4954679Z test_nnc_correctness_new_empty_strided_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T11:03:27.4954892Z test_nnc_correctness_new_empty_strided_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T11:03:27.4955112Z test_nnc_correctness_new_empty_strided_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T11:03:27.4955316Z test_nnc_correctness_new_empty_strided_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T11:03:27.4955526Z test_nnc_correctness_new_empty_strided_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T11:03:27.4955739Z test_nnc_correctness_new_empty_strided_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T11:03:27.4955950Z test_nnc_correctness_new_empty_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T11:03:27.4956162Z test_nnc_correctness_new_empty_strided_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T11:03:27.4956371Z test_nnc_correctness_new_empty_strided_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T11:03:27.4956581Z test_nnc_correctness_new_empty_strided_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T11:03:27.4956822Z test_nnc_correctness_new_empty_strided_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T11:03:27.4957032Z test_nnc_correctness_new_empty_strided_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T11:03:27.4957236Z test_nnc_correctness_new_empty_strided_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T11:03:27.4957454Z 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-12-01T11:03:27.4957653Z 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-12-01T11:03:27.4957869Z 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-12-01T11:03:27.4958120Z 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-12-01T11:03:27.4958338Z 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-12-01T11:03:27.4958552Z test_nnc_correctness_new_full_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4958759Z test_nnc_correctness_new_full_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4958970Z 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-12-01T11:03:27.4959181Z test_nnc_correctness_new_full_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4959390Z 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-12-01T11:03:27.4959591Z 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-12-01T11:03:27.4959797Z 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-12-01T11:03:27.4959998Z 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-12-01T11:03:27.4960199Z test_nnc_correctness_new_ones_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4960405Z 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-12-01T11:03:27.4960620Z test_nnc_correctness_new_ones_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4960842Z test_nnc_correctness_new_ones_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4961054Z 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-12-01T11:03:27.4961268Z 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-12-01T11:03:27.4961517Z 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-12-01T11:03:27.4961729Z 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-12-01T11:03:27.4961937Z 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-12-01T11:03:27.4962140Z 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-12-01T11:03:27.4962339Z 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-12-01T11:03:27.4962530Z 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-12-01T11:03:27.4962733Z 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-12-01T11:03:27.4962975Z test_nnc_correctness_new_zeros_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4963178Z 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-12-01T11:03:27.4963398Z test_nnc_correctness_new_zeros_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4963621Z test_nnc_correctness_new_zeros_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4963993Z 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-12-01T11:03:27.4964311Z 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-12-01T11:03:27.4964522Z 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-12-01T11:03:27.4964736Z test_nnc_correctness_new_zeros_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4964947Z test_nnc_correctness_new_zeros_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4965153Z test_nnc_correctness_new_zeros_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4965354Z test_nnc_correctness_new_zeros_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4965565Z test_nnc_correctness_new_zeros_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4965772Z test_nnc_correctness_new_zeros_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4965990Z test_nnc_correctness_nextafter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4966203Z test_nnc_correctness_nextafter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4966415Z test_nnc_correctness_nextafter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4966734Z test_nnc_correctness_nn_functional__scaled_dot_product_attention_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4966987Z test_nnc_correctness_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4967238Z test_nnc_correctness_nn_functional__scaled_dot_product_attention_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4967483Z 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.002s) 2022-12-01T11:03:27.4967724Z 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.002s) 2022-12-01T11:03:27.4968001Z 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.002s) 2022-12-01T11:03:27.4968226Z 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.002s) 2022-12-01T11:03:27.4968463Z 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-12-01T11:03:27.4968698Z 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.002s) 2022-12-01T11:03:27.4968936Z 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-12-01T11:03:27.4969178Z 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.002s) 2022-12-01T11:03:27.4969412Z 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-12-01T11:03:27.4969646Z 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-12-01T11:03:27.4969879Z 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.002s) 2022-12-01T11:03:27.4970112Z 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-12-01T11:03:27.4970349Z 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-12-01T11:03:27.4970582Z 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-12-01T11:03:27.4970812Z 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.002s) 2022-12-01T11:03:27.4971046Z 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-12-01T11:03:27.4971265Z 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-12-01T11:03:27.4971522Z 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-12-01T11:03:27.4971757Z 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-12-01T11:03:27.4971987Z 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-12-01T11:03:27.4972214Z 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-12-01T11:03:27.4972441Z 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-12-01T11:03:27.4972700Z 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.002s) 2022-12-01T11:03:27.4972925Z 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-12-01T11:03:27.4973152Z 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-12-01T11:03:27.4973381Z 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-12-01T11:03:27.4973602Z 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.002s) 2022-12-01T11:03:27.4973829Z 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-12-01T11:03:27.4974005Z test_nnc_correctness_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4974231Z 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.002s) 2022-12-01T11:03:27.4974449Z 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-12-01T11:03:27.4974635Z test_nnc_correctness_nn_functional_bilinear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4974861Z test_nnc_correctness_nn_functional_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4975086Z test_nnc_correctness_nn_functional_bilinear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4975310Z test_nnc_correctness_nn_functional_bilinear_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4975527Z test_nnc_correctness_nn_functional_bilinear_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-12-01T11:03:27.4975741Z test_nnc_correctness_nn_functional_bilinear_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4975966Z test_nnc_correctness_nn_functional_bilinear_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4976220Z 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-12-01T11:03:27.4976415Z test_nnc_correctness_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4976590Z test_nnc_correctness_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.4976844Z 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.002s) 2022-12-01T11:03:27.4977095Z 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.002s) 2022-12-01T11:03:27.4977344Z 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.002s) 2022-12-01T11:03:27.4977601Z test_nnc_correctness_nn_functional_celu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4977825Z test_nnc_correctness_nn_functional_celu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4978048Z test_nnc_correctness_nn_functional_celu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4978274Z test_nnc_correctness_nn_functional_conv1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4978501Z test_nnc_correctness_nn_functional_conv1d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4978731Z test_nnc_correctness_nn_functional_conv1d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4978951Z test_nnc_correctness_nn_functional_conv1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4979168Z test_nnc_correctness_nn_functional_conv1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4979387Z test_nnc_correctness_nn_functional_conv1d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4979601Z test_nnc_correctness_nn_functional_conv2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4979832Z 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-12-01T11:03:27.4980058Z 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-12-01T11:03:27.4980280Z 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-12-01T11:03:27.4980497Z 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-12-01T11:03:27.4980796Z test_nnc_correctness_nn_functional_conv2d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4981085Z 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-12-01T11:03:27.4981332Z 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-12-01T11:03:27.4981569Z 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.002s) 2022-12-01T11:03:27.4981805Z 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-12-01T11:03:27.4982039Z 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.002s) 2022-12-01T11:03:27.4982274Z 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-12-01T11:03:27.4982533Z 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-12-01T11:03:27.4982768Z 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.002s) 2022-12-01T11:03:27.4983002Z 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-12-01T11:03:27.4983234Z 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-12-01T11:03:27.4983467Z 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-12-01T11:03:27.4983714Z 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-12-01T11:03:27.4983950Z 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.002s) 2022-12-01T11:03:27.4984190Z 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-12-01T11:03:27.4984431Z 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-12-01T11:03:27.4984668Z 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-12-01T11:03:27.4984913Z 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-12-01T11:03:27.4985146Z 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-12-01T11:03:27.4985383Z 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-12-01T11:03:27.4985609Z 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-12-01T11:03:27.4985844Z 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-12-01T11:03:27.4986114Z 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-12-01T11:03:27.4986349Z 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-12-01T11:03:27.4986582Z 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-12-01T11:03:27.4986815Z 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-12-01T11:03:27.4987047Z 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.002s) 2022-12-01T11:03:27.4987300Z 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-12-01T11:03:27.4987521Z 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.002s) 2022-12-01T11:03:27.4987752Z 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-12-01T11:03:27.4987978Z 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-12-01T11:03:27.4988207Z test_nnc_correctness_nn_functional_dropout2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4988443Z 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-12-01T11:03:27.4988657Z test_nnc_correctness_nn_functional_dropout3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4988884Z 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-12-01T11:03:27.4989108Z 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-12-01T11:03:27.4989335Z test_nnc_correctness_nn_functional_dropout_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4989561Z 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-12-01T11:03:27.4989787Z 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-12-01T11:03:27.4990009Z 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-12-01T11:03:27.4990230Z 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-12-01T11:03:27.4990462Z 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.002s) 2022-12-01T11:03:27.4990726Z 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.002s) 2022-12-01T11:03:27.4990963Z 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.002s) 2022-12-01T11:03:27.4991194Z 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-12-01T11:03:27.4991408Z test_nnc_correctness_nn_functional_embedding_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4991638Z test_nnc_correctness_nn_functional_embedding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4991868Z test_nnc_correctness_nn_functional_embedding_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4992150Z 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.002s) 2022-12-01T11:03:27.4992407Z 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.002s) 2022-12-01T11:03:27.4992655Z 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-12-01T11:03:27.4992909Z 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.002s) 2022-12-01T11:03:27.4993160Z 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.002s) 2022-12-01T11:03:27.4993437Z 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.002s) 2022-12-01T11:03:27.4993806Z 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.002s) 2022-12-01T11:03:27.4994160Z 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.002s) 2022-12-01T11:03:27.4994416Z 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.002s) 2022-12-01T11:03:27.4994676Z 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.002s) 2022-12-01T11:03:27.4994923Z 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.002s) 2022-12-01T11:03:27.4995174Z 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.002s) 2022-12-01T11:03:27.4995409Z 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-12-01T11:03:27.4995719Z 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-12-01T11:03:27.4995971Z 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.002s) 2022-12-01T11:03:27.4996210Z 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-12-01T11:03:27.4996446Z 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.002s) 2022-12-01T11:03:27.4996675Z 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.002s) 2022-12-01T11:03:27.4996916Z 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.002s) 2022-12-01T11:03:27.4997179Z 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.002s) 2022-12-01T11:03:27.4997417Z 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-12-01T11:03:27.4997651Z 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.002s) 2022-12-01T11:03:27.4997873Z 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-12-01T11:03:27.4998096Z test_nnc_correctness_nn_functional_gelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4998324Z test_nnc_correctness_nn_functional_gelu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4998534Z 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-12-01T11:03:27.4998756Z 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-12-01T11:03:27.4998976Z test_nnc_correctness_nn_functional_glu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.4999204Z 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.002s) 2022-12-01T11:03:27.4999442Z 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.002s) 2022-12-01T11:03:27.4999666Z 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.002s) 2022-12-01T11:03:27.4999896Z 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.002s) 2022-12-01T11:03:27.5000124Z 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.002s) 2022-12-01T11:03:27.5000355Z 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-12-01T11:03:27.5000620Z 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-12-01T11:03:27.5000849Z 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-12-01T11:03:27.5001079Z 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-12-01T11:03:27.5001301Z 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-12-01T11:03:27.5001528Z 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-12-01T11:03:27.5001791Z 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-12-01T11:03:27.5002017Z 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-12-01T11:03:27.5002249Z 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-12-01T11:03:27.5002471Z test_nnc_correctness_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T11:03:27.5002700Z 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-12-01T11:03:27.5002922Z 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-12-01T11:03:27.5003151Z 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-12-01T11:03:27.5003371Z 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-12-01T11:03:27.5003584Z 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-12-01T11:03:27.5003807Z 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-12-01T11:03:27.5004241Z 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.002s) 2022-12-01T11:03:27.5004472Z 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-12-01T11:03:27.5004712Z 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-12-01T11:03:27.5004941Z 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-12-01T11:03:27.5005168Z 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.002s) 2022-12-01T11:03:27.5005390Z 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.002s) 2022-12-01T11:03:27.5005682Z 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.002s) 2022-12-01T11:03:27.5005920Z 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.002s) 2022-12-01T11:03:27.5006153Z 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.002s) 2022-12-01T11:03:27.5006389Z 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.002s) 2022-12-01T11:03:27.5006625Z 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.002s) 2022-12-01T11:03:27.5006901Z 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.002s) 2022-12-01T11:03:27.5007148Z 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.002s) 2022-12-01T11:03:27.5007391Z 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.002s) 2022-12-01T11:03:27.5007619Z 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.002s) 2022-12-01T11:03:27.5007863Z 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.002s) 2022-12-01T11:03:27.5008103Z 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.002s) 2022-12-01T11:03:27.5008342Z 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.002s) 2022-12-01T11:03:27.5008581Z 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.002s) 2022-12-01T11:03:27.5008818Z 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.002s) 2022-12-01T11:03:27.5009055Z 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.002s) 2022-12-01T11:03:27.5009301Z 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.002s) 2022-12-01T11:03:27.5009541Z 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.002s) 2022-12-01T11:03:27.5009780Z 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.002s) 2022-12-01T11:03:27.5010017Z 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.002s) 2022-12-01T11:03:27.5010259Z 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.002s) 2022-12-01T11:03:27.5010543Z 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-12-01T11:03:27.5010774Z 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-12-01T11:03:27.5011003Z 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.002s) 2022-12-01T11:03:27.5011227Z 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.002s) 2022-12-01T11:03:27.5011443Z 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.002s) 2022-12-01T11:03:27.5011700Z 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.002s) 2022-12-01T11:03:27.5011928Z 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.002s) 2022-12-01T11:03:27.5012153Z 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.002s) 2022-12-01T11:03:27.5012373Z 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.002s) 2022-12-01T11:03:27.5012596Z 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.002s) 2022-12-01T11:03:27.5012818Z 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.002s) 2022-12-01T11:03:27.5013046Z 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.002s) 2022-12-01T11:03:27.5013271Z 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.002s) 2022-12-01T11:03:27.5013485Z 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.002s) 2022-12-01T11:03:27.5013717Z 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.002s) 2022-12-01T11:03:27.5013946Z 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.002s) 2022-12-01T11:03:27.5014174Z 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.002s) 2022-12-01T11:03:27.5014399Z test_nnc_correctness_nn_functional_linear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5014628Z test_nnc_correctness_nn_functional_linear_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5014855Z test_nnc_correctness_nn_functional_linear_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5015148Z test_nnc_correctness_nn_functional_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5015373Z test_nnc_correctness_nn_functional_linear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5015593Z test_nnc_correctness_nn_functional_linear_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5015817Z test_nnc_correctness_nn_functional_linear_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5016038Z test_nnc_correctness_nn_functional_linear_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5016261Z test_nnc_correctness_nn_functional_linear_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5016514Z test_nnc_correctness_nn_functional_linear_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5016754Z 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.002s) 2022-12-01T11:03:27.5016992Z 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.002s) 2022-12-01T11:03:27.5017232Z 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.002s) 2022-12-01T11:03:27.5017468Z 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.002s) 2022-12-01T11:03:27.5017703Z 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-12-01T11:03:27.5017931Z test_nnc_correctness_nn_functional_logsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5018152Z test_nnc_correctness_nn_functional_logsigmoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5018390Z 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-12-01T11:03:27.5018627Z 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.002s) 2022-12-01T11:03:27.5018868Z 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.002s) 2022-12-01T11:03:27.5019100Z 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.002s) 2022-12-01T11:03:27.5019320Z 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.002s) 2022-12-01T11:03:27.5019551Z 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.002s) 2022-12-01T11:03:27.5019781Z 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.002s) 2022-12-01T11:03:27.5020054Z 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.002s) 2022-12-01T11:03:27.5020252Z test_nnc_correctness_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Works on some configs (0.001s) 2022-12-01T11:03:27.5020479Z 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.002s) 2022-12-01T11:03:27.5020773Z 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.002s) 2022-12-01T11:03:27.5021000Z 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.002s) 2022-12-01T11:03:27.5021232Z 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.002s) 2022-12-01T11:03:27.5021495Z 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.002s) 2022-12-01T11:03:27.5021719Z 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.002s) 2022-12-01T11:03:27.5021945Z 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.002s) 2022-12-01T11:03:27.5022173Z 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.002s) 2022-12-01T11:03:27.5022380Z 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.002s) 2022-12-01T11:03:27.5022620Z 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.002s) 2022-12-01T11:03:27.5022858Z 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.002s) 2022-12-01T11:03:27.5023088Z 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.002s) 2022-12-01T11:03:27.5023319Z 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.002s) 2022-12-01T11:03:27.5023550Z 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.002s) 2022-12-01T11:03:27.5023793Z 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.002s) 2022-12-01T11:03:27.5024025Z 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.002s) 2022-12-01T11:03:27.5024252Z 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.002s) 2022-12-01T11:03:27.5024482Z 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.002s) 2022-12-01T11:03:27.5024716Z 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.002s) 2022-12-01T11:03:27.5024969Z test_nnc_correctness_nn_functional_mish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5025190Z test_nnc_correctness_nn_functional_mish_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5025401Z 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.002s) 2022-12-01T11:03:27.5025617Z 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.002s) 2022-12-01T11:03:27.5025840Z 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.002s) 2022-12-01T11:03:27.5026108Z 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.002s) 2022-12-01T11:03:27.5026345Z 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.002s) 2022-12-01T11:03:27.5026586Z 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.002s) 2022-12-01T11:03:27.5026821Z 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.002s) 2022-12-01T11:03:27.5027065Z 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.002s) 2022-12-01T11:03:27.5027313Z 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.002s) 2022-12-01T11:03:27.5027559Z 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.002s) 2022-12-01T11:03:27.5027785Z 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.002s) 2022-12-01T11:03:27.5028007Z 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.002s) 2022-12-01T11:03:27.5028223Z 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.002s) 2022-12-01T11:03:27.5028442Z test_nnc_correctness_nn_functional_normalize_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5028671Z test_nnc_correctness_nn_functional_normalize_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5028906Z test_nnc_correctness_nn_functional_normalize_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5029136Z test_nnc_correctness_nn_functional_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-12-01T11:03:27.5029358Z test_nnc_correctness_nn_functional_normalize_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5029624Z 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.002s) 2022-12-01T11:03:27.5029856Z 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.002s) 2022-12-01T11:03:27.5030083Z 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.002s) 2022-12-01T11:03:27.5030321Z 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.002s) 2022-12-01T11:03:27.5030557Z 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.002s) 2022-12-01T11:03:27.5030788Z 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.002s) 2022-12-01T11:03:27.5031051Z 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.002s) 2022-12-01T11:03:27.5031269Z 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-12-01T11:03:27.5031497Z 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.002s) 2022-12-01T11:03:27.5031727Z 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.002s) 2022-12-01T11:03:27.5031957Z 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.002s) 2022-12-01T11:03:27.5032184Z 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.002s) 2022-12-01T11:03:27.5032414Z 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.002s) 2022-12-01T11:03:27.5032643Z 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.002s) 2022-12-01T11:03:27.5032872Z 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.002s) 2022-12-01T11:03:27.5033107Z 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-12-01T11:03:27.5033345Z 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-12-01T11:03:27.5033576Z 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-12-01T11:03:27.5033802Z 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-12-01T11:03:27.5034034Z 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-12-01T11:03:27.5034248Z 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-12-01T11:03:27.5034508Z 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.002s) 2022-12-01T11:03:27.5034737Z 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-12-01T11:03:27.5034962Z 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.002s) 2022-12-01T11:03:27.5035190Z 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.002s) 2022-12-01T11:03:27.5035428Z 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.002s) 2022-12-01T11:03:27.5035692Z 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-12-01T11:03:27.5035923Z 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.002s) 2022-12-01T11:03:27.5036153Z 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-12-01T11:03:27.5036389Z 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.002s) 2022-12-01T11:03:27.5036627Z 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.002s) 2022-12-01T11:03:27.5036864Z 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-12-01T11:03:27.5037083Z 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-12-01T11:03:27.5037323Z 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.003s) 2022-12-01T11:03:27.5037566Z 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.003s) 2022-12-01T11:03:27.5037809Z 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.002s) 2022-12-01T11:03:27.5038048Z 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-12-01T11:03:27.5038287Z 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.002s) 2022-12-01T11:03:27.5038521Z 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.002s) 2022-12-01T11:03:27.5038754Z 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.002s) 2022-12-01T11:03:27.5038990Z 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.002s) 2022-12-01T11:03:27.5039259Z 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.002s) 2022-12-01T11:03:27.5039491Z 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.002s) 2022-12-01T11:03:27.5039722Z 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.002s) 2022-12-01T11:03:27.5039948Z test_nnc_correctness_nn_functional_pdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5040154Z test_nnc_correctness_nn_functional_pdist_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5040389Z 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.002s) 2022-12-01T11:03:27.5040650Z 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.003s) 2022-12-01T11:03:27.5040888Z 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.002s) 2022-12-01T11:03:27.5041123Z 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.002s) 2022-12-01T11:03:27.5041358Z 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.002s) 2022-12-01T11:03:27.5041590Z 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.002s) 2022-12-01T11:03:27.5041820Z 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.002s) 2022-12-01T11:03:27.5042051Z 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.002s) 2022-12-01T11:03:27.5042280Z 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.002s) 2022-12-01T11:03:27.5042512Z 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.002s) 2022-12-01T11:03:27.5042741Z 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.002s) 2022-12-01T11:03:27.5042975Z 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.002s) 2022-12-01T11:03:27.5043196Z 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.002s) 2022-12-01T11:03:27.5043425Z 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-12-01T11:03:27.5043664Z 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.002s) 2022-12-01T11:03:27.5044064Z 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.002s) 2022-12-01T11:03:27.5044371Z 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.002s) 2022-12-01T11:03:27.5044605Z 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.002s) 2022-12-01T11:03:27.5044830Z 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.002s) 2022-12-01T11:03:27.5045062Z 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-12-01T11:03:27.5045293Z 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.002s) 2022-12-01T11:03:27.5045559Z 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-12-01T11:03:27.5045792Z 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.002s) 2022-12-01T11:03:27.5046021Z 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.002s) 2022-12-01T11:03:27.5046255Z 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.002s) 2022-12-01T11:03:27.5046475Z 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.002s) 2022-12-01T11:03:27.5046710Z 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.002s) 2022-12-01T11:03:27.5046940Z 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.002s) 2022-12-01T11:03:27.5047170Z 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.002s) 2022-12-01T11:03:27.5047399Z 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-12-01T11:03:27.5047629Z 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-12-01T11:03:27.5047860Z 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.002s) 2022-12-01T11:03:27.5048083Z test_nnc_correctness_nn_functional_prelu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5048307Z test_nnc_correctness_nn_functional_prelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5048530Z test_nnc_correctness_nn_functional_prelu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5048752Z test_nnc_correctness_nn_functional_relu6_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5049005Z 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-12-01T11:03:27.5049217Z test_nnc_correctness_nn_functional_relu6_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5049438Z test_nnc_correctness_nn_functional_relu6_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5049662Z test_nnc_correctness_nn_functional_relu6_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5049880Z test_nnc_correctness_nn_functional_relu6_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5050098Z test_nnc_correctness_nn_functional_relu6_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5050354Z 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-12-01T11:03:27.5050576Z 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-12-01T11:03:27.5050797Z 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-12-01T11:03:27.5051016Z test_nnc_correctness_nn_functional_relu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5051235Z test_nnc_correctness_nn_functional_relu_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5051461Z test_nnc_correctness_nn_functional_relu_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5051677Z test_nnc_correctness_nn_functional_relu_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5051883Z test_nnc_correctness_nn_functional_relu_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5052099Z test_nnc_correctness_nn_functional_relu_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5052325Z test_nnc_correctness_nn_functional_rrelu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5052552Z test_nnc_correctness_nn_functional_rrelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5052772Z test_nnc_correctness_nn_functional_rrelu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5052987Z test_nnc_correctness_nn_functional_selu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5053208Z test_nnc_correctness_nn_functional_selu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5053431Z test_nnc_correctness_nn_functional_selu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5053666Z 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.002s) 2022-12-01T11:03:27.5053932Z 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.002s) 2022-12-01T11:03:27.5054152Z test_nnc_correctness_nn_functional_silu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5054371Z 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-12-01T11:03:27.5054574Z test_nnc_correctness_nn_functional_silu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5054804Z 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.002s) 2022-12-01T11:03:27.5055061Z 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.002s) 2022-12-01T11:03:27.5055293Z 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.002s) 2022-12-01T11:03:27.5055523Z 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.005s) 2022-12-01T11:03:27.5055759Z 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.002s) 2022-12-01T11:03:27.5055993Z 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.002s) 2022-12-01T11:03:27.5056231Z 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-12-01T11:03:27.5056458Z test_nnc_correctness_nn_functional_softmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5056683Z test_nnc_correctness_nn_functional_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5056901Z test_nnc_correctness_nn_functional_softmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5057137Z 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.002s) 2022-12-01T11:03:27.5057382Z 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.002s) 2022-12-01T11:03:27.5057605Z 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.002s) 2022-12-01T11:03:27.5057846Z 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.002s) 2022-12-01T11:03:27.5058082Z 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.002s) 2022-12-01T11:03:27.5058313Z 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.002s) 2022-12-01T11:03:27.5058582Z 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.002s) 2022-12-01T11:03:27.5058813Z 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-12-01T11:03:27.5059046Z 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-12-01T11:03:27.5059277Z 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-12-01T11:03:27.5059512Z 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.002s) 2022-12-01T11:03:27.5059769Z test_nnc_correctness_nn_functional_softplus_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5059997Z test_nnc_correctness_nn_functional_softplus_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5060222Z test_nnc_correctness_nn_functional_softplus_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5060451Z test_nnc_correctness_nn_functional_softshrink_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5060742Z test_nnc_correctness_nn_functional_softshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5060969Z test_nnc_correctness_nn_functional_softshrink_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5061202Z test_nnc_correctness_nn_functional_softsign_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5061434Z test_nnc_correctness_nn_functional_softsign_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5061663Z test_nnc_correctness_nn_functional_softsign_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5061886Z test_nnc_correctness_nn_functional_softsign_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5062103Z test_nnc_correctness_nn_functional_softsign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5062333Z test_nnc_correctness_nn_functional_softsign_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5062555Z test_nnc_correctness_nn_functional_softsign_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5062772Z 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-12-01T11:03:27.5062994Z 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-12-01T11:03:27.5063219Z 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-12-01T11:03:27.5063481Z test_nnc_correctness_nn_functional_softsign_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5063712Z test_nnc_correctness_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5063943Z test_nnc_correctness_nn_functional_tanhshrink_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5064177Z test_nnc_correctness_nn_functional_tanhshrink_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5064403Z test_nnc_correctness_nn_functional_tanhshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5064667Z test_nnc_correctness_nn_functional_tanhshrink_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5064894Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5065118Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5065335Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5065561Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5065785Z test_nnc_correctness_nn_functional_tanhshrink_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5066014Z test_nnc_correctness_nn_functional_threshold_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5066242Z test_nnc_correctness_nn_functional_threshold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5066449Z test_nnc_correctness_nn_functional_threshold_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5066675Z 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-12-01T11:03:27.5066893Z 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-12-01T11:03:27.5067120Z 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-12-01T11:03:27.5067344Z test_nnc_correctness_nn_functional_threshold_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5067568Z test_nnc_correctness_nn_functional_threshold_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5067808Z 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.002s) 2022-12-01T11:03:27.5068048Z 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.002s) 2022-12-01T11:03:27.5068319Z 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.002s) 2022-12-01T11:03:27.5068558Z 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.002s) 2022-12-01T11:03:27.5068796Z 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.002s) 2022-12-01T11:03:27.5069034Z 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.002s) 2022-12-01T11:03:27.5069267Z 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.002s) 2022-12-01T11:03:27.5069517Z 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.002s) 2022-12-01T11:03:27.5069749Z 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.002s) 2022-12-01T11:03:27.5069984Z 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.002s) 2022-12-01T11:03:27.5070237Z 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.002s) 2022-12-01T11:03:27.5070493Z 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.002s) 2022-12-01T11:03:27.5070754Z 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-12-01T11:03:27.5071004Z 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-12-01T11:03:27.5071255Z 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-12-01T11:03:27.5071509Z 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.002s) 2022-12-01T11:03:27.5071761Z 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-12-01T11:03:27.5072010Z 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.002s) 2022-12-01T11:03:27.5072256Z 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-12-01T11:03:27.5072504Z 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.002s) 2022-12-01T11:03:27.5072732Z test_nnc_correctness_nn_functional_unfold_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5072980Z 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-12-01T11:03:27.5073210Z test_nnc_correctness_nn_functional_unfold_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5073435Z 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-12-01T11:03:27.5073662Z 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-12-01T11:03:27.5073881Z test_nnc_correctness_nn_functional_unfold_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5074122Z 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-12-01T11:03:27.5074385Z 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.002s) 2022-12-01T11:03:27.5074624Z 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-12-01T11:03:27.5074861Z 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-12-01T11:03:27.5075095Z 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-12-01T11:03:27.5075331Z 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-12-01T11:03:27.5075567Z 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.002s) 2022-12-01T11:03:27.5075768Z test_nnc_correctness_nonzero_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5075978Z test_nnc_correctness_nonzero_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5076193Z test_nnc_correctness_nonzero_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5076409Z test_nnc_correctness_nonzero_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5076632Z test_nnc_correctness_nonzero_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5076848Z test_nnc_correctness_nonzero_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5077054Z test_nnc_correctness_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5077265Z test_nnc_correctness_nonzero_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5077474Z test_nnc_correctness_nonzero_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5077715Z test_nnc_correctness_nonzero_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5077920Z test_nnc_correctness_nonzero_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5078114Z test_nnc_correctness_nonzero_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5078316Z test_nnc_correctness_nonzero_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5078523Z test_nnc_correctness_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5078732Z test_nnc_correctness_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5078947Z test_nnc_correctness_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5079181Z test_nnc_correctness_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5079389Z test_nnc_correctness_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5079589Z test_nnc_correctness_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5079801Z 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-12-01T11:03:27.5080018Z test_nnc_correctness_norm_fro_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5080236Z test_nnc_correctness_norm_fro_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5080451Z test_nnc_correctness_norm_fro_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5080648Z test_nnc_correctness_norm_fro_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5080859Z test_nnc_correctness_norm_inf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5081074Z test_nnc_correctness_norm_inf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5081292Z test_nnc_correctness_norm_inf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5081505Z test_nnc_correctness_norm_inf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-12-01T11:03:27.5081712Z test_nnc_correctness_norm_inf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5081922Z test_nnc_correctness_norm_inf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5082135Z 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-12-01T11:03:27.5082348Z test_nnc_correctness_norm_nuc_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5082585Z 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-12-01T11:03:27.5082789Z test_nnc_correctness_norm_nuc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5082989Z test_nnc_correctness_normal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5083201Z test_nnc_correctness_normal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5083409Z test_nnc_correctness_normal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5083610Z test_nnc_correctness_normal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5084076Z test_nnc_correctness_normal_number_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5084334Z 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-12-01T11:03:27.5084556Z test_nnc_correctness_normal_number_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5084777Z test_nnc_correctness_normal_number_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5084989Z test_nnc_correctness_ones_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5085198Z test_nnc_correctness_ones_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5085414Z test_nnc_correctness_ones_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5085624Z test_nnc_correctness_ones_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5085823Z test_nnc_correctness_ones_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5086031Z test_nnc_correctness_ones_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5086232Z test_nnc_correctness_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5086435Z test_nnc_correctness_ones_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5086642Z test_nnc_correctness_ones_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5086848Z test_nnc_correctness_ones_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5087054Z test_nnc_correctness_ones_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5087258Z test_nnc_correctness_ones_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5087460Z test_nnc_correctness_ones_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5087724Z 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-12-01T11:03:27.5087931Z test_nnc_correctness_ones_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5088135Z test_nnc_correctness_ones_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5088352Z test_nnc_correctness_ones_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5088566Z test_nnc_correctness_ones_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5088781Z test_nnc_correctness_ones_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5089049Z test_nnc_correctness_ones_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5089262Z test_nnc_correctness_ones_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5089471Z test_nnc_correctness_ones_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5089675Z test_nnc_correctness_ones_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5089883Z test_nnc_correctness_ones_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5090091Z test_nnc_correctness_ones_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5090299Z test_nnc_correctness_ones_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5090498Z test_nnc_correctness_ormqr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5090710Z test_nnc_correctness_ormqr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5090919Z test_nnc_correctness_ormqr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5091120Z test_nnc_correctness_ormqr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5091338Z test_nnc_correctness_outer_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5091542Z test_nnc_correctness_outer_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5091757Z test_nnc_correctness_outer_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5091969Z test_nnc_correctness_outer_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5092174Z test_nnc_correctness_outer_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5092385Z test_nnc_correctness_outer_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5092633Z test_nnc_correctness_outer_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5092841Z test_nnc_correctness_outer_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5093027Z test_nnc_correctness_outer_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5093235Z test_nnc_correctness_outer_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5093440Z test_nnc_correctness_outer_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5093654Z test_nnc_correctness_outer_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5093895Z 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-12-01T11:03:27.5094112Z 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-12-01T11:03:27.5094327Z test_nnc_correctness_permute_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5094541Z test_nnc_correctness_permute_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5094758Z test_nnc_correctness_permute_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5094981Z test_nnc_correctness_permute_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5095197Z test_nnc_correctness_permute_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5095393Z test_nnc_correctness_permute_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5095608Z test_nnc_correctness_permute_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5095819Z test_nnc_correctness_permute_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5096025Z test_nnc_correctness_permute_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5096234Z test_nnc_correctness_permute_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5096435Z test_nnc_correctness_permute_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5096645Z test_nnc_correctness_permute_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5096854Z test_nnc_correctness_permute_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5097072Z test_nnc_correctness_pinverse_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5097331Z test_nnc_correctness_pinverse_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5097546Z test_nnc_correctness_pinverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5097748Z test_nnc_correctness_pinverse_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5097958Z test_nnc_correctness_polar_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5098170Z test_nnc_correctness_polar_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5098401Z 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.002s) 2022-12-01T11:03:27.5098665Z 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.002s) 2022-12-01T11:03:27.5098894Z 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.002s) 2022-12-01T11:03:27.5099122Z 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.002s) 2022-12-01T11:03:27.5099352Z 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.002s) 2022-12-01T11:03:27.5099576Z 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.002s) 2022-12-01T11:03:27.5099798Z 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.002s) 2022-12-01T11:03:27.5100020Z 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.002s) 2022-12-01T11:03:27.5100248Z 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.002s) 2022-12-01T11:03:27.5100463Z 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.002s) 2022-12-01T11:03:27.5100743Z 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.002s) 2022-12-01T11:03:27.5100972Z 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.002s) 2022-12-01T11:03:27.5101203Z 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.002s) 2022-12-01T11:03:27.5101430Z 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.002s) 2022-12-01T11:03:27.5101652Z 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.002s) 2022-12-01T11:03:27.5101869Z 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-12-01T11:03:27.5102088Z 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.002s) 2022-12-01T11:03:27.5102358Z 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.002s) 2022-12-01T11:03:27.5102585Z 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.002s) 2022-12-01T11:03:27.5102802Z 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.002s) 2022-12-01T11:03:27.5103028Z 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.002s) 2022-12-01T11:03:27.5103238Z 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.002s) 2022-12-01T11:03:27.5103493Z 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.002s) 2022-12-01T11:03:27.5103715Z 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.002s) 2022-12-01T11:03:27.5103931Z 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-12-01T11:03:27.5104152Z 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.002s) 2022-12-01T11:03:27.5104377Z 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-12-01T11:03:27.5104606Z 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-12-01T11:03:27.5104826Z 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-12-01T11:03:27.5105051Z 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-12-01T11:03:27.5105272Z 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.002s) 2022-12-01T11:03:27.5105490Z 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-12-01T11:03:27.5105714Z 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-12-01T11:03:27.5105935Z 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-12-01T11:03:27.5106144Z 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-12-01T11:03:27.5106371Z 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.005s) 2022-12-01T11:03:27.5106601Z 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-12-01T11:03:27.5106821Z 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-12-01T11:03:27.5107082Z 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-12-01T11:03:27.5107308Z 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-12-01T11:03:27.5107529Z 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-12-01T11:03:27.5107751Z 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-12-01T11:03:27.5107969Z 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-12-01T11:03:27.5108194Z 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.002s) 2022-12-01T11:03:27.5108445Z 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.002s) 2022-12-01T11:03:27.5108659Z test_nnc_correctness_positive_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5108865Z test_nnc_correctness_positive_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5109083Z test_nnc_correctness_positive_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5109298Z test_nnc_correctness_positive_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5109518Z test_nnc_correctness_positive_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5109727Z test_nnc_correctness_positive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5109941Z test_nnc_correctness_positive_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5110154Z test_nnc_correctness_positive_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5110361Z test_nnc_correctness_positive_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5110567Z test_nnc_correctness_positive_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5110778Z test_nnc_correctness_positive_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5110984Z test_nnc_correctness_positive_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5111179Z test_nnc_correctness_pow_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5111389Z test_nnc_correctness_pow_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5111599Z test_nnc_correctness_pow_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5111837Z test_nnc_correctness_pow_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5112050Z test_nnc_correctness_pow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5112255Z test_nnc_correctness_pow_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5112461Z test_nnc_correctness_pow_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5112666Z test_nnc_correctness_pow_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5112871Z test_nnc_correctness_pow_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5113105Z test_nnc_correctness_pow_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5113309Z test_nnc_correctness_pow_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5113503Z test_nnc_correctness_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5113718Z test_nnc_correctness_prod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5113929Z test_nnc_correctness_prod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5114136Z test_nnc_correctness_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5114343Z test_nnc_correctness_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5114549Z test_nnc_correctness_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5114754Z test_nnc_correctness_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5114960Z test_nnc_correctness_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5115164Z test_nnc_correctness_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5115366Z test_nnc_correctness_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5115582Z test_nnc_correctness_put_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5115774Z test_nnc_correctness_put_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5115984Z test_nnc_correctness_put_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5116195Z test_nnc_correctness_put_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5116404Z test_nnc_correctness_put_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5116645Z test_nnc_correctness_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5116851Z test_nnc_correctness_put_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5117057Z test_nnc_correctness_put_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5117265Z test_nnc_correctness_put_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5117471Z test_nnc_correctness_put_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5117676Z test_nnc_correctness_put_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5117880Z test_nnc_correctness_put_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5118106Z test_nnc_correctness_qr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5118316Z test_nnc_correctness_qr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5118519Z test_nnc_correctness_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5118720Z test_nnc_correctness_qr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5118935Z test_nnc_correctness_quantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5119154Z test_nnc_correctness_quantile_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5119369Z test_nnc_correctness_rad2deg_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5119580Z test_nnc_correctness_rad2deg_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5119791Z test_nnc_correctness_rad2deg_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5120005Z test_nnc_correctness_rad2deg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5120212Z test_nnc_correctness_rad2deg_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5120414Z test_nnc_correctness_rad2deg_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5120618Z test_nnc_correctness_rad2deg_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5120817Z test_nnc_correctness_rad2deg_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5121024Z test_nnc_correctness_rad2deg_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5121231Z test_nnc_correctness_rad2deg_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5121476Z 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-12-01T11:03:27.5121697Z 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-12-01T11:03:27.5121916Z 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-12-01T11:03:27.5122134Z 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-12-01T11:03:27.5122348Z 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-12-01T11:03:27.5122555Z 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-12-01T11:03:27.5122801Z 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-12-01T11:03:27.5123009Z 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-12-01T11:03:27.5123226Z 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-12-01T11:03:27.5123444Z 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-12-01T11:03:27.5123655Z 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-12-01T11:03:27.5124033Z 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-12-01T11:03:27.5124281Z 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-12-01T11:03:27.5124496Z 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-12-01T11:03:27.5124709Z 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-12-01T11:03:27.5124924Z 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-12-01T11:03:27.5125136Z test_nnc_correctness_randn_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5125356Z test_nnc_correctness_randn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5125558Z test_nnc_correctness_randn_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5125772Z test_nnc_correctness_randn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5125981Z test_nnc_correctness_randn_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5126185Z test_nnc_correctness_randn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5126386Z test_nnc_correctness_randn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5126664Z 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-12-01T11:03:27.5126883Z 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-12-01T11:03:27.5127102Z 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-12-01T11:03:27.5127323Z 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-12-01T11:03:27.5127536Z 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-12-01T11:03:27.5127752Z 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-12-01T11:03:27.5127996Z 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-12-01T11:03:27.5128195Z test_nnc_correctness_ravel_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5128400Z test_nnc_correctness_ravel_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5128617Z test_nnc_correctness_ravel_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5128827Z test_nnc_correctness_ravel_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5129037Z test_nnc_correctness_ravel_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5129251Z test_nnc_correctness_ravel_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5129457Z test_nnc_correctness_ravel_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5129659Z test_nnc_correctness_ravel_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5129869Z test_nnc_correctness_ravel_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5130072Z test_nnc_correctness_ravel_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5130275Z test_nnc_correctness_ravel_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5130467Z test_nnc_correctness_ravel_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5130680Z test_nnc_correctness_ravel_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T11:03:27.5130886Z test_nnc_correctness_real_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5131096Z test_nnc_correctness_real_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5131308Z test_nnc_correctness_real_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5131568Z test_nnc_correctness_real_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5131773Z test_nnc_correctness_real_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5131982Z test_nnc_correctness_real_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5132190Z test_nnc_correctness_real_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5132395Z test_nnc_correctness_real_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5132599Z test_nnc_correctness_real_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5132824Z test_nnc_correctness_real_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5133031Z test_nnc_correctness_real_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5133239Z test_nnc_correctness_real_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5133439Z test_nnc_correctness_real_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5133661Z test_nnc_correctness_reciprocal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5133879Z test_nnc_correctness_reciprocal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5134104Z test_nnc_correctness_reciprocal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5134326Z test_nnc_correctness_reciprocal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5134541Z test_nnc_correctness_reciprocal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5134758Z test_nnc_correctness_reciprocal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5134977Z test_nnc_correctness_reciprocal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5135181Z test_nnc_correctness_reciprocal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5135396Z test_nnc_correctness_reciprocal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5135608Z test_nnc_correctness_reciprocal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5135817Z test_nnc_correctness_reciprocal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5136032Z test_nnc_correctness_reciprocal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5136211Z test_nnc_correctness_remainder_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5136456Z test_nnc_correctness_remainder_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5136667Z test_nnc_correctness_remainder_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5136885Z test_nnc_correctness_remainder_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5137095Z test_nnc_correctness_remainder_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5137300Z test_nnc_correctness_remainder_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5137516Z test_nnc_correctness_remainder_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5137741Z test_nnc_correctness_remainder_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5137950Z test_nnc_correctness_remainder_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5138161Z test_nnc_correctness_renorm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5138378Z test_nnc_correctness_renorm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5138593Z test_nnc_correctness_renorm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5138806Z test_nnc_correctness_renorm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5139018Z test_nnc_correctness_renorm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5139223Z test_nnc_correctness_renorm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5139433Z test_nnc_correctness_repeat_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5139641Z test_nnc_correctness_repeat_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5139856Z test_nnc_correctness_repeat_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5140063Z test_nnc_correctness_repeat_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5140276Z test_nnc_correctness_repeat_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5140481Z test_nnc_correctness_repeat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5140786Z test_nnc_correctness_repeat_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5140998Z test_nnc_correctness_repeat_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5141199Z test_nnc_correctness_repeat_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5141440Z test_nnc_correctness_repeat_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5141646Z test_nnc_correctness_repeat_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5141856Z test_nnc_correctness_repeat_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5142083Z 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-12-01T11:03:27.5142307Z 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-12-01T11:03:27.5142523Z 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-12-01T11:03:27.5142775Z 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-12-01T11:03:27.5143006Z 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-12-01T11:03:27.5143235Z test_nnc_correctness_repeat_interleave_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5143464Z test_nnc_correctness_repeat_interleave_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5143687Z test_nnc_correctness_repeat_interleave_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5143912Z test_nnc_correctness_repeat_interleave_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5144134Z 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-12-01T11:03:27.5144353Z test_nnc_correctness_repeat_interleave_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5144573Z test_nnc_correctness_repeat_interleave_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5144789Z test_nnc_correctness_repeat_interleave_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5145012Z test_nnc_correctness_reshape_as_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5145211Z 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-12-01T11:03:27.5145433Z test_nnc_correctness_reshape_as_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5145654Z test_nnc_correctness_reshape_as_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5145871Z 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-12-01T11:03:27.5146086Z 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-12-01T11:03:27.5146334Z 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-12-01T11:03:27.5146543Z test_nnc_correctness_reshape_as_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5146755Z test_nnc_correctness_reshape_as_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5146966Z test_nnc_correctness_reshape_as_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5147174Z 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-12-01T11:03:27.5147388Z test_nnc_correctness_reshape_as_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5147632Z test_nnc_correctness_reshape_as_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5147829Z test_nnc_correctness_reshape_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5148043Z test_nnc_correctness_reshape_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5148259Z test_nnc_correctness_reshape_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5148474Z test_nnc_correctness_reshape_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5148697Z test_nnc_correctness_reshape_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5148908Z test_nnc_correctness_reshape_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5149113Z test_nnc_correctness_reshape_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5149325Z test_nnc_correctness_reshape_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5149536Z test_nnc_correctness_reshape_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5149746Z test_nnc_correctness_reshape_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5149956Z test_nnc_correctness_reshape_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5150152Z test_nnc_correctness_reshape_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5150356Z test_nnc_correctness_reshape_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5150569Z test_nnc_correctness_resize__cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5150773Z test_nnc_correctness_resize__cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5151017Z test_nnc_correctness_resize__cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5151237Z test_nnc_correctness_resize__cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5151449Z test_nnc_correctness_resize__cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5151657Z test_nnc_correctness_resize__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5151859Z test_nnc_correctness_resize__cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5152066Z test_nnc_correctness_resize__cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5152299Z test_nnc_correctness_resize__cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5152486Z test_nnc_correctness_resize__cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5152692Z test_nnc_correctness_resize__cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5152899Z test_nnc_correctness_resize__cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5153112Z 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-12-01T11:03:27.5153322Z test_nnc_correctness_resize_as__cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5153546Z test_nnc_correctness_resize_as__cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5153760Z test_nnc_correctness_resize_as__cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5153975Z test_nnc_correctness_resize_as__cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5154188Z 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-12-01T11:03:27.5154402Z 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-12-01T11:03:27.5154614Z test_nnc_correctness_resize_as__cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5154826Z 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-12-01T11:03:27.5155023Z test_nnc_correctness_resize_as__cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-12-01T11:03:27.5155234Z 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-12-01T11:03:27.5155447Z 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-12-01T11:03:27.5155666Z 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-12-01T11:03:27.5155914Z 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-12-01T11:03:27.5156136Z 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-12-01T11:03:27.5156354Z 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-12-01T11:03:27.5156571Z 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-12-01T11:03:27.5156786Z 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-12-01T11:03:27.5157001Z 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-12-01T11:03:27.5157248Z 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-12-01T11:03:27.5157448Z 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-12-01T11:03:27.5157660Z 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-12-01T11:03:27.5157869Z 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-12-01T11:03:27.5158081Z 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-12-01T11:03:27.5158301Z 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-12-01T11:03:27.5158516Z test_nnc_correctness_resolve_neg_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5158734Z test_nnc_correctness_resolve_neg_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5158953Z test_nnc_correctness_resolve_neg_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5159172Z test_nnc_correctness_resolve_neg_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5159387Z 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-12-01T11:03:27.5159604Z test_nnc_correctness_resolve_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5159818Z test_nnc_correctness_resolve_neg_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5160017Z 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-12-01T11:03:27.5160231Z 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-12-01T11:03:27.5160436Z 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-12-01T11:03:27.5160678Z 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-12-01T11:03:27.5160896Z test_nnc_correctness_resolve_neg_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5161103Z test_nnc_correctness_roll_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5161309Z test_nnc_correctness_roll_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5161521Z test_nnc_correctness_roll_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5161730Z test_nnc_correctness_roll_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5161971Z test_nnc_correctness_roll_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5162179Z test_nnc_correctness_roll_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5162367Z test_nnc_correctness_roll_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5162563Z test_nnc_correctness_roll_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5162769Z test_nnc_correctness_roll_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5162980Z test_nnc_correctness_roll_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5163189Z test_nnc_correctness_roll_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5163395Z test_nnc_correctness_roll_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5163596Z test_nnc_correctness_roll_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5163808Z test_nnc_correctness_rot90_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5164201Z test_nnc_correctness_rot90_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5164415Z test_nnc_correctness_rot90_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5164629Z test_nnc_correctness_rot90_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5164824Z test_nnc_correctness_rot90_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5165024Z test_nnc_correctness_rot90_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5165220Z test_nnc_correctness_rot90_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5165425Z test_nnc_correctness_rot90_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5165743Z test_nnc_correctness_rot90_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5165944Z test_nnc_correctness_rot90_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5166146Z test_nnc_correctness_rot90_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5166354Z test_nnc_correctness_rot90_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5166521Z test_nnc_correctness_round_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5166727Z test_nnc_correctness_round_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5166932Z test_nnc_correctness_round_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5167157Z test_nnc_correctness_round_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5167356Z test_nnc_correctness_round_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5167552Z test_nnc_correctness_round_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5167753Z test_nnc_correctness_round_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5167960Z test_nnc_correctness_round_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5168189Z test_nnc_correctness_round_decimals_0_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5168410Z 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-12-01T11:03:27.5168631Z 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-12-01T11:03:27.5168850Z 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-12-01T11:03:27.5169067Z 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-12-01T11:03:27.5169283Z 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-12-01T11:03:27.5169501Z 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.003s) 2022-12-01T11:03:27.5169725Z 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.003s) 2022-12-01T11:03:27.5169951Z 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.003s) 2022-12-01T11:03:27.5170159Z test_nnc_correctness_rsqrt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5170364Z test_nnc_correctness_rsqrt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5170607Z test_nnc_correctness_rsqrt_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5170823Z test_nnc_correctness_rsqrt_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5171030Z test_nnc_correctness_rsqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5171237Z test_nnc_correctness_rsqrt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5171441Z test_nnc_correctness_rsqrt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5171640Z test_nnc_correctness_rsqrt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5171870Z test_nnc_correctness_rsqrt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5172064Z test_nnc_correctness_rsqrt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5172273Z test_nnc_correctness_rsqrt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5172484Z test_nnc_correctness_rsub_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5172697Z test_nnc_correctness_rsub_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5172909Z test_nnc_correctness_rsub_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5173122Z test_nnc_correctness_rsub_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5173323Z test_nnc_correctness_rsub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5173521Z test_nnc_correctness_rsub_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5173726Z test_nnc_correctness_rsub_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5173931Z test_nnc_correctness_rsub_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5174136Z test_nnc_correctness_rsub_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5174330Z test_nnc_correctness_rsub_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5174531Z test_nnc_correctness_rsub_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5174749Z test_nnc_correctness_scatter_add_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5174965Z test_nnc_correctness_scatter_add_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5175185Z test_nnc_correctness_scatter_add_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5175431Z test_nnc_correctness_scatter_add_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5175650Z test_nnc_correctness_scatter_add_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5175867Z test_nnc_correctness_scatter_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5176085Z test_nnc_correctness_scatter_add_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5176300Z test_nnc_correctness_scatter_add_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5176507Z test_nnc_correctness_scatter_add_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5176742Z 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-12-01T11:03:27.5176957Z test_nnc_correctness_scatter_add_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5177169Z test_nnc_correctness_scatter_add_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5177382Z test_nnc_correctness_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5177592Z test_nnc_correctness_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5177811Z test_nnc_correctness_scatter_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5178026Z test_nnc_correctness_scatter_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5178240Z test_nnc_correctness_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5178448Z test_nnc_correctness_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5178658Z test_nnc_correctness_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5178870Z test_nnc_correctness_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5179083Z test_nnc_correctness_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5179273Z test_nnc_correctness_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5179479Z test_nnc_correctness_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T11:03:27.5179681Z test_nnc_correctness_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5179913Z test_nnc_correctness_scatter_reduce_amax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5180134Z test_nnc_correctness_scatter_reduce_amax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5180390Z test_nnc_correctness_scatter_reduce_amax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5180617Z test_nnc_correctness_scatter_reduce_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5180908Z test_nnc_correctness_scatter_reduce_amax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5181128Z 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-12-01T11:03:27.5181348Z test_nnc_correctness_scatter_reduce_amax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5181606Z test_nnc_correctness_scatter_reduce_amax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5181814Z test_nnc_correctness_scatter_reduce_amax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5182033Z test_nnc_correctness_scatter_reduce_amax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5182256Z test_nnc_correctness_scatter_reduce_amin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5182474Z test_nnc_correctness_scatter_reduce_amin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5182704Z test_nnc_correctness_scatter_reduce_amin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5182926Z test_nnc_correctness_scatter_reduce_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T11:03:27.5183141Z test_nnc_correctness_scatter_reduce_amin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5183356Z test_nnc_correctness_scatter_reduce_amin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5183577Z test_nnc_correctness_scatter_reduce_amin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5183800Z 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-12-01T11:03:27.5184023Z test_nnc_correctness_scatter_reduce_amin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5184240Z test_nnc_correctness_scatter_reduce_amin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5184454Z test_nnc_correctness_scatter_reduce_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5184675Z test_nnc_correctness_scatter_reduce_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5184889Z test_nnc_correctness_scatter_reduce_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5185134Z test_nnc_correctness_scatter_reduce_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5185356Z test_nnc_correctness_scatter_reduce_mean_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5185575Z test_nnc_correctness_scatter_reduce_mean_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5185798Z test_nnc_correctness_scatter_reduce_mean_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5186018Z test_nnc_correctness_scatter_reduce_mean_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5186235Z test_nnc_correctness_scatter_reduce_mean_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5186492Z test_nnc_correctness_scatter_reduce_prod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5186717Z test_nnc_correctness_scatter_reduce_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5186944Z test_nnc_correctness_scatter_reduce_prod_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5187149Z test_nnc_correctness_scatter_reduce_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5187374Z test_nnc_correctness_scatter_reduce_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5187598Z test_nnc_correctness_scatter_reduce_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5187818Z test_nnc_correctness_scatter_reduce_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5188037Z test_nnc_correctness_scatter_reduce_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5188256Z test_nnc_correctness_scatter_reduce_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5188475Z test_nnc_correctness_scatter_reduce_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5188698Z test_nnc_correctness_scatter_reduce_sum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5188922Z test_nnc_correctness_scatter_reduce_sum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5189147Z 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-12-01T11:03:27.5189367Z test_nnc_correctness_scatter_reduce_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5189589Z test_nnc_correctness_scatter_reduce_sum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5189796Z test_nnc_correctness_scatter_reduce_sum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5190044Z test_nnc_correctness_scatter_reduce_sum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5190261Z test_nnc_correctness_scatter_reduce_sum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5190482Z test_nnc_correctness_scatter_reduce_sum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5190697Z test_nnc_correctness_scatter_reduce_sum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5190918Z test_nnc_correctness_searchsorted_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5191164Z test_nnc_correctness_searchsorted_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5191389Z test_nnc_correctness_searchsorted_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5191608Z test_nnc_correctness_searchsorted_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5191825Z test_nnc_correctness_searchsorted_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5192038Z test_nnc_correctness_searchsorted_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5192255Z test_nnc_correctness_searchsorted_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5192462Z test_nnc_correctness_searchsorted_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5192680Z test_nnc_correctness_searchsorted_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5192908Z test_nnc_correctness_segment_reduce_lengths_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5193136Z test_nnc_correctness_segment_reduce_lengths_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5193364Z test_nnc_correctness_segment_reduce_lengths_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5193590Z test_nnc_correctness_segment_reduce_lengths_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5193816Z test_nnc_correctness_segment_reduce_offsets_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5194035Z 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-12-01T11:03:27.5194248Z test_nnc_correctness_segment_reduce_offsets_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5194461Z 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-12-01T11:03:27.5194702Z test_nnc_correctness_select_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5194914Z test_nnc_correctness_select_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5195118Z test_nnc_correctness_select_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5195333Z test_nnc_correctness_select_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5195548Z test_nnc_correctness_select_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5195759Z test_nnc_correctness_select_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5195999Z test_nnc_correctness_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5196204Z test_nnc_correctness_select_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5196411Z test_nnc_correctness_select_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5196613Z test_nnc_correctness_select_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5196824Z test_nnc_correctness_select_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5197033Z test_nnc_correctness_select_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5197240Z test_nnc_correctness_select_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5197449Z 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-12-01T11:03:27.5197671Z test_nnc_correctness_select_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5197889Z 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-12-01T11:03:27.5198106Z test_nnc_correctness_select_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5198327Z 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-12-01T11:03:27.5198545Z 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-12-01T11:03:27.5198762Z test_nnc_correctness_select_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5198976Z 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-12-01T11:03:27.5199192Z 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-12-01T11:03:27.5199406Z 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-12-01T11:03:27.5199655Z test_nnc_correctness_sgn_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5199860Z test_nnc_correctness_sgn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5200061Z test_nnc_correctness_sgn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5200272Z test_nnc_correctness_sgn_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5200481Z test_nnc_correctness_sgn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5200689Z test_nnc_correctness_sgn_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5200921Z test_nnc_correctness_sgn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5201124Z test_nnc_correctness_sgn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5201331Z test_nnc_correctness_sgn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5201536Z test_nnc_correctness_sgn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5201742Z test_nnc_correctness_sgn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5201952Z test_nnc_correctness_sgn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5202156Z test_nnc_correctness_sgn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5202354Z test_nnc_correctness_short_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5202559Z test_nnc_correctness_short_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5202775Z test_nnc_correctness_short_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5202985Z test_nnc_correctness_short_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5203196Z test_nnc_correctness_short_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5203400Z test_nnc_correctness_short_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5203598Z test_nnc_correctness_short_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5203803Z test_nnc_correctness_short_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5204193Z test_nnc_correctness_short_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5204392Z test_nnc_correctness_short_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-12-01T11:03:27.5204653Z test_nnc_correctness_short_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5204849Z test_nnc_correctness_short_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5205062Z test_nnc_correctness_sigmoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5205276Z test_nnc_correctness_sigmoid_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5205493Z test_nnc_correctness_sigmoid_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5205710Z test_nnc_correctness_sigmoid_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5205961Z test_nnc_correctness_sigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5206177Z test_nnc_correctness_sigmoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5206382Z test_nnc_correctness_sigmoid_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5206583Z test_nnc_correctness_sigmoid_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5206781Z test_nnc_correctness_sigmoid_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5206993Z test_nnc_correctness_sigmoid_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5207189Z test_nnc_correctness_sigmoid_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5207394Z test_nnc_correctness_sign_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5207600Z test_nnc_correctness_sign_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5207807Z test_nnc_correctness_sign_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5208018Z test_nnc_correctness_sign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5208223Z test_nnc_correctness_sign_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5208429Z test_nnc_correctness_sign_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5208634Z test_nnc_correctness_sign_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5208840Z test_nnc_correctness_sign_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5209043Z test_nnc_correctness_sign_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5209246Z test_nnc_correctness_sign_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5209476Z test_nnc_correctness_signbit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5209689Z test_nnc_correctness_signbit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5209902Z test_nnc_correctness_signbit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5210112Z test_nnc_correctness_signbit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5210316Z test_nnc_correctness_signbit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5210525Z test_nnc_correctness_signbit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5210756Z test_nnc_correctness_signbit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5210957Z test_nnc_correctness_signbit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5211165Z test_nnc_correctness_signbit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5211372Z test_nnc_correctness_signbit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5211576Z test_nnc_correctness_sin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5211779Z test_nnc_correctness_sin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5211980Z test_nnc_correctness_sin_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5212189Z test_nnc_correctness_sin_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5212394Z test_nnc_correctness_sin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5212595Z test_nnc_correctness_sin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5212800Z test_nnc_correctness_sin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5213006Z test_nnc_correctness_sin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5213213Z test_nnc_correctness_sin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5213418Z test_nnc_correctness_sin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5213618Z test_nnc_correctness_sin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5213830Z test_nnc_correctness_sinc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5214033Z test_nnc_correctness_sinc_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5214261Z test_nnc_correctness_sinc_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5214472Z test_nnc_correctness_sinc_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5214677Z test_nnc_correctness_sinc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5214878Z test_nnc_correctness_sinc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5215083Z test_nnc_correctness_sinc_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5215287Z test_nnc_correctness_sinc_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5215492Z test_nnc_correctness_sinc_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5215723Z test_nnc_correctness_sinc_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5215931Z test_nnc_correctness_sinc_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5216141Z test_nnc_correctness_sinh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5216345Z test_nnc_correctness_sinh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5216545Z test_nnc_correctness_sinh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5216760Z test_nnc_correctness_sinh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5216964Z test_nnc_correctness_sinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5217162Z test_nnc_correctness_sinh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5217365Z test_nnc_correctness_sinh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5217569Z test_nnc_correctness_sinh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5217774Z test_nnc_correctness_sinh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5217983Z test_nnc_correctness_sinh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5218185Z test_nnc_correctness_sinh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5218395Z test_nnc_correctness_slice_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5218597Z test_nnc_correctness_slice_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5218798Z test_nnc_correctness_slice_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5219038Z test_nnc_correctness_slice_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5219245Z test_nnc_correctness_slice_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5219459Z test_nnc_correctness_slice_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5219663Z test_nnc_correctness_slice_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5219866Z test_nnc_correctness_slice_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5220073Z test_nnc_correctness_slice_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5220275Z test_nnc_correctness_slice_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5220509Z test_nnc_correctness_slice_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5220777Z test_nnc_correctness_slice_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5220986Z test_nnc_correctness_slice_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5221192Z test_nnc_correctness_slice_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5221407Z test_nnc_correctness_slice_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5221628Z test_nnc_correctness_slice_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5221847Z 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-12-01T11:03:27.5222104Z 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-12-01T11:03:27.5222321Z 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-12-01T11:03:27.5222536Z 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-12-01T11:03:27.5222752Z 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-12-01T11:03:27.5222968Z 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-12-01T11:03:27.5223181Z 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-12-01T11:03:27.5223398Z test_nnc_correctness_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5223610Z test_nnc_correctness_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5223807Z test_nnc_correctness_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5224067Z 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-12-01T11:03:27.5224289Z test_nnc_correctness_softmax_with_dtype_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5224518Z test_nnc_correctness_softmax_with_dtype_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5224742Z 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-12-01T11:03:27.5224965Z 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-12-01T11:03:27.5225188Z 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-12-01T11:03:27.5225436Z 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-12-01T11:03:27.5225661Z test_nnc_correctness_softmax_with_dtype_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5225881Z 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-12-01T11:03:27.5226100Z test_nnc_correctness_softmax_with_dtype_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5226318Z 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-12-01T11:03:27.5226525Z test_nnc_correctness_softmax_with_dtype_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5226736Z test_nnc_correctness_sort_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5226943Z test_nnc_correctness_sort_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5227150Z test_nnc_correctness_sort_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5227353Z test_nnc_correctness_sort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5227549Z test_nnc_correctness_sort_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5227761Z test_nnc_correctness_sort_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5227967Z test_nnc_correctness_sort_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5228173Z test_nnc_correctness_sort_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5228376Z test_nnc_correctness_sort_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-12-01T11:03:27.5228577Z test_nnc_correctness_sort_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5228826Z 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-12-01T11:03:27.5229061Z 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-12-01T11:03:27.5229287Z 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-12-01T11:03:27.5229508Z 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-12-01T11:03:27.5229728Z test_nnc_correctness_special_airy_ai_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5229947Z test_nnc_correctness_special_airy_ai_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5230197Z test_nnc_correctness_special_airy_ai_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5230418Z test_nnc_correctness_special_airy_ai_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5230635Z test_nnc_correctness_special_airy_ai_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5230852Z test_nnc_correctness_special_airy_ai_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5231067Z 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-12-01T11:03:27.5231288Z test_nnc_correctness_special_airy_ai_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5231496Z test_nnc_correctness_special_bessel_j0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5231719Z test_nnc_correctness_special_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5231939Z test_nnc_correctness_special_bessel_j0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5232159Z test_nnc_correctness_special_bessel_j0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5232380Z test_nnc_correctness_special_bessel_j0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5232602Z 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-12-01T11:03:27.5232819Z 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-12-01T11:03:27.5233039Z 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-12-01T11:03:27.5233251Z 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-12-01T11:03:27.5233470Z test_nnc_correctness_special_bessel_j1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5233729Z test_nnc_correctness_special_bessel_j1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5233935Z test_nnc_correctness_special_bessel_j1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5234151Z test_nnc_correctness_special_bessel_j1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5234369Z 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-12-01T11:03:27.5234585Z test_nnc_correctness_special_bessel_j1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5234799Z test_nnc_correctness_special_bessel_j1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5235045Z test_nnc_correctness_special_bessel_y0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5235269Z test_nnc_correctness_special_bessel_y0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5235490Z test_nnc_correctness_special_bessel_y0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5235707Z test_nnc_correctness_special_bessel_y0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5235920Z test_nnc_correctness_special_bessel_y0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5236141Z 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-12-01T11:03:27.5236358Z 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-12-01T11:03:27.5236558Z 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-12-01T11:03:27.5236771Z 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-12-01T11:03:27.5236989Z 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-12-01T11:03:27.5237210Z 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-12-01T11:03:27.5237429Z test_nnc_correctness_special_bessel_y1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5237643Z test_nnc_correctness_special_bessel_y1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5237858Z test_nnc_correctness_special_bessel_y1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5238076Z test_nnc_correctness_special_bessel_y1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5238289Z test_nnc_correctness_special_bessel_y1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5238511Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5238707Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5238901Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5239078Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5239262Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5239446Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5239635Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5239896Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5240085Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5240275Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5240464Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5240652Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5240821Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5241007Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5241196Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5241382Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5241569Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5241760Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5241948Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5242134Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5242316Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5242503Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5242676Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5242864Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5243048Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5243237Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5243438Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5243643Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5243963Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5244210Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5244397Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5244582Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5244800Z 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-12-01T11:03:27.5245018Z 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-12-01T11:03:27.5245290Z 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-12-01T11:03:27.5245508Z 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-12-01T11:03:27.5245722Z 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-12-01T11:03:27.5245923Z 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-12-01T11:03:27.5246130Z 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-12-01T11:03:27.5246348Z 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-12-01T11:03:27.5246565Z 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-12-01T11:03:27.5246777Z 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-12-01T11:03:27.5246996Z 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-12-01T11:03:27.5247212Z 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-12-01T11:03:27.5247426Z 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-12-01T11:03:27.5247645Z 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-12-01T11:03:27.5247860Z 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-12-01T11:03:27.5248070Z 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-12-01T11:03:27.5248282Z 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-12-01T11:03:27.5248456Z test_nnc_correctness_special_hermite_polynomial_h_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5248645Z test_nnc_correctness_special_hermite_polynomial_h_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5248863Z test_nnc_correctness_special_hermite_polynomial_h_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5249050Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5249229Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5249405Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5249589Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5249772Z test_nnc_correctness_special_hermite_polynomial_h_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5249950Z test_nnc_correctness_special_hermite_polynomial_he_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5250163Z test_nnc_correctness_special_hermite_polynomial_he_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5250335Z test_nnc_correctness_special_hermite_polynomial_he_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5250521Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5250708Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5250895Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5251079Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5251263Z test_nnc_correctness_special_hermite_polynomial_he_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5251488Z 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-12-01T11:03:27.5251704Z 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-12-01T11:03:27.5251918Z test_nnc_correctness_special_i0e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-12-01T11:03:27.5252133Z 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-12-01T11:03:27.5252334Z 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-12-01T11:03:27.5252545Z 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-12-01T11:03:27.5252757Z 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-12-01T11:03:27.5252969Z test_nnc_correctness_special_i0e_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5253180Z 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-12-01T11:03:27.5253391Z 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-12-01T11:03:27.5253604Z 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-12-01T11:03:27.5253842Z 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-12-01T11:03:27.5254053Z 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-12-01T11:03:27.5254264Z 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-12-01T11:03:27.5254469Z 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-12-01T11:03:27.5254663Z 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-12-01T11:03:27.5254875Z 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-12-01T11:03:27.5255115Z 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-12-01T11:03:27.5255330Z 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-12-01T11:03:27.5255548Z 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-12-01T11:03:27.5255758Z 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-12-01T11:03:27.5255969Z 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-12-01T11:03:27.5256179Z 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-12-01T11:03:27.5256389Z 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-12-01T11:03:27.5256597Z 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-12-01T11:03:27.5256789Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5256966Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5257148Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5257338Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5257526Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5257711Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5257895Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5258076Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5258264Z test_nnc_correctness_special_legendre_polynomial_p_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5258449Z test_nnc_correctness_special_legendre_polynomial_p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5258661Z test_nnc_correctness_special_legendre_polynomial_p_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5258837Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5259023Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5259205Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5259390Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5259571Z test_nnc_correctness_special_legendre_polynomial_p_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5259792Z 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-12-01T11:03:27.5260045Z 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-12-01T11:03:27.5260270Z 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-12-01T11:03:27.5260485Z 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-12-01T11:03:27.5260771Z 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-12-01T11:03:27.5260991Z 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-12-01T11:03:27.5261195Z 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-12-01T11:03:27.5261413Z test_nnc_correctness_special_log_ndtr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5261642Z 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-12-01T11:03:27.5261875Z 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-12-01T11:03:27.5262112Z 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-12-01T11:03:27.5262340Z 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-12-01T11:03:27.5262572Z 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-12-01T11:03:27.5262798Z 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-12-01T11:03:27.5263021Z 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-12-01T11:03:27.5263249Z 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-12-01T11:03:27.5263474Z 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-12-01T11:03:27.5263737Z 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-12-01T11:03:27.5263958Z 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-12-01T11:03:27.5264182Z 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.002s) 2022-12-01T11:03:27.5264402Z 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.002s) 2022-12-01T11:03:27.5264630Z 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.002s) 2022-12-01T11:03:27.5264856Z 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.002s) 2022-12-01T11:03:27.5265111Z 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.002s) 2022-12-01T11:03:27.5265342Z 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.002s) 2022-12-01T11:03:27.5265568Z 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.002s) 2022-12-01T11:03:27.5265790Z 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.002s) 2022-12-01T11:03:27.5266018Z 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.002s) 2022-12-01T11:03:27.5266245Z 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.002s) 2022-12-01T11:03:27.5266464Z 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.002s) 2022-12-01T11:03:27.5266689Z 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.002s) 2022-12-01T11:03:27.5266902Z 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.002s) 2022-12-01T11:03:27.5267125Z 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-12-01T11:03:27.5267358Z 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-12-01T11:03:27.5267585Z 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-12-01T11:03:27.5267810Z 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-12-01T11:03:27.5268038Z 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-12-01T11:03:27.5268260Z 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-12-01T11:03:27.5268536Z 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-12-01T11:03:27.5268756Z 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-12-01T11:03:27.5268976Z 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-12-01T11:03:27.5269192Z 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-12-01T11:03:27.5269409Z 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-12-01T11:03:27.5269616Z test_nnc_correctness_special_ndtr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5269856Z 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-12-01T11:03:27.5270071Z test_nnc_correctness_special_ndtr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5270284Z 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-12-01T11:03:27.5270498Z 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-12-01T11:03:27.5270712Z 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-12-01T11:03:27.5270928Z test_nnc_correctness_special_ndtri_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5271147Z 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-12-01T11:03:27.5271363Z test_nnc_correctness_special_ndtri_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5271576Z 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-12-01T11:03:27.5271792Z test_nnc_correctness_special_ndtri_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5271997Z 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-12-01T11:03:27.5272211Z test_nnc_correctness_special_ndtri_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5272423Z 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-12-01T11:03:27.5272672Z 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-12-01T11:03:27.5272919Z 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-12-01T11:03:27.5273164Z 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.002s) 2022-12-01T11:03:27.5273439Z 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-12-01T11:03:27.5273682Z 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-12-01T11:03:27.5273921Z 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-12-01T11:03:27.5274154Z 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-12-01T11:03:27.5274392Z 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-12-01T11:03:27.5274660Z 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-12-01T11:03:27.5274899Z 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-12-01T11:03:27.5275139Z 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.002s) 2022-12-01T11:03:27.5275365Z 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.002s) 2022-12-01T11:03:27.5275604Z 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.002s) 2022-12-01T11:03:27.5275841Z 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-12-01T11:03:27.5276078Z 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.002s) 2022-12-01T11:03:27.5276313Z 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.002s) 2022-12-01T11:03:27.5276547Z 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.002s) 2022-12-01T11:03:27.5276780Z 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.002s) 2022-12-01T11:03:27.5277016Z 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.005s) 2022-12-01T11:03:27.5277254Z 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.002s) 2022-12-01T11:03:27.5277485Z 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.002s) 2022-12-01T11:03:27.5277714Z 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.002s) 2022-12-01T11:03:27.5277977Z 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.002s) 2022-12-01T11:03:27.5278209Z 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.002s) 2022-12-01T11:03:27.5278426Z 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-12-01T11:03:27.5278626Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5278826Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5279026Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5279228Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5279457Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5279653Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5279847Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5280039Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5280235Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5280422Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5280620Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5280811Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5281002Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5281193Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5281385Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5281574Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5281770Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5281969Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5282166Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5282347Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5282538Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5282727Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5282920Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5283144Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5283338Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5283534Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5283733Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5284098Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5284343Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5284523Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5284766Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5284960Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5285198Z 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-12-01T11:03:27.5285431Z 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-12-01T11:03:27.5285667Z 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-12-01T11:03:27.5285906Z 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-12-01T11:03:27.5286131Z 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-12-01T11:03:27.5286361Z 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-12-01T11:03:27.5286592Z 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-12-01T11:03:27.5286820Z 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-12-01T11:03:27.5287047Z 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-12-01T11:03:27.5287254Z 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-12-01T11:03:27.5287473Z 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-12-01T11:03:27.5287692Z 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-12-01T11:03:27.5287909Z 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-12-01T11:03:27.5288125Z 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-12-01T11:03:27.5288377Z 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-12-01T11:03:27.5288591Z 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-12-01T11:03:27.5288808Z test_nnc_correctness_special_xlog1py_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5289025Z 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-12-01T11:03:27.5289239Z 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-12-01T11:03:27.5289483Z 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-12-01T11:03:27.5289701Z 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-12-01T11:03:27.5289902Z 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-12-01T11:03:27.5290107Z 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-12-01T11:03:27.5290318Z 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-12-01T11:03:27.5290529Z 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-12-01T11:03:27.5290747Z 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-12-01T11:03:27.5290958Z test_nnc_correctness_split_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5291166Z test_nnc_correctness_split_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5291378Z test_nnc_correctness_split_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5291589Z test_nnc_correctness_split_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5291804Z test_nnc_correctness_split_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5292014Z test_nnc_correctness_split_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5292212Z test_nnc_correctness_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5292414Z test_nnc_correctness_split_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5292619Z test_nnc_correctness_split_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5292820Z test_nnc_correctness_split_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5293057Z test_nnc_correctness_split_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5293263Z test_nnc_correctness_split_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5293470Z test_nnc_correctness_split_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5293690Z test_nnc_correctness_split_list_args_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5293908Z 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-12-01T11:03:27.5294131Z 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-12-01T11:03:27.5294386Z 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-12-01T11:03:27.5294594Z 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-12-01T11:03:27.5294811Z test_nnc_correctness_split_list_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5295026Z 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-12-01T11:03:27.5295239Z 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-12-01T11:03:27.5295455Z 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-12-01T11:03:27.5295669Z 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-12-01T11:03:27.5295882Z test_nnc_correctness_split_list_args_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5296099Z 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-12-01T11:03:27.5296318Z 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-12-01T11:03:27.5296533Z test_nnc_correctness_split_with_sizes_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5296762Z 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-12-01T11:03:27.5296986Z test_nnc_correctness_split_with_sizes_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5297197Z 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-12-01T11:03:27.5297415Z 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-12-01T11:03:27.5297631Z test_nnc_correctness_split_with_sizes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5297876Z 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-12-01T11:03:27.5298094Z 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-12-01T11:03:27.5298310Z 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-12-01T11:03:27.5298523Z 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-12-01T11:03:27.5298737Z 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-12-01T11:03:27.5298947Z 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-12-01T11:03:27.5299190Z test_nnc_correctness_sqrt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5299395Z test_nnc_correctness_sqrt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5299606Z test_nnc_correctness_sqrt_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5299804Z test_nnc_correctness_sqrt_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5300011Z test_nnc_correctness_sqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5300213Z test_nnc_correctness_sqrt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5300418Z test_nnc_correctness_sqrt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5300692Z test_nnc_correctness_sqrt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5300899Z test_nnc_correctness_sqrt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5301102Z test_nnc_correctness_sqrt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5301305Z test_nnc_correctness_sqrt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-12-01T11:03:27.5301521Z test_nnc_correctness_square_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5301733Z test_nnc_correctness_square_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5301947Z test_nnc_correctness_square_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5302149Z test_nnc_correctness_square_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5302359Z test_nnc_correctness_square_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5302565Z test_nnc_correctness_square_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5302869Z test_nnc_correctness_square_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5303077Z test_nnc_correctness_square_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5303284Z test_nnc_correctness_square_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5303486Z test_nnc_correctness_square_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5303691Z test_nnc_correctness_square_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5303892Z test_nnc_correctness_square_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5304135Z test_nnc_correctness_squeeze_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5304340Z test_nnc_correctness_squeeze_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5304540Z test_nnc_correctness_squeeze_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5304753Z test_nnc_correctness_squeeze_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5304970Z test_nnc_correctness_squeeze_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5305183Z test_nnc_correctness_squeeze_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5305390Z test_nnc_correctness_squeeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5305601Z test_nnc_correctness_squeeze_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5305807Z test_nnc_correctness_squeeze_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5306016Z test_nnc_correctness_squeeze_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5306218Z test_nnc_correctness_squeeze_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5306429Z test_nnc_correctness_squeeze_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5306632Z test_nnc_correctness_squeeze_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5306829Z test_nnc_correctness_stack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5307034Z test_nnc_correctness_stack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5307248Z test_nnc_correctness_stack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5307457Z test_nnc_correctness_stack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5307697Z test_nnc_correctness_stack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5307901Z test_nnc_correctness_stack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5308100Z test_nnc_correctness_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5308297Z test_nnc_correctness_stack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5308503Z test_nnc_correctness_stack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5308705Z test_nnc_correctness_stack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5308931Z test_nnc_correctness_stack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5309136Z test_nnc_correctness_stack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5309330Z test_nnc_correctness_stack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5309535Z test_nnc_correctness_std_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5309745Z test_nnc_correctness_std_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5309956Z test_nnc_correctness_std_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5310160Z test_nnc_correctness_std_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5310357Z test_nnc_correctness_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5310551Z test_nnc_correctness_std_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5310765Z 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-12-01T11:03:27.5310981Z 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-12-01T11:03:27.5311200Z 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-12-01T11:03:27.5311416Z 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-12-01T11:03:27.5311613Z 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-12-01T11:03:27.5311824Z 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-12-01T11:03:27.5312032Z test_nnc_correctness_stft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5312245Z test_nnc_correctness_stft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5312488Z test_nnc_correctness_stft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5312688Z test_nnc_correctness_stft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5312895Z test_nnc_correctness_sub_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5313102Z test_nnc_correctness_sub_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5313309Z test_nnc_correctness_sub_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5313515Z test_nnc_correctness_sub_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5313760Z test_nnc_correctness_sub_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5313951Z test_nnc_correctness_sub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5314150Z test_nnc_correctness_sub_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5314354Z test_nnc_correctness_sub_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5314556Z test_nnc_correctness_sub_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5314762Z test_nnc_correctness_sub_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5314967Z test_nnc_correctness_sub_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5315173Z test_nnc_correctness_sub_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5315378Z test_nnc_correctness_sum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5315584Z test_nnc_correctness_sum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5315795Z test_nnc_correctness_sum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5316006Z test_nnc_correctness_sum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5316202Z test_nnc_correctness_sum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5316403Z test_nnc_correctness_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5316599Z test_nnc_correctness_sum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5316800Z test_nnc_correctness_sum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5317002Z test_nnc_correctness_sum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5317274Z test_nnc_correctness_sum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5317477Z test_nnc_correctness_sum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5317679Z test_nnc_correctness_sum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5317894Z test_nnc_correctness_sum_to_size_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5318104Z test_nnc_correctness_sum_to_size_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5318319Z 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-12-01T11:03:27.5318554Z test_nnc_correctness_sum_to_size_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5318770Z test_nnc_correctness_sum_to_size_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5318983Z 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-12-01T11:03:27.5319193Z test_nnc_correctness_sum_to_size_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5319402Z test_nnc_correctness_sum_to_size_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5319614Z test_nnc_correctness_sum_to_size_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5319822Z test_nnc_correctness_sum_to_size_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5320036Z 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-12-01T11:03:27.5320247Z test_nnc_correctness_sum_to_size_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5320456Z test_nnc_correctness_svd_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5320664Z test_nnc_correctness_svd_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5320875Z test_nnc_correctness_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5321063Z test_nnc_correctness_svd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5321276Z 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-12-01T11:03:27.5321490Z 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-12-01T11:03:27.5321705Z test_nnc_correctness_symeig_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5321916Z test_nnc_correctness_symeig_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5322156Z test_nnc_correctness_symeig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5322358Z test_nnc_correctness_symeig_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5322566Z test_nnc_correctness_t_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5322769Z test_nnc_correctness_t_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5322976Z test_nnc_correctness_t_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5323184Z test_nnc_correctness_t_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5323403Z test_nnc_correctness_t_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5323608Z test_nnc_correctness_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5323813Z test_nnc_correctness_t_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5324236Z test_nnc_correctness_t_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5324458Z test_nnc_correctness_t_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5324661Z test_nnc_correctness_t_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5324863Z test_nnc_correctness_t_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5325061Z test_nnc_correctness_t_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5325282Z test_nnc_correctness_take_along_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-12-01T11:03:27.5325497Z test_nnc_correctness_take_along_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5325721Z test_nnc_correctness_take_along_dim_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5325935Z test_nnc_correctness_take_along_dim_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5326155Z 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-12-01T11:03:27.5326371Z test_nnc_correctness_take_along_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5326588Z test_nnc_correctness_take_along_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5326802Z test_nnc_correctness_take_along_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5327080Z test_nnc_correctness_take_along_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5327297Z test_nnc_correctness_take_along_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5327511Z test_nnc_correctness_take_along_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5327725Z test_nnc_correctness_take_along_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5327936Z test_nnc_correctness_take_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5328141Z test_nnc_correctness_take_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5328343Z test_nnc_correctness_take_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5328595Z test_nnc_correctness_take_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5328805Z test_nnc_correctness_take_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5329007Z test_nnc_correctness_take_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5329207Z test_nnc_correctness_take_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5329410Z test_nnc_correctness_take_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5329620Z test_nnc_correctness_take_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5329826Z test_nnc_correctness_take_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5330030Z test_nnc_correctness_take_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5330237Z test_nnc_correctness_take_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5330446Z test_nnc_correctness_tan_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5330651Z test_nnc_correctness_tan_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5330851Z test_nnc_correctness_tan_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5331058Z test_nnc_correctness_tan_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5331266Z test_nnc_correctness_tan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5331466Z test_nnc_correctness_tan_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5331669Z test_nnc_correctness_tan_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5331910Z test_nnc_correctness_tan_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5332114Z test_nnc_correctness_tan_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5332317Z test_nnc_correctness_tan_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5332519Z test_nnc_correctness_tan_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5332730Z test_nnc_correctness_tanh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5332932Z test_nnc_correctness_tanh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5333133Z test_nnc_correctness_tanh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5333370Z test_nnc_correctness_tanh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5333576Z test_nnc_correctness_tanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5333785Z test_nnc_correctness_tanh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5333989Z test_nnc_correctness_tanh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5334192Z test_nnc_correctness_tanh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5334399Z test_nnc_correctness_tanh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5334610Z test_nnc_correctness_tanh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5334813Z test_nnc_correctness_tanh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5335032Z test_nnc_correctness_tensor_split_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5335244Z test_nnc_correctness_tensor_split_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5335449Z test_nnc_correctness_tensor_split_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5335672Z test_nnc_correctness_tensor_split_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5335888Z test_nnc_correctness_tensor_split_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5336106Z test_nnc_correctness_tensor_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5336320Z test_nnc_correctness_tensor_split_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5336533Z test_nnc_correctness_tensor_split_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5336782Z test_nnc_correctness_tensor_split_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5336995Z test_nnc_correctness_tensor_split_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5337206Z test_nnc_correctness_tensor_split_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5337417Z test_nnc_correctness_tensor_split_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5337631Z test_nnc_correctness_tensordot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5337837Z test_nnc_correctness_tensordot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5338080Z test_nnc_correctness_tensordot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5338295Z test_nnc_correctness_tensordot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5338509Z test_nnc_correctness_tensordot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5338719Z test_nnc_correctness_tensordot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5338928Z test_nnc_correctness_tensordot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5339138Z test_nnc_correctness_tensordot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5339350Z test_nnc_correctness_tensordot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5339557Z test_nnc_correctness_tensordot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5339767Z test_nnc_correctness_tile_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5339972Z test_nnc_correctness_tile_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5340182Z test_nnc_correctness_tile_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5340380Z test_nnc_correctness_tile_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5340591Z test_nnc_correctness_tile_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5340874Z test_nnc_correctness_tile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5341086Z test_nnc_correctness_tile_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5341289Z test_nnc_correctness_tile_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5341493Z test_nnc_correctness_tile_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5341730Z test_nnc_correctness_tile_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5341938Z test_nnc_correctness_tile_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5342138Z test_nnc_correctness_tile_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5342346Z test_nnc_correctness_to_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5342548Z test_nnc_correctness_to_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5342746Z test_nnc_correctness_to_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5342987Z test_nnc_correctness_to_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5343191Z test_nnc_correctness_to_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5343397Z test_nnc_correctness_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5343601Z test_nnc_correctness_to_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5343805Z test_nnc_correctness_to_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5344008Z test_nnc_correctness_to_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5344214Z test_nnc_correctness_to_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5344418Z test_nnc_correctness_to_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5344618Z test_nnc_correctness_to_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5344834Z test_nnc_correctness_to_sparse_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5345030Z test_nnc_correctness_to_sparse_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5345247Z test_nnc_correctness_to_sparse_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5345469Z test_nnc_correctness_to_sparse_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5345683Z test_nnc_correctness_to_sparse_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5345891Z test_nnc_correctness_to_sparse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5346103Z test_nnc_correctness_to_sparse_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5346315Z test_nnc_correctness_to_sparse_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5346547Z test_nnc_correctness_to_sparse_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5346759Z test_nnc_correctness_to_sparse_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5346969Z test_nnc_correctness_to_sparse_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5347174Z test_nnc_correctness_to_sparse_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5347369Z test_nnc_correctness_topk_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5347574Z test_nnc_correctness_topk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5347803Z test_nnc_correctness_topk_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5348008Z test_nnc_correctness_topk_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5348211Z test_nnc_correctness_topk_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5348416Z test_nnc_correctness_topk_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5348620Z test_nnc_correctness_topk_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5348821Z test_nnc_correctness_topk_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5349042Z test_nnc_correctness_trace_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5349256Z test_nnc_correctness_trace_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T11:03:27.5349465Z test_nnc_correctness_trace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5349663Z test_nnc_correctness_trace_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5349868Z test_nnc_correctness_trace_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5350068Z test_nnc_correctness_trace_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5350270Z test_nnc_correctness_trace_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5350474Z test_nnc_correctness_trace_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5350680Z test_nnc_correctness_trace_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5350897Z test_nnc_correctness_transpose_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5351108Z test_nnc_correctness_transpose_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5351355Z test_nnc_correctness_transpose_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5351577Z test_nnc_correctness_transpose_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5351793Z test_nnc_correctness_transpose_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5352008Z test_nnc_correctness_transpose_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5352209Z test_nnc_correctness_transpose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5352415Z test_nnc_correctness_transpose_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5352654Z test_nnc_correctness_transpose_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5352868Z test_nnc_correctness_transpose_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5353075Z test_nnc_correctness_transpose_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5353285Z test_nnc_correctness_transpose_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5353494Z test_nnc_correctness_transpose_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5353708Z test_nnc_correctness_trapezoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5353933Z test_nnc_correctness_trapezoid_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5354150Z test_nnc_correctness_trapezoid_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5354364Z test_nnc_correctness_trapezoid_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5354565Z test_nnc_correctness_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5354781Z test_nnc_correctness_trapezoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5354991Z test_nnc_correctness_trapezoid_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5355202Z test_nnc_correctness_trapezoid_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5355413Z test_nnc_correctness_trapezoid_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5355620Z test_nnc_correctness_trapezoid_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5355825Z test_nnc_correctness_trapezoid_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5356036Z test_nnc_correctness_trapz_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5356284Z test_nnc_correctness_trapz_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5356497Z test_nnc_correctness_trapz_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5356708Z test_nnc_correctness_trapz_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5356898Z test_nnc_correctness_trapz_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5357097Z test_nnc_correctness_trapz_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5357302Z test_nnc_correctness_trapz_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5357529Z test_nnc_correctness_trapz_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5357732Z test_nnc_correctness_trapz_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5357934Z test_nnc_correctness_trapz_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5358140Z test_nnc_correctness_trapz_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5358367Z test_nnc_correctness_triangular_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5358595Z test_nnc_correctness_triangular_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5358817Z test_nnc_correctness_triangular_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5359037Z test_nnc_correctness_triangular_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5359248Z test_nnc_correctness_tril_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5359442Z test_nnc_correctness_tril_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5359652Z test_nnc_correctness_tril_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5359866Z test_nnc_correctness_tril_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5360074Z test_nnc_correctness_tril_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5360280Z test_nnc_correctness_tril_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5360480Z test_nnc_correctness_tril_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5360681Z test_nnc_correctness_tril_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5360884Z test_nnc_correctness_tril_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5361117Z test_nnc_correctness_tril_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5361320Z test_nnc_correctness_tril_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5361520Z test_nnc_correctness_tril_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5361722Z test_nnc_correctness_tril_indices_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5361930Z test_nnc_correctness_tril_indices_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5362142Z test_nnc_correctness_triu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5362373Z test_nnc_correctness_triu_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5362586Z test_nnc_correctness_triu_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5362795Z test_nnc_correctness_triu_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5363001Z test_nnc_correctness_triu_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5363201Z test_nnc_correctness_triu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5363402Z test_nnc_correctness_triu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5363606Z test_nnc_correctness_triu_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5363808Z test_nnc_correctness_triu_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5364210Z test_nnc_correctness_triu_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5364417Z test_nnc_correctness_triu_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5364618Z test_nnc_correctness_triu_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5364834Z test_nnc_correctness_triu_indices_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5365048Z test_nnc_correctness_triu_indices_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5365264Z test_nnc_correctness_true_divide_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5365478Z test_nnc_correctness_true_divide_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5365697Z test_nnc_correctness_true_divide_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5365917Z test_nnc_correctness_true_divide_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5366196Z test_nnc_correctness_true_divide_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5366410Z test_nnc_correctness_true_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5366611Z test_nnc_correctness_true_divide_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5366823Z test_nnc_correctness_true_divide_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5367035Z test_nnc_correctness_true_divide_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5367243Z test_nnc_correctness_true_divide_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5367489Z test_nnc_correctness_true_divide_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5367705Z test_nnc_correctness_true_divide_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5367913Z test_nnc_correctness_trunc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5368122Z test_nnc_correctness_trunc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5368324Z test_nnc_correctness_trunc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5368535Z test_nnc_correctness_trunc_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5368743Z test_nnc_correctness_trunc_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5368946Z test_nnc_correctness_trunc_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5369136Z test_nnc_correctness_trunc_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5369343Z test_nnc_correctness_trunc_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5369552Z test_nnc_correctness_unbind_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5369763Z test_nnc_correctness_unbind_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5369977Z test_nnc_correctness_unbind_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5370188Z test_nnc_correctness_unbind_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5370401Z test_nnc_correctness_unbind_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5370611Z test_nnc_correctness_unbind_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5370863Z test_nnc_correctness_unbind_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5371067Z test_nnc_correctness_unbind_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5371273Z test_nnc_correctness_unbind_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5371458Z test_nnc_correctness_unbind_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5371663Z test_nnc_correctness_unbind_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5371866Z test_nnc_correctness_unbind_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5372074Z test_nnc_correctness_unbind_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5372315Z test_nnc_correctness_unflatten_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5372527Z test_nnc_correctness_unflatten_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5372744Z test_nnc_correctness_unflatten_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5372961Z test_nnc_correctness_unflatten_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5373176Z test_nnc_correctness_unflatten_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5373395Z test_nnc_correctness_unflatten_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T11:03:27.5373603Z test_nnc_correctness_unflatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5373803Z test_nnc_correctness_unflatten_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5374013Z test_nnc_correctness_unflatten_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5374219Z test_nnc_correctness_unflatten_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5374428Z test_nnc_correctness_unflatten_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5374644Z test_nnc_correctness_unflatten_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5374849Z test_nnc_correctness_unflatten_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5375061Z test_nnc_correctness_unfold_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5375268Z test_nnc_correctness_unfold_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5375480Z test_nnc_correctness_unfold_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5375723Z test_nnc_correctness_unfold_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5375938Z test_nnc_correctness_unfold_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5376146Z test_nnc_correctness_unfold_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5376337Z test_nnc_correctness_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5376538Z test_nnc_correctness_unfold_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5376742Z test_nnc_correctness_unfold_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5376975Z test_nnc_correctness_unfold_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5377179Z test_nnc_correctness_unfold_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5377387Z test_nnc_correctness_unfold_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5377587Z test_nnc_correctness_unfold_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5377797Z test_nnc_correctness_uniform_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5378009Z test_nnc_correctness_uniform_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5378228Z test_nnc_correctness_uniform_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5378437Z test_nnc_correctness_uniform_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5378632Z test_nnc_correctness_uniform_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5378842Z test_nnc_correctness_uniform_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5379063Z test_nnc_correctness_unique_consecutive_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5379284Z test_nnc_correctness_unique_consecutive_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5379511Z test_nnc_correctness_unique_consecutive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5379736Z test_nnc_correctness_unique_consecutive_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5379955Z test_nnc_correctness_unique_consecutive_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5380175Z test_nnc_correctness_unique_consecutive_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5380394Z test_nnc_correctness_unique_consecutive_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5380722Z test_nnc_correctness_unique_consecutive_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5380942Z test_nnc_correctness_unique_consecutive_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5381154Z test_nnc_correctness_unique_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5381350Z test_nnc_correctness_unique_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5381560Z test_nnc_correctness_unique_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5381765Z test_nnc_correctness_unique_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5382003Z test_nnc_correctness_unique_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5382249Z test_nnc_correctness_unique_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5382447Z test_nnc_correctness_unique_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5382652Z test_nnc_correctness_unique_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5382860Z test_nnc_correctness_unique_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5383079Z test_nnc_correctness_unsqueeze_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5383289Z test_nnc_correctness_unsqueeze_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5383506Z test_nnc_correctness_unsqueeze_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5383713Z test_nnc_correctness_unsqueeze_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5383931Z test_nnc_correctness_unsqueeze_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5384148Z test_nnc_correctness_unsqueeze_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5384359Z test_nnc_correctness_unsqueeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5384565Z test_nnc_correctness_unsqueeze_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5384776Z test_nnc_correctness_unsqueeze_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5384980Z test_nnc_correctness_unsqueeze_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5385190Z test_nnc_correctness_unsqueeze_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5385428Z test_nnc_correctness_unsqueeze_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5385637Z test_nnc_correctness_unsqueeze_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5385844Z test_nnc_correctness_var_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5386037Z test_nnc_correctness_var_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5386244Z test_nnc_correctness_var_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5386450Z test_nnc_correctness_var_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5386653Z test_nnc_correctness_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5386878Z test_nnc_correctness_var_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5387094Z test_nnc_correctness_var_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5387308Z test_nnc_correctness_var_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5387522Z test_nnc_correctness_var_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5387734Z test_nnc_correctness_var_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5387945Z test_nnc_correctness_var_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5388154Z test_nnc_correctness_var_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5388362Z test_nnc_correctness_vdot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5388560Z test_nnc_correctness_vdot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5388767Z test_nnc_correctness_vdot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5388975Z test_nnc_correctness_vdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5389176Z test_nnc_correctness_vdot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5389381Z test_nnc_correctness_vdot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5389585Z test_nnc_correctness_vdot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5389790Z test_nnc_correctness_vdot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5389995Z test_nnc_correctness_vdot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5390225Z test_nnc_correctness_vdot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5390405Z test_nnc_correctness_view_as_complex_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T11:03:27.5390625Z test_nnc_correctness_view_as_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5390834Z test_nnc_correctness_view_as_complex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5391045Z test_nnc_correctness_view_as_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5391254Z test_nnc_correctness_view_as_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5391472Z test_nnc_correctness_view_as_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5391746Z test_nnc_correctness_view_as_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5391962Z test_nnc_correctness_view_as_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5392173Z test_nnc_correctness_view_as_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5392377Z test_nnc_correctness_view_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5392587Z test_nnc_correctness_view_as_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5392801Z test_nnc_correctness_view_as_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5393007Z test_nnc_correctness_view_as_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5393195Z test_nnc_correctness_view_as_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5393400Z test_nnc_correctness_view_as_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5393599Z test_nnc_correctness_view_as_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5393816Z test_nnc_correctness_view_as_real_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5394040Z test_nnc_correctness_view_as_real_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5394242Z test_nnc_correctness_view_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5394447Z test_nnc_correctness_view_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5394659Z test_nnc_correctness_view_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5394870Z test_nnc_correctness_view_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5395103Z test_nnc_correctness_view_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5395313Z test_nnc_correctness_view_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5395500Z test_nnc_correctness_view_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5395696Z test_nnc_correctness_view_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5395899Z test_nnc_correctness_view_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5396103Z test_nnc_correctness_view_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5396335Z test_nnc_correctness_view_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5396540Z test_nnc_correctness_view_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5396746Z test_nnc_correctness_view_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5396961Z test_nnc_correctness_vsplit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5397166Z test_nnc_correctness_vsplit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5397378Z test_nnc_correctness_vsplit_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5397594Z test_nnc_correctness_vsplit_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T11:03:27.5397796Z test_nnc_correctness_vsplit_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5398005Z test_nnc_correctness_vsplit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5398214Z test_nnc_correctness_vsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5398417Z test_nnc_correctness_vsplit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5398627Z test_nnc_correctness_vsplit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5398831Z test_nnc_correctness_vsplit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5399038Z test_nnc_correctness_vsplit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5399242Z test_nnc_correctness_vsplit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5399445Z test_nnc_correctness_vsplit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5399653Z test_nnc_correctness_vstack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5399884Z test_nnc_correctness_vstack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5400098Z test_nnc_correctness_vstack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5400300Z test_nnc_correctness_vstack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5400507Z test_nnc_correctness_vstack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5400715Z test_nnc_correctness_vstack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5400923Z test_nnc_correctness_vstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5401156Z test_nnc_correctness_vstack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5401359Z test_nnc_correctness_vstack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5401556Z test_nnc_correctness_vstack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5401751Z test_nnc_correctness_vstack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5401959Z test_nnc_correctness_vstack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5402167Z test_nnc_correctness_vstack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5402380Z test_nnc_correctness_where_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5402571Z test_nnc_correctness_where_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5402782Z test_nnc_correctness_where_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5402997Z test_nnc_correctness_where_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5403211Z test_nnc_correctness_where_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5403424Z test_nnc_correctness_where_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5403627Z test_nnc_correctness_where_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5403937Z test_nnc_correctness_where_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5404261Z test_nnc_correctness_where_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5404472Z test_nnc_correctness_where_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5404673Z test_nnc_correctness_where_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5404955Z test_nnc_correctness_where_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5405155Z test_nnc_correctness_where_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5405366Z test_nnc_correctness_xlogy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5405571Z test_nnc_correctness_xlogy_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5405777Z test_nnc_correctness_xlogy_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5405978Z test_nnc_correctness_xlogy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5406189Z test_nnc_correctness_xlogy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5406426Z test_nnc_correctness_xlogy_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5406625Z test_nnc_correctness_xlogy_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5406821Z test_nnc_correctness_xlogy_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5407027Z test_nnc_correctness_xlogy_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5407234Z test_nnc_correctness_xlogy_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5407434Z test_nnc_correctness_zero__cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5407635Z test_nnc_correctness_zero__cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5407847Z test_nnc_correctness_zero__cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5408060Z test_nnc_correctness_zero__cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5408265Z test_nnc_correctness_zero__cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5408470Z test_nnc_correctness_zero__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5408673Z test_nnc_correctness_zero__cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5408879Z test_nnc_correctness_zero__cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5409078Z test_nnc_correctness_zero__cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5409281Z test_nnc_correctness_zero__cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5409482Z test_nnc_correctness_zero__cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5409705Z test_nnc_correctness_zero__cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5409915Z test_nnc_correctness_zeros_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5410119Z test_nnc_correctness_zeros_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5410332Z test_nnc_correctness_zeros_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5410543Z test_nnc_correctness_zeros_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5410755Z test_nnc_correctness_zeros_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5410967Z test_nnc_correctness_zeros_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5411200Z test_nnc_correctness_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5411403Z test_nnc_correctness_zeros_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5411607Z test_nnc_correctness_zeros_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5411810Z test_nnc_correctness_zeros_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5411998Z test_nnc_correctness_zeros_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5412203Z test_nnc_correctness_zeros_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5412406Z test_nnc_correctness_zeros_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5412619Z test_nnc_correctness_zeros_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5412829Z test_nnc_correctness_zeros_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5413050Z test_nnc_correctness_zeros_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5413265Z test_nnc_correctness_zeros_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5413483Z test_nnc_correctness_zeros_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5413692Z test_nnc_correctness_zeros_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5413897Z test_nnc_correctness_zeros_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5414108Z test_nnc_correctness_zeros_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5414317Z test_nnc_correctness_zeros_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5414537Z test_nnc_correctness_zeros_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5414749Z test_nnc_correctness_zeros_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5414958Z test_nnc_correctness_zeros_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5415169Z test_nnc_correctness_zeros_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5415354Z test_unsupported_H_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5415536Z test_unsupported_T_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5415729Z test_unsupported___getitem___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5415941Z test_unsupported___rpow___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5416122Z test_unsupported___rsub___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5416308Z test_unsupported_acosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5416481Z test_unsupported_addbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5416668Z test_unsupported_addcdiv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5416851Z test_unsupported_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5417034Z test_unsupported_addmv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5417220Z test_unsupported_addr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5417402Z test_unsupported_all_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5417588Z test_unsupported_allclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5417773Z test_unsupported_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5417953Z test_unsupported_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5418127Z test_unsupported_aminmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5418315Z test_unsupported_angle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5418498Z test_unsupported_any_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5418683Z test_unsupported_arange_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5418869Z test_unsupported_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5419049Z test_unsupported_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5419234Z test_unsupported_argsort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5419422Z test_unsupported_argwhere_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5419645Z test_unsupported_as_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5419844Z test_unsupported_as_strided_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5420020Z test_unsupported_asinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5420200Z test_unsupported_atanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5420392Z test_unsupported_atleast_1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5438904Z test_unsupported_atleast_2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5439225Z test_unsupported_atleast_3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5439419Z test_unsupported_baddbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5439714Z test_unsupported_bernoulli_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5439899Z test_unsupported_bfloat16_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5440087Z test_unsupported_block_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5440264Z test_unsupported_bmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5440457Z test_unsupported_broadcast_shapes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5440650Z test_unsupported_broadcast_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5440837Z test_unsupported_broadcast_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5441024Z test_unsupported_bucketize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5441214Z test_unsupported_cartesian_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5441384Z test_unsupported_cat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5441563Z test_unsupported_cdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5441737Z test_unsupported_chalf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5441920Z test_unsupported_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5442111Z test_unsupported_cholesky_inverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5442301Z test_unsupported_cholesky_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5442478Z test_unsupported_chunk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5442660Z test_unsupported_clamp_max_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5442841Z test_unsupported_clamp_min_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5443014Z test_unsupported_clone_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5443197Z test_unsupported_column_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5443422Z test_unsupported_combinations_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5443606Z test_unsupported_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.006s) 2022-12-01T11:03:27.5443780Z test_unsupported_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5444156Z test_unsupported_conj_physical_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5444418Z test_unsupported_constant_pad_nd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5444600Z test_unsupported_copysign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5444775Z test_unsupported_corrcoef_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5444962Z test_unsupported_count_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5445187Z test_unsupported_cov_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5445366Z test_unsupported_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5445545Z test_unsupported_cummax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5445718Z test_unsupported_cummin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5445900Z test_unsupported_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5446071Z test_unsupported_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5446271Z test_unsupported_cumulative_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5446454Z test_unsupported_deg2rad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5446631Z test_unsupported_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5446810Z test_unsupported_diag_embed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5446991Z test_unsupported_diagflat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5447165Z test_unsupported_diagonal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5447352Z test_unsupported_diagonal_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5447530Z test_unsupported_diff_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5447713Z test_unsupported_digamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5447889Z test_unsupported_dist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5448063Z test_unsupported_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5448242Z test_unsupported_dsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5448416Z test_unsupported_dstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5448582Z test_unsupported_einsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5448800Z test_unsupported_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5448985Z test_unsupported_empty_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5449160Z test_unsupported_equal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5449337Z test_unsupported_erfinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5449510Z test_unsupported_exp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5449686Z test_unsupported_eye_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5449863Z test_unsupported_fft_fft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5450042Z test_unsupported_fft_fft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5450238Z test_unsupported_fft_fftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5450437Z test_unsupported_fft_fftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5450615Z test_unsupported_fft_hfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5450792Z test_unsupported_fft_hfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5450969Z test_unsupported_fft_hfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5451147Z test_unsupported_fft_ifft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5451321Z test_unsupported_fft_ifft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5451502Z test_unsupported_fft_ifftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5451686Z test_unsupported_fft_ifftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5451869Z test_unsupported_fft_ihfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5452041Z test_unsupported_fft_ihfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5452219Z test_unsupported_fft_ihfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5452398Z test_unsupported_fft_irfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5452582Z test_unsupported_fft_irfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5452765Z test_unsupported_fft_irfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5452942Z test_unsupported_fft_rfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5453118Z test_unsupported_fft_rfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5453297Z test_unsupported_fft_rfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5453448Z test_unsupported_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T11:03:27.5453626Z test_unsupported_flatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5453826Z test_unsupported_flip_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5454007Z test_unsupported_fliplr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5454180Z test_unsupported_flipud_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5454366Z test_unsupported_float_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5454548Z test_unsupported_floor_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5454725Z test_unsupported_fmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5454898Z test_unsupported_fmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5455081Z test_unsupported_frexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5455288Z test_unsupported_full_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5455463Z test_unsupported_gather_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5455639Z test_unsupported_geqrf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5455818Z test_unsupported_gradient_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5455997Z test_unsupported_heaviside_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5456174Z test_unsupported_histc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5456356Z test_unsupported_histogram_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5456544Z test_unsupported_histogramdd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5456722Z test_unsupported_hsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5456895Z test_unsupported_hstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5457071Z test_unsupported_hypot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5457238Z test_unsupported_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5457416Z test_unsupported_igamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5457596Z test_unsupported_igammac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5457779Z test_unsupported_index_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5457961Z test_unsupported_index_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5458141Z test_unsupported_index_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5458319Z test_unsupported_index_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5458502Z test_unsupported_index_reduce_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5458687Z test_unsupported_index_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5458910Z test_unsupported_inner_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5459092Z test_unsupported_isclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5459270Z test_unsupported_isfinite_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5459444Z test_unsupported_isin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5459617Z test_unsupported_isinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5459798Z test_unsupported_isneginf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5459973Z test_unsupported_isposinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5460154Z test_unsupported_isreal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5460359Z test_unsupported_istft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5460563Z test_unsupported_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5460850Z test_unsupported_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5461044Z test_unsupported_jiterator_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5461248Z test_unsupported_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5461439Z test_unsupported_jiterator_unary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5461625Z test_unsupported_kron_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5461813Z test_unsupported_kthvalue_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5461998Z test_unsupported_ldexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5462193Z test_unsupported_linalg_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5462392Z test_unsupported_linalg_cholesky_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5462582Z test_unsupported_linalg_cond_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5462763Z test_unsupported_linalg_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5462956Z test_unsupported_linalg_det_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5463160Z test_unsupported_linalg_det_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5463350Z test_unsupported_linalg_eig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5463542Z test_unsupported_linalg_eigh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5463735Z test_unsupported_linalg_eigvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5463929Z test_unsupported_linalg_eigvalsh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5464175Z test_unsupported_linalg_householder_product_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5464368Z test_unsupported_linalg_inv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5464560Z test_unsupported_linalg_inv_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5464743Z test_unsupported_linalg_ldl_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5464943Z test_unsupported_linalg_ldl_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5465138Z test_unsupported_linalg_ldl_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5465329Z test_unsupported_linalg_lstsq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5465569Z test_unsupported_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5465758Z test_unsupported_linalg_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5465952Z test_unsupported_linalg_lu_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5466150Z test_unsupported_linalg_lu_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5466343Z test_unsupported_linalg_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5466557Z test_unsupported_linalg_matrix_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5466744Z test_unsupported_linalg_matrix_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5466943Z test_unsupported_linalg_matrix_rank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5467153Z test_unsupported_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5467346Z test_unsupported_linalg_multi_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5467535Z test_unsupported_linalg_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5467750Z test_unsupported_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5467939Z test_unsupported_linalg_pinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5468145Z test_unsupported_linalg_pinv_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5468343Z test_unsupported_linalg_pinv_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5468529Z test_unsupported_linalg_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5468710Z test_unsupported_linalg_slogdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5468899Z test_unsupported_linalg_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5469093Z test_unsupported_linalg_solve_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5469338Z test_unsupported_linalg_solve_triangular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5469532Z test_unsupported_linalg_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5469725Z test_unsupported_linalg_svdvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5469919Z test_unsupported_linalg_tensorinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5470116Z test_unsupported_linalg_tensorsolve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5470309Z test_unsupported_linalg_vander_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5470504Z test_unsupported_linalg_vecdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5470691Z test_unsupported_linalg_vector_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5470903Z test_unsupported_linspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5471093Z test_unsupported_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5471290Z test_unsupported_log_softmax_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5471482Z test_unsupported_logaddexp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5471671Z test_unsupported_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5471863Z test_unsupported_logcumsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5472054Z test_unsupported_logdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5472245Z test_unsupported_logical_and_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5472424Z test_unsupported_logical_not_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5472611Z test_unsupported_logical_or_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5472800Z test_unsupported_logical_xor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5472982Z test_unsupported_logit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5473169Z test_unsupported_logspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5473360Z test_unsupported_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5473543Z test_unsupported_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5473725Z test_unsupported_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5473911Z test_unsupported_lu_unpack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5474088Z test_unsupported_mH_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5474254Z test_unsupported_mT_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5474446Z test_unsupported_masked_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5474671Z test_unsupported_masked_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5474873Z test_unsupported_masked_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5475063Z test_unsupported_masked_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5475258Z test_unsupported_masked_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5475446Z test_unsupported_masked_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5475643Z test_unsupported_masked_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5475846Z test_unsupported_masked_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5476069Z test_unsupported_masked_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5476250Z test_unsupported_masked_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5476446Z test_unsupported_masked_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5476634Z test_unsupported_masked_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5476830Z test_unsupported_masked_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5477019Z test_unsupported_masked_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5477215Z test_unsupported_masked_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5477408Z test_unsupported_masked_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5477597Z test_unsupported_masked_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5477787Z test_unsupported_masked_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5477963Z test_unsupported_masked_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5478152Z test_unsupported_masked_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5478338Z test_unsupported_masked_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5478530Z test_unsupported_matrix_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5478729Z test_unsupported_max_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5478934Z test_unsupported_max_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5479123Z test_unsupported_maximum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5479308Z test_unsupported_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5479510Z test_unsupported_meshgrid_list_of_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5479753Z test_unsupported_meshgrid_variadic_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5479939Z test_unsupported_min_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5480140Z test_unsupported_min_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5480332Z test_unsupported_minimum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5480514Z test_unsupported_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5480701Z test_unsupported_movedim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5480882Z test_unsupported_msort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5481074Z test_unsupported_multinomial_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5481283Z test_unsupported_mv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5481485Z test_unsupported_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5481681Z test_unsupported_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5481861Z test_unsupported_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5482048Z test_unsupported_nan_to_num_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5482233Z test_unsupported_nanmean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5482424Z test_unsupported_nanmedian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5482621Z test_unsupported_nanquantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.004s) 2022-12-01T11:03:27.5482805Z test_unsupported_nansum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5482994Z test_unsupported_narrow_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5483178Z test_unsupported_narrow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5483374Z test_unsupported_native_batch_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5483570Z test_unsupported_native_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5483748Z test_unsupported_new_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5484153Z test_unsupported_new_empty_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5484378Z test_unsupported_new_full_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5484563Z test_unsupported_new_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5484750Z test_unsupported_new_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5484938Z test_unsupported_nextafter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5485162Z test_unsupported_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5485446Z test_unsupported_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5485663Z test_unsupported_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5485877Z test_unsupported_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5486077Z test_unsupported_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5486287Z test_unsupported_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5486496Z test_unsupported_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5486740Z test_unsupported_nn_functional_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5486940Z test_unsupported_nn_functional_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5487133Z test_unsupported_nn_functional_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5487328Z test_unsupported_nn_functional_batch_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5487529Z test_unsupported_nn_functional_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5487742Z test_unsupported_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5487974Z test_unsupported_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5488159Z test_unsupported_nn_functional_celu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5488359Z test_unsupported_nn_functional_conv1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5488558Z test_unsupported_nn_functional_conv2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5488766Z test_unsupported_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5488976Z test_unsupported_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5489185Z test_unsupported_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5489400Z test_unsupported_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5489610Z test_unsupported_nn_functional_cosine_similarity_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5489815Z test_unsupported_nn_functional_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5490015Z test_unsupported_nn_functional_ctc_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5490216Z test_unsupported_nn_functional_dropout2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5490469Z test_unsupported_nn_functional_dropout3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5490672Z test_unsupported_nn_functional_dropout_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5490867Z test_unsupported_nn_functional_elu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5491076Z test_unsupported_nn_functional_embedding_bag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5491274Z test_unsupported_nn_functional_embedding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5491500Z test_unsupported_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5491734Z test_unsupported_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5491987Z test_unsupported_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5492201Z test_unsupported_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5492414Z test_unsupported_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5492598Z test_unsupported_nn_functional_gelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5492794Z test_unsupported_nn_functional_glu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5493000Z test_unsupported_nn_functional_grid_sample_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5493202Z test_unsupported_nn_functional_group_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5493416Z test_unsupported_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5493617Z test_unsupported_nn_functional_huber_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5493823Z test_unsupported_nn_functional_instance_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5494032Z test_unsupported_nn_functional_interpolate_area_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5494246Z test_unsupported_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5494465Z test_unsupported_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5494677Z test_unsupported_nn_functional_interpolate_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5494875Z test_unsupported_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5495092Z test_unsupported_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5495288Z test_unsupported_nn_functional_kl_div_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5495533Z test_unsupported_nn_functional_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5495735Z test_unsupported_nn_functional_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5495932Z test_unsupported_nn_functional_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5496141Z test_unsupported_nn_functional_local_response_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5496352Z test_unsupported_nn_functional_logsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5496565Z test_unsupported_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5496766Z test_unsupported_nn_functional_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5496994Z test_unsupported_nn_functional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5497176Z test_unsupported_nn_functional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5497381Z test_unsupported_nn_functional_max_unpool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5497592Z test_unsupported_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5497800Z test_unsupported_nn_functional_max_unpool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5498009Z test_unsupported_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5498217Z test_unsupported_nn_functional_max_unpool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5498425Z test_unsupported_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5498623Z test_unsupported_nn_functional_mish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5498823Z test_unsupported_nn_functional_mse_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5499027Z test_unsupported_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5499229Z test_unsupported_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5499454Z test_unsupported_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5499654Z test_unsupported_nn_functional_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5499856Z test_unsupported_nn_functional_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5500059Z test_unsupported_nn_functional_pad_circular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5500264Z test_unsupported_nn_functional_pad_constant_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5500469Z test_unsupported_nn_functional_pad_reflect_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5500783Z test_unsupported_nn_functional_pad_replicate_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5501000Z test_unsupported_nn_functional_pairwise_distance_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5501197Z test_unsupported_nn_functional_pdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5501389Z test_unsupported_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5501592Z test_unsupported_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5501791Z test_unsupported_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5501984Z test_unsupported_nn_functional_prelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5502213Z test_unsupported_nn_functional_rrelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5502410Z test_unsupported_nn_functional_selu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5502606Z test_unsupported_nn_functional_silu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5502811Z test_unsupported_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5503018Z test_unsupported_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5503219Z test_unsupported_nn_functional_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5503433Z test_unsupported_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5503621Z test_unsupported_nn_functional_softshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5503831Z test_unsupported_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5504058Z test_unsupported_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5504257Z test_unsupported_nn_functional_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5504470Z test_unsupported_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5504683Z test_unsupported_nn_functional_upsample_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5504874Z test_unsupported_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5505057Z test_unsupported_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5505243Z test_unsupported_norm_fro_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5505426Z test_unsupported_norm_inf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5505594Z test_unsupported_norm_nuc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5505814Z test_unsupported_normal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5506011Z test_unsupported_normal_number_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5506192Z test_unsupported_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5506380Z test_unsupported_ones_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5506564Z test_unsupported_ormqr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5506741Z test_unsupported_outer_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5506933Z test_unsupported_pca_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5507122Z test_unsupported_pinverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5507335Z test_unsupported_polar_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5507527Z test_unsupported_polygamma_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5507726Z test_unsupported_polygamma_polygamma_n_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5507921Z test_unsupported_polygamma_polygamma_n_2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5508111Z test_unsupported_polygamma_polygamma_n_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5508302Z test_unsupported_polygamma_polygamma_n_4_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5508487Z test_unsupported_positive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5508672Z test_unsupported_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5508854Z test_unsupported_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5509036Z test_unsupported_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5509211Z test_unsupported_quantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5509396Z test_unsupported_rad2deg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5509582Z test_unsupported_rand_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5509775Z test_unsupported_randint_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5509961Z test_unsupported_randn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5510149Z test_unsupported_randn_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5510333Z test_unsupported_ravel_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5510515Z test_unsupported_real_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5510699Z test_unsupported_renorm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5510882Z test_unsupported_repeat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5511096Z test_unsupported_repeat_interleave_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5511286Z test_unsupported_resize__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5511474Z test_unsupported_resize_as__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5511664Z test_unsupported_resolve_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5511855Z test_unsupported_resolve_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5512037Z test_unsupported_roll_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5512216Z test_unsupported_rot90_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5512414Z test_unsupported_round_decimals_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5512634Z test_unsupported_round_decimals_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5512834Z test_unsupported_round_decimals_neg_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5513011Z test_unsupported_scatter_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5513197Z test_unsupported_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5513395Z test_unsupported_scatter_reduce_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5513594Z test_unsupported_scatter_reduce_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5513800Z test_unsupported_scatter_reduce_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5514000Z test_unsupported_scatter_reduce_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5514196Z test_unsupported_scatter_reduce_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5514390Z test_unsupported_searchsorted_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5514594Z test_unsupported_segment_reduce_lengths_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5514792Z test_unsupported_segment_reduce_offsets_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5514968Z test_unsupported_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5515164Z test_unsupported_select_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5515345Z test_unsupported_sgn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5515530Z test_unsupported_signbit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5515710Z test_unsupported_sinc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5515894Z test_unsupported_slice_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5516087Z test_unsupported_slice_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5516305Z test_unsupported_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5516503Z test_unsupported_softmax_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5516670Z test_unsupported_sort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5516872Z test_unsupported_sparse_sampled_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5517064Z test_unsupported_special_airy_ai_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5517259Z test_unsupported_special_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5517454Z test_unsupported_special_bessel_j1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5517679Z test_unsupported_special_bessel_y0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5517876Z test_unsupported_special_bessel_y1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5518065Z test_unsupported_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5518248Z test_unsupported_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5518426Z test_unsupported_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5518592Z test_unsupported_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5518782Z test_unsupported_special_entr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5518982Z test_unsupported_special_erfcx_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5519171Z test_unsupported_special_hermite_polynomial_h_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5519356Z test_unsupported_special_hermite_polynomial_he_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5519548Z test_unsupported_special_i0e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5519737Z test_unsupported_special_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5519930Z test_unsupported_special_i1e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5520118Z test_unsupported_special_laguerre_polynomial_l_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5520303Z test_unsupported_special_legendre_polynomial_p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5520486Z test_unsupported_special_log_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5520693Z test_unsupported_special_modified_bessel_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5520900Z test_unsupported_special_modified_bessel_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5521104Z test_unsupported_special_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5521308Z test_unsupported_special_modified_bessel_k1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5521566Z test_unsupported_special_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5521766Z test_unsupported_special_ndtri_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5521990Z test_unsupported_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5522202Z test_unsupported_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5522413Z test_unsupported_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5522598Z test_unsupported_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5522795Z test_unsupported_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5523014Z test_unsupported_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5523208Z test_unsupported_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T11:03:27.5523418Z test_unsupported_special_spherical_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5523613Z test_unsupported_special_xlog1py_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5523801Z test_unsupported_special_zeta_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.004s) 2022-12-01T11:03:27.5524192Z test_unsupported_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5524433Z test_unsupported_split_list_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5524628Z test_unsupported_split_with_sizes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5524803Z test_unsupported_square_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5524991Z test_unsupported_squeeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5525175Z test_unsupported_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5525356Z test_unsupported_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5525544Z test_unsupported_std_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5525730Z test_unsupported_stft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5525917Z test_unsupported_sum_to_size_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5526100Z test_unsupported_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5526290Z test_unsupported_svd_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5526465Z test_unsupported_symeig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5526659Z test_unsupported_take_along_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5526842Z test_unsupported_take_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5527093Z test_unsupported_tensor_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5527284Z test_unsupported_tensordot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5527468Z test_unsupported_tile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5527649Z test_unsupported_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5527837Z test_unsupported_to_sparse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5528020Z test_unsupported_topk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5528206Z test_unsupported_trace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5528421Z test_unsupported_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5528607Z test_unsupported_trapz_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5528806Z test_unsupported_triangular_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5528988Z test_unsupported_tril_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5529167Z test_unsupported_triu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5529353Z test_unsupported_unbind_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5529543Z test_unsupported_unflatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5529733Z test_unsupported_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5529919Z test_unsupported_uniform_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5530116Z test_unsupported_unique_consecutive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5530288Z test_unsupported_unique_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5530469Z test_unsupported_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5530658Z test_unsupported_var_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5530838Z test_unsupported_vdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5531037Z test_unsupported_view_as_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5531219Z test_unsupported_vsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5531399Z test_unsupported_vstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5531581Z test_unsupported_xlogy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5531759Z test_unsupported_zero__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5531924Z test_unsupported_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5532114Z test_unsupported_zeros_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5532336Z test_working___radd___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5532513Z test_working___rdiv___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5532729Z test_working___rmod___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5532908Z test_working___rmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5533083Z test_working_abs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5533260Z test_working_acos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5533435Z test_working_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5533606Z test_working_addcmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5533824Z test_working_addmm_decomposed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5533998Z test_working_asin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5534176Z test_working_atan2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5534351Z test_working_atan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5534527Z test_working_bool_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5534699Z test_working_byte_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5534873Z test_working_ceil_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5535046Z test_working_char_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5535224Z test_working_clamp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5535395Z test_working_contiguous_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5535567Z test_working_cos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5535739Z test_working_cosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5535929Z test_working_div_floor_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5536122Z test_working_div_no_rounding_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5536310Z test_working_div_trunc_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5536490Z test_working_double_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5536664Z test_working_eq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5536839Z test_working_erf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5537003Z test_working_erfc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5537174Z test_working_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5537358Z test_working_expand_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5537573Z test_working_expand_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5537753Z test_working_expm1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5537930Z test_working_float_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5538106Z test_working_floor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5538280Z test_working_fmod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5538456Z test_working_ge_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5538630Z test_working_gt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5538796Z test_working_half_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5538995Z test_working_int_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5539170Z test_working_isnan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5539343Z test_working_le_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5539516Z test_working_lerp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5539695Z test_working_lgamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5539868Z test_working_log10_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5540047Z test_working_log1p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5540224Z test_working_log2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5540385Z test_working_log_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5540556Z test_working_long_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5540797Z test_working_lt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5540984Z test_working_masked_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5541167Z test_working_max_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5541338Z test_working_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5541525Z test_working_min_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5541698Z test_working_mm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5541873Z test_working_mul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5542029Z test_working_ne_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5542201Z test_working_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5542400Z test_working_nn_functional_hardshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5542603Z test_working_nn_functional_hardsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5542836Z test_working_nn_functional_hardswish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5543031Z test_working_nn_functional_hardtanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5543229Z test_working_nn_functional_leaky_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5543420Z test_working_nn_functional_relu6_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5543613Z test_working_nn_functional_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5543807Z test_working_nn_functional_softplus_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5543990Z test_working_nn_functional_softsign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5544216Z test_working_nn_functional_tanhshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5544415Z test_working_nn_functional_threshold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5544599Z test_working_permute_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5544775Z test_working_pow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5544958Z test_working_reciprocal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5545139Z test_working_remainder_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5545322Z test_working_reshape_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5545504Z test_working_reshape_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5545670Z test_working_round_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5545847Z test_working_rsqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5546020Z test_working_rsub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5546195Z test_working_short_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5546375Z test_working_sigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5546549Z test_working_sign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5546725Z test_working_sin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5546898Z test_working_sinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5547071Z test_working_sqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5547245Z test_working_sub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5547403Z test_working_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5547576Z test_working_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5547745Z test_working_tan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5547949Z test_working_tanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5548135Z test_working_transpose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5548319Z test_working_true_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5548495Z test_working_trunc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5548676Z test_working_unsqueeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5548853Z test_working_view_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5549015Z test_working_view_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5549193Z test_working_where_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-12-01T11:03:27.5549336Z test_abs (__main__.TestTEFuserDynamic) ... ok (2.806s) 2022-12-01T11:03:27.5549476Z test_adaptive_avg_pool2d (__main__.TestTEFuserDynamic) ... ok (0.144s) 2022-12-01T11:03:27.5549599Z test_add_bool (__main__.TestTEFuserDynamic) ... ok (0.299s) 2022-12-01T11:03:27.5549721Z test_addcmul (__main__.TestTEFuserDynamic) ... ok (0.255s) 2022-12-01T11:03:27.5549900Z test_arg_configurations_smoke (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-12-01T11:03:27.5550273Z test_autocast_down (__main__.TestTEFuserDynamic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-12-01T11:03:27.5550519Z test_autocast_up (__main__.TestTEFuserDynamic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-12-01T11:03:27.5551213Z 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-12-01T11:03:27.5551315Z warnings.warn(msg, FutureWarning) 2022-12-01T11:03:27.5551383Z ok (736.779s) 2022-12-01T11:03:27.5551515Z test_binary_div_ops (__main__.TestTEFuserDynamic) ... ok (3.465s) 2022-12-01T11:03:27.5551640Z test_binary_ops (__main__.TestTEFuserDynamic) ... ok (6.704s) 2022-12-01T11:03:27.5551764Z test_binary_pow (__main__.TestTEFuserDynamic) ... ok (0.472s) 2022-12-01T11:03:27.5551898Z test_binary_scalar_ops (__main__.TestTEFuserDynamic) ... ok (0.735s) 2022-12-01T11:03:27.5552107Z test_binary_tensor_scalar_ops (__main__.TestTEFuserDynamic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5552221Z test_bitwise_ops (__main__.TestTEFuserDynamic) ... ok (1.589s) 2022-12-01T11:03:27.5552349Z test_broadcast (__main__.TestTEFuserDynamic) ... ok (0.122s) 2022-12-01T11:03:27.5552474Z test_cat_2k_args (__main__.TestTEFuserDynamic) ... ok (3.954s) 2022-12-01T11:03:27.5552601Z test_cat_graph_opt (__main__.TestTEFuserDynamic) ... ok (0.204s) 2022-12-01T11:03:27.5552771Z test_channels_last_dims_dynamic (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T11:03:27.5552902Z test_checks_cat_inputs (__main__.TestTEFuserDynamic) ... ok (0.359s) 2022-12-01T11:03:27.5553054Z test_chunk (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-12-01T11:03:27.5553223Z test_chunk_correctness (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-12-01T11:03:27.5553376Z test_chunk_distributes (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-12-01T11:03:27.5553564Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-12-01T11:03:27.5553756Z test_chunk_mul_one (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-12-01T11:03:27.5553920Z test_chunk_multiple (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-12-01T11:03:27.5554043Z test_clamp (__main__.TestTEFuserDynamic) ... ok (2.626s) 2022-12-01T11:03:27.5554170Z test_clamp_double (__main__.TestTEFuserDynamic) ... ok (0.090s) 2022-12-01T11:03:27.5554294Z test_clamp_int (__main__.TestTEFuserDynamic) ... ok (0.074s) 2022-12-01T11:03:27.5554427Z test_comparison_eq_ne (__main__.TestTEFuserDynamic) ... ok (0.558s) 2022-12-01T11:03:27.5554544Z test_comparison_ge_le (__main__.TestTEFuserDynamic) ... ok (0.322s) 2022-12-01T11:03:27.5554670Z test_comparison_gt_lt (__main__.TestTEFuserDynamic) ... ok (0.372s) 2022-12-01T11:03:27.5554789Z test_concat (__main__.TestTEFuserDynamic) ... ok (0.214s) 2022-12-01T11:03:27.5554919Z test_concat_invariant (__main__.TestTEFuserDynamic) ... ok (0.349s) 2022-12-01T11:03:27.5555092Z test_constant_chunk_shapes (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-12-01T11:03:27.5555366Z test_conv2d (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.002s) 2022-12-01T11:03:27.5555548Z test_conv2d_depthwise (__main__.TestTEFuserDynamic) ... skip: Too slow to run with the TE interpreter (0.001s) 2022-12-01T11:03:27.5555697Z test_cuda_half (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.002s) 2022-12-01T11:03:27.5555812Z test_dims (__main__.TestTEFuserDynamic) ... ok (0.620s) 2022-12-01T11:03:27.5555922Z test_disabled (__main__.TestTEFuserDynamic) ... ok (0.040s) 2022-12-01T11:03:27.5556040Z test_div_bool (__main__.TestTEFuserDynamic) ... ok (0.209s) 2022-12-01T11:03:27.5556165Z test_dynamic_cat (__main__.TestTEFuserDynamic) ... ok (0.077s) 2022-12-01T11:03:27.5556296Z test_dynamic_shapes (__main__.TestTEFuserDynamic) ... ok (354.282s) 2022-12-01T11:03:27.5556431Z test_eq_unsqueeze_type_as (__main__.TestTEFuserDynamic) ... ok (0.281s) 2022-12-01T11:03:27.5556546Z test_erf (__main__.TestTEFuserDynamic) ... ok (0.002s) 2022-12-01T11:03:27.5556690Z test_exhaust_specializations (__main__.TestTEFuserDynamic) ... ok (0.043s) 2022-12-01T11:03:27.5556792Z test_exp (__main__.TestTEFuserDynamic) ... ok (0.159s) 2022-12-01T11:03:27.5556958Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T11:03:27.5557074Z test_gelu (__main__.TestTEFuserDynamic) ... ok (0.008s) 2022-12-01T11:03:27.5557208Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.281s) 2022-12-01T11:03:27.5557339Z test_hardswish_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.297s) 2022-12-01T11:03:27.5557477Z test_inlined_optimized_graph (__main__.TestTEFuserDynamic) ... ok (0.275s) 2022-12-01T11:03:27.5557592Z test_isnan (__main__.TestTEFuserDynamic) ... ok (0.632s) 2022-12-01T11:03:27.5557760Z test_kernel_cache_multi_gpu (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T11:03:27.5557864Z test_lerp (__main__.TestTEFuserDynamic) ... ok (0.216s) 2022-12-01T11:03:27.5558181Z test_list_ops (__main__.TestTEFuserDynamic) ... skip: FIXME: fuser doesn't include ListConstruct nodes to the group causing a failure (0.002s) 2022-12-01T11:03:27.5558295Z test_lstm (__main__.TestTEFuserDynamic) ... ok (1.135s) 2022-12-01T11:03:27.5558418Z test_lstm_concat (__main__.TestTEFuserDynamic) ... ok (0.651s) 2022-12-01T11:03:27.5558558Z test_lstm_gates_permutations (__main__.TestTEFuserDynamic) ... ok (6.333s) 2022-12-01T11:03:27.5558679Z test_lstm_traced (__main__.TestTEFuserDynamic) ... ok (0.632s) 2022-12-01T11:03:27.5558833Z test_masked_fill (__main__.TestTEFuserDynamic) ... skip: Temporarily disabled (0.001s) 2022-12-01T11:03:27.5559072Z test_matmul (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.003s) 2022-12-01T11:03:27.5559343Z test_milstm (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.002s) 2022-12-01T11:03:27.5559452Z test_minmax (__main__.TestTEFuserDynamic) ... ok (0.528s) 2022-12-01T11:03:27.5559580Z test_minmax_int_ops (__main__.TestTEFuserDynamic) ... ok (0.765s) 2022-12-01T11:03:27.5559700Z test_mul_bool (__main__.TestTEFuserDynamic) ... ok (0.112s) 2022-12-01T11:03:27.5559820Z test_neg_pow (__main__.TestTEFuserDynamic) ... ok (0.200s) 2022-12-01T11:03:27.5560060Z test_nonzero_device_cuda (__main__.TestTEFuserDynamic) ... skip: needs non-zero device (0.001s) 2022-12-01T11:03:27.5560178Z test_nop (__main__.TestTEFuserDynamic) ... ok (0.001s) 2022-12-01T11:03:27.5560503Z test_profiler (__main__.TestTEFuserDynamic) ... STAGE:2022-12-01 10:29:55 770:770 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:03:27.5560747Z STAGE:2022-12-01 10:29:55 770:770 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:03:27.5560801Z ok (0.054s) 2022-12-01T11:03:27.5560968Z test_rand_broadcast_cuda (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.002s) 2022-12-01T11:03:27.5561189Z test_rand_cuda (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T11:03:27.5561343Z test_rand_diamond (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T11:03:27.5561457Z test_relu (__main__.TestTEFuserDynamic) ... ok (0.180s) 2022-12-01T11:03:27.5561587Z test_relu_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.148s) 2022-12-01T11:03:27.5561733Z test_remove_output_used_only_in_size (__main__.TestTEFuserDynamic) ... ok (0.090s) 2022-12-01T11:03:27.5561852Z test_scalar (__main__.TestTEFuserDynamic) ... ok (0.091s) 2022-12-01T11:03:27.5561964Z test_scalar_arg (__main__.TestTEFuserDynamic) ... ok (0.426s) 2022-12-01T11:03:27.5562099Z test_scalar_only_inputs (__main__.TestTEFuserDynamic) ... ok (0.080s) 2022-12-01T11:03:27.5562234Z test_skip_grad_in_check (__main__.TestTEFuserDynamic) ... ok (0.080s) 2022-12-01T11:03:27.5562368Z test_small_constant (__main__.TestTEFuserDynamic) ... ok (0.289s) 2022-12-01T11:03:27.5562488Z test_sub_gt_and (__main__.TestTEFuserDynamic) ... ok (0.207s) 2022-12-01T11:03:27.5562610Z test_sum_dim (__main__.TestTEFuserDynamic) ... ok (0.309s) 2022-12-01T11:03:27.5562744Z test_sum_keepdim_cast (__main__.TestTEFuserDynamic) ... ok (0.262s) 2022-12-01T11:03:27.5562854Z test_sum_simple (__main__.TestTEFuserDynamic) ... ok (0.130s) 2022-12-01T11:03:27.5562979Z test_superslomo (__main__.TestTEFuserDynamic) ... ok (0.004s) 2022-12-01T11:03:27.5563110Z test_tensor_scalar_ops (__main__.TestTEFuserDynamic) ... ok (0.293s) 2022-12-01T11:03:27.5563243Z test_ternary_norm_ops (__main__.TestTEFuserDynamic) ... ok (445.729s) 2022-12-01T11:03:27.5563367Z test_ternary_ops (__main__.TestTEFuserDynamic) ... ok (0.983s) 2022-12-01T11:03:27.5563491Z test_threshold (__main__.TestTEFuserDynamic) ... ok (0.170s) 2022-12-01T11:03:27.5563613Z test_to_device (__main__.TestTEFuserDynamic) ... ok (0.102s) 2022-12-01T11:03:27.5563783Z test_to_dtype (__main__.TestTEFuserDynamic) ... skip: Compiles with TensorExprKernel (0.002s) 2022-12-01T11:03:27.5564072Z test_torch_to (__main__.TestTEFuserDynamic) ... ok (1.971s) 2022-12-01T11:03:27.5564254Z test_type_as_cat (__main__.TestTEFuserDynamic) ... ok (7.022s) 2022-12-01T11:03:27.5564380Z test_typecheck (__main__.TestTEFuserDynamic) ... ok (0.121s) 2022-12-01T11:03:27.5564573Z test_unary_ops (__main__.TestTEFuserDynamic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:03:27.5564700Z test_unrolled_cat (__main__.TestTEFuserDynamic) ... ok (0.096s) 2022-12-01T11:03:27.5564846Z test_unsqueeze_size_calculation (__main__.TestTEFuserDynamic) ... ok (0.886s) 2022-12-01T11:03:27.5564980Z test_unsqueeze_var_dim (__main__.TestTEFuserDynamic) ... ok (1.071s) 2022-12-01T11:03:27.5565505Z 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-12-01T11:03:27.5565642Z return v.to(dtype) 2022-12-01T11:03:27.5565698Z ok (0.178s) 2022-12-01T11:03:27.5565831Z test_where_and_typing (__main__.TestTEFuserDynamic) ... ok (0.218s) 2022-12-01T11:03:27.5565955Z test_where_ops (__main__.TestTEFuserDynamic) ... ok (1.867s) 2022-12-01T11:03:27.5566300Z 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-12-01T11:03:27.5566406Z warnings.warn("Only works in script mode") 2022-12-01T11:03:27.5566474Z ok (0.457s) 2022-12-01T11:03:27.5566609Z test_zero_element_tensors (__main__.TestTEFuserDynamic) ... ok (0.140s) 2022-12-01T11:03:27.5566709Z test_abs (__main__.TestTEFuserStatic) ... ok (0.092s) 2022-12-01T11:03:27.5566844Z test_adaptive_avg_pool2d (__main__.TestTEFuserStatic) ... ok (0.150s) 2022-12-01T11:03:27.5566965Z test_add_bool (__main__.TestTEFuserStatic) ... ok (0.227s) 2022-12-01T11:03:27.5567087Z test_addcmul (__main__.TestTEFuserStatic) ... ok (0.155s) 2022-12-01T11:03:27.5567266Z test_arg_configurations_smoke (__main__.TestTEFuserStatic) ... ok (0.078s) 2022-12-01T11:03:27.5567530Z test_autocast_down (__main__.TestTEFuserStatic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-12-01T11:03:27.5567787Z test_autocast_up (__main__.TestTEFuserStatic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-12-01T11:03:27.5568455Z 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-12-01T11:03:27.5568552Z warnings.warn(msg, FutureWarning) 2022-12-01T11:03:27.5568610Z ok (687.046s) 2022-12-01T11:03:27.5568738Z test_binary_div_ops (__main__.TestTEFuserStatic) ... ok (3.572s) 2022-12-01T11:03:27.5568862Z test_binary_ops (__main__.TestTEFuserStatic) ... ok (6.036s) 2022-12-01T11:03:27.5568983Z test_binary_pow (__main__.TestTEFuserStatic) ... ok (0.446s) 2022-12-01T11:03:27.5569113Z test_binary_scalar_ops (__main__.TestTEFuserStatic) ... ok (0.724s) 2022-12-01T11:03:27.5569254Z test_binary_tensor_scalar_ops (__main__.TestTEFuserStatic) ... ok (10.729s) 2022-12-01T11:03:27.5569377Z test_bitwise_ops (__main__.TestTEFuserStatic) ... ok (1.347s) 2022-12-01T11:03:27.5569498Z test_broadcast (__main__.TestTEFuserStatic) ... ok (0.080s) 2022-12-01T11:03:27.5569606Z test_cat_2k_args (__main__.TestTEFuserStatic) ... ok (4.130s) 2022-12-01T11:03:27.5569729Z test_cat_graph_opt (__main__.TestTEFuserStatic) ... ok (0.119s) 2022-12-01T11:03:27.5569899Z test_channels_last_dims_dynamic (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T11:03:27.5570032Z test_checks_cat_inputs (__main__.TestTEFuserStatic) ... ok (0.199s) 2022-12-01T11:03:27.5570145Z test_chunk (__main__.TestTEFuserStatic) ... ok (0.113s) 2022-12-01T11:03:27.5570277Z test_chunk_correctness (__main__.TestTEFuserStatic) ... ok (6.287s) 2022-12-01T11:03:27.5570404Z test_chunk_distributes (__main__.TestTEFuserStatic) ... ok (0.205s) 2022-12-01T11:03:27.5570553Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserStatic) ... ok (0.148s) 2022-12-01T11:03:27.5570668Z test_chunk_mul_one (__main__.TestTEFuserStatic) ... ok (119.387s) 2022-12-01T11:03:27.5570792Z test_chunk_multiple (__main__.TestTEFuserStatic) ... ok (0.331s) 2022-12-01T11:03:27.5570907Z test_clamp (__main__.TestTEFuserStatic) ... ok (2.299s) 2022-12-01T11:03:27.5571033Z test_clamp_double (__main__.TestTEFuserStatic) ... ok (0.123s) 2022-12-01T11:03:27.5571152Z test_clamp_int (__main__.TestTEFuserStatic) ... ok (0.062s) 2022-12-01T11:03:27.5571281Z test_comparison_eq_ne (__main__.TestTEFuserStatic) ... ok (0.274s) 2022-12-01T11:03:27.5571448Z test_comparison_ge_le (__main__.TestTEFuserStatic) ... ok (0.277s) 2022-12-01T11:03:27.5571563Z test_comparison_gt_lt (__main__.TestTEFuserStatic) ... ok (0.279s) 2022-12-01T11:03:27.5571679Z test_concat (__main__.TestTEFuserStatic) ... ok (0.095s) 2022-12-01T11:03:27.5571806Z test_concat_invariant (__main__.TestTEFuserStatic) ... ok (0.173s) 2022-12-01T11:03:27.5572256Z test_constant_chunk_shapes (__main__.TestTEFuserStatic) ... test_jit_fuser_te.py:2442: 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-12-01T11:03:27.5572332Z r = torch.tensor(4) 2022-12-01T11:03:27.5572396Z ok (0.427s) 2022-12-01T11:03:27.5572513Z test_conv2d (__main__.TestTEFuserStatic) ... ok (0.286s) 2022-12-01T11:03:27.5572695Z test_conv2d_depthwise (__main__.TestTEFuserStatic) ... skip: Too slow to run with the TE interpreter (0.001s) 2022-12-01T11:03:27.5572907Z test_cuda_half (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.002s) 2022-12-01T11:03:27.5573012Z test_dims (__main__.TestTEFuserStatic) ... ok (0.483s) 2022-12-01T11:03:27.5573132Z test_disabled (__main__.TestTEFuserStatic) ... ok (0.090s) 2022-12-01T11:03:27.5573250Z test_div_bool (__main__.TestTEFuserStatic) ... ok (0.075s) 2022-12-01T11:03:27.5573373Z test_dynamic_cat (__main__.TestTEFuserStatic) ... ok (0.077s) 2022-12-01T11:03:27.5573502Z test_dynamic_shapes (__main__.TestTEFuserStatic) ... ok (356.717s) 2022-12-01T11:03:27.5573635Z test_eq_unsqueeze_type_as (__main__.TestTEFuserStatic) ... ok (0.155s) 2022-12-01T11:03:27.5573749Z test_erf (__main__.TestTEFuserStatic) ... ok (0.002s) 2022-12-01T11:03:27.5573891Z test_exhaust_specializations (__main__.TestTEFuserStatic) ... ok (0.043s) 2022-12-01T11:03:27.5573995Z test_exp (__main__.TestTEFuserStatic) ... ok (0.229s) 2022-12-01T11:03:27.5574158Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T11:03:27.5574274Z test_gelu (__main__.TestTEFuserStatic) ... ok (0.007s) 2022-12-01T11:03:27.5574409Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.189s) 2022-12-01T11:03:27.5574541Z test_hardswish_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.242s) 2022-12-01T11:03:27.5574678Z test_inlined_optimized_graph (__main__.TestTEFuserStatic) ... ok (0.129s) 2022-12-01T11:03:27.5574793Z test_isnan (__main__.TestTEFuserStatic) ... ok (0.695s) 2022-12-01T11:03:27.5574943Z test_kernel_cache_multi_gpu (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T11:03:27.5575056Z test_lerp (__main__.TestTEFuserStatic) ... ok (0.152s) 2022-12-01T11:03:27.5575376Z test_list_ops (__main__.TestTEFuserStatic) ... skip: FIXME: fuser doesn't include ListConstruct nodes to the group causing a failure (0.002s) 2022-12-01T11:03:27.5575492Z test_lstm (__main__.TestTEFuserStatic) ... ok (1.289s) 2022-12-01T11:03:27.5575616Z test_lstm_concat (__main__.TestTEFuserStatic) ... ok (0.658s) 2022-12-01T11:03:27.5575755Z test_lstm_gates_permutations (__main__.TestTEFuserStatic) ... ok (4.287s) 2022-12-01T11:03:27.5575877Z test_lstm_traced (__main__.TestTEFuserStatic) ... ok (0.622s) 2022-12-01T11:03:27.5576030Z test_masked_fill (__main__.TestTEFuserStatic) ... skip: Temporarily disabled (0.001s) 2022-12-01T11:03:27.5576147Z test_matmul (__main__.TestTEFuserStatic) ... ok (2.795s) 2022-12-01T11:03:27.5576252Z test_milstm (__main__.TestTEFuserStatic) ... ok (4.924s) 2022-12-01T11:03:27.5576365Z test_minmax (__main__.TestTEFuserStatic) ... ok (0.400s) 2022-12-01T11:03:27.5576494Z test_minmax_int_ops (__main__.TestTEFuserStatic) ... ok (0.541s) 2022-12-01T11:03:27.5576611Z test_mul_bool (__main__.TestTEFuserStatic) ... ok (0.074s) 2022-12-01T11:03:27.5576729Z test_neg_pow (__main__.TestTEFuserStatic) ... ok (0.180s) 2022-12-01T11:03:27.5576999Z test_nonzero_device_cuda (__main__.TestTEFuserStatic) ... skip: needs non-zero device (0.001s) 2022-12-01T11:03:27.5577115Z test_nop (__main__.TestTEFuserStatic) ... ok (0.001s) 2022-12-01T11:03:27.5577426Z test_profiler (__main__.TestTEFuserStatic) ... STAGE:2022-12-01 10:58:00 770:770 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:03:27.5577675Z STAGE:2022-12-01 10:58:00 770:770 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:03:27.5577739Z ok (0.042s) 2022-12-01T11:03:27.5577903Z test_rand_broadcast_cuda (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.002s) 2022-12-01T11:03:27.5578049Z test_rand_cuda (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T11:03:27.5578197Z test_rand_diamond (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T11:03:27.5578311Z test_relu (__main__.TestTEFuserStatic) ... ok (0.218s) 2022-12-01T11:03:27.5578435Z test_relu_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.132s) 2022-12-01T11:03:27.5578567Z test_remove_output_used_only_in_size (__main__.TestTEFuserStatic) ... ok (0.088s) 2022-12-01T11:03:27.5578719Z test_scalar (__main__.TestTEFuserStatic) ... ok (0.062s) 2022-12-01T11:03:27.5578841Z test_scalar_arg (__main__.TestTEFuserStatic) ... ok (0.166s) 2022-12-01T11:03:27.5578975Z test_scalar_only_inputs (__main__.TestTEFuserStatic) ... ok (0.051s) 2022-12-01T11:03:27.5579105Z test_skip_grad_in_check (__main__.TestTEFuserStatic) ... ok (0.057s) 2022-12-01T11:03:27.5579230Z test_small_constant (__main__.TestTEFuserStatic) ... ok (0.212s) 2022-12-01T11:03:27.5579349Z test_sub_gt_and (__main__.TestTEFuserStatic) ... ok (0.114s) 2022-12-01T11:03:27.5579464Z test_sum_dim (__main__.TestTEFuserStatic) ... ok (0.195s) 2022-12-01T11:03:27.5579581Z test_sum_keepdim_cast (__main__.TestTEFuserStatic) ... ok (0.097s) 2022-12-01T11:03:27.5579703Z test_sum_simple (__main__.TestTEFuserStatic) ... ok (0.147s) 2022-12-01T11:03:27.5579826Z test_superslomo (__main__.TestTEFuserStatic) ... ok (0.003s) 2022-12-01T11:03:27.5579960Z test_tensor_scalar_ops (__main__.TestTEFuserStatic) ... ok (0.157s) 2022-12-01T11:03:27.5580089Z test_ternary_norm_ops (__main__.TestTEFuserStatic) ... ok (313.308s) 2022-12-01T11:03:27.5580211Z test_ternary_ops (__main__.TestTEFuserStatic) ... ok (0.545s) 2022-12-01T11:03:27.5580332Z test_threshold (__main__.TestTEFuserStatic) ... ok (0.085s) 2022-12-01T11:03:27.5580450Z test_to_device (__main__.TestTEFuserStatic) ... ok (0.070s) 2022-12-01T11:03:27.5580603Z test_to_dtype (__main__.TestTEFuserStatic) ... skip: Compiles with TensorExprKernel (0.001s) 2022-12-01T11:03:27.5580796Z test_torch_to (__main__.TestTEFuserStatic) ... ok (1.310s) 2022-12-01T11:03:27.5580920Z test_type_as_cat (__main__.TestTEFuserStatic) ... ok (4.366s) 2022-12-01T11:03:27.5581043Z test_typecheck (__main__.TestTEFuserStatic) ... ok (0.069s) 2022-12-01T11:03:27.5581241Z test_unary_ops (__main__.TestTEFuserStatic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:03:27.5581368Z test_unrolled_cat (__main__.TestTEFuserStatic) ... ok (0.077s) 2022-12-01T11:03:27.5581512Z test_unsqueeze_size_calculation (__main__.TestTEFuserStatic) ... ok (0.668s) 2022-12-01T11:03:27.5581644Z test_unsqueeze_var_dim (__main__.TestTEFuserStatic) ... ok (1.298s) 2022-12-01T11:03:27.5581764Z test_unsupported_dtypes (__main__.TestTEFuserStatic) ... ok (0.172s) 2022-12-01T11:03:27.5581893Z test_where_and_typing (__main__.TestTEFuserStatic) ... ok (0.121s) 2022-12-01T11:03:27.5582011Z test_where_ops (__main__.TestTEFuserStatic) ... ok (1.192s) 2022-12-01T11:03:27.5582359Z 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-12-01T11:03:27.5582466Z warnings.warn("Only works in script mode") 2022-12-01T11:03:27.5582570Z ok (0.214s) 2022-12-01T11:03:27.5582704Z test_zero_element_tensors (__main__.TestTEFuserStatic) ... ok (0.071s) 2022-12-01T11:03:27.5582716Z 2022-12-01T11:03:27.5582915Z ---------------------------------------------------------------------- 2022-12-01T11:03:27.5582982Z Ran 5909 tests in 3152.349s 2022-12-01T11:03:27.5582988Z 2022-12-01T11:03:27.5583060Z OK (skipped=5744) 2022-12-01T11:03:27.5583065Z 2022-12-01T11:03:27.5583147Z Generating XML reports... 2022-12-01T11:03:27.5583477Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-jit.test_fuser_common.TestFuserCommon-20221201101053.xml 2022-12-01T11:03:27.5583771Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserDynamic-20221201101053.xml 2022-12-01T11:03:27.5584063Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserStatic-20221201101053.xml 2022-12-01T11:03:27.5584392Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestLoopnestRandomizationCPU-20221201101053.xml 2022-12-01T11:03:27.5584680Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestNNCOpInfoCPU-20221201101053.xml 2022-12-01T11:03:27.5584685Z 2022-12-01T11:03:27.5585215Z ##[endgroup] 2022-12-01T11:03:27.5585492Z FINISHED PRINTING LOG FILE of test_jit_fuser_te (/var/lib/jenkins/workspace/test/test-reports/test_jit_fuser_te_5w22df4d) 2022-12-01T11:03:27.5585498Z 2022-12-01T11:03:28.2070892Z Running test_linalg ... [2022-12-01 11:03:28.206680] 2022-12-01T11:03:28.2074626Z Executing ['/opt/conda/bin/python', '-bb', 'test_linalg.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:03:28.207196] 2022-12-01T11:11:45.6032857Z 2022-12-01T11:11:45.6033364Z Expand the folded group to see the log file of test_linalg 2022-12-01T11:11:45.6034332Z ##[group]PRINTING LOG FILE of test_linalg (/var/lib/jenkins/workspace/test/test-reports/test_linalg_so32ahzc) 2022-12-01T11:11:45.6060156Z Test results will be stored in test-reports/python-unittest/test_linalg 2022-12-01T11:11:45.6060506Z 2022-12-01T11:11:45.6060615Z Running tests... 2022-12-01T11:11:45.6061047Z ---------------------------------------------------------------------- 2022-12-01T11:11:45.6061529Z test_addbmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (1.699s) 2022-12-01T11:11:45.6076934Z test_addbmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (2.070s) 2022-12-01T11:11:45.6077498Z test_addbmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (2.091s) 2022-12-01T11:11:45.6077913Z test_addbmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.595s) 2022-12-01T11:11:45.6078274Z test_addbmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (1.550s) 2022-12-01T11:11:45.6078588Z test_addmm_activation_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.049s) 2022-12-01T11:11:45.6078940Z test_addmm_activation_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.042s) 2022-12-01T11:11:45.6080055Z test_addmm_activation_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.042s) 2022-12-01T11:11:45.6080634Z test_addmm_baddbmm_overflow_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:11:45.6081183Z test_addmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.048s) 2022-12-01T11:11:45.6081471Z test_addmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.050s) 2022-12-01T11:11:45.6081753Z test_addmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.051s) 2022-12-01T11:11:45.6082018Z test_addmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.044s) 2022-12-01T11:11:45.6082289Z test_addmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.043s) 2022-12-01T11:11:45.6082572Z test_addmm_sizes_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.560s) 2022-12-01T11:11:45.6082859Z test_addmm_sizes_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.539s) 2022-12-01T11:11:45.6083124Z test_addmv_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.055s) 2022-12-01T11:11:45.6083403Z test_addmv_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.061s) 2022-12-01T11:11:45.6083685Z test_addmv_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.060s) 2022-12-01T11:11:45.6084334Z test_addmv_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.049s) 2022-12-01T11:11:45.6084614Z test_addmv_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.046s) 2022-12-01T11:11:45.6085078Z test_addmv_rowmajor_colmajor_incx_incy_lda_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-12-01T11:11:45.6085680Z test_addmv_rowmajor_colmajor_incx_incy_lda_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.028s) 2022-12-01T11:11:45.6086194Z test_addr_bool_cpu_bool (__main__.TestLinalgCPU) ... ok (0.029s) 2022-12-01T11:11:45.6086726Z test_addr_float_and_complex_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.115s) 2022-12-01T11:11:45.6087078Z test_addr_float_and_complex_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.127s) 2022-12-01T11:11:45.6087399Z test_addr_float_and_complex_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.122s) 2022-12-01T11:11:45.6087707Z test_addr_float_and_complex_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.078s) 2022-12-01T11:11:45.6088026Z test_addr_float_and_complex_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.070s) 2022-12-01T11:11:45.6088425Z test_addr_float_and_complex_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.070s) 2022-12-01T11:11:45.6088715Z test_addr_integral_cpu_int16 (__main__.TestLinalgCPU) ... ok (0.061s) 2022-12-01T11:11:45.6089007Z test_addr_integral_cpu_int32 (__main__.TestLinalgCPU) ... ok (0.062s) 2022-12-01T11:11:45.6089294Z test_addr_integral_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.061s) 2022-12-01T11:11:45.6089591Z test_addr_integral_cpu_int8 (__main__.TestLinalgCPU) ... ok (0.060s) 2022-12-01T11:11:45.6089864Z test_addr_integral_cpu_uint8 (__main__.TestLinalgCPU) ... ok (0.066s) 2022-12-01T11:11:45.6090151Z test_addr_type_promotion_cpu (__main__.TestLinalgCPU) ... ok (1.616s) 2022-12-01T11:11:45.6090441Z test_baddbmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (12.594s) 2022-12-01T11:11:45.6090721Z test_baddbmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (16.701s) 2022-12-01T11:11:45.6091011Z test_baddbmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (16.406s) 2022-12-01T11:11:45.6091300Z test_baddbmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (12.638s) 2022-12-01T11:11:45.6091571Z test_baddbmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (12.463s) 2022-12-01T11:11:45.6091870Z test_blas_alpha_beta_empty_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T11:11:45.6092185Z test_blas_alpha_beta_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T11:11:45.6092499Z test_blas_alpha_beta_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T11:11:45.6092797Z test_blas_alpha_beta_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T11:11:45.6093112Z test_blas_alpha_beta_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T11:11:45.6093416Z test_blas_alpha_beta_empty_cpu_int16 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:11:45.6093718Z test_blas_alpha_beta_empty_cpu_int32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:11:45.6093998Z test_blas_alpha_beta_empty_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T11:11:45.6094294Z test_blas_alpha_beta_empty_cpu_int8 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:11:45.6094586Z test_blas_alpha_beta_empty_cpu_uint8 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:11:45.6094858Z test_blas_empty_cpu (__main__.TestLinalgCPU) ... ok (0.031s) 2022-12-01T11:11:45.6095589Z test_blas_mv_large_input_cpu (__main__.TestLinalgCPU) ... test_linalg.py:4699: 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-12-01T11:11:45.6096419Z self.assertEqual(torch.mv(nm, _m), torch.mv(nm, _m, out=_m_out)) 2022-12-01T11:11:45.6096642Z ok (0.026s) 2022-12-01T11:11:45.6097318Z test_blas_nan_out_cpu_bfloat16 (__main__.TestLinalgCPU) ... test_linalg.py:4674: 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-12-01T11:11:45.6098019Z self.assertEqual(torch.mv(nm, _m), torch.mv(nm, _m, out=_m_out)) 2022-12-01T11:11:45.6098239Z ok (0.006s) 2022-12-01T11:11:45.6098475Z test_blas_nan_out_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:11:45.6098768Z test_blas_nan_out_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:11:45.6099064Z test_blas_nan_out_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:11:45.6099370Z test_blas_nan_out_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:11:45.6099735Z test_blas_nan_out_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:11:45.6100467Z test_bmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... test_linalg.py:5761: 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-12-01T11:11:45.6125831Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:11:45.6136702Z test_linalg.py:5761: 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-12-01T11:11:45.6137679Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:11:45.6138312Z test_linalg.py:5761: 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-12-01T11:11:45.6138903Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:11:45.6139611Z test_linalg.py:5761: 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-12-01T11:11:45.6140206Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:11:45.6140841Z test_linalg.py:5761: 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-12-01T11:11:45.6141566Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:11:45.6142194Z test_linalg.py:5761: 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-12-01T11:11:45.6142773Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:11:45.6143454Z test_linalg.py:5761: 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-12-01T11:11:45.6144041Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:11:45.6144667Z test_linalg.py:5761: 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-12-01T11:11:45.6145251Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:11:45.6145873Z test_linalg.py:5761: 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-12-01T11:11:45.6146475Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:11:45.6147102Z test_linalg.py:5761: 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-12-01T11:11:45.6147697Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:11:45.6148327Z test_linalg.py:5761: 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-12-01T11:11:45.6148908Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:11:45.6149523Z test_linalg.py:5761: 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-12-01T11:11:45.6150152Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:11:45.6150774Z test_linalg.py:5761: 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-12-01T11:11:45.6151365Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:11:45.6151998Z test_linalg.py:5761: 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-12-01T11:11:45.6152624Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:11:45.6152791Z ok (5.500s) 2022-12-01T11:11:45.6153021Z test_bmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (6.280s) 2022-12-01T11:11:45.6153300Z test_bmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (6.223s) 2022-12-01T11:11:45.6153560Z test_bmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (5.245s) 2022-12-01T11:11:45.6153821Z test_bmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (4.962s) 2022-12-01T11:11:45.6154551Z test_broadcast_batched_matmul_cpu (__main__.TestLinalgCPU) ... test_linalg.py:6878: 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-12-01T11:11:45.6155213Z torch.matmul(l, r, out=out) 2022-12-01T11:11:45.6155848Z test_linalg.py:6878: 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-12-01T11:11:45.6156436Z torch.matmul(l, r, out=out) 2022-12-01T11:11:45.6156600Z ok (0.064s) 2022-12-01T11:11:45.6156837Z test_broadcast_fused_matmul_cpu (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T11:11:45.6157882Z test_chain_matmul_cpu_float64 (__main__.TestLinalgCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:1580: 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:971.) 2022-12-01T11:11:45.6158575Z return _VF.chain_matmul(matrices) # type: ignore[attr-defined] 2022-12-01T11:11:45.6158783Z ok (0.013s) 2022-12-01T11:11:45.6159015Z test_cholesky_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.078s) 2022-12-01T11:11:45.6159311Z test_cholesky_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.080s) 2022-12-01T11:11:45.6159580Z test_cholesky_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.060s) 2022-12-01T11:11:45.6159857Z test_cholesky_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.055s) 2022-12-01T11:11:45.6160168Z test_cholesky_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.079s) 2022-12-01T11:11:45.6160542Z test_cholesky_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.078s) 2022-12-01T11:11:45.6160854Z test_cholesky_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.077s) 2022-12-01T11:11:45.6161177Z test_cholesky_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.077s) 2022-12-01T11:11:45.6161482Z test_cholesky_ex_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-12-01T11:11:45.6161761Z test_cholesky_ex_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-12-01T11:11:45.6162044Z test_cholesky_ex_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-12-01T11:11:45.6162327Z test_cholesky_ex_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T11:11:45.6162627Z test_cholesky_ex_non_pd_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-12-01T11:11:45.6162922Z test_cholesky_ex_non_pd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-12-01T11:11:45.6163226Z test_cholesky_ex_non_pd_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-12-01T11:11:45.6163557Z test_cholesky_ex_non_pd_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-12-01T11:11:45.6164069Z test_cholesky_inverse_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.081s) 2022-12-01T11:11:45.6164384Z test_cholesky_inverse_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.080s) 2022-12-01T11:11:45.6164685Z test_cholesky_inverse_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.070s) 2022-12-01T11:11:45.6164979Z test_cholesky_inverse_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.067s) 2022-12-01T11:11:45.6165286Z test_cholesky_inverse_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.050s) 2022-12-01T11:11:45.6165632Z test_cholesky_inverse_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.049s) 2022-12-01T11:11:45.6165977Z test_cholesky_inverse_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.049s) 2022-12-01T11:11:45.6166303Z test_cholesky_inverse_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.050s) 2022-12-01T11:11:45.6166652Z test_cholesky_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.032s) 2022-12-01T11:11:45.6167004Z test_cholesky_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-12-01T11:11:45.6167349Z test_cholesky_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-12-01T11:11:45.6167672Z test_cholesky_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.024s) 2022-12-01T11:11:45.6168145Z test_cholesky_solve_batched_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:2507: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-12-01T11:11:45.6168525Z L = torch.cholesky(A) 2022-12-01T11:11:45.6168732Z should be replaced with 2022-12-01T11:11:45.6168921Z L = torch.linalg.cholesky(A) 2022-12-01T11:11:45.6169101Z and 2022-12-01T11:11:45.6169280Z U = torch.cholesky(A, upper=True) 2022-12-01T11:11:45.6169468Z should be replaced with 2022-12-01T11:11:45.6169682Z U = torch.linalg.cholesky(A).mH(). 2022-12-01T11:11:45.6170096Z 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-12-01T11:11:45.6170478Z L = torch.cholesky(A, upper=upper) 2022-12-01T11:11:45.6170673Z ok (0.023s) 2022-12-01T11:11:45.6170921Z test_cholesky_solve_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-12-01T11:11:45.6171223Z test_cholesky_solve_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-12-01T11:11:45.6171532Z test_cholesky_solve_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-12-01T11:11:45.6171926Z 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-12-01T11:11:45.6172510Z 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-12-01T11:11:45.6172955Z 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-12-01T11:11:45.6173406Z 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-12-01T11:11:45.6173780Z test_cholesky_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T11:11:45.6174080Z test_cholesky_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T11:11:45.6174364Z test_cholesky_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T11:11:45.6174661Z test_cholesky_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T11:11:45.6175063Z test_cholesky_solve_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-12-01T11:11:45.6175467Z test_cholesky_solve_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-12-01T11:11:45.6175802Z test_cholesky_solve_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-12-01T11:11:45.6176144Z test_cholesky_solve_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-12-01T11:11:45.6176454Z test_cond_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.142s) 2022-12-01T11:11:45.6176720Z test_cond_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.154s) 2022-12-01T11:11:45.6176994Z test_cond_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.176s) 2022-12-01T11:11:45.6177264Z test_cond_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.133s) 2022-12-01T11:11:45.6177565Z test_cond_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.101s) 2022-12-01T11:11:45.6177883Z test_cond_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.100s) 2022-12-01T11:11:45.6178206Z test_cond_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.100s) 2022-12-01T11:11:45.6178521Z test_cond_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.100s) 2022-12-01T11:11:45.6178841Z test_corner_cases_of_cublasltmatmul_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (9.682s) 2022-12-01T11:11:45.6179178Z test_corner_cases_of_cublasltmatmul_cpu_complex128 (__main__.TestLinalgCPU) ... ok (2.525s) 2022-12-01T11:11:45.6179573Z test_corner_cases_of_cublasltmatmul_cpu_complex64 (__main__.TestLinalgCPU) ... ok (2.190s) 2022-12-01T11:11:45.6179910Z test_corner_cases_of_cublasltmatmul_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.859s) 2022-12-01T11:11:45.6180223Z test_corner_cases_of_cublasltmatmul_cpu_float64 (__main__.TestLinalgCPU) ... ok (2.169s) 2022-12-01T11:11:45.6180550Z test_corner_cases_of_cublasltmatmul_cpu_int16 (__main__.TestLinalgCPU) ... ok (9.687s) 2022-12-01T11:11:45.6180874Z test_corner_cases_of_cublasltmatmul_cpu_int32 (__main__.TestLinalgCPU) ... ok (10.242s) 2022-12-01T11:11:45.6181193Z test_corner_cases_of_cublasltmatmul_cpu_int64 (__main__.TestLinalgCPU) ... ok (2.668s) 2022-12-01T11:11:45.6181512Z test_corner_cases_of_cublasltmatmul_cpu_int8 (__main__.TestLinalgCPU) ... ok (5.793s) 2022-12-01T11:11:45.6181832Z test_corner_cases_of_cublasltmatmul_cpu_uint8 (__main__.TestLinalgCPU) ... ok (6.901s) 2022-12-01T11:11:45.6182129Z test_cross_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-12-01T11:11:45.6182390Z test_cross_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-12-01T11:11:45.6182687Z test_cross_with_and_without_dim_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T11:11:45.6183003Z test_cross_with_and_without_dim_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:11:45.6183374Z test_cublas_addmm_size_10000_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T11:11:45.6183738Z test_cublas_addmm_size_10000_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T11:11:45.6184094Z test_cublas_addmm_size_10000_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T11:11:45.6184448Z test_cublas_addmm_size_1000_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T11:11:45.6184793Z test_cublas_addmm_size_1000_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T11:11:45.6185147Z test_cublas_addmm_size_1000_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T11:11:45.6185495Z test_cublas_addmm_size_100_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T11:11:45.6185847Z test_cublas_addmm_size_100_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T11:11:45.6186266Z test_cublas_addmm_size_100_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T11:11:45.6186579Z test_det_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.054s) 2022-12-01T11:11:45.6186848Z test_det_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.042s) 2022-12-01T11:11:45.6187144Z test_det_logdet_slogdet_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.470s) 2022-12-01T11:11:45.6187576Z test_det_logdet_slogdet_cpu_float64 (__main__.TestLinalgCPU) ... test_linalg.py:6479: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-12-01T11:11:45.6188108Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T11:11:45.6188360Z Q, R = torch.qr(A, some) 2022-12-01T11:11:45.6188537Z should be replaced with 2022-12-01T11:11:45.6189013Z 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-12-01T11:11:45.6189355Z q, _ = torch.qr(mat) 2022-12-01T11:11:45.6189527Z ok (5.148s) 2022-12-01T11:11:45.6189739Z test_dot_invalid_args_cpu (__main__.TestLinalgCPU) ... ok (0.048s) 2022-12-01T11:11:45.6190029Z test_dot_vs_numpy_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T11:11:45.6190319Z test_dot_vs_numpy_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T11:11:45.6190594Z test_dot_vs_numpy_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T11:11:45.6190953Z test_eig_check_magma_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:45.6191342Z test_eig_compare_backends_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:11:45.6191699Z test_eig_compare_backends_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:11:45.6192042Z test_eig_compare_backends_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:11:45.6192391Z test_eig_compare_backends_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:11:45.6192722Z test_eig_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.050s) 2022-12-01T11:11:45.6193026Z test_eig_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.050s) 2022-12-01T11:11:45.6193339Z test_eig_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.071s) 2022-12-01T11:11:45.6193648Z test_eig_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.070s) 2022-12-01T11:11:45.6193946Z test_eig_numpy_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-12-01T11:11:45.6194215Z test_eig_numpy_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.028s) 2022-12-01T11:11:45.6194491Z test_eig_removed_error_cpu (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6194817Z test_eig_with_nan_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.042s) 2022-12-01T11:11:45.6195100Z test_eig_with_nan_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.042s) 2022-12-01T11:11:45.6195383Z test_eig_with_nan_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.041s) 2022-12-01T11:11:45.6195666Z test_eig_with_nan_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.041s) 2022-12-01T11:11:45.6195946Z test_eigh_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.087s) 2022-12-01T11:11:45.6196208Z test_eigh_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.091s) 2022-12-01T11:11:45.6196480Z test_eigh_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.084s) 2022-12-01T11:11:45.6196749Z test_eigh_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.078s) 2022-12-01T11:11:45.6197036Z test_eigh_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.070s) 2022-12-01T11:11:45.6197356Z test_eigh_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.070s) 2022-12-01T11:11:45.6197675Z test_eigh_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.070s) 2022-12-01T11:11:45.6198026Z test_eigh_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.072s) 2022-12-01T11:11:45.6198319Z test_eigh_lower_uplo_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T11:11:45.6198618Z test_eigh_lower_uplo_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:11:45.6198912Z test_eigh_lower_uplo_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:11:45.6199191Z test_eigh_lower_uplo_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:11:45.6199522Z test_eigvals_compare_backends_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:11:45.6199889Z test_eigvals_compare_backends_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:11:45.6200259Z test_eigvals_compare_backends_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:11:45.6200602Z test_eigvals_compare_backends_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:11:45.6200936Z test_eigvals_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-12-01T11:11:45.6201261Z test_eigvals_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-12-01T11:11:45.6201567Z test_eigvals_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.029s) 2022-12-01T11:11:45.6201883Z test_eigvals_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.029s) 2022-12-01T11:11:45.6202190Z test_eigvals_numpy_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-12-01T11:11:45.6202481Z test_eigvals_numpy_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-12-01T11:11:45.6202757Z test_eigvalsh_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.040s) 2022-12-01T11:11:45.6203045Z test_eigvalsh_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.042s) 2022-12-01T11:11:45.6203328Z test_eigvalsh_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.042s) 2022-12-01T11:11:45.6203623Z test_eigvalsh_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.039s) 2022-12-01T11:11:45.6204520Z test_eigvalsh_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:1043: 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-12-01T11:11:45.6205216Z out = torch.empty_like(t).to(real_dtype) 2022-12-01T11:11:45.6205526Z ok (0.052s) 2022-12-01T11:11:45.6205865Z test_eigvalsh_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.052s) 2022-12-01T11:11:45.6206363Z test_eigvalsh_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.052s) 2022-12-01T11:11:45.6206849Z test_eigvalsh_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.052s) 2022-12-01T11:11:45.6207424Z test_einsum_corner_cases_cpu (__main__.TestLinalgCPU) ... ok (0.022s) 2022-12-01T11:11:45.6207872Z test_einsum_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.135s) 2022-12-01T11:11:45.6208267Z test_einsum_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.117s) 2022-12-01T11:11:45.6208637Z test_einsum_error_cases_cpu (__main__.TestLinalgCPU) ... ok (0.080s) 2022-12-01T11:11:45.6209036Z test_einsum_random_cpu_complex128 (__main__.TestLinalgCPU) ... ok (13.173s) 2022-12-01T11:11:45.6209470Z test_einsum_random_cpu_float64 (__main__.TestLinalgCPU) ... ok (10.882s) 2022-12-01T11:11:45.6209948Z test_einsum_sublist_format_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.050s) 2022-12-01T11:11:45.6210381Z test_einsum_sublist_format_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.042s) 2022-12-01T11:11:45.6210846Z test_geqrf_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.076s) 2022-12-01T11:11:45.6211239Z test_geqrf_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.078s) 2022-12-01T11:11:45.6211641Z test_geqrf_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.065s) 2022-12-01T11:11:45.6211987Z test_geqrf_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.062s) 2022-12-01T11:11:45.6212513Z test_householder_product_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.034s) 2022-12-01T11:11:45.6212960Z test_householder_product_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.035s) 2022-12-01T11:11:45.6213366Z test_householder_product_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-12-01T11:11:45.6213816Z test_householder_product_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.029s) 2022-12-01T11:11:45.6214310Z test_householder_product_errors_and_warnings_cpu (__main__.TestLinalgCPU) ... ok (0.056s) 2022-12-01T11:11:45.6214770Z test_inner_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.049s) 2022-12-01T11:11:45.6215158Z test_inner_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.043s) 2022-12-01T11:11:45.6215597Z test_inv_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.104s) 2022-12-01T11:11:45.6216024Z test_inv_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.116s) 2022-12-01T11:11:45.6216514Z test_inv_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.104s) 2022-12-01T11:11:45.6216956Z test_inv_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.104s) 2022-12-01T11:11:45.6217360Z test_inv_ex_info_device_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6217837Z test_inv_ex_info_device_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6218275Z test_inv_ex_info_device_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6218730Z test_inv_ex_info_device_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T11:11:45.6219148Z test_inv_ex_singular_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-12-01T11:11:45.6219611Z test_inv_ex_singular_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-12-01T11:11:45.6220020Z test_inv_ex_singular_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-12-01T11:11:45.6220496Z test_inv_ex_singular_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-12-01T11:11:45.6221018Z test_invariance_error_spectral_decompositions_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.038s) 2022-12-01T11:11:45.6221525Z test_inverse_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.323s) 2022-12-01T11:11:45.6221978Z test_inverse_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.339s) 2022-12-01T11:11:45.6222404Z test_inverse_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.351s) 2022-12-01T11:11:45.6222764Z test_inverse_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.278s) 2022-12-01T11:11:45.6223160Z test_inverse_errors_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.087s) 2022-12-01T11:11:45.6223561Z test_inverse_errors_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.086s) 2022-12-01T11:11:45.6223995Z test_inverse_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.086s) 2022-12-01T11:11:45.6224521Z test_inverse_errors_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.086s) 2022-12-01T11:11:45.6225015Z test_inverse_errors_large_cpu_complex128 (__main__.TestLinalgCPU) ... ok (4.075s) 2022-12-01T11:11:45.6225544Z test_inverse_errors_large_cpu_complex64 (__main__.TestLinalgCPU) ... ok (2.079s) 2022-12-01T11:11:45.6226026Z test_inverse_errors_large_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.740s) 2022-12-01T11:11:45.6226437Z test_inverse_errors_large_cpu_float64 (__main__.TestLinalgCPU) ... ok (1.309s) 2022-12-01T11:11:45.6226941Z test_inverse_many_batches_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:45.6227527Z test_inverse_many_batches_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:45.6228084Z test_inverse_many_batches_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:45.6228714Z test_inverse_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:45.6229180Z test_kron_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.040s) 2022-12-01T11:11:45.6229550Z test_kron_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.041s) 2022-12-01T11:11:45.6229901Z test_kron_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.035s) 2022-12-01T11:11:45.6230268Z test_kron_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-12-01T11:11:45.6230656Z test_kron_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:11:45.6231044Z test_kron_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:11:45.6231430Z test_kron_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:11:45.6231806Z test_kron_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T11:11:45.6232900Z test_kron_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:1118: 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-12-01T11:11:45.6233957Z torch.kron(a, b, out=out) 2022-12-01T11:11:45.6234227Z ok (0.017s) 2022-12-01T11:11:45.6235219Z test_kron_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... test_linalg.py:1118: 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-12-01T11:11:45.6236114Z torch.kron(a, b, out=out) 2022-12-01T11:11:45.6236346Z ok (0.017s) 2022-12-01T11:11:45.6237245Z test_kron_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... test_linalg.py:1118: 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-12-01T11:11:45.6238091Z torch.kron(a, b, out=out) 2022-12-01T11:11:45.6238398Z ok (0.017s) 2022-12-01T11:11:45.6239298Z test_kron_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... test_linalg.py:1118: 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-12-01T11:11:45.6240177Z torch.kron(a, b, out=out) 2022-12-01T11:11:45.6240394Z ok (0.017s) 2022-12-01T11:11:45.6240705Z test_lapack_empty_cpu (__main__.TestLinalgCPU) ... ok (0.008s) 2022-12-01T11:11:45.6241163Z test_ldl_factor_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:7312: ComplexWarning: scipy.linalg.ldl(): 2022-12-01T11:11:45.6241711Z The imaginary parts of the diagonalare ignored. Use "hermitian=False" for factorization ofcomplex symmetric arrays. 2022-12-01T11:11:45.6242141Z lambda x: scipy_ldl(x, hermitian=hermitian, lower=True), 2022-12-01T11:11:45.6242440Z ok (0.080s) 2022-12-01T11:11:45.6242794Z test_ldl_factor_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.032s) 2022-12-01T11:11:45.6243159Z test_ldl_factor_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T11:11:45.6243548Z test_ldl_factor_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T11:11:45.6255244Z test_ldl_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.028s) 2022-12-01T11:11:45.6255680Z test_ldl_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.028s) 2022-12-01T11:11:45.6256075Z test_ldl_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T11:11:45.6256461Z test_ldl_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T11:11:45.6256831Z test_linalg_cross_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-12-01T11:11:45.6257229Z test_linalg_cross_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-12-01T11:11:45.6257726Z test_linalg_cross_with_and_without_dim_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T11:11:45.6258239Z test_linalg_cross_with_and_without_dim_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:11:45.6258739Z test_linalg_lstsq_batch_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.238s) 2022-12-01T11:11:45.6259277Z test_linalg_lstsq_batch_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.239s) 2022-12-01T11:11:45.6259852Z test_linalg_lstsq_batch_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.208s) 2022-12-01T11:11:45.6260309Z test_linalg_lstsq_batch_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.204s) 2022-12-01T11:11:45.6260700Z test_linalg_lstsq_cpu_complex128 (__main__.TestLinalgCPU) ... ok (5.177s) 2022-12-01T11:11:45.6261086Z test_linalg_lstsq_cpu_complex64 (__main__.TestLinalgCPU) ... ok (5.553s) 2022-12-01T11:11:45.6261474Z test_linalg_lstsq_cpu_float32 (__main__.TestLinalgCPU) ... ok (5.077s) 2022-12-01T11:11:45.6279409Z test_linalg_lstsq_cpu_float64 (__main__.TestLinalgCPU) ... ok (4.847s) 2022-12-01T11:11:45.6279876Z test_linalg_lstsq_input_checks_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.090s) 2022-12-01T11:11:45.6280297Z test_linalg_lstsq_input_checks_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.090s) 2022-12-01T11:11:45.6280715Z test_linalg_lstsq_input_checks_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.090s) 2022-12-01T11:11:45.6281176Z test_linalg_lstsq_input_checks_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.090s) 2022-12-01T11:11:45.6281646Z test_linalg_lu_cpu_errors_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.100s) 2022-12-01T11:11:45.6282130Z test_linalg_lu_cpu_errors_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.099s) 2022-12-01T11:11:45.6282599Z test_linalg_lu_cpu_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.099s) 2022-12-01T11:11:45.6283311Z test_linalg_lu_cpu_errors_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.099s) 2022-12-01T11:11:45.6284542Z test_linalg_lu_family_cpu_complex128 (__main__.TestLinalgCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:1682: 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-12-01T11:11:45.6285169Z LU, pivots = torch.lu(A, compute_pivots) 2022-12-01T11:11:45.6285451Z should be replaced with 2022-12-01T11:11:45.6285745Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-12-01T11:11:45.6286021Z and 2022-12-01T11:11:45.6286316Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-12-01T11:11:45.6286605Z should be replaced with 2022-12-01T11:11:45.6287090Z 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-12-01T11:11:45.6287647Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-12-01T11:11:45.6287945Z ok (1.569s) 2022-12-01T11:11:45.6288260Z test_linalg_lu_family_cpu_complex64 (__main__.TestLinalgCPU) ... ok (1.613s) 2022-12-01T11:11:45.6288764Z test_linalg_lu_family_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.338s) 2022-12-01T11:11:45.6289189Z test_linalg_lu_family_cpu_float64 (__main__.TestLinalgCPU) ... ok (1.880s) 2022-12-01T11:11:45.6289573Z test_linalg_lu_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.155s) 2022-12-01T11:11:45.6289994Z test_linalg_lu_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.168s) 2022-12-01T11:11:45.6290381Z test_linalg_lu_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.111s) 2022-12-01T11:11:45.6290772Z test_linalg_lu_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.110s) 2022-12-01T11:11:45.6291258Z test_linalg_matrix_exp_analytic_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T11:11:45.6291877Z test_linalg_matrix_exp_analytic_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T11:11:45.6292580Z 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-12-01T11:11:45.6293258Z test_linalg_matrix_exp_analytic_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T11:11:45.6293835Z test_linalg_matrix_exp_batch_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.137s) 2022-12-01T11:11:45.6294250Z test_linalg_matrix_exp_batch_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.121s) 2022-12-01T11:11:45.6294713Z test_linalg_matrix_exp_boundary_cases_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-12-01T11:11:45.6295190Z test_linalg_matrix_exp_boundary_cases_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-12-01T11:11:45.6295643Z test_linalg_matrix_exp_boundary_cases_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-12-01T11:11:45.6296086Z test_linalg_matrix_exp_boundary_cases_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-12-01T11:11:45.6296540Z test_linalg_matrix_exp_compare_with_taylor_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.336s) 2022-12-01T11:11:45.6296989Z test_linalg_matrix_exp_compare_with_taylor_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.313s) 2022-12-01T11:11:45.6297448Z test_linalg_matrix_exp_compare_with_taylor_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.311s) 2022-12-01T11:11:45.6297904Z test_linalg_matrix_exp_compare_with_taylor_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.268s) 2022-12-01T11:11:45.6298350Z test_linalg_matrix_exp_no_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T11:11:45.6298763Z test_linalg_matrix_exp_utils_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.193s) 2022-12-01T11:11:45.6299286Z test_linalg_matrix_exp_utils_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.114s) 2022-12-01T11:11:45.6299779Z test_linalg_qr_autograd_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-12-01T11:11:45.6300245Z test_linalg_solve_triangular_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.087s) 2022-12-01T11:11:45.6300741Z test_linalg_solve_triangular_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.087s) 2022-12-01T11:11:45.6301204Z test_linalg_solve_triangular_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.065s) 2022-12-01T11:11:45.6301658Z test_linalg_solve_triangular_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.064s) 2022-12-01T11:11:45.6302092Z test_linalg_solve_triangular_cpu_complex128 (__main__.TestLinalgCPU) ... ok (9.268s) 2022-12-01T11:11:45.6302552Z test_linalg_solve_triangular_cpu_complex64 (__main__.TestLinalgCPU) ... ok (9.237s) 2022-12-01T11:11:45.6303040Z test_linalg_solve_triangular_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.620s) 2022-12-01T11:11:45.6303525Z test_linalg_solve_triangular_cpu_float64 (__main__.TestLinalgCPU) ... ok (1.522s) 2022-12-01T11:11:45.6304159Z test_linalg_solve_triangular_large_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:11:45.6304681Z test_linalg_solve_triangular_large_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:11:45.6305176Z test_linalg_solve_triangular_large_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:11:45.6305651Z test_linalg_solve_triangular_large_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:11:45.6306102Z test_linear_algebra_scalar_raises_cpu (__main__.TestLinalgCPU) ... ok (0.022s) 2022-12-01T11:11:45.6306722Z test_lobpcg_basic_cpu_float64 (__main__.TestLinalgCPU) ... test_linalg.py:5120: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T11:11:45.6307403Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-12-01T11:11:45.6307841Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T11:11:45.6308133Z should be replaced with 2022-12-01T11:11:45.6308599Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T11:11:45.6308868Z and 2022-12-01T11:11:45.6309128Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T11:11:45.6309408Z should be replaced with 2022-12-01T11:11:45.6310078Z 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-12-01T11:11:45.6310514Z e = torch.symeig(A)[0] 2022-12-01T11:11:45.6310766Z ok (4.176s) 2022-12-01T11:11:45.6311074Z test_lobpcg_ortho_cpu_float64 (__main__.TestLinalgCPU) ... ok (27.832s) 2022-12-01T11:11:45.6311445Z test_lobpcg_scipy_cpu_float64 (__main__.TestLinalgCPU) 2022-12-01T11:11:45.6311858Z Compare torch and scipy.sparse.linalg implementations of lobpcg ... 2022-12-01T11:11:45.6312267Z CPU timings: torch.lobpcg vs scipy.sparse.linalg.lobpcg 2022-12-01T11:11:45.6312763Z ------------------------------------------------------- 2022-12-01T11:11:45.6313118Z | standard | generalized | method 2022-12-01T11:11:45.6313458Z torch.lobpcg | 996.57 | 1170.39 | ortho 2022-12-01T11:11:45.6313782Z scipy_lobpcg | 199.93 | 229.29 | N/A 2022-12-01T11:11:45.6314199Z -(input size: 500, eigenpairs: 7, units: ms per call)- 2022-12-01T11:11:45.6314519Z 2022-12-01T11:11:45.6315116Z Calling scipy_lobpcg failed [standard]: expected 1-d or 2-d array or matrix, got array(None, dtype=object) 2022-12-01T11:11:45.6315663Z Handling of small tol=1e-100: torch.lobpcg vs scipy.sparse.linalg.lobpcg 2022-12-01T11:11:45.6316198Z ---------------------------------------------------------------------------- 2022-12-01T11:11:45.6316585Z | standard | generalized | niter | method 2022-12-01T11:11:45.6317054Z torch.lobpcg | 1.38e-13 | 6.67e-15 | 1000 | ortho 2022-12-01T11:11:45.6317447Z scipy_lobpcg | -1.00e+00 | 4.59e-08 | -1 | N/A 2022-12-01T11:11:45.6317899Z ---(input size: 500, eigenpairs: 7, units: relative error, maxiter=1000)--- 2022-12-01T11:11:45.6318128Z 2022-12-01T11:11:45.6318216Z ok (73.857s) 2022-12-01T11:11:45.6318544Z test_lobpcg_torchscript_cpu_float64 (__main__.TestLinalgCPU) ... ok (5.656s) 2022-12-01T11:11:45.6318953Z test_lstsq_removed_error_cpu (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6319572Z test_lu_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:6975: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-12-01T11:11:45.6320144Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-12-01T11:11:45.6320479Z X = torch.lu_solve(B, LU, pivots) 2022-12-01T11:11:45.6320758Z should be replaced with 2022-12-01T11:11:45.6321241Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2079.) 2022-12-01T11:11:45.6321765Z x = torch.lu_solve(b, LU_data, LU_pivots) 2022-12-01T11:11:45.6322047Z ok (0.017s) 2022-12-01T11:11:45.6322405Z test_lu_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-12-01T11:11:45.6322830Z test_lu_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T11:11:45.6323309Z test_lu_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T11:11:45.6323806Z test_lu_solve_batched_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-12-01T11:11:45.6324431Z test_lu_solve_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-12-01T11:11:45.6324878Z test_lu_solve_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-12-01T11:11:45.6325321Z test_lu_solve_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-12-01T11:11:45.6325846Z 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-12-01T11:11:45.6326473Z 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-12-01T11:11:45.6327110Z 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-12-01T11:11:45.6327708Z 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-12-01T11:11:45.6328193Z test_lu_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T11:11:45.6328569Z test_lu_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.029s) 2022-12-01T11:11:45.6328961Z test_lu_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T11:11:45.6329343Z test_lu_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T11:11:45.6329827Z test_lu_solve_large_matrices_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:11:45.6330314Z test_lu_solve_large_matrices_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:11:45.6330802Z test_lu_solve_large_matrices_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:11:45.6331274Z test_lu_solve_large_matrices_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:11:45.6331716Z test_lu_unpack_check_input_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T11:11:45.6332151Z test_matmul_45724_cpu (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:11:45.6333338Z test_matmul_small_brute_force_1d_Nd_cpu_complex64 (__main__.TestLinalgCPU) ... test_linalg.py:4309: 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-12-01T11:11:45.6334564Z ans = torch.matmul(x, y, out=out) 2022-12-01T11:11:45.6335475Z test_linalg.py:4309: 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-12-01T11:11:45.6336331Z ans = torch.matmul(x, y, out=out) 2022-12-01T11:11:45.6337280Z test_linalg.py:4309: 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-12-01T11:11:45.6338130Z ans = torch.matmul(x, y, out=out) 2022-12-01T11:11:45.6338386Z ok (2.261s) 2022-12-01T11:11:45.6338732Z test_matmul_small_brute_force_1d_Nd_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.757s) 2022-12-01T11:11:45.6339151Z test_matmul_small_brute_force_1d_Nd_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.833s) 2022-12-01T11:11:45.6339652Z test_matmul_small_brute_force_2d_Nd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (9.435s) 2022-12-01T11:11:45.6340086Z test_matmul_small_brute_force_2d_Nd_cpu_float32 (__main__.TestLinalgCPU) ... ok (7.150s) 2022-12-01T11:11:45.6340512Z test_matmul_small_brute_force_2d_Nd_cpu_int64 (__main__.TestLinalgCPU) ... ok (3.506s) 2022-12-01T11:11:45.6340926Z test_matmul_small_brute_force_3d_Nd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (10.735s) 2022-12-01T11:11:45.6341415Z test_matmul_small_brute_force_3d_Nd_cpu_float32 (__main__.TestLinalgCPU) ... ok (8.282s) 2022-12-01T11:11:45.6341905Z test_matmul_small_brute_force_3d_Nd_cpu_int64 (__main__.TestLinalgCPU) ... ok (3.937s) 2022-12-01T11:11:45.6342368Z test_matrix_norm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-12-01T11:11:45.6342833Z test_matrix_norm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-12-01T11:11:45.6343236Z test_matrix_power_negative_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.059s) 2022-12-01T11:11:45.6343661Z test_matrix_power_negative_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.051s) 2022-12-01T11:11:45.6344093Z test_matrix_power_non_negative_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.037s) 2022-12-01T11:11:45.6344526Z test_matrix_power_non_negative_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-12-01T11:11:45.6344944Z test_matrix_rank_atol_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.064s) 2022-12-01T11:11:45.6345326Z test_matrix_rank_atol_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.063s) 2022-12-01T11:11:45.6345720Z test_matrix_rank_atol_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.060s) 2022-12-01T11:11:45.6346111Z test_matrix_rank_atol_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.059s) 2022-12-01T11:11:45.6346504Z test_matrix_rank_atol_rtol_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T11:11:45.6346893Z test_matrix_rank_basic_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T11:11:45.6347295Z test_matrix_rank_basic_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T11:11:45.6347768Z test_matrix_rank_basic_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T11:11:45.6348150Z test_matrix_rank_basic_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T11:11:45.6348537Z test_matrix_rank_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.040s) 2022-12-01T11:11:45.6348924Z test_matrix_rank_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.039s) 2022-12-01T11:11:45.6349304Z test_matrix_rank_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.037s) 2022-12-01T11:11:45.6349662Z test_matrix_rank_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.055s) 2022-12-01T11:11:45.6350055Z test_matrix_rank_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-12-01T11:11:45.6350459Z test_matrix_rank_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.032s) 2022-12-01T11:11:45.6350844Z test_matrix_rank_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-12-01T11:11:45.6351240Z test_matrix_rank_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-12-01T11:11:45.6351731Z test_matrix_rank_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T11:11:45.6352319Z test_matrix_rank_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T11:11:45.6352854Z test_matrix_rank_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T11:11:45.6353359Z test_matrix_rank_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T11:11:45.6353774Z test_matrix_rank_removed_error_cpu (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6354154Z test_mm_bmm_non_memory_dense_cpu (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T11:11:45.6354631Z test_mm_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-12-01T11:11:45.6355160Z test_mm_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-12-01T11:11:45.6355708Z test_mm_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-12-01T11:11:45.6356213Z test_mm_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-12-01T11:11:45.6356719Z test_mm_cpu_int32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-12-01T11:11:45.6357221Z test_mm_cpu_int64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-12-01T11:11:45.6357653Z test_multi_dot_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.040s) 2022-12-01T11:11:45.6358013Z test_multi_dot_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-12-01T11:11:45.6358387Z test_multi_dot_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.055s) 2022-12-01T11:11:45.6358801Z test_norm_complex_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.050s) 2022-12-01T11:11:45.6359185Z test_norm_complex_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.050s) 2022-12-01T11:11:45.6359578Z test_norm_complex_old_cpu (__main__.TestLinalgCPU) ... ok (0.043s) 2022-12-01T11:11:45.6359967Z test_norm_dtype_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.193s) 2022-12-01T11:11:45.6360364Z test_norm_dtype_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.125s) 2022-12-01T11:11:45.6360741Z test_norm_dtype_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.255s) 2022-12-01T11:11:45.6361125Z test_norm_dtype_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.169s) 2022-12-01T11:11:45.6361563Z test_norm_dtype_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.229s) 2022-12-01T11:11:45.6361986Z test_norm_dtype_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.113s) 2022-12-01T11:11:45.6362426Z test_norm_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.363s) 2022-12-01T11:11:45.6362969Z test_norm_errors_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.341s) 2022-12-01T11:11:45.6363781Z 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-12-01T11:11:45.6364366Z ret **= (1 / ord) 2022-12-01T11:11:45.6364930Z /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2514: RuntimeWarning: divide by zero encountered in reciprocal 2022-12-01T11:11:45.6365325Z absx **= ord 2022-12-01T11:11:45.6365838Z /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2514: RuntimeWarning: divide by zero encountered in power 2022-12-01T11:11:45.6366223Z absx **= ord 2022-12-01T11:11:45.6366447Z ok (0.094s) 2022-12-01T11:11:45.6366734Z test_norm_fastpaths_cpu (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T11:11:45.6367149Z test_norm_fro_2_equivalence_old_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.531s) 2022-12-01T11:11:45.6367617Z test_norm_fused_type_promotion_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:11:45.6368212Z test_norm_fused_type_promotion_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:11:45.6368634Z test_norm_matrix_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.573s) 2022-12-01T11:11:45.6369021Z test_norm_matrix_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.595s) 2022-12-01T11:11:45.6369442Z test_norm_matrix_degenerate_shapes_cpu_complex128 (__main__.TestLinalgCPU) ... ok (1.175s) 2022-12-01T11:11:45.6369906Z test_norm_matrix_degenerate_shapes_cpu_complex64 (__main__.TestLinalgCPU) ... ok (1.159s) 2022-12-01T11:11:45.6370405Z test_norm_matrix_degenerate_shapes_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.167s) 2022-12-01T11:11:45.6370904Z test_norm_matrix_degenerate_shapes_cpu_float64 (__main__.TestLinalgCPU) ... ok (1.187s) 2022-12-01T11:11:45.6371364Z test_norm_old_cpu (__main__.TestLinalgCPU) ... ok (0.110s) 2022-12-01T11:11:45.6371780Z test_norm_old_nan_propagation_cpu (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T11:11:45.6372177Z test_norm_vector_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.253s) 2022-12-01T11:11:45.6372571Z test_norm_vector_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.954s) 2022-12-01T11:11:45.6373073Z test_norm_vector_degenerate_shapes_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Skipped on ASAN since it checks for undefined behavior. (0.002s) 2022-12-01T11:11:45.6373697Z test_norm_vector_degenerate_shapes_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Skipped on ASAN since it checks for undefined behavior. (0.002s) 2022-12-01T11:11:45.6374316Z test_norm_vector_degenerate_shapes_cpu_float32 (__main__.TestLinalgCPU) ... skip: Skipped on ASAN since it checks for undefined behavior. (0.002s) 2022-12-01T11:11:45.6374919Z test_norm_vector_degenerate_shapes_cpu_float64 (__main__.TestLinalgCPU) ... skip: Skipped on ASAN since it checks for undefined behavior. (0.002s) 2022-12-01T11:11:45.6375449Z test_nuclear_norm_axes_small_brute_force_old_cpu (__main__.TestLinalgCPU) ... ok (2.257s) 2022-12-01T11:11:45.6375869Z test_nuclear_norm_exceptions_old_cpu (__main__.TestLinalgCPU) ... ok (0.057s) 2022-12-01T11:11:45.6376283Z test_nuclear_norm_out_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.029s) 2022-12-01T11:11:45.6376688Z test_nuclear_norm_out_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.029s) 2022-12-01T11:11:45.6377088Z test_old_cholesky_batched_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-12-01T11:11:45.6377519Z test_old_cholesky_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-12-01T11:11:45.6377938Z test_old_cholesky_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.024s) 2022-12-01T11:11:45.6378372Z test_old_cholesky_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.024s) 2022-12-01T11:11:45.6378949Z 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-12-01T11:11:45.6379773Z test_old_cholesky_batched_upper_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:11:45.6380331Z test_old_cholesky_batched_upper_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:11:45.6380812Z test_old_cholesky_batched_upper_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:11:45.6381302Z test_old_cholesky_batched_upper_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:11:45.6381747Z test_old_cholesky_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T11:11:45.6382158Z test_old_cholesky_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T11:11:45.6382543Z test_old_cholesky_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:11:45.6382939Z test_old_cholesky_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T11:11:45.6383357Z test_old_cholesky_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:11:45.6383780Z test_old_cholesky_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:11:45.6384247Z test_old_cholesky_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:11:45.6384676Z test_old_cholesky_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6385073Z test_ormqr_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.414s) 2022-12-01T11:11:45.6385447Z test_ormqr_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.422s) 2022-12-01T11:11:45.6385821Z test_ormqr_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.327s) 2022-12-01T11:11:45.6386187Z test_ormqr_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.315s) 2022-12-01T11:11:45.6386623Z test_ormqr_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.068s) 2022-12-01T11:11:45.6387121Z test_ormqr_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.072s) 2022-12-01T11:11:45.6387641Z test_ormqr_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.063s) 2022-12-01T11:11:45.6388121Z test_ormqr_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.063s) 2022-12-01T11:11:45.6388842Z test_outer_cpu_bfloat16 (__main__.TestLinalgCPU) ... test_linalg.py:133: 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:1136.) 2022-12-01T11:11:45.6389469Z torch.ger(a, b, out=out) 2022-12-01T11:11:45.6389714Z ok (0.039s) 2022-12-01T11:11:45.6390013Z test_outer_cpu_bool (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T11:11:45.6390376Z test_outer_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.047s) 2022-12-01T11:11:45.6390763Z test_outer_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.048s) 2022-12-01T11:11:45.6391139Z test_outer_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.039s) 2022-12-01T11:11:45.6391496Z test_outer_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.038s) 2022-12-01T11:11:45.6391866Z test_outer_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.042s) 2022-12-01T11:11:45.6392244Z test_outer_cpu_int16 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T11:11:45.6392589Z test_outer_cpu_int32 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T11:11:45.6392946Z test_outer_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T11:11:45.6393305Z test_outer_cpu_int8 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T11:11:45.6393660Z test_outer_cpu_uint8 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T11:11:45.6394032Z test_outer_ger_addr_legacy_tests_cpu (__main__.TestLinalgCPU) ... ok (0.049s) 2022-12-01T11:11:45.6394512Z test_outer_type_promotion_cpu_bfloat16_bfloat16 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:11:45.6395010Z test_outer_type_promotion_cpu_bfloat16_bool (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:11:45.6395627Z test_outer_type_promotion_cpu_bfloat16_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6396107Z test_outer_type_promotion_cpu_bfloat16_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6396555Z test_outer_type_promotion_cpu_bfloat16_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6396997Z test_outer_type_promotion_cpu_bfloat16_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6397425Z test_outer_type_promotion_cpu_bfloat16_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6397858Z test_outer_type_promotion_cpu_bfloat16_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6398281Z test_outer_type_promotion_cpu_bfloat16_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6398691Z test_outer_type_promotion_cpu_bfloat16_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6399108Z test_outer_type_promotion_cpu_bfloat16_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6399524Z test_outer_type_promotion_cpu_bfloat16_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6399995Z test_outer_type_promotion_cpu_bool_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6400410Z test_outer_type_promotion_cpu_bool_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6400830Z test_outer_type_promotion_cpu_bool_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6401261Z test_outer_type_promotion_cpu_bool_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6401666Z test_outer_type_promotion_cpu_bool_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6402112Z test_outer_type_promotion_cpu_bool_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6402526Z test_outer_type_promotion_cpu_bool_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6402937Z test_outer_type_promotion_cpu_bool_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6403333Z test_outer_type_promotion_cpu_bool_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6403750Z test_outer_type_promotion_cpu_bool_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6404325Z test_outer_type_promotion_cpu_bool_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6404824Z test_outer_type_promotion_cpu_bool_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6405306Z test_outer_type_promotion_cpu_complex128_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6405817Z test_outer_type_promotion_cpu_complex128_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6406332Z test_outer_type_promotion_cpu_complex128_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6406804Z test_outer_type_promotion_cpu_complex128_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6407245Z test_outer_type_promotion_cpu_complex128_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6407680Z test_outer_type_promotion_cpu_complex128_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6408107Z test_outer_type_promotion_cpu_complex128_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6408506Z test_outer_type_promotion_cpu_complex128_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6408953Z test_outer_type_promotion_cpu_complex128_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6409481Z test_outer_type_promotion_cpu_complex128_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6410003Z test_outer_type_promotion_cpu_complex128_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6410539Z test_outer_type_promotion_cpu_complex128_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6411073Z test_outer_type_promotion_cpu_complex64_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6411648Z test_outer_type_promotion_cpu_complex64_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6412163Z test_outer_type_promotion_cpu_complex64_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6412707Z test_outer_type_promotion_cpu_complex64_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6413235Z test_outer_type_promotion_cpu_complex64_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6413727Z test_outer_type_promotion_cpu_complex64_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6414190Z test_outer_type_promotion_cpu_complex64_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6414671Z test_outer_type_promotion_cpu_complex64_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6415145Z test_outer_type_promotion_cpu_complex64_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6415614Z test_outer_type_promotion_cpu_complex64_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6416100Z test_outer_type_promotion_cpu_complex64_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6416660Z test_outer_type_promotion_cpu_complex64_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6417162Z test_outer_type_promotion_cpu_float16_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6417673Z test_outer_type_promotion_cpu_float16_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6418144Z test_outer_type_promotion_cpu_float16_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6418662Z test_outer_type_promotion_cpu_float16_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6419244Z test_outer_type_promotion_cpu_float16_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6419892Z test_outer_type_promotion_cpu_float16_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6420448Z test_outer_type_promotion_cpu_float16_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6421002Z test_outer_type_promotion_cpu_float16_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6421560Z test_outer_type_promotion_cpu_float16_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6422136Z test_outer_type_promotion_cpu_float16_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6422699Z test_outer_type_promotion_cpu_float16_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6423225Z test_outer_type_promotion_cpu_float16_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6423787Z test_outer_type_promotion_cpu_float32_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6424284Z test_outer_type_promotion_cpu_float32_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6424811Z test_outer_type_promotion_cpu_float32_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6425354Z test_outer_type_promotion_cpu_float32_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6425844Z test_outer_type_promotion_cpu_float32_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6426347Z test_outer_type_promotion_cpu_float32_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6426859Z test_outer_type_promotion_cpu_float32_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6427366Z test_outer_type_promotion_cpu_float32_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6427873Z test_outer_type_promotion_cpu_float32_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6428410Z test_outer_type_promotion_cpu_float32_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6428917Z test_outer_type_promotion_cpu_float32_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6429427Z test_outer_type_promotion_cpu_float32_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6430043Z test_outer_type_promotion_cpu_float64_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6430584Z test_outer_type_promotion_cpu_float64_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6431122Z test_outer_type_promotion_cpu_float64_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6431675Z test_outer_type_promotion_cpu_float64_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6432201Z test_outer_type_promotion_cpu_float64_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6432729Z test_outer_type_promotion_cpu_float64_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6433270Z test_outer_type_promotion_cpu_float64_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6433807Z test_outer_type_promotion_cpu_float64_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6434344Z test_outer_type_promotion_cpu_float64_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6434819Z test_outer_type_promotion_cpu_float64_int64 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-12-01T11:11:45.6435383Z test_outer_type_promotion_cpu_float64_int8 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:11:45.6435887Z test_outer_type_promotion_cpu_float64_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6436377Z test_outer_type_promotion_cpu_int16_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6436878Z test_outer_type_promotion_cpu_int16_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6437362Z test_outer_type_promotion_cpu_int16_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6437880Z test_outer_type_promotion_cpu_int16_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6438446Z test_outer_type_promotion_cpu_int16_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6439005Z test_outer_type_promotion_cpu_int16_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6439511Z test_outer_type_promotion_cpu_int16_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6440003Z test_outer_type_promotion_cpu_int16_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6440534Z test_outer_type_promotion_cpu_int16_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6441061Z test_outer_type_promotion_cpu_int16_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6441585Z test_outer_type_promotion_cpu_int16_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6442131Z test_outer_type_promotion_cpu_int16_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6442699Z test_outer_type_promotion_cpu_int32_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6443259Z test_outer_type_promotion_cpu_int32_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6443957Z test_outer_type_promotion_cpu_int32_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6444554Z test_outer_type_promotion_cpu_int32_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6445107Z test_outer_type_promotion_cpu_int32_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6445643Z test_outer_type_promotion_cpu_int32_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6446199Z test_outer_type_promotion_cpu_int32_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6446764Z test_outer_type_promotion_cpu_int32_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6447314Z test_outer_type_promotion_cpu_int32_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6447878Z test_outer_type_promotion_cpu_int32_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6448420Z test_outer_type_promotion_cpu_int32_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6449077Z test_outer_type_promotion_cpu_int32_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6449583Z test_outer_type_promotion_cpu_int64_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6450038Z test_outer_type_promotion_cpu_int64_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6450522Z test_outer_type_promotion_cpu_int64_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6451019Z test_outer_type_promotion_cpu_int64_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6451510Z test_outer_type_promotion_cpu_int64_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6451969Z test_outer_type_promotion_cpu_int64_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6452456Z test_outer_type_promotion_cpu_int64_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6452927Z test_outer_type_promotion_cpu_int64_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6453375Z test_outer_type_promotion_cpu_int64_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6453922Z test_outer_type_promotion_cpu_int64_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6454419Z test_outer_type_promotion_cpu_int64_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6454956Z test_outer_type_promotion_cpu_int64_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6455474Z test_outer_type_promotion_cpu_int8_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6456003Z test_outer_type_promotion_cpu_int8_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6456534Z test_outer_type_promotion_cpu_int8_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6457074Z test_outer_type_promotion_cpu_int8_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6457644Z test_outer_type_promotion_cpu_int8_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6458215Z test_outer_type_promotion_cpu_int8_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6458758Z test_outer_type_promotion_cpu_int8_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6459280Z test_outer_type_promotion_cpu_int8_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6459852Z test_outer_type_promotion_cpu_int8_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6460360Z test_outer_type_promotion_cpu_int8_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6460845Z test_outer_type_promotion_cpu_int8_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6461365Z test_outer_type_promotion_cpu_int8_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6461878Z test_outer_type_promotion_cpu_uint8_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6462380Z test_outer_type_promotion_cpu_uint8_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6462894Z test_outer_type_promotion_cpu_uint8_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6463441Z test_outer_type_promotion_cpu_uint8_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6463948Z test_outer_type_promotion_cpu_uint8_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6464461Z test_outer_type_promotion_cpu_uint8_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6464988Z test_outer_type_promotion_cpu_uint8_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6465498Z test_outer_type_promotion_cpu_uint8_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6466006Z test_outer_type_promotion_cpu_uint8_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6466538Z test_outer_type_promotion_cpu_uint8_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6467048Z test_outer_type_promotion_cpu_uint8_int8 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:11:45.6467668Z test_outer_type_promotion_cpu_uint8_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6468152Z test_pca_lowrank_cpu (__main__.TestLinalgCPU) ... ok (9.695s) 2022-12-01T11:11:45.6468607Z test_permute_matmul_cpu (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:11:45.6469086Z test_pinv_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.565s) 2022-12-01T11:11:45.6469567Z test_pinv_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.588s) 2022-12-01T11:11:45.6470035Z test_pinv_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.486s) 2022-12-01T11:11:45.6470480Z test_pinv_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.458s) 2022-12-01T11:11:45.6470968Z test_pinv_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.052s) 2022-12-01T11:11:45.6471487Z test_pinv_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.052s) 2022-12-01T11:11:45.6472000Z test_pinv_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.051s) 2022-12-01T11:11:45.6472532Z test_pinv_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.052s) 2022-12-01T11:11:45.6473136Z test_pinverse_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.061s) 2022-12-01T11:11:45.6473623Z test_pinverse_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.063s) 2022-12-01T11:11:45.6474106Z test_pinverse_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.053s) 2022-12-01T11:11:45.6474584Z test_pinverse_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.052s) 2022-12-01T11:11:45.6475103Z test_preferred_linalg_library_cpu (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:11:45.6475593Z test_qr_batched_cpu_complex128 (__main__.TestLinalgCPU) 2022-12-01T11:11:45.6476105Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.009s) 2022-12-01T11:11:45.6476590Z test_qr_batched_cpu_complex64 (__main__.TestLinalgCPU) 2022-12-01T11:11:45.6477063Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.009s) 2022-12-01T11:11:45.6477543Z test_qr_batched_cpu_float32 (__main__.TestLinalgCPU) 2022-12-01T11:11:45.6478031Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.008s) 2022-12-01T11:11:45.6478520Z test_qr_batched_cpu_float64 (__main__.TestLinalgCPU) 2022-12-01T11:11:45.6479036Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.008s) 2022-12-01T11:11:45.6479791Z test_qr_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:3540: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-12-01T11:11:45.6480733Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T11:11:45.6481168Z Q, R = torch.qr(A, some) 2022-12-01T11:11:45.6481488Z should be replaced with 2022-12-01T11:11:45.6482349Z 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-12-01T11:11:45.6482993Z torch.qr(A, some=some, out=(Q_out, R_out)) 2022-12-01T11:11:45.6483320Z ok (0.187s) 2022-12-01T11:11:45.6483705Z test_qr_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.200s) 2022-12-01T11:11:45.6484668Z test_qr_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.166s) 2022-12-01T11:11:45.6484959Z test_qr_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.186s) 2022-12-01T11:11:45.6485241Z test_qr_error_cases_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-12-01T11:11:45.6485524Z test_qr_vs_numpy_cpu_complex128 (__main__.TestLinalgCPU) 2022-12-01T11:11:45.6485779Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.021s) 2022-12-01T11:11:45.6486045Z test_qr_vs_numpy_cpu_complex64 (__main__.TestLinalgCPU) 2022-12-01T11:11:45.6486303Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.021s) 2022-12-01T11:11:45.6486547Z test_qr_vs_numpy_cpu_float32 (__main__.TestLinalgCPU) 2022-12-01T11:11:45.6486950Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.019s) 2022-12-01T11:11:45.6487204Z test_qr_vs_numpy_cpu_float64 (__main__.TestLinalgCPU) 2022-12-01T11:11:45.6487445Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.018s) 2022-12-01T11:11:45.6487708Z test_renorm_cpu (__main__.TestLinalgCPU) ... ok (0.008s) 2022-12-01T11:11:45.6487971Z test_renorm_ps_cpu (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T11:11:45.6488247Z test_slogdet_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.263s) 2022-12-01T11:11:45.6488521Z test_slogdet_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.276s) 2022-12-01T11:11:45.6488805Z test_slogdet_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.251s) 2022-12-01T11:11:45.6489083Z test_slogdet_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.239s) 2022-12-01T11:11:45.6489373Z test_slogdet_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.037s) 2022-12-01T11:11:45.6489706Z test_slogdet_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.036s) 2022-12-01T11:11:45.6490031Z test_slogdet_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.036s) 2022-12-01T11:11:45.6490395Z test_slogdet_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.036s) 2022-12-01T11:11:45.6490709Z test_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-12-01T11:11:45.6491039Z test_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-12-01T11:11:45.6491365Z test_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T11:11:45.6491672Z test_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T11:11:45.6491972Z test_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.148s) 2022-12-01T11:11:45.6492254Z test_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.142s) 2022-12-01T11:11:45.6492526Z test_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.113s) 2022-12-01T11:11:45.6492788Z test_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.110s) 2022-12-01T11:11:45.6493070Z test_solve_removed_error_cpu (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6493364Z test_strided_mm_bmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:11:45.6493640Z test_strided_mm_bmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:11:45.6493919Z test_svd_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.694s) 2022-12-01T11:11:45.6494192Z test_svd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.719s) 2022-12-01T11:11:45.6494451Z test_svd_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.615s) 2022-12-01T11:11:45.6494717Z test_svd_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.569s) 2022-12-01T11:11:45.6494992Z test_svd_lowrank_cpu_float64 (__main__.TestLinalgCPU) ... ok (11.686s) 2022-12-01T11:11:45.6495292Z test_svd_memory_allocation_cpu_complex128 (__main__.TestLinalgCPU) ... ok (1.444s) 2022-12-01T11:11:45.6495594Z test_svd_memory_allocation_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.699s) 2022-12-01T11:11:45.6495906Z test_svd_memory_allocation_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.388s) 2022-12-01T11:11:45.6496215Z test_svd_memory_allocation_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.490s) 2022-12-01T11:11:45.6496501Z test_svd_nan_error_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.068s) 2022-12-01T11:11:45.6496793Z test_svd_nan_error_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.067s) 2022-12-01T11:11:45.6497085Z test_svd_nan_error_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.067s) 2022-12-01T11:11:45.6497369Z test_svd_nan_error_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.067s) 2022-12-01T11:11:45.6497792Z test_symeig_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:7012: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T11:11:45.6498286Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-12-01T11:11:45.6498640Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T11:11:45.6498832Z should be replaced with 2022-12-01T11:11:45.6499187Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T11:11:45.6499398Z and 2022-12-01T11:11:45.6499662Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T11:11:45.6499863Z should be replaced with 2022-12-01T11:11:45.6500339Z 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-12-01T11:11:45.6500752Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-12-01T11:11:45.6501434Z test_linalg.py:7012: 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-12-01T11:11:45.6502151Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-12-01T11:11:45.6502839Z test_linalg.py:7012: 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-12-01T11:11:45.6503491Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-12-01T11:11:45.6504181Z test_linalg.py:7012: 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-12-01T11:11:45.6504844Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-12-01T11:11:45.6505531Z test_linalg.py:7012: 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-12-01T11:11:45.6506184Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-12-01T11:11:45.6506409Z ok (0.112s) 2022-12-01T11:11:45.6506639Z test_symeig_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.108s) 2022-12-01T11:11:45.6506920Z test_symeig_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.099s) 2022-12-01T11:11:45.6507178Z test_symeig_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.092s) 2022-12-01T11:11:45.6507488Z test_symeig_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.029s) 2022-12-01T11:11:45.6507825Z test_symeig_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-12-01T11:11:45.6508142Z test_symeig_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.029s) 2022-12-01T11:11:45.6508466Z test_symeig_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.029s) 2022-12-01T11:11:45.6508763Z test_tensordot_cpu (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T11:11:45.6509073Z test_tensorinv_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.041s) 2022-12-01T11:11:45.6509348Z test_tensorinv_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.041s) 2022-12-01T11:11:45.6509632Z test_tensorinv_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.036s) 2022-12-01T11:11:45.6509911Z test_tensorinv_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.035s) 2022-12-01T11:11:45.6510189Z test_tensorinv_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:11:45.6510487Z test_tensorinv_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:11:45.6510783Z test_tensorinv_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:11:45.6511079Z test_tensorinv_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:11:45.6511379Z test_tensorinv_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.034s) 2022-12-01T11:11:45.6511711Z test_tensorinv_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-12-01T11:11:45.6512044Z test_tensorinv_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-12-01T11:11:45.6512401Z test_tensorinv_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-12-01T11:11:45.6512722Z test_tensorinv_singular_input_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-12-01T11:11:45.6513046Z test_tensorinv_singular_input_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-12-01T11:11:45.6513368Z test_tensorinv_singular_input_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-12-01T11:11:45.6513666Z test_tensorinv_singular_input_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-12-01T11:11:45.6513975Z test_tensorsolve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-12-01T11:11:45.6514274Z test_tensorsolve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-12-01T11:11:45.6514553Z test_tensorsolve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-12-01T11:11:45.6514846Z test_tensorsolve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T11:11:45.6515151Z test_tensorsolve_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:11:45.6515457Z test_tensorsolve_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T11:11:45.6515749Z test_tensorsolve_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6516048Z test_tensorsolve_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T11:11:45.6516362Z test_tensorsolve_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T11:11:45.6516860Z test_triangular_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:4234: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-12-01T11:11:45.6517384Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T11:11:45.6517684Z X = torch.triangular_solve(B, A).solution 2022-12-01T11:11:45.6517894Z should be replaced with 2022-12-01T11:11:45.6518226Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-12-01T11:11:45.6518648Z x = torch.triangular_solve(b, A, upper=upper, transpose=transpose, unitriangular=unitriangular)[0] 2022-12-01T11:11:45.6518912Z ok (0.066s) 2022-12-01T11:11:45.6519163Z test_triangular_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.066s) 2022-12-01T11:11:45.6519513Z test_triangular_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.059s) 2022-12-01T11:11:45.6519864Z test_triangular_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.059s) 2022-12-01T11:11:45.6520196Z test_triangular_solve_batched_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.060s) 2022-12-01T11:11:45.6520547Z test_triangular_solve_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.063s) 2022-12-01T11:11:45.6520872Z test_triangular_solve_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.058s) 2022-12-01T11:11:45.6521186Z test_triangular_solve_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.056s) 2022-12-01T11:11:45.6521585Z 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-12-01T11:11:45.6522044Z 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-12-01T11:11:45.6522508Z 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-12-01T11:11:45.6522970Z 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-12-01T11:11:45.6523349Z test_triangular_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.055s) 2022-12-01T11:11:45.6523673Z test_triangular_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.055s) 2022-12-01T11:11:45.6524347Z test_triangular_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.049s) 2022-12-01T11:11:45.6524646Z test_triangular_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.046s) 2022-12-01T11:11:45.6524962Z test_triangular_solve_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-12-01T11:11:45.6525315Z test_triangular_solve_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-12-01T11:11:45.6525664Z test_triangular_solve_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-12-01T11:11:45.6526012Z test_triangular_solve_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-12-01T11:11:45.6526316Z test_vdot_invalid_args_cpu (__main__.TestLinalgCPU) ... ok (0.053s) 2022-12-01T11:11:45.6526603Z test_vdot_vs_numpy_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T11:11:45.6526893Z test_vdot_vs_numpy_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-12-01T11:11:45.6527180Z test_vector_norm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (3.195s) 2022-12-01T11:11:45.6527458Z test_vector_norm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (2.115s) 2022-12-01T11:11:45.6527748Z test_vector_norm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (3.304s) 2022-12-01T11:11:45.6528031Z test_vector_norm_cpu_float16 (__main__.TestLinalgCPU) ... ok (3.251s) 2022-12-01T11:11:45.6528302Z test_vector_norm_cpu_float32 (__main__.TestLinalgCPU) ... ok (3.203s) 2022-12-01T11:11:45.6528580Z test_vector_norm_cpu_float64 (__main__.TestLinalgCPU) ... ok (2.035s) 2022-12-01T11:11:45.6528866Z test_vector_norm_dim_tuple_arg_cpu (__main__.TestLinalgCPU) ... ok (0.082s) 2022-12-01T11:11:45.6529457Z 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-12-01T11:11:45.6529792Z ret **= (1 / ord) 2022-12-01T11:11:45.6530188Z /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2514: RuntimeWarning: divide by zero encountered in reciprocal 2022-12-01T11:11:45.6530482Z absx **= ord 2022-12-01T11:11:45.6530851Z /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2514: RuntimeWarning: divide by zero encountered in power 2022-12-01T11:11:45.6531138Z absx **= ord 2022-12-01T11:11:45.6531301Z ok (0.037s) 2022-12-01T11:11:45.6531407Z 2022-12-01T11:11:45.6531595Z ---------------------------------------------------------------------- 2022-12-01T11:11:45.6531839Z Ran 741 tests in 492.595s 2022-12-01T11:11:45.6531955Z 2022-12-01T11:11:45.6532029Z OK (skipped=66) 2022-12-01T11:11:45.6532134Z 2022-12-01T11:11:45.6532282Z Generating XML reports... 2022-12-01T11:11:45.6532661Z Generated XML report: test-reports/python-unittest/test_linalg/TEST-TestLinalgCPU-20221201110332.xml 2022-12-01T11:11:45.6532882Z 2022-12-01T11:11:45.6533262Z ##[endgroup] 2022-12-01T11:11:45.6533639Z FINISHED PRINTING LOG FILE of test_linalg (/var/lib/jenkins/workspace/test/test-reports/test_linalg_so32ahzc) 2022-12-01T11:11:45.6533846Z 2022-12-01T11:11:45.6533979Z Running test_nn ... [2022-12-01 11:11:45.607365] 2022-12-01T11:11:45.6534424Z Executing ['/opt/conda/bin/python', '-bb', 'test_nn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:11:45.607726] 2022-12-01T11:19:39.3868371Z 2022-12-01T11:19:39.3868847Z Expand the folded group to see the log file of test_nn 2022-12-01T11:19:39.3870382Z ##[group]PRINTING LOG FILE of test_nn (/var/lib/jenkins/workspace/test/test-reports/test_nn_on3551iw) 2022-12-01T11:19:39.3881267Z Test results will be stored in test-reports/python-unittest/test_nn 2022-12-01T11:19:39.3881609Z 2022-12-01T11:19:39.3884879Z Running tests... 2022-12-01T11:19:39.3885417Z ---------------------------------------------------------------------- 2022-12-01T11:19:39.3886178Z test_add_relu (__main__.TestAddRelu) ... ok (0.005s) 2022-12-01T11:19:39.3886636Z test_add_relu_broadcasting (__main__.TestAddRelu) ... ok (0.002s) 2022-12-01T11:19:39.3887207Z test_constant_pad_nd (__main__.TestConstantPadNd) ... ok (0.002s) 2022-12-01T11:19:39.3887693Z test_preserves_memory_format (__main__.TestConstantPadNd) ... ok (0.002s) 2022-12-01T11:19:39.3888175Z test_pickle_softsign (__main__.TestFunctionalPickle) ... ok (0.001s) 2022-12-01T11:19:39.3888661Z test_fuse_module_eval_numerics (__main__.TestFusionEval) ... ok (0.523s) 2022-12-01T11:19:39.3889151Z test_chained_initialization (__main__.TestLazyModules) ... ok (0.004s) 2022-12-01T11:19:39.3889623Z test_invalid_functions (__main__.TestLazyModules) ... ok (0.002s) 2022-12-01T11:19:39.3890741Z test_lazy_batchnorm1d (__main__.TestLazyModules) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T11:19:39.3891725Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:19:39.3892101Z ok (0.030s) 2022-12-01T11:19:39.3892487Z test_lazy_batchnorm1d_pickle (__main__.TestLazyModules) ... ok (0.039s) 2022-12-01T11:19:39.3892979Z test_lazy_batchnorm1d_state (__main__.TestLazyModules) ... ok (0.006s) 2022-12-01T11:19:39.3893425Z test_lazy_batchnorm2d (__main__.TestLazyModules) ... ok (0.019s) 2022-12-01T11:19:39.3893905Z test_lazy_batchnorm2d_pickle (__main__.TestLazyModules) ... ok (0.010s) 2022-12-01T11:19:39.3894362Z test_lazy_batchnorm2d_state (__main__.TestLazyModules) ... ok (0.005s) 2022-12-01T11:19:39.3894775Z test_lazy_batchnorm3d (__main__.TestLazyModules) ... ok (0.045s) 2022-12-01T11:19:39.3895062Z test_lazy_batchnorm3d_pickle (__main__.TestLazyModules) ... ok (0.011s) 2022-12-01T11:19:39.3895359Z test_lazy_batchnorm3d_state (__main__.TestLazyModules) ... ok (0.005s) 2022-12-01T11:19:39.3895622Z test_lazy_conv1d (__main__.TestLazyModules) ... ok (0.015s) 2022-12-01T11:19:39.3895898Z test_lazy_conv1d_pickle (__main__.TestLazyModules) ... ok (0.015s) 2022-12-01T11:19:39.3896176Z test_lazy_conv1d_state (__main__.TestLazyModules) ... ok (0.003s) 2022-12-01T11:19:39.3896508Z test_lazy_conv2d (__main__.TestLazyModules) ... ok (0.017s) 2022-12-01T11:19:39.3896882Z test_lazy_conv2d_pickle (__main__.TestLazyModules) ... ok (0.011s) 2022-12-01T11:19:39.3897271Z test_lazy_conv2d_state (__main__.TestLazyModules) ... ok (0.003s) 2022-12-01T11:19:39.3897626Z test_lazy_conv3d (__main__.TestLazyModules) ... ok (0.127s) 2022-12-01T11:19:39.3898017Z test_lazy_conv3d_pickle (__main__.TestLazyModules) ... ok (0.033s) 2022-12-01T11:19:39.3898563Z test_lazy_conv3d_state (__main__.TestLazyModules) ... ok (0.003s) 2022-12-01T11:19:39.3899267Z test_lazy_conv_transpose1d_pickle (__main__.TestLazyModules) ... ok (0.017s) 2022-12-01T11:19:39.3899750Z test_lazy_conv_transpose1d_state (__main__.TestLazyModules) ... ok (0.003s) 2022-12-01T11:19:39.3900254Z test_lazy_conv_transpose2d (__main__.TestLazyModules) ... ok (0.068s) 2022-12-01T11:19:39.3900740Z test_lazy_conv_transpose2d_pickle (__main__.TestLazyModules) ... ok (0.025s) 2022-12-01T11:19:39.3901234Z test_lazy_conv_transpose2d_state (__main__.TestLazyModules) ... ok (0.003s) 2022-12-01T11:19:39.3901688Z test_lazy_conv_transpose3d (__main__.TestLazyModules) ... ok (0.773s) 2022-12-01T11:19:39.3902177Z test_lazy_conv_transpose3d_pickle (__main__.TestLazyModules) ... ok (0.261s) 2022-12-01T11:19:39.3902669Z test_lazy_conv_transpose3d_state (__main__.TestLazyModules) ... ok (0.003s) 2022-12-01T11:19:39.3903144Z test_lazy_conv_transposed1d (__main__.TestLazyModules) ... ok (0.043s) 2022-12-01T11:19:39.3903614Z test_lazy_forward_hook (__main__.TestLazyModules) 2022-12-01T11:19:39.3904876Z This test is to test whether lazymodule can register other forward hook ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T11:19:39.3905788Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:19:39.3906156Z ok (0.003s) 2022-12-01T11:19:39.3906526Z test_lazy_instancenorm1d (__main__.TestLazyModules) ... ok (0.017s) 2022-12-01T11:19:39.3907029Z test_lazy_instancenorm1d_pickle (__main__.TestLazyModules) ... ok (0.010s) 2022-12-01T11:19:39.3907559Z test_lazy_instancenorm1d_state (__main__.TestLazyModules) ... ok (0.008s) 2022-12-01T11:19:39.3907972Z test_lazy_instancenorm2d (__main__.TestLazyModules) ... ok (0.020s) 2022-12-01T11:19:39.3908444Z test_lazy_instancenorm2d_pickle (__main__.TestLazyModules) ... ok (0.010s) 2022-12-01T11:19:39.3908954Z test_lazy_instancenorm2d_state (__main__.TestLazyModules) ... ok (0.009s) 2022-12-01T11:19:39.3909418Z test_lazy_instancenorm3d (__main__.TestLazyModules) ... ok (0.047s) 2022-12-01T11:19:39.3909912Z test_lazy_instancenorm3d_pickle (__main__.TestLazyModules) ... ok (0.011s) 2022-12-01T11:19:39.3910402Z test_lazy_instancenorm3d_state (__main__.TestLazyModules) ... ok (0.009s) 2022-12-01T11:19:39.3910895Z test_lazy_linear_pickle (__main__.TestLazyModules) ... ok (0.004s) 2022-12-01T11:19:39.3911342Z test_lazy_module_buffer (__main__.TestLazyModules) ... ok (0.003s) 2022-12-01T11:19:39.3911832Z test_lazy_module_jit_buffer (__main__.TestLazyModules) ... ok (0.001s) 2022-12-01T11:19:39.3912328Z test_lazy_module_jit_param (__main__.TestLazyModules) ... ok (0.001s) 2022-12-01T11:19:39.3912790Z test_lazy_module_parameter (__main__.TestLazyModules) ... ok (0.004s) 2022-12-01T11:19:39.3913248Z test_lazy_pre_forward_hook (__main__.TestLazyModules) 2022-12-01T11:19:39.3914540Z This test is to test whether lazymodule can register other pre-forward hook ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T11:19:39.3915518Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:19:39.3915795Z ok (0.002s) 2022-12-01T11:19:39.3916158Z test_lazy_share_memory_buffer (__main__.TestLazyModules) ... ok (0.001s) 2022-12-01T11:19:39.3916642Z test_lazy_share_memory_param (__main__.TestLazyModules) ... ok (0.001s) 2022-12-01T11:19:39.3917090Z test_linear (__main__.TestLazyModules) ... ok (0.002s) 2022-12-01T11:19:39.3917534Z test_linear_state (__main__.TestLazyModules) ... ok (0.002s) 2022-12-01T11:19:39.3918045Z test_materialize_device (__main__.TestLazyModules) ... skip: CUDA not available (0.001s) 2022-12-01T11:19:39.3918575Z test_materialize_dtype (__main__.TestLazyModules) ... ok (0.002s) 2022-12-01T11:19:39.3919032Z test_optimizer_pass (__main__.TestLazyModules) ... ok (0.012s) 2022-12-01T11:19:39.3919609Z test_spectral_norm (__main__.TestLazyModules) ... ok (0.001s) 2022-12-01T11:19:39.3920054Z test_weight_norm (__main__.TestLazyModules) ... ok (0.001s) 2022-12-01T11:19:39.3921584Z test_global_and_local_hooks_order (__main__.TestModuleGlobalHooks) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1113: UserWarning: Using a non-full backward hook when the forward contains multiple autograd Nodes is deprecated and will be removed in future versions. This hook will be missing some grad_input. Please use register_full_backward_hook to get the documented behavior. 2022-12-01T11:19:39.3922802Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-12-01T11:19:39.3923277Z ok (0.004s) 2022-12-01T11:19:39.3923757Z test_module_backward_global_hook_writeable (__main__.TestModuleGlobalHooks) ... ok (0.003s) 2022-12-01T11:19:39.3924479Z test_module_forward_forward_hook_removable (__main__.TestModuleGlobalHooks) 2022-12-01T11:19:39.3925011Z This test is to test when multiple forward hook functions can be registered ... ok (0.003s) 2022-12-01T11:19:39.3925682Z test_module_forward_preforward_hook_removable (__main__.TestModuleGlobalHooks) 2022-12-01T11:19:39.3926349Z This test is to test when multiple pre-forward hook functions can be ... ok (0.002s) 2022-12-01T11:19:39.3926936Z test_module_global_forward_preforward_hook_writeable (__main__.TestModuleGlobalHooks) ... ok (0.004s) 2022-12-01T11:19:39.3927560Z test_module_global_hook_invalid_outputs (__main__.TestModuleGlobalHooks) ... ok (0.003s) 2022-12-01T11:19:39.3928133Z test_module_global_hooks (__main__.TestModuleGlobalHooks) ... ok (0.034s) 2022-12-01T11:19:39.3928986Z test_AdaptiveAvgPool1d (__main__.TestNN) ... [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-12-01T11:19:39.3929682Z ok (0.035s) 2022-12-01T11:19:39.3930144Z test_AdaptiveAvgPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.3930932Z test_AdaptiveAvgPool1d_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.3931328Z ok (0.033s) 2022-12-01T11:19:39.3931583Z test_AdaptiveAvgPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.3932090Z test_AdaptiveAvgPool1d_one_output (__main__.TestNN) ... [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-12-01T11:19:39.3932485Z ok (0.033s) 2022-12-01T11:19:39.3932750Z test_AdaptiveAvgPool1d_one_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.3933276Z test_AdaptiveAvgPool2d_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.3933689Z ok (0.030s) 2022-12-01T11:19:39.3933960Z test_AdaptiveAvgPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.3934471Z test_AdaptiveAvgPool2d_single (__main__.TestNN) ... [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-12-01T11:19:39.3934901Z ok (0.029s) 2022-12-01T11:19:39.3935354Z test_AdaptiveAvgPool2d_single_1x1output (__main__.TestNN) ... [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-12-01T11:19:39.3936165Z ok (0.031s) 2022-12-01T11:19:39.3936507Z test_AdaptiveAvgPool2d_single_1x1output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.3936854Z test_AdaptiveAvgPool2d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.3937354Z test_AdaptiveAvgPool2d_tuple (__main__.TestNN) ... [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-12-01T11:19:39.3937748Z ok (0.030s) 2022-12-01T11:19:39.3938008Z test_AdaptiveAvgPool2d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.3938573Z test_AdaptiveAvgPool2d_tuple_none (__main__.TestNN) ... [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-12-01T11:19:39.3938973Z ok (0.030s) 2022-12-01T11:19:39.3939493Z test_AdaptiveAvgPool2d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.3940192Z test_AdaptiveAvgPool3d_last_dim (__main__.TestNN) ... [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-12-01T11:19:39.3940568Z ok (0.028s) 2022-12-01T11:19:39.3940829Z test_AdaptiveAvgPool3d_last_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.004s) 2022-12-01T11:19:39.3941333Z test_AdaptiveAvgPool3d_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.3941727Z ok (0.032s) 2022-12-01T11:19:39.3941986Z test_AdaptiveAvgPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.3942488Z test_AdaptiveAvgPool3d_single (__main__.TestNN) ... [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-12-01T11:19:39.3942880Z ok (0.032s) 2022-12-01T11:19:39.3943138Z test_AdaptiveAvgPool3d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.3943624Z test_AdaptiveAvgPool3d_tuple (__main__.TestNN) ... [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-12-01T11:19:39.3944011Z ok (0.035s) 2022-12-01T11:19:39.3944269Z test_AdaptiveAvgPool3d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.3944766Z test_AdaptiveAvgPool3d_tuple_none (__main__.TestNN) ... [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-12-01T11:19:39.3945153Z ok (0.036s) 2022-12-01T11:19:39.3945419Z test_AdaptiveAvgPool3d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.3965688Z test_AdaptiveLogSoftmax (__main__.TestNN) ... [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-12-01T11:19:39.3966094Z ok (0.441s) 2022-12-01T11:19:39.3966359Z test_AdaptiveLogSoftmax_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.3966872Z test_AdaptiveMaxPool1d (__main__.TestNN) ... [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-12-01T11:19:39.3967427Z ok (0.033s) 2022-12-01T11:19:39.3967674Z test_AdaptiveMaxPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.3968189Z test_AdaptiveMaxPool1d_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.3968590Z ok (0.032s) 2022-12-01T11:19:39.3968847Z test_AdaptiveMaxPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.3969362Z test_AdaptiveMaxPool2d_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.3969766Z ok (0.031s) 2022-12-01T11:19:39.3970034Z test_AdaptiveMaxPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.3970582Z test_AdaptiveMaxPool2d_single (__main__.TestNN) ... [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-12-01T11:19:39.3970982Z ok (0.029s) 2022-12-01T11:19:39.3971244Z test_AdaptiveMaxPool2d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.3971745Z test_AdaptiveMaxPool2d_tuple (__main__.TestNN) ... [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-12-01T11:19:39.3972124Z ok (0.029s) 2022-12-01T11:19:39.3972389Z test_AdaptiveMaxPool2d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.3972905Z test_AdaptiveMaxPool2d_tuple_none (__main__.TestNN) ... [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-12-01T11:19:39.3973304Z ok (0.030s) 2022-12-01T11:19:39.3973615Z test_AdaptiveMaxPool2d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.3974126Z test_AdaptiveMaxPool3d_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.3974523Z ok (0.035s) 2022-12-01T11:19:39.3974794Z test_AdaptiveMaxPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.3975294Z test_AdaptiveMaxPool3d_single (__main__.TestNN) ... [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-12-01T11:19:39.3975685Z ok (0.035s) 2022-12-01T11:19:39.3975949Z test_AdaptiveMaxPool3d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.3976459Z test_AdaptiveMaxPool3d_single_nonatomic (__main__.TestNN) ... [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-12-01T11:19:39.3976844Z ok (0.037s) 2022-12-01T11:19:39.3977122Z test_AdaptiveMaxPool3d_single_nonatomic_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.3979461Z test_AdaptiveMaxPool3d_tuple (__main__.TestNN) ... [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-12-01T11:19:39.3979905Z ok (0.036s) 2022-12-01T11:19:39.3980157Z test_AdaptiveMaxPool3d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.3980671Z test_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestNN) ... [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-12-01T11:19:39.3981069Z ok (0.037s) 2022-12-01T11:19:39.3981342Z test_AdaptiveMaxPool3d_tuple_nonatomic_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.3981845Z test_AdaptiveMaxPool3d_tuple_none (__main__.TestNN) ... [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-12-01T11:19:39.3982238Z ok (0.040s) 2022-12-01T11:19:39.3982538Z test_AdaptiveMaxPool3d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.3983028Z test_AvgPool1d (__main__.TestNN) ... [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-12-01T11:19:39.3983391Z ok (0.033s) 2022-12-01T11:19:39.3983634Z test_AvgPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.3984111Z test_AvgPool1d_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.3984493Z ok (0.034s) 2022-12-01T11:19:39.3984734Z test_AvgPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.3985224Z test_AvgPool1d_stride (__main__.TestNN) ... [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-12-01T11:19:39.3985602Z ok (0.033s) 2022-12-01T11:19:39.3985848Z test_AvgPool1d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.3986317Z test_AvgPool1d_stride_pad (__main__.TestNN) ... [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-12-01T11:19:39.3986698Z ok (0.034s) 2022-12-01T11:19:39.3986950Z test_AvgPool1d_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.3987430Z test_AvgPool2d (__main__.TestNN) ... [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-12-01T11:19:39.3987791Z ok (0.031s) 2022-12-01T11:19:39.3988033Z test_AvgPool2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.3988511Z test_AvgPool2d_divisor (__main__.TestNN) ... [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-12-01T11:19:39.3988881Z ok (0.032s) 2022-12-01T11:19:39.3989127Z test_AvgPool2d_divisor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.3989615Z test_AvgPool2d_divisor_stride (__main__.TestNN) ... [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-12-01T11:19:39.3990043Z ok (0.031s) 2022-12-01T11:19:39.3990287Z test_AvgPool2d_divisor_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.3990787Z test_AvgPool2d_divisor_stride_pad (__main__.TestNN) ... [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-12-01T11:19:39.3991176Z ok (0.030s) 2022-12-01T11:19:39.3991441Z test_AvgPool2d_divisor_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.3991759Z test_AvgPool2d_divisor_stride_pad_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.3992112Z test_AvgPool2d_divisor_stride_pad_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.3992456Z test_AvgPool2d_divisor_stride_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:19:39.3992799Z test_AvgPool2d_divisor_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.3993142Z test_AvgPool2d_divisor_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:19:39.3993477Z test_AvgPool2d_divisor_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.3993977Z test_AvgPool2d_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.3994366Z ok (0.031s) 2022-12-01T11:19:39.3994606Z test_AvgPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.3995090Z test_AvgPool2d_stride (__main__.TestNN) ... [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-12-01T11:19:39.3995468Z ok (0.031s) 2022-12-01T11:19:39.3995704Z test_AvgPool2d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.3996184Z test_AvgPool2d_stride_pad (__main__.TestNN) ... [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-12-01T11:19:39.3996569Z ok (0.068s) 2022-12-01T11:19:39.3996821Z test_AvgPool2d_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.3997280Z test_AvgPool3d (__main__.TestNN) ... [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-12-01T11:19:39.3997654Z ok (0.031s) 2022-12-01T11:19:39.3997894Z test_AvgPool3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.3998369Z test_AvgPool3d_divisor (__main__.TestNN) ... [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-12-01T11:19:39.3998733Z ok (0.031s) 2022-12-01T11:19:39.3998984Z test_AvgPool3d_divisor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.3999473Z test_AvgPool3d_divisor_stride (__main__.TestNN) ... [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-12-01T11:19:39.3999855Z ok (0.033s) 2022-12-01T11:19:39.4000265Z test_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestNN) ... [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-12-01T11:19:39.4000726Z ok (0.031s) 2022-12-01T11:19:39.4001004Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4001359Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4001720Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4002088Z test_AvgPool3d_divisor_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4002590Z test_AvgPool3d_divisor_stride_pad (__main__.TestNN) ... [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-12-01T11:19:39.4002980Z ok (0.034s) 2022-12-01T11:19:39.4003231Z test_AvgPool3d_divisor_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4003783Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestNN) ... [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-12-01T11:19:39.4004364Z ok (0.033s) 2022-12-01T11:19:39.4004648Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4005011Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:19:39.4005399Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4005952Z test_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestNN) ... [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-12-01T11:19:39.4006366Z ok (0.033s) 2022-12-01T11:19:39.4006634Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4007001Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4007387Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4007942Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestNN) ... [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-12-01T11:19:39.4008338Z ok (0.031s) 2022-12-01T11:19:39.4008622Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4008998Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4009390Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4009741Z test_AvgPool3d_divisor_stride_pad_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4010098Z test_AvgPool3d_divisor_stride_pad_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4010439Z test_AvgPool3d_divisor_stride_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:19:39.4010772Z test_AvgPool3d_divisor_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4011178Z test_AvgPool3d_divisor_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:19:39.4011514Z test_AvgPool3d_divisor_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4012017Z test_AvgPool3d_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4012391Z ok (0.033s) 2022-12-01T11:19:39.4012647Z test_AvgPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4013134Z test_AvgPool3d_stride (__main__.TestNN) ... [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-12-01T11:19:39.4013519Z ok (0.033s) 2022-12-01T11:19:39.4013969Z test_AvgPool3d_stride1_pad0_gpu_input (__main__.TestNN) ... [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-12-01T11:19:39.4014362Z ok (0.032s) 2022-12-01T11:19:39.4014627Z test_AvgPool3d_stride1_pad0_gpu_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4014974Z test_AvgPool3d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4015448Z test_AvgPool3d_stride_pad (__main__.TestNN) ... [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-12-01T11:19:39.4015834Z ok (0.034s) 2022-12-01T11:19:39.4016085Z test_AvgPool3d_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4016597Z test_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestNN) ... [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-12-01T11:19:39.4016983Z ok (0.034s) 2022-12-01T11:19:39.4017322Z test_AvgPool3d_stride_pad_gpu_fixedkw_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4017853Z test_AvgPool3d_stride_pad_gpu_general_output (__main__.TestNN) ... [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-12-01T11:19:39.4018345Z ok (0.035s) 2022-12-01T11:19:39.4018609Z test_AvgPool3d_stride_pad_gpu_general_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4019138Z test_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestNN) ... [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-12-01T11:19:39.4019549Z ok (0.032s) 2022-12-01T11:19:39.4019826Z test_AvgPool3d_stride_pad_gpu_input_nooverlap_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4020116Z test_BCELoss (__main__.TestNN) ... ok (0.023s) 2022-12-01T11:19:39.4020400Z test_BCELoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4020723Z test_BCELoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4021026Z test_BCELoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4021339Z test_BCELoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4021631Z test_BCELoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.020s) 2022-12-01T11:19:39.4022001Z test_BCELoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4022347Z test_BCELoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4022695Z test_BCELoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4023001Z test_BCELoss_no_batch_dim_none (__main__.TestNN) ... ok (0.020s) 2022-12-01T11:19:39.4023302Z test_BCELoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4023648Z test_BCELoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4023993Z test_BCELoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4024296Z test_BCELoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.019s) 2022-12-01T11:19:39.4024596Z test_BCELoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4024981Z test_BCELoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4025331Z test_BCELoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4025828Z test_BCELoss_no_reduce (__main__.TestNN) ... [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-12-01T11:19:39.4026199Z ok (0.032s) 2022-12-01T11:19:39.4026446Z test_BCELoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4026937Z test_BCELoss_no_reduce_scalar (__main__.TestNN) ... [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-12-01T11:19:39.4027324Z ok (0.020s) 2022-12-01T11:19:39.4027568Z test_BCELoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4027869Z test_BCELoss_scalar_weights (__main__.TestNN) ... ok (0.021s) 2022-12-01T11:19:39.4028181Z test_BCELoss_scalar_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4028525Z test_BCELoss_scalar_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4028880Z test_BCELoss_scalar_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4029225Z test_BCELoss_scalar_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4029522Z test_BCELoss_weights (__main__.TestNN) ... ok (0.025s) 2022-12-01T11:19:39.4029804Z test_BCELoss_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4030146Z test_BCELoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4030478Z test_BCELoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4030808Z test_BCELoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4031286Z test_BCELoss_weights_no_reduce (__main__.TestNN) ... [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-12-01T11:19:39.4031671Z ok (0.034s) 2022-12-01T11:19:39.4031929Z test_BCELoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4032432Z test_BCELoss_weights_no_reduce_scalar (__main__.TestNN) ... [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-12-01T11:19:39.4032857Z ok (0.020s) 2022-12-01T11:19:39.4033129Z test_BCELoss_weights_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4033436Z test_BCEWithLogitsLoss (__main__.TestNN) ... ok (0.023s) 2022-12-01T11:19:39.4033735Z test_BCEWithLogitsLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4034080Z test_BCEWithLogitsLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4034423Z test_BCEWithLogitsLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4034932Z test_BCEWithLogitsLoss_legacy_enum (__main__.TestNN) ... [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-12-01T11:19:39.4035752Z /opt/conda/lib/python3.7/site-packages/torch/nn/_reduction.py:42: UserWarning: size_average and reduce args will be deprecated, please use reduction='none' instead. 2022-12-01T11:19:39.4036114Z warnings.warn(warning.format(ret)) 2022-12-01T11:19:39.4036594Z /opt/conda/lib/python3.7/site-packages/torch/nn/_reduction.py:42: UserWarning: size_average and reduce args will be deprecated, please use reduction='none' instead. 2022-12-01T11:19:39.4036941Z warnings.warn(warning.format(ret)) 2022-12-01T11:19:39.4037125Z ok (0.024s) 2022-12-01T11:19:39.4037397Z test_BCEWithLogitsLoss_legacy_enum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4037727Z test_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.020s) 2022-12-01T11:19:39.4038057Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4038441Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4038821Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4039155Z test_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.020s) 2022-12-01T11:19:39.4039493Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4039867Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4040244Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4040577Z test_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.020s) 2022-12-01T11:19:39.4040905Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4041284Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4041659Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4042176Z test_BCEWithLogitsLoss_no_reduce (__main__.TestNN) ... [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-12-01T11:19:39.4042563Z ok (0.023s) 2022-12-01T11:19:39.4042827Z test_BCEWithLogitsLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4043342Z test_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestNN) ... [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-12-01T11:19:39.4043792Z ok (0.010s) 2022-12-01T11:19:39.4044203Z test_BCEWithLogitsLoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4044535Z test_BCEWithLogitsLoss_scalar_weights (__main__.TestNN) ... ok (0.020s) 2022-12-01T11:19:39.4044878Z test_BCEWithLogitsLoss_scalar_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4045247Z test_BCEWithLogitsLoss_scalar_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4045626Z test_BCEWithLogitsLoss_scalar_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4045954Z test_BCEWithLogitsLoss_weights (__main__.TestNN) ... ok (0.029s) 2022-12-01T11:19:39.4046282Z test_BCEWithLogitsLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-12-01T11:19:39.4046633Z test_BCEWithLogitsLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4047066Z test_BCEWithLogitsLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4047568Z test_BatchNorm1d_3d_input (__main__.TestNN) ... [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-12-01T11:19:39.4047954Z ok (0.142s) 2022-12-01T11:19:39.4048195Z test_BatchNorm1d_3d_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4048683Z test_BatchNorm1d_3d_input_eval (__main__.TestNN) ... [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-12-01T11:19:39.4049072Z ok (0.077s) 2022-12-01T11:19:39.4049332Z test_BatchNorm1d_3d_input_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4049820Z test_BatchNorm1d_3d_input_not_affine (__main__.TestNN) ... [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-12-01T11:19:39.4050217Z ok (0.044s) 2022-12-01T11:19:39.4050490Z test_BatchNorm1d_3d_input_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4051002Z test_BatchNorm1d_3d_input_not_affine_eval (__main__.TestNN) ... [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-12-01T11:19:39.4051382Z ok (0.035s) 2022-12-01T11:19:39.4051647Z test_BatchNorm1d_3d_input_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4052151Z test_BatchNorm1d_affine (__main__.TestNN) ... [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-12-01T11:19:39.4052536Z ok (0.099s) 2022-12-01T11:19:39.4052775Z test_BatchNorm1d_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4053288Z test_BatchNorm1d_affine_eval (__main__.TestNN) ... [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-12-01T11:19:39.4053677Z ok (0.077s) 2022-12-01T11:19:39.4053920Z test_BatchNorm1d_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4054422Z test_BatchNorm1d_affine_simple_average (__main__.TestNN) ... [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-12-01T11:19:39.4054882Z ok (0.100s) 2022-12-01T11:19:39.4055155Z test_BatchNorm1d_affine_simple_average_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4055664Z test_BatchNorm1d_affine_simple_average_eval (__main__.TestNN) ... [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-12-01T11:19:39.4056067Z ok (0.078s) 2022-12-01T11:19:39.4056346Z test_BatchNorm1d_affine_simple_average_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4056854Z test_BatchNorm1d_not_affine (__main__.TestNN) ... [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-12-01T11:19:39.4057243Z ok (0.049s) 2022-12-01T11:19:39.4057523Z test_BatchNorm1d_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4058021Z test_BatchNorm1d_not_affine_eval (__main__.TestNN) ... [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-12-01T11:19:39.4058506Z ok (0.037s) 2022-12-01T11:19:39.4058752Z test_BatchNorm1d_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4059255Z test_BatchNorm1d_not_tracking_stats (__main__.TestNN) ... [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-12-01T11:19:39.4059652Z ok (0.095s) 2022-12-01T11:19:39.4059921Z test_BatchNorm1d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4060416Z test_BatchNorm1d_not_tracking_stats_eval (__main__.TestNN) ... [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-12-01T11:19:39.4060812Z ok (0.165s) 2022-12-01T11:19:39.4061083Z test_BatchNorm1d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4061581Z test_BatchNorm1d_zero_batch (__main__.TestNN) ... [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-12-01T11:19:39.4061954Z ok (0.025s) 2022-12-01T11:19:39.4062208Z test_BatchNorm1d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4062733Z test_BatchNorm1d_zero_batch_eval (__main__.TestNN) ... [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-12-01T11:19:39.4063127Z ok (0.024s) 2022-12-01T11:19:39.4063372Z test_BatchNorm1d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4063853Z test_BatchNorm2d (__main__.TestNN) ... [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-12-01T11:19:39.4064230Z ok (0.140s) 2022-12-01T11:19:39.4064647Z test_BatchNorm2d_2d_simple_average (__main__.TestNN) ... [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-12-01T11:19:39.4065079Z ok (0.102s) 2022-12-01T11:19:39.4065342Z test_BatchNorm2d_2d_simple_average_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4065854Z test_BatchNorm2d_2d_simple_average_eval (__main__.TestNN) ... [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-12-01T11:19:39.4066250Z ok (0.081s) 2022-12-01T11:19:39.4066505Z test_BatchNorm2d_2d_simple_average_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4066842Z test_BatchNorm2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4067321Z test_BatchNorm2d_eval (__main__.TestNN) ... [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-12-01T11:19:39.4067708Z ok (0.081s) 2022-12-01T11:19:39.4067942Z test_BatchNorm2d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4068453Z test_BatchNorm2d_momentum (__main__.TestNN) ... [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-12-01T11:19:39.4068836Z ok (0.103s) 2022-12-01T11:19:39.4069087Z test_BatchNorm2d_momentum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4069566Z test_BatchNorm2d_momentum_eval (__main__.TestNN) ... [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-12-01T11:19:39.4069954Z ok (0.082s) 2022-12-01T11:19:39.4070211Z test_BatchNorm2d_momentum_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4070693Z test_BatchNorm2d_not_affine (__main__.TestNN) ... [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-12-01T11:19:39.4071075Z ok (0.049s) 2022-12-01T11:19:39.4071328Z test_BatchNorm2d_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4071821Z test_BatchNorm2d_not_affine_eval (__main__.TestNN) ... [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-12-01T11:19:39.4072207Z ok (0.038s) 2022-12-01T11:19:39.4072452Z test_BatchNorm2d_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4072954Z test_BatchNorm2d_not_tracking_stats (__main__.TestNN) ... [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-12-01T11:19:39.4073345Z ok (0.108s) 2022-12-01T11:19:39.4073596Z test_BatchNorm2d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4074101Z test_BatchNorm2d_not_tracking_stats_eval (__main__.TestNN) ... [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-12-01T11:19:39.4074497Z ok (0.101s) 2022-12-01T11:19:39.4074764Z test_BatchNorm2d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4075251Z test_BatchNorm2d_zero_batch (__main__.TestNN) ... [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-12-01T11:19:39.4075693Z ok (0.025s) 2022-12-01T11:19:39.4075949Z test_BatchNorm2d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4076446Z test_BatchNorm2d_zero_batch_eval (__main__.TestNN) ... [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-12-01T11:19:39.4076818Z ok (0.025s) 2022-12-01T11:19:39.4077078Z test_BatchNorm2d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4077562Z test_BatchNorm3d (__main__.TestNN) ... [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-12-01T11:19:39.4077939Z ok (0.116s) 2022-12-01T11:19:39.4078379Z test_BatchNorm3d_3d_simple_average (__main__.TestNN) ... [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-12-01T11:19:39.4078774Z ok (0.155s) 2022-12-01T11:19:39.4079034Z test_BatchNorm3d_3d_simple_average_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4079541Z test_BatchNorm3d_3d_simple_average_eval (__main__.TestNN) ... [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-12-01T11:19:39.4079921Z ok (0.087s) 2022-12-01T11:19:39.4080188Z test_BatchNorm3d_3d_simple_average_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4080523Z test_BatchNorm3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4081004Z test_BatchNorm3d_eval (__main__.TestNN) ... [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-12-01T11:19:39.4081374Z ok (0.087s) 2022-12-01T11:19:39.4081621Z test_BatchNorm3d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4082107Z test_BatchNorm3d_momentum (__main__.TestNN) ... [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-12-01T11:19:39.4082492Z ok (0.116s) 2022-12-01T11:19:39.4082729Z test_BatchNorm3d_momentum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4083223Z test_BatchNorm3d_momentum_eval (__main__.TestNN) ... [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-12-01T11:19:39.4083616Z ok (0.088s) 2022-12-01T11:19:39.4083986Z test_BatchNorm3d_momentum_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4084498Z test_BatchNorm3d_not_affine (__main__.TestNN) ... [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-12-01T11:19:39.4084885Z ok (0.056s) 2022-12-01T11:19:39.4085142Z test_BatchNorm3d_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4085622Z test_BatchNorm3d_not_affine_eval (__main__.TestNN) ... [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-12-01T11:19:39.4086089Z ok (0.041s) 2022-12-01T11:19:39.4086355Z test_BatchNorm3d_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4086860Z test_BatchNorm3d_not_tracking_stats (__main__.TestNN) ... [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-12-01T11:19:39.4087255Z ok (0.111s) 2022-12-01T11:19:39.4087505Z test_BatchNorm3d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4088013Z test_BatchNorm3d_not_tracking_stats_eval (__main__.TestNN) ... [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-12-01T11:19:39.4088416Z ok (0.112s) 2022-12-01T11:19:39.4088670Z test_BatchNorm3d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4089217Z test_BatchNorm3d_zero_batch (__main__.TestNN) ... [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-12-01T11:19:39.4089605Z ok (0.025s) 2022-12-01T11:19:39.4089859Z test_BatchNorm3d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4090339Z test_BatchNorm3d_zero_batch_eval (__main__.TestNN) ... [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-12-01T11:19:39.4090727Z ok (0.025s) 2022-12-01T11:19:39.4090990Z test_BatchNorm3d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4091473Z test_CELU (__main__.TestNN) ... [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-12-01T11:19:39.4091829Z ok (0.033s) 2022-12-01T11:19:39.4092062Z test_CELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4092532Z test_CELU_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4092910Z ok (0.020s) 2022-12-01T11:19:39.4093143Z test_CELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4093610Z test_CELU_scalar (__main__.TestNN) ... [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-12-01T11:19:39.4093985Z ok (0.022s) 2022-12-01T11:19:39.4094226Z test_CELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4094518Z test_CTCLoss_2d_int_target_lengths_intlists (__main__.TestNN) ... ok (0.087s) 2022-12-01T11:19:39.4094861Z test_CTCLoss_2d_int_target_lengths_intlists_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4095237Z test_CTCLoss_2d_int_target_lengths_intlists_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4095577Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction (__main__.TestNN) ... ok (0.126s) 2022-12-01T11:19:39.4095946Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4096346Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4096751Z test_CTCLoss_2d_int_target_lengths_tensors (__main__.TestNN) ... ok (0.092s) 2022-12-01T11:19:39.4097079Z test_CTCLoss_2d_int_target_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4097456Z test_CTCLoss_2d_int_target_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4097801Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.087s) 2022-12-01T11:19:39.4098235Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4098624Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4098964Z test_CTCLoss_2d_lengths_tensors (__main__.TestNN) ... ok (0.086s) 2022-12-01T11:19:39.4099293Z test_CTCLoss_2d_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4099687Z test_CTCLoss_2d_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4100003Z test_CTCLoss_2d_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.086s) 2022-12-01T11:19:39.4100350Z test_CTCLoss_2d_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4100728Z test_CTCLoss_2d_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4101066Z test_CTCLoss_critical_target_len (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T11:19:39.4101364Z test_CTCLoss_lengthchecks_cpu (__main__.TestNN) ... ok (0.014s) 2022-12-01T11:19:39.4101662Z test_CTCLoss_lengthchecks_cuda (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T11:19:39.4101957Z test_CTCLoss_lengths_intlists (__main__.TestNN) ... ok (0.089s) 2022-12-01T11:19:39.4102266Z test_CTCLoss_lengths_intlists_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4102616Z test_CTCLoss_lengths_intlists_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4102939Z test_CTCLoss_lengths_intlists_sum_reduction (__main__.TestNN) ... ok (0.087s) 2022-12-01T11:19:39.4103284Z test_CTCLoss_lengths_intlists_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4103647Z test_CTCLoss_lengths_intlists_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4103963Z test_CTCLoss_lengths_tensors (__main__.TestNN) ... ok (0.088s) 2022-12-01T11:19:39.4104273Z test_CTCLoss_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4104611Z test_CTCLoss_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4104934Z test_CTCLoss_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.096s) 2022-12-01T11:19:39.4105279Z test_CTCLoss_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4105653Z test_CTCLoss_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4105979Z test_CTCLoss_long_targets (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T11:19:39.4106262Z test_CTCLoss_typechecks (__main__.TestNN) ... ok (0.014s) 2022-12-01T11:19:39.4106551Z test_CTCLoss_zero_infinity (__main__.TestNN) ... skip: CUDA not available (0.002s) 2022-12-01T11:19:39.4107034Z test_ConstantPad1d (__main__.TestNN) ... [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-12-01T11:19:39.4107441Z ok (0.029s) 2022-12-01T11:19:39.4107850Z test_ConstantPad1d_batch (__main__.TestNN) ... [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-12-01T11:19:39.4108233Z ok (0.029s) 2022-12-01T11:19:39.4108472Z test_ConstantPad1d_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4108961Z test_ConstantPad1d_complex (__main__.TestNN) ... [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-12-01T11:19:39.4109347Z ok (0.053s) 2022-12-01T11:19:39.4109600Z test_ConstantPad1d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4109918Z test_ConstantPad1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4110425Z test_ConstantPad2d (__main__.TestNN) ... [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-12-01T11:19:39.4110805Z ok (0.031s) 2022-12-01T11:19:39.4111211Z test_ConstantPad2d_complex (__main__.TestNN) ... [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-12-01T11:19:39.4111583Z ok (0.060s) 2022-12-01T11:19:39.4111835Z test_ConstantPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4112163Z test_ConstantPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4112656Z test_ConstantPad2d_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4113036Z ok (0.030s) 2022-12-01T11:19:39.4113296Z test_ConstantPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4113784Z test_ConstantPad3d (__main__.TestNN) ... [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-12-01T11:19:39.4114158Z ok (0.083s) 2022-12-01T11:19:39.4114548Z test_ConstantPad3d_complex (__main__.TestNN) ... [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-12-01T11:19:39.4114934Z ok (0.095s) 2022-12-01T11:19:39.4115188Z test_ConstantPad3d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4115517Z test_ConstantPad3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4115991Z test_ConstantPad3d_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4116376Z ok (0.037s) 2022-12-01T11:19:39.4116638Z test_ConstantPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4117101Z test_Conv1d (__main__.TestNN) ... [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-12-01T11:19:39.4117467Z ok (0.091s) 2022-12-01T11:19:39.4117931Z test_Conv1d_circular_stride2_pad2 (__main__.TestNN) ... [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-12-01T11:19:39.4118316Z ok (0.130s) 2022-12-01T11:19:39.4118561Z test_Conv1d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4118886Z test_Conv1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4119350Z test_Conv1d_dilated (__main__.TestNN) ... [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-12-01T11:19:39.4119721Z ok (0.100s) 2022-12-01T11:19:39.4119952Z test_Conv1d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4120420Z test_Conv1d_groups (__main__.TestNN) ... [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-12-01T11:19:39.4120838Z ok (0.115s) 2022-12-01T11:19:39.4121086Z test_Conv1d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4121879Z test_Conv1d_module_same_padding (__main__.TestNN) ... test_nn.py:752: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:896.) 2022-12-01T11:19:39.4122449Z expect = F.conv1d(x, module.weight, module.bias, padding='same') 2022-12-01T11:19:39.4122674Z ok (0.008s) 2022-12-01T11:19:39.4123072Z test_Conv1d_pad1 (__main__.TestNN) ... [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-12-01T11:19:39.4123433Z ok (0.089s) 2022-12-01T11:19:39.4123681Z test_Conv1d_pad1_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4124336Z test_Conv1d_pad1size1 (__main__.TestNN) ... [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-12-01T11:19:39.4124718Z ok (0.086s) 2022-12-01T11:19:39.4124954Z test_Conv1d_pad1size1_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4125426Z test_Conv1d_pad2 (__main__.TestNN) ... [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-12-01T11:19:39.4125798Z ok (0.100s) 2022-12-01T11:19:39.4126031Z test_Conv1d_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4126506Z test_Conv1d_pad2size1 (__main__.TestNN) ... [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-12-01T11:19:39.4126891Z ok (0.087s) 2022-12-01T11:19:39.4127137Z test_Conv1d_pad2size1_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4127598Z test_Conv1d_pad_same (__main__.TestNN) ... [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-12-01T11:19:39.4127978Z ok (0.096s) 2022-12-01T11:19:39.4128374Z test_Conv1d_pad_same2 (__main__.TestNN) ... [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-12-01T11:19:39.4128829Z ok (0.099s) 2022-12-01T11:19:39.4129066Z test_Conv1d_pad_same2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4129387Z test_Conv1d_pad_same_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4129869Z test_Conv1d_pad_same_dilated (__main__.TestNN) ... [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-12-01T11:19:39.4130252Z ok (0.105s) 2022-12-01T11:19:39.4130499Z test_Conv1d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4130981Z test_Conv1d_pad_valid (__main__.TestNN) ... [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-12-01T11:19:39.4131364Z ok (0.090s) 2022-12-01T11:19:39.4131607Z test_Conv1d_pad_valid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4132122Z test_Conv1d_reflect_stride2_pad2 (__main__.TestNN) ... [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-12-01T11:19:39.4132556Z ok (0.096s) 2022-12-01T11:19:39.4132816Z test_Conv1d_reflect_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4133318Z test_Conv1d_replicate_stride2_pad2 (__main__.TestNN) ... [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-12-01T11:19:39.4133694Z ok (0.093s) 2022-12-01T11:19:39.4133955Z test_Conv1d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4134445Z test_Conv1d_stride (__main__.TestNN) ... [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-12-01T11:19:39.4134816Z ok (0.091s) 2022-12-01T11:19:39.4135045Z test_Conv1d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4135518Z test_Conv1d_zero_batch (__main__.TestNN) ... [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-12-01T11:19:39.4135892Z ok (0.063s) 2022-12-01T11:19:39.4136122Z test_Conv1d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4136606Z test_Conv1d_zeros_stride2_pad2 (__main__.TestNN) ... [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-12-01T11:19:39.4136990Z ok (0.093s) 2022-12-01T11:19:39.4137244Z test_Conv1d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4137700Z test_Conv2d (__main__.TestNN) ... [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-12-01T11:19:39.4138127Z ok (0.092s) 2022-12-01T11:19:39.4138329Z test_Conv2d_1x1 (__main__.TestNN) ... ok (0.019s) 2022-12-01T11:19:39.4138569Z test_Conv2d_OneDNN (__main__.TestNN) ... ok (0.122s) 2022-12-01T11:19:39.4138812Z test_Conv2d_backward_twice (__main__.TestNN) ... ok (0.013s) 2022-12-01T11:19:39.4139275Z test_Conv2d_circular_stride2_pad2 (__main__.TestNN) ... [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-12-01T11:19:39.4139717Z ok (0.188s) 2022-12-01T11:19:39.4139983Z test_Conv2d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4140290Z test_Conv2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4140759Z test_Conv2d_depthwise (__main__.TestNN) ... [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-12-01T11:19:39.4141141Z ok (0.156s) 2022-12-01T11:19:39.4141376Z test_Conv2d_depthwise_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4141865Z test_Conv2d_depthwise_dilated (__main__.TestNN) ... [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-12-01T11:19:39.4142256Z ok (0.179s) 2022-12-01T11:19:39.4142549Z test_Conv2d_depthwise_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4143032Z test_Conv2d_depthwise_padded (__main__.TestNN) ... [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-12-01T11:19:39.4143412Z ok (0.159s) 2022-12-01T11:19:39.4143668Z test_Conv2d_depthwise_padded_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4144155Z test_Conv2d_depthwise_strided (__main__.TestNN) ... [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-12-01T11:19:39.4144530Z ok (0.149s) 2022-12-01T11:19:39.4144784Z test_Conv2d_depthwise_strided_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4145287Z test_Conv2d_depthwise_with_multiplier (__main__.TestNN) ... [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-12-01T11:19:39.4145679Z ok (0.159s) 2022-12-01T11:19:39.4145932Z test_Conv2d_depthwise_with_multiplier_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4146426Z test_Conv2d_dilated (__main__.TestNN) ... [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-12-01T11:19:39.4146807Z ok (0.099s) 2022-12-01T11:19:39.4147052Z test_Conv2d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4147367Z test_Conv2d_dilated_with_long_tensor (__main__.TestNN) ... ok (0.004s) 2022-12-01T11:19:39.4147690Z test_Conv2d_dilated_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4148174Z test_Conv2d_groups (__main__.TestNN) ... [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-12-01T11:19:39.4148549Z ok (0.160s) 2022-12-01T11:19:39.4148781Z test_Conv2d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4149070Z test_Conv2d_groups_nobias (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:19:39.4149329Z test_Conv2d_groups_nobias_v2 (__main__.TestNN) ... ok (0.011s) 2022-12-01T11:19:39.4149769Z test_Conv2d_groups_thnn (__main__.TestNN) ... [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-12-01T11:19:39.4150208Z ok (0.121s) 2022-12-01T11:19:39.4150457Z test_Conv2d_groups_thnn_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4150767Z test_Conv2d_groups_thnn_with_long_tensor (__main__.TestNN) ... ok (0.005s) 2022-12-01T11:19:39.4151081Z test_Conv2d_groups_thnn_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4151394Z test_Conv2d_groups_with_long_tensor (__main__.TestNN) ... ok (0.004s) 2022-12-01T11:19:39.4151710Z test_Conv2d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4152006Z test_Conv2d_inconsistent_types (__main__.TestNN) ... ok (0.024s) 2022-12-01T11:19:39.4152327Z test_Conv2d_inconsistent_types_on_GPU_with_cudnn (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T11:19:39.4152694Z test_Conv2d_inconsistent_types_on_GPU_without_cudnn (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T11:19:39.4153042Z test_Conv2d_missing_argument (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:19:39.4153302Z test_Conv2d_module_same_padding (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:19:39.4153759Z test_Conv2d_no_bias (__main__.TestNN) ... [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-12-01T11:19:39.4154134Z ok (0.066s) 2022-12-01T11:19:39.4154377Z test_Conv2d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4154659Z test_Conv2d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4154976Z test_Conv2d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4155466Z test_Conv2d_pad_same (__main__.TestNN) ... [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-12-01T11:19:39.4155848Z ok (0.099s) 2022-12-01T11:19:39.4156081Z test_Conv2d_pad_same_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4156561Z test_Conv2d_pad_same_dilated (__main__.TestNN) ... [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-12-01T11:19:39.4156945Z ok (0.102s) 2022-12-01T11:19:39.4157187Z test_Conv2d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4157670Z test_Conv2d_pad_valid (__main__.TestNN) ... [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-12-01T11:19:39.4158043Z ok (0.088s) 2022-12-01T11:19:39.4158290Z test_Conv2d_pad_valid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4158754Z test_Conv2d_padding (__main__.TestNN) ... [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-12-01T11:19:39.4159128Z ok (0.099s) 2022-12-01T11:19:39.4159372Z test_Conv2d_padding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4159670Z test_Conv2d_padding_with_long_tensor (__main__.TestNN) ... ok (0.004s) 2022-12-01T11:19:39.4159979Z test_Conv2d_padding_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4160481Z test_Conv2d_reflect_stride2_pad2 (__main__.TestNN) ... [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-12-01T11:19:39.4160903Z ok (0.093s) 2022-12-01T11:19:39.4161164Z test_Conv2d_reflect_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4161650Z test_Conv2d_replicate_stride2_pad2 (__main__.TestNN) ... [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-12-01T11:19:39.4162038Z ok (0.093s) 2022-12-01T11:19:39.4162298Z test_Conv2d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4162782Z test_Conv2d_strided (__main__.TestNN) ... [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-12-01T11:19:39.4163155Z ok (0.093s) 2022-12-01T11:19:39.4163428Z test_Conv2d_strided_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-12-01T11:19:39.4163729Z test_Conv2d_strided_with_long_tensor (__main__.TestNN) ... ok (0.006s) 2022-12-01T11:19:39.4164209Z test_Conv2d_strided_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4164515Z test_Conv2d_with_long_tensor (__main__.TestNN) ... ok (0.005s) 2022-12-01T11:19:39.4164816Z test_Conv2d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4165300Z test_Conv2d_zero_batch (__main__.TestNN) ... [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-12-01T11:19:39.4165672Z ok (0.063s) 2022-12-01T11:19:39.4165926Z test_Conv2d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4166229Z test_Conv2d_zero_batch_with_long_tensor (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:19:39.4166551Z test_Conv2d_zero_batch_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4167036Z test_Conv2d_zeros_stride2_pad2 (__main__.TestNN) ... [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-12-01T11:19:39.4167421Z ok (0.088s) 2022-12-01T11:19:39.4167677Z test_Conv2d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4168151Z test_Conv3d (__main__.TestNN) ... [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-12-01T11:19:39.4168511Z ok (0.091s) 2022-12-01T11:19:39.4168915Z test_Conv3d_1x1x1_no_bias (__main__.TestNN) ... [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-12-01T11:19:39.4169296Z ok (0.059s) 2022-12-01T11:19:39.4169526Z test_Conv3d_1x1x1_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4169832Z test_Conv3d_1x1x1_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4170151Z test_Conv3d_1x1x1_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4170657Z test_Conv3d_circular_stride2_pad2 (__main__.TestNN) ... [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-12-01T11:19:39.4171098Z ok (0.277s) 2022-12-01T11:19:39.4171356Z test_Conv3d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4171679Z test_Conv3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4172147Z test_Conv3d_dilated (__main__.TestNN) ... [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-12-01T11:19:39.4172514Z ok (0.099s) 2022-12-01T11:19:39.4172757Z test_Conv3d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4173235Z test_Conv3d_dilated_strided (__main__.TestNN) ... [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-12-01T11:19:39.4173628Z ok (0.107s) 2022-12-01T11:19:39.4173868Z test_Conv3d_dilated_strided_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4174384Z test_Conv3d_groups (__main__.TestNN) ... [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-12-01T11:19:39.4174763Z ok (0.094s) 2022-12-01T11:19:39.4175006Z test_Conv3d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4175285Z test_Conv3d_groups_nobias (__main__.TestNN) ... ok (0.013s) 2022-12-01T11:19:39.4175547Z test_Conv3d_groups_wbias (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:19:39.4175816Z test_Conv3d_groups_with_long_tensor (__main__.TestNN) ... ok (0.004s) 2022-12-01T11:19:39.4176123Z test_Conv3d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4176434Z test_Conv3d_module_same_padding (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:19:39.4176893Z test_Conv3d_no_bias (__main__.TestNN) ... [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-12-01T11:19:39.4177265Z ok (0.067s) 2022-12-01T11:19:39.4177494Z test_Conv3d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4177789Z test_Conv3d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.004s) 2022-12-01T11:19:39.4178168Z test_Conv3d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4178643Z test_Conv3d_pad_same (__main__.TestNN) ... [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-12-01T11:19:39.4179023Z ok (0.195s) 2022-12-01T11:19:39.4179270Z test_Conv3d_pad_same_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4179756Z test_Conv3d_pad_same_dilated (__main__.TestNN) ... [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-12-01T11:19:39.4180127Z ok (0.131s) 2022-12-01T11:19:39.4180379Z test_Conv3d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4180865Z test_Conv3d_pad_valid (__main__.TestNN) ... [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-12-01T11:19:39.4181242Z ok (0.110s) 2022-12-01T11:19:39.4181515Z test_Conv3d_pad_valid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4182048Z test_Conv3d_replicate_stride2_pad2 (__main__.TestNN) ... [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-12-01T11:19:39.4182443Z ok (0.125s) 2022-12-01T11:19:39.4182703Z test_Conv3d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4183171Z test_Conv3d_stride (__main__.TestNN) ... [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-12-01T11:19:39.4183545Z ok (0.104s) 2022-12-01T11:19:39.4183786Z test_Conv3d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4184261Z test_Conv3d_stride_padding (__main__.TestNN) ... [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-12-01T11:19:39.4184633Z ok (0.105s) 2022-12-01T11:19:39.4184916Z test_Conv3d_stride_padding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4185234Z test_Conv3d_stride_padding_with_long_tensor (__main__.TestNN) ... ok (0.004s) 2022-12-01T11:19:39.4185560Z test_Conv3d_stride_padding_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4185881Z test_Conv3d_stride_with_long_tensor (__main__.TestNN) ... ok (0.004s) 2022-12-01T11:19:39.4186194Z test_Conv3d_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4186496Z test_Conv3d_with_long_tensor (__main__.TestNN) ... ok (0.004s) 2022-12-01T11:19:39.4186785Z test_Conv3d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4187272Z test_Conv3d_zero_batch (__main__.TestNN) ... [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-12-01T11:19:39.4187653Z ok (0.065s) 2022-12-01T11:19:39.4187898Z test_Conv3d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4188191Z test_Conv3d_zero_batch_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4188514Z test_Conv3d_zero_batch_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4189013Z test_Conv3d_zeros_stride2_pad2 (__main__.TestNN) ... [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-12-01T11:19:39.4189396Z ok (0.104s) 2022-12-01T11:19:39.4189640Z test_Conv3d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4190125Z test_ConvTranspose1d (__main__.TestNN) ... [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-12-01T11:19:39.4190504Z ok (0.100s) 2022-12-01T11:19:39.4190736Z test_ConvTranspose1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4191227Z test_ConvTranspose1d_dilated (__main__.TestNN) ... [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-12-01T11:19:39.4191616Z ok (0.092s) 2022-12-01T11:19:39.4191874Z test_ConvTranspose1d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-12-01T11:19:39.4192397Z test_ConvTranspose1d_groups (__main__.TestNN) ... [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-12-01T11:19:39.4192787Z ok (0.154s) 2022-12-01T11:19:39.4193045Z test_ConvTranspose1d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4193538Z test_ConvTranspose1d_no_bias (__main__.TestNN) ... [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-12-01T11:19:39.4193906Z ok (0.064s) 2022-12-01T11:19:39.4194159Z test_ConvTranspose1d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4194642Z test_ConvTranspose2d (__main__.TestNN) ... [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-12-01T11:19:39.4195025Z ok (0.099s) 2022-12-01T11:19:39.4195289Z test_ConvTranspose2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4195772Z test_ConvTranspose2d_dilated (__main__.TestNN) ... [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-12-01T11:19:39.4196159Z ok (0.075s) 2022-12-01T11:19:39.4196415Z test_ConvTranspose2d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4196726Z test_ConvTranspose2d_dilated_with_long_tensor (__main__.TestNN) ... ok (0.004s) 2022-12-01T11:19:39.4197070Z test_ConvTranspose2d_dilated_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4197583Z test_ConvTranspose2d_groups (__main__.TestNN) ... [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-12-01T11:19:39.4197973Z ok (0.101s) 2022-12-01T11:19:39.4198218Z test_ConvTranspose2d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4198544Z test_ConvTranspose2d_groups_with_long_tensor (__main__.TestNN) ... ok (0.004s) 2022-12-01T11:19:39.4198890Z test_ConvTranspose2d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4199228Z test_ConvTranspose2d_half_cublas_gemm (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T11:19:39.4199722Z test_ConvTranspose2d_no_bias (__main__.TestNN) ... [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-12-01T11:19:39.4200109Z ok (0.086s) 2022-12-01T11:19:39.4200366Z test_ConvTranspose2d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4200675Z test_ConvTranspose2d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.004s) 2022-12-01T11:19:39.4201014Z test_ConvTranspose2d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4201337Z test_ConvTranspose2d_output_size (__main__.TestNN) ... ok (0.007s) 2022-12-01T11:19:39.4201648Z test_ConvTranspose2d_output_size_downsample_upsample (__main__.TestNN) ... ok (7.782s) 2022-12-01T11:19:39.4201945Z test_ConvTranspose2d_with_long_tensor (__main__.TestNN) ... ok (0.004s) 2022-12-01T11:19:39.4202273Z test_ConvTranspose2d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4202769Z test_ConvTranspose3d (__main__.TestNN) ... [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-12-01T11:19:39.4203185Z ok (0.090s) 2022-12-01T11:19:39.4203407Z test_ConvTranspose3d_correct_output_size (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:19:39.4203720Z test_ConvTranspose3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4204457Z test_ConvTranspose3d_dilated (__main__.TestNN) ... [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-12-01T11:19:39.4204831Z ok (0.096s) 2022-12-01T11:19:39.4205092Z test_ConvTranspose3d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4205401Z test_CosineEmbeddingLoss (__main__.TestNN) ... ok (0.118s) 2022-12-01T11:19:39.4205726Z test_CosineEmbeddingLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4206073Z test_CosineEmbeddingLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4206486Z test_CosineEmbeddingLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4206808Z test_CosineEmbeddingLoss_margin (__main__.TestNN) ... ok (0.138s) 2022-12-01T11:19:39.4207132Z test_CosineEmbeddingLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4207507Z test_CosineEmbeddingLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4207881Z test_CosineEmbeddingLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4208223Z test_CosineEmbeddingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.118s) 2022-12-01T11:19:39.4208573Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4208977Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4209375Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4209725Z test_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.092s) 2022-12-01T11:19:39.4210065Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4210449Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4210832Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4211177Z test_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.092s) 2022-12-01T11:19:39.4211519Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4211904Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4212288Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4212616Z test_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.094s) 2022-12-01T11:19:39.4212966Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4213349Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4213730Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4214052Z test_CosineEmbeddingLoss_sum_reduction (__main__.TestNN) ... ok (0.120s) 2022-12-01T11:19:39.4214446Z test_CosineEmbeddingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4214826Z test_CosineEmbeddingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4215206Z test_CosineEmbeddingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4215507Z test_CrossEntropyLoss (__main__.TestNN) ... ok (0.021s) 2022-12-01T11:19:39.4215768Z test_CrossEntropyLoss_2d (__main__.TestNN) ... ok (0.025s) 2022-12-01T11:19:39.4216079Z test_CrossEntropyLoss_2d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4216412Z test_CrossEntropyLoss_2d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4216758Z test_CrossEntropyLoss_2d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-12-01T11:19:39.4217077Z test_CrossEntropyLoss_2d_ignore_index (__main__.TestNN) ... ok (0.025s) 2022-12-01T11:19:39.4217444Z test_CrossEntropyLoss_2d_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4217807Z test_CrossEntropyLoss_2d_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4218251Z test_CrossEntropyLoss_2d_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4218605Z test_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestNN) ... ok (0.042s) 2022-12-01T11:19:39.4218974Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4219361Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4219796Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4220172Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestNN) ... ok (0.041s) 2022-12-01T11:19:39.4220562Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4220975Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4221395Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4221777Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.035s) 2022-12-01T11:19:39.4222166Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4222577Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4223001Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4223379Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestNN) ... ok (0.040s) 2022-12-01T11:19:39.4223756Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4224151Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4224560Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4224906Z test_CrossEntropyLoss_2d_prob_target (__main__.TestNN) ... ok (0.024s) 2022-12-01T11:19:39.4225281Z test_CrossEntropyLoss_2d_prob_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4225656Z test_CrossEntropyLoss_2d_prob_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4226023Z test_CrossEntropyLoss_2d_prob_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4226360Z test_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestNN) ... ok (0.025s) 2022-12-01T11:19:39.4226703Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4227094Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4227482Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4227849Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.022s) 2022-12-01T11:19:39.4228252Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4228670Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4229086Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4229453Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestNN) ... ok (0.026s) 2022-12-01T11:19:39.4229814Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4230217Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4230626Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4230988Z test_CrossEntropyLoss_2d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.023s) 2022-12-01T11:19:39.4231336Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4231734Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4232125Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4232471Z test_CrossEntropyLoss_2d_prob_target_weights (__main__.TestNN) ... ok (0.026s) 2022-12-01T11:19:39.4232816Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4233207Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4233597Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4233944Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.024s) 2022-12-01T11:19:39.4234322Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4234735Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4235144Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4235480Z test_CrossEntropyLoss_2d_sum_reduction (__main__.TestNN) ... ok (0.055s) 2022-12-01T11:19:39.4235863Z test_CrossEntropyLoss_2d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4236242Z test_CrossEntropyLoss_2d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4236618Z test_CrossEntropyLoss_2d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4236929Z test_CrossEntropyLoss_2d_weights (__main__.TestNN) ... ok (0.034s) 2022-12-01T11:19:39.4237256Z test_CrossEntropyLoss_2d_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4237619Z test_CrossEntropyLoss_2d_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4237978Z test_CrossEntropyLoss_2d_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4238301Z test_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestNN) ... ok (0.044s) 2022-12-01T11:19:39.4238667Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4239097Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4239479Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4239845Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestNN) ... ok (0.044s) 2022-12-01T11:19:39.4240230Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4240655Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4241059Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4241442Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.038s) 2022-12-01T11:19:39.4241827Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4242250Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4242657Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4243050Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestNN) ... ok (0.039s) 2022-12-01T11:19:39.4243463Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4244080Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4244590Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4244942Z test_CrossEntropyLoss_3d_prob_target (__main__.TestNN) ... ok (0.035s) 2022-12-01T11:19:39.4245281Z test_CrossEntropyLoss_3d_prob_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4245655Z test_CrossEntropyLoss_3d_prob_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4246011Z test_CrossEntropyLoss_3d_prob_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4246352Z test_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestNN) ... ok (0.030s) 2022-12-01T11:19:39.4246763Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4247159Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4247569Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4247934Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.028s) 2022-12-01T11:19:39.4248316Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4248761Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4249162Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4249530Z test_CrossEntropyLoss_3d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.027s) 2022-12-01T11:19:39.4249934Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4250335Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4250714Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4251061Z test_CrossEntropyLoss_3d_prob_target_weights (__main__.TestNN) ... ok (0.035s) 2022-12-01T11:19:39.4251415Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4251803Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4252176Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4252535Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.028s) 2022-12-01T11:19:39.4252916Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4253328Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4253730Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4254076Z test_CrossEntropyLoss_4d_prob_target (__main__.TestNN) ... ok (0.029s) 2022-12-01T11:19:39.4254409Z test_CrossEntropyLoss_4d_prob_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4254770Z test_CrossEntropyLoss_4d_prob_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4255139Z test_CrossEntropyLoss_4d_prob_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4255476Z test_CrossEntropyLoss_4d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.027s) 2022-12-01T11:19:39.4255839Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4256218Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4256611Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4256954Z test_CrossEntropyLoss_4d_prob_target_weights (__main__.TestNN) ... ok (0.035s) 2022-12-01T11:19:39.4257306Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4257721Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4258176Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4258537Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.029s) 2022-12-01T11:19:39.4258918Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4259315Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4259724Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4260102Z test_CrossEntropyLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4260482Z test_CrossEntropyLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4260809Z test_CrossEntropyLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4261121Z test_CrossEntropyLoss_dim_is_3 (__main__.TestNN) ... ok (0.025s) 2022-12-01T11:19:39.4261441Z test_CrossEntropyLoss_dim_is_3_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4261781Z test_CrossEntropyLoss_dim_is_3_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4262129Z test_CrossEntropyLoss_dim_is_3_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4262454Z test_CrossEntropyLoss_dim_is_3_sum_reduction (__main__.TestNN) ... ok (0.025s) 2022-12-01T11:19:39.4262801Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4263172Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4263548Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4263878Z test_CrossEntropyLoss_higher_dim (__main__.TestNN) ... ok (0.030s) 2022-12-01T11:19:39.4264213Z test_CrossEntropyLoss_higher_dim_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4264565Z test_CrossEntropyLoss_higher_dim_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4264927Z test_CrossEntropyLoss_higher_dim_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4265263Z test_CrossEntropyLoss_higher_dim_sum_reduction (__main__.TestNN) ... ok (0.034s) 2022-12-01T11:19:39.4265608Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4265999Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4266383Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4266709Z test_CrossEntropyLoss_weights (__main__.TestNN) ... ok (0.020s) 2022-12-01T11:19:39.4267020Z test_CrossEntropyLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4267378Z test_CrossEntropyLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4267734Z test_CrossEntropyLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4268234Z test_CrossMapLRN2d (__main__.TestNN) ... [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-12-01T11:19:39.4268654Z ok (0.036s) 2022-12-01T11:19:39.4268905Z test_CrossMapLRN2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4269372Z test_ELU (__main__.TestNN) ... [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-12-01T11:19:39.4269737Z ok (0.028s) 2022-12-01T11:19:39.4269957Z test_ELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4270422Z test_ELU_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4270807Z ok (0.019s) 2022-12-01T11:19:39.4271043Z test_ELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4271582Z test_ELU_scalar (__main__.TestNN) ... [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-12-01T11:19:39.4271959Z ok (0.018s) 2022-12-01T11:19:39.4272198Z test_ELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4272650Z test_Embedding (__main__.TestNN) ... [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-12-01T11:19:39.4273023Z ok (0.020s) 2022-12-01T11:19:39.4273439Z test_EmbeddingBag_discontiguous (__main__.TestNN) ... [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-12-01T11:19:39.4273838Z ok (0.134s) 2022-12-01T11:19:39.4274116Z test_EmbeddingBag_discontiguous_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4274613Z test_EmbeddingBag_max (__main__.TestNN) ... [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-12-01T11:19:39.4274992Z ok (0.025s) 2022-12-01T11:19:39.4275237Z test_EmbeddingBag_max_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4275719Z test_EmbeddingBag_max_padding_idx (__main__.TestNN) ... [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-12-01T11:19:39.4276110Z ok (0.026s) 2022-12-01T11:19:39.4276372Z test_EmbeddingBag_max_padding_idx_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4276868Z test_EmbeddingBag_mean (__main__.TestNN) ... [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-12-01T11:19:39.4277239Z ok (0.026s) 2022-12-01T11:19:39.4277488Z test_EmbeddingBag_mean_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4277985Z test_EmbeddingBag_mean_padding_idx (__main__.TestNN) ... [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-12-01T11:19:39.4278379Z ok (0.026s) 2022-12-01T11:19:39.4278633Z test_EmbeddingBag_mean_padding_idx_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4279171Z test_EmbeddingBag_sparse (__main__.TestNN) ... [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-12-01T11:19:39.4279564Z ok (0.043s) 2022-12-01T11:19:39.4279816Z test_EmbeddingBag_sparse_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4280298Z test_EmbeddingBag_sum (__main__.TestNN) ... [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-12-01T11:19:39.4280663Z ok (0.024s) 2022-12-01T11:19:39.4280907Z test_EmbeddingBag_sum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4281404Z test_EmbeddingBag_sum_padding_idx (__main__.TestNN) ... [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-12-01T11:19:39.4281794Z ok (0.025s) 2022-12-01T11:19:39.4282078Z test_EmbeddingBag_sum_padding_idx_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4282407Z test_Embedding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4282886Z test_Embedding_discontiguous (__main__.TestNN) ... [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-12-01T11:19:39.4283265Z ok (0.095s) 2022-12-01T11:19:39.4283523Z test_Embedding_discontiguous_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4284225Z test_Embedding_sparse (__main__.TestNN) ... [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-12-01T11:19:39.4284616Z ok (0.036s) 2022-12-01T11:19:39.4284853Z test_Embedding_sparse_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4285323Z test_Flatten (__main__.TestNN) ... [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-12-01T11:19:39.4285689Z ok (0.028s) 2022-12-01T11:19:39.4285928Z test_Flatten_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4286386Z test_Flatten_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4286771Z ok (0.027s) 2022-12-01T11:19:39.4287020Z test_Flatten_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4287487Z test_Fold (__main__.TestNN) ... [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-12-01T11:19:39.4287841Z ok (0.021s) 2022-12-01T11:19:39.4288073Z test_Fold_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4288536Z test_Fold_int_input (__main__.TestNN) ... [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-12-01T11:19:39.4288908Z ok (0.021s) 2022-12-01T11:19:39.4289138Z test_Fold_int_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4289690Z test_Fold_no_batch_dim_input (__main__.TestNN) ... [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-12-01T11:19:39.4290073Z ok (0.019s) 2022-12-01T11:19:39.4290312Z test_Fold_no_batch_dim_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4290802Z test_Fold_no_batch_dim_int_input (__main__.TestNN) ... [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-12-01T11:19:39.4291181Z ok (0.019s) 2022-12-01T11:19:39.4291436Z test_Fold_no_batch_dim_int_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4291929Z test_FractionalMaxPool2d_ratio (__main__.TestNN) ... [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-12-01T11:19:39.4292326Z ok (0.031s) 2022-12-01T11:19:39.4292626Z test_FractionalMaxPool2d_ratio_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4293149Z test_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4293543Z ok (0.032s) 2022-12-01T11:19:39.4293818Z test_FractionalMaxPool2d_ratio_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4294368Z test_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestNN) ... [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-12-01T11:19:39.4294789Z ok (0.033s) 2022-12-01T11:19:39.4295070Z test_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4295618Z test_FractionalMaxPool2d_ratio_return_indices (__main__.TestNN) ... [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-12-01T11:19:39.4296021Z ok (0.031s) 2022-12-01T11:19:39.4296299Z test_FractionalMaxPool2d_ratio_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4296807Z test_FractionalMaxPool2d_size (__main__.TestNN) ... [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-12-01T11:19:39.4297200Z ok (0.031s) 2022-12-01T11:19:39.4297462Z test_FractionalMaxPool2d_size_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4297981Z test_FractionalMaxPool2d_size_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4298442Z ok (0.032s) 2022-12-01T11:19:39.4298719Z test_FractionalMaxPool2d_size_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4299265Z test_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestNN) ... [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-12-01T11:19:39.4299683Z ok (0.033s) 2022-12-01T11:19:39.4300024Z test_FractionalMaxPool2d_size_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4300563Z test_FractionalMaxPool3d_asymsize (__main__.TestNN) ... [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-12-01T11:19:39.4300958Z ok (0.051s) 2022-12-01T11:19:39.4301222Z test_FractionalMaxPool3d_asymsize_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4301720Z test_FractionalMaxPool3d_ratio (__main__.TestNN) ... [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-12-01T11:19:39.4302112Z ok (0.035s) 2022-12-01T11:19:39.4302375Z test_FractionalMaxPool3d_ratio_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4302926Z test_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4302994Z ok (0.035s) 2022-12-01T11:19:39.4303161Z test_FractionalMaxPool3d_ratio_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4303510Z test_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestNN) ... [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-12-01T11:19:39.4303574Z ok (0.042s) 2022-12-01T11:19:39.4303771Z test_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4304107Z test_FractionalMaxPool3d_ratio_return_indices (__main__.TestNN) ... [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-12-01T11:19:39.4304173Z ok (0.035s) 2022-12-01T11:19:39.4304353Z test_FractionalMaxPool3d_ratio_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4304667Z test_FractionalMaxPool3d_size (__main__.TestNN) ... [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-12-01T11:19:39.4304732Z ok (0.043s) 2022-12-01T11:19:39.4304899Z test_FractionalMaxPool3d_size_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4305229Z test_FractionalMaxPool3d_size_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4305284Z ok (0.040s) 2022-12-01T11:19:39.4305465Z test_FractionalMaxPool3d_size_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4305810Z test_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestNN) ... [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-12-01T11:19:39.4305876Z ok (0.041s) 2022-12-01T11:19:39.4306074Z test_FractionalMaxPool3d_size_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4306368Z test_GELU (__main__.TestNN) ... [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-12-01T11:19:39.4306464Z ok (0.032s) 2022-12-01T11:19:39.4306602Z test_GELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4306909Z test_GELU_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4306974Z ok (0.020s) 2022-12-01T11:19:39.4307111Z test_GELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4307409Z test_GELU_scalar (__main__.TestNN) ... [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-12-01T11:19:39.4307473Z ok (0.020s) 2022-12-01T11:19:39.4307622Z test_GELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4307944Z test_GLU (__main__.TestNN) ... [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-12-01T11:19:39.4308011Z ok (0.052s) 2022-12-01T11:19:39.4308146Z test_GLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4308439Z test_GLU_dim (__main__.TestNN) ... [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-12-01T11:19:39.4308504Z ok (0.036s) 2022-12-01T11:19:39.4308632Z test_GLU_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4308935Z test_GLU_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4309003Z ok (0.023s) 2022-12-01T11:19:39.4309157Z test_GLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4309462Z test_GroupNorm_1d_affine (__main__.TestNN) ... [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-12-01T11:19:39.4309528Z ok (0.122s) 2022-12-01T11:19:39.4309840Z test_GroupNorm_1d_affine_GN (__main__.TestNN) ... [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-12-01T11:19:39.4309903Z ok (0.117s) 2022-12-01T11:19:39.4310061Z test_GroupNorm_1d_affine_GN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4310362Z test_GroupNorm_1d_affine_GN_eval (__main__.TestNN) ... [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-12-01T11:19:39.4310427Z ok (0.127s) 2022-12-01T11:19:39.4310586Z test_GroupNorm_1d_affine_GN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4310740Z test_GroupNorm_1d_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4311055Z test_GroupNorm_1d_affine_eval (__main__.TestNN) ... [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-12-01T11:19:39.4311122Z ok (0.114s) 2022-12-01T11:19:39.4311280Z test_GroupNorm_1d_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4311478Z test_GroupNorm_1d_affine_large_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4311651Z test_GroupNorm_1d_affine_large_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4311961Z test_GroupNorm_1d_no_affine_IN (__main__.TestNN) ... [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-12-01T11:19:39.4312014Z ok (0.053s) 2022-12-01T11:19:39.4312174Z test_GroupNorm_1d_no_affine_IN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4312492Z test_GroupNorm_1d_no_affine_IN_eval (__main__.TestNN) ... [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-12-01T11:19:39.4312561Z ok (0.053s) 2022-12-01T11:19:39.4312726Z test_GroupNorm_1d_no_affine_IN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4313061Z test_GroupNorm_1d_no_affine_LN (__main__.TestNN) ... [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-12-01T11:19:39.4313128Z ok (0.052s) 2022-12-01T11:19:39.4313285Z test_GroupNorm_1d_no_affine_LN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4313597Z test_GroupNorm_1d_no_affine_LN_eval (__main__.TestNN) ... [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-12-01T11:19:39.4313662Z ok (0.052s) 2022-12-01T11:19:39.4313816Z test_GroupNorm_1d_no_affine_LN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4314124Z test_GroupNorm_2d_affine (__main__.TestNN) ... [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-12-01T11:19:39.4314190Z ok (0.121s) 2022-12-01T11:19:39.4314344Z test_GroupNorm_2d_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4314657Z test_GroupNorm_2d_affine_eval (__main__.TestNN) ... [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-12-01T11:19:39.4314722Z ok (0.124s) 2022-12-01T11:19:39.4314877Z test_GroupNorm_2d_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4315050Z test_GroupNorm_2d_affine_large_feature_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4315227Z test_GroupNorm_2d_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4315529Z test_GroupNorm_2d_no_affine_IN (__main__.TestNN) ... [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-12-01T11:19:39.4315595Z ok (0.109s) 2022-12-01T11:19:39.4315752Z test_GroupNorm_2d_no_affine_IN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4316067Z test_GroupNorm_2d_no_affine_IN_eval (__main__.TestNN) ... [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-12-01T11:19:39.4316164Z ok (0.054s) 2022-12-01T11:19:39.4316325Z test_GroupNorm_2d_no_affine_IN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4316635Z test_GroupNorm_2d_no_affine_LN (__main__.TestNN) ... [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-12-01T11:19:39.4316699Z ok (0.053s) 2022-12-01T11:19:39.4316856Z test_GroupNorm_2d_no_affine_LN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4317169Z test_GroupNorm_2d_no_affine_LN_eval (__main__.TestNN) ... [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-12-01T11:19:39.4317221Z ok (0.053s) 2022-12-01T11:19:39.4317384Z test_GroupNorm_2d_no_affine_LN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4317560Z test_GroupNorm_2d_no_affine_large_feature_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4317769Z test_GroupNorm_2d_no_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4318073Z test_Hardshrink (__main__.TestNN) ... [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-12-01T11:19:39.4318138Z ok (0.027s) 2022-12-01T11:19:39.4318285Z test_Hardshrink_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4318594Z test_Hardshrink_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4318661Z ok (0.018s) 2022-12-01T11:19:39.4318806Z test_Hardshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4319117Z test_Hardshrink_scalar (__main__.TestNN) ... [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-12-01T11:19:39.4319182Z ok (0.017s) 2022-12-01T11:19:39.4319332Z test_Hardshrink_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4319644Z test_Hardsigmoid_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4319710Z ok (0.010s) 2022-12-01T11:19:39.4319867Z test_Hardsigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4320183Z test_Hardswish_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4320249Z ok (0.009s) 2022-12-01T11:19:39.4320406Z test_Hardswish_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4320690Z test_Hardtanh (__main__.TestNN) ... [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-12-01T11:19:39.4320754Z ok (0.028s) 2022-12-01T11:19:39.4320897Z test_Hardtanh_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4321208Z test_Hardtanh_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4321305Z ok (0.019s) 2022-12-01T11:19:39.4321461Z test_Hardtanh_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4321765Z test_Hardtanh_scalar (__main__.TestNN) ... [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-12-01T11:19:39.4321831Z ok (0.019s) 2022-12-01T11:19:39.4321980Z test_Hardtanh_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4322090Z test_HingeEmbeddingLoss (__main__.TestNN) ... ok (0.029s) 2022-12-01T11:19:39.4322256Z test_HingeEmbeddingLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4322420Z test_HingeEmbeddingLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4322586Z test_HingeEmbeddingLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4322744Z test_HingeEmbeddingLoss_margin (__main__.TestNN) ... ok (0.028s) 2022-12-01T11:19:39.4322921Z test_HingeEmbeddingLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4323095Z test_HingeEmbeddingLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4323268Z test_HingeEmbeddingLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4323599Z test_HingeEmbeddingLoss_margin_no_reduce (__main__.TestNN) ... [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-12-01T11:19:39.4323652Z ok (0.028s) 2022-12-01T11:19:39.4323984Z test_HingeEmbeddingLoss_margin_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4324219Z test_HingeEmbeddingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.026s) 2022-12-01T11:19:39.4324426Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4324614Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4324797Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4324937Z test_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.026s) 2022-12-01T11:19:39.4325120Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4325304Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4325473Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4325616Z test_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.026s) 2022-12-01T11:19:39.4325797Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4325977Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4326152Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4326290Z test_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.026s) 2022-12-01T11:19:39.4326466Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4326704Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4326882Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4327205Z test_HingeEmbeddingLoss_no_reduce (__main__.TestNN) ... [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-12-01T11:19:39.4327258Z ok (0.028s) 2022-12-01T11:19:39.4327425Z test_HingeEmbeddingLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4327562Z test_HingeEmbeddingLoss_scalar_margin (__main__.TestNN) ... ok (0.026s) 2022-12-01T11:19:39.4327743Z test_HingeEmbeddingLoss_scalar_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4327923Z test_HingeEmbeddingLoss_scalar_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4328140Z test_HingeEmbeddingLoss_scalar_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4328295Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction (__main__.TestNN) ... ok (0.023s) 2022-12-01T11:19:39.4328492Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4328684Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4328865Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4329001Z test_HingeEmbeddingLoss_sum_reduction (__main__.TestNN) ... ok (0.027s) 2022-12-01T11:19:39.4329183Z test_HingeEmbeddingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4329365Z test_HingeEmbeddingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4329545Z test_HingeEmbeddingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4329650Z test_HuberLoss (__main__.TestNN) ... ok (0.039s) 2022-12-01T11:19:39.4329803Z test_HuberLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4329953Z test_HuberLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4330090Z test_HuberLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4330237Z test_HuberLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4330544Z test_HuberLoss_delta (__main__.TestNN) ... [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-12-01T11:19:39.4330613Z ok (0.275s) 2022-12-01T11:19:39.4330762Z test_HuberLoss_delta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4330889Z test_HuberLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:19:39.4331064Z test_HuberLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4331233Z test_HuberLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4331398Z test_HuberLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4331510Z test_HuberLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:19:39.4331677Z test_HuberLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4331878Z test_HuberLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4332046Z test_HuberLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4332167Z test_HuberLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:19:39.4332334Z test_HuberLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4332498Z test_HuberLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4332662Z test_HuberLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4332783Z test_HuberLoss_sum_reduction (__main__.TestNN) ... ok (0.036s) 2022-12-01T11:19:39.4332938Z test_HuberLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4333107Z test_HuberLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4333305Z test_HuberLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4333470Z test_HuberLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4333783Z test_InstanceNorm1d (__main__.TestNN) ... [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-12-01T11:19:39.4333850Z ok (0.049s) 2022-12-01T11:19:39.4334001Z test_InstanceNorm1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4334314Z test_InstanceNorm1d_eval (__main__.TestNN) ... [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-12-01T11:19:39.4334383Z ok (0.049s) 2022-12-01T11:19:39.4334528Z test_InstanceNorm1d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4334847Z test_InstanceNorm1d_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4334912Z ok (0.049s) 2022-12-01T11:19:39.4335078Z test_InstanceNorm1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4335399Z test_InstanceNorm1d_no_batch_dim_eval (__main__.TestNN) ... [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-12-01T11:19:39.4335467Z ok (0.049s) 2022-12-01T11:19:39.4335638Z test_InstanceNorm1d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4335962Z test_InstanceNorm1d_tracking_stats (__main__.TestNN) ... [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-12-01T11:19:39.4336026Z ok (0.062s) 2022-12-01T11:19:39.4336195Z test_InstanceNorm1d_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4336509Z test_InstanceNorm1d_tracking_stats_eval (__main__.TestNN) ... [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-12-01T11:19:39.4336573Z ok (0.049s) 2022-12-01T11:19:39.4336745Z test_InstanceNorm1d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4337123Z test_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4337189Z ok (0.058s) 2022-12-01T11:19:39.4337368Z test_InstanceNorm1d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4337697Z test_InstanceNorm1d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... [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-12-01T11:19:39.4337763Z ok (0.048s) 2022-12-01T11:19:39.4337947Z test_InstanceNorm1d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4338370Z test_InstanceNorm2d (__main__.TestNN) ... [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-12-01T11:19:39.4338425Z ok (0.052s) 2022-12-01T11:19:39.4338575Z test_InstanceNorm2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4338884Z test_InstanceNorm2d_eval (__main__.TestNN) ... [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-12-01T11:19:39.4338949Z ok (0.051s) 2022-12-01T11:19:39.4339103Z test_InstanceNorm2d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4339420Z test_InstanceNorm2d_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4339488Z ok (0.053s) 2022-12-01T11:19:39.4339654Z test_InstanceNorm2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4339978Z test_InstanceNorm2d_no_batch_dim_eval (__main__.TestNN) ... [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-12-01T11:19:39.4340045Z ok (0.054s) 2022-12-01T11:19:39.4340201Z test_InstanceNorm2d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4340523Z test_InstanceNorm2d_tracking_stats (__main__.TestNN) ... [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-12-01T11:19:39.4340589Z ok (0.062s) 2022-12-01T11:19:39.4340756Z test_InstanceNorm2d_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4341086Z test_InstanceNorm2d_tracking_stats_eval (__main__.TestNN) ... [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-12-01T11:19:39.4341152Z ok (0.050s) 2022-12-01T11:19:39.4341324Z test_InstanceNorm2d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4341655Z test_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4341721Z ok (0.063s) 2022-12-01T11:19:39.4341933Z test_InstanceNorm2d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4342257Z test_InstanceNorm2d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... [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-12-01T11:19:39.4342323Z ok (0.052s) 2022-12-01T11:19:39.4342504Z test_InstanceNorm2d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4342811Z test_InstanceNorm3d (__main__.TestNN) ... [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-12-01T11:19:39.4342877Z ok (0.058s) 2022-12-01T11:19:39.4343028Z test_InstanceNorm3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4343365Z test_InstanceNorm3d_eval (__main__.TestNN) ... [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-12-01T11:19:39.4343431Z ok (0.060s) 2022-12-01T11:19:39.4343588Z test_InstanceNorm3d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-12-01T11:19:39.4343903Z test_InstanceNorm3d_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4343955Z ok (0.058s) 2022-12-01T11:19:39.4344119Z test_InstanceNorm3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4344441Z test_InstanceNorm3d_no_batch_dim_eval (__main__.TestNN) ... [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-12-01T11:19:39.4344510Z ok (0.057s) 2022-12-01T11:19:39.4344682Z test_InstanceNorm3d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4345001Z test_InstanceNorm3d_tracking_stats (__main__.TestNN) ... [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-12-01T11:19:39.4345067Z ok (0.066s) 2022-12-01T11:19:39.4345235Z test_InstanceNorm3d_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4345561Z test_InstanceNorm3d_tracking_stats_eval (__main__.TestNN) ... [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-12-01T11:19:39.4345628Z ok (0.053s) 2022-12-01T11:19:39.4345790Z test_InstanceNorm3d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4346119Z test_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4346186Z ok (0.067s) 2022-12-01T11:19:39.4346363Z test_InstanceNorm3d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4346699Z test_InstanceNorm3d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... [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-12-01T11:19:39.4346796Z ok (0.053s) 2022-12-01T11:19:39.4346979Z test_InstanceNorm3d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4347743Z test_KLDivLoss (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2917: 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-12-01T11:19:39.4347968Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T11:19:39.4348582Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2917: 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-12-01T11:19:39.4348802Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T11:19:39.4349436Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2917: 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-12-01T11:19:39.4349645Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T11:19:39.4349712Z ok (0.021s) 2022-12-01T11:19:39.4349833Z test_KLDivLoss_batch_mean (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4349966Z test_KLDivLoss_batch_mean_log_target (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4350120Z test_KLDivLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4350273Z test_KLDivLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4350424Z test_KLDivLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4351105Z test_KLDivLoss_log_target (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2917: 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-12-01T11:19:39.4351325Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T11:19:39.4351920Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2917: 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-12-01T11:19:39.4352141Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T11:19:39.4352196Z ok (0.022s) 2022-12-01T11:19:39.4352363Z test_KLDivLoss_log_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4352526Z test_KLDivLoss_log_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4352686Z test_KLDivLoss_log_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4352822Z test_KLDivLoss_log_target_sum_reduction (__main__.TestNN) ... ok (0.019s) 2022-12-01T11:19:39.4353002Z test_KLDivLoss_log_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4353181Z test_KLDivLoss_log_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4353386Z test_KLDivLoss_log_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4353503Z test_KLDivLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:19:39.4353675Z test_KLDivLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4353844Z test_KLDivLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4354014Z test_KLDivLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4354141Z test_KLDivLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:19:39.4354310Z test_KLDivLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4354478Z test_KLDivLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4354646Z test_KLDivLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4354799Z test_KLDivLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:19:39.4354957Z test_KLDivLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4355124Z test_KLDivLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4355289Z test_KLDivLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4355603Z test_KLDivLoss_no_reduce (__main__.TestNN) ... [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-12-01T11:19:39.4355672Z ok (0.033s) 2022-12-01T11:19:39.4355828Z test_KLDivLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4356158Z test_KLDivLoss_no_reduce_log_target (__main__.TestNN) ... [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-12-01T11:19:39.4356223Z ok (0.034s) 2022-12-01T11:19:39.4356393Z test_KLDivLoss_no_reduce_log_target_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4356695Z test_KLDivLoss_no_reduce_scalar (__main__.TestNN) ... [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-12-01T11:19:39.4356759Z ok (0.022s) 2022-12-01T11:19:39.4356922Z test_KLDivLoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4357256Z test_KLDivLoss_no_reduce_scalar_log_target (__main__.TestNN) ... [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-12-01T11:19:39.4357323Z ok (0.023s) 2022-12-01T11:19:39.4357499Z test_KLDivLoss_no_reduce_scalar_log_target_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4358172Z test_KLDivLoss_scalar (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2917: 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-12-01T11:19:39.4358396Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T11:19:39.4359033Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2917: 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-12-01T11:19:39.4359251Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T11:19:39.4359851Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2917: 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-12-01T11:19:39.4360071Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T11:19:39.4360137Z ok (0.020s) 2022-12-01T11:19:39.4360290Z test_KLDivLoss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4360450Z test_KLDivLoss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4360634Z test_KLDivLoss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4361321Z test_KLDivLoss_scalar_log_target (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2917: 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-12-01T11:19:39.4361540Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T11:19:39.4362141Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2917: 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-12-01T11:19:39.4362360Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T11:19:39.4362428Z ok (0.020s) 2022-12-01T11:19:39.4362601Z test_KLDivLoss_scalar_log_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4362772Z test_KLDivLoss_scalar_log_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4362929Z test_KLDivLoss_scalar_log_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4363073Z test_KLDivLoss_scalar_log_target_sum_reduction (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:19:39.4363258Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.005s) 2022-12-01T11:19:39.4363446Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4363630Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4363763Z test_KLDivLoss_scalar_sum_reduction (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:19:39.4364148Z test_KLDivLoss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4364357Z test_KLDivLoss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4364529Z test_KLDivLoss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4364639Z test_KLDivLoss_sum_reduction (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:19:39.4364806Z test_KLDivLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4365030Z test_KLDivLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4365198Z test_KLDivLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4365526Z test_KLDivLoss_with_log_target_no_reduce (__main__.TestNN) ... [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-12-01T11:19:39.4365594Z ok (0.035s) 2022-12-01T11:19:39.4365765Z test_KLDivLoss_with_log_target_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4366088Z test_KLDivLoss_with_target_no_reduce (__main__.TestNN) ... [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-12-01T11:19:39.4366156Z ok (0.033s) 2022-12-01T11:19:39.4366360Z test_KLDivLoss_with_target_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4366452Z test_L1Loss (__main__.TestNN) ... ok (0.039s) 2022-12-01T11:19:39.4366598Z test_L1Loss_cuda_cdouble (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4366745Z test_L1Loss_cuda_cfloat (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4366885Z test_L1Loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4367029Z test_L1Loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4367173Z test_L1Loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4367292Z test_L1Loss_no_batch_dim_mean (__main__.TestNN) ... ok (0.019s) 2022-12-01T11:19:39.4367459Z test_L1Loss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4367616Z test_L1Loss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4367778Z test_L1Loss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4367898Z test_L1Loss_no_batch_dim_none (__main__.TestNN) ... ok (0.019s) 2022-12-01T11:19:39.4368059Z test_L1Loss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4368222Z test_L1Loss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4368381Z test_L1Loss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4368500Z test_L1Loss_no_batch_dim_sum (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:19:39.4368659Z test_L1Loss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4368807Z test_L1Loss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4368970Z test_L1Loss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4369281Z test_L1Loss_no_reduce (__main__.TestNN) ... [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-12-01T11:19:39.4369348Z ok (0.032s) 2022-12-01T11:19:39.4369666Z test_L1Loss_no_reduce_complex (__main__.TestNN) ... [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-12-01T11:19:39.4369731Z ok (0.064s) 2022-12-01T11:19:39.4369891Z test_L1Loss_no_reduce_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4370078Z test_L1Loss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4370394Z test_L1Loss_no_reduce_scalar (__main__.TestNN) ... [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-12-01T11:19:39.4370459Z ok (0.022s) 2022-12-01T11:19:39.4370603Z test_L1Loss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4370711Z test_L1Loss_scalar (__main__.TestNN) ... ok (0.037s) 2022-12-01T11:19:39.4370867Z test_L1Loss_scalar_cuda_cdouble (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4371020Z test_L1Loss_scalar_cuda_cfloat (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4371172Z test_L1Loss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4371326Z test_L1Loss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4371504Z test_L1Loss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4371807Z test_LPPool1d (__main__.TestNN) ... [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-12-01T11:19:39.4371873Z ok (0.084s) 2022-12-01T11:19:39.4372005Z test_LPPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.022s) 2022-12-01T11:19:39.4372318Z test_LPPool1d_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4372384Z ok (0.066s) 2022-12-01T11:19:39.4372541Z test_LPPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4372847Z test_LPPool1d_norm (__main__.TestNN) ... [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-12-01T11:19:39.4372912Z ok (0.067s) 2022-12-01T11:19:39.4373060Z test_LPPool1d_norm_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4373356Z test_LPPool2d (__main__.TestNN) ... [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-12-01T11:19:39.4373421Z ok (0.063s) 2022-12-01T11:19:39.4373552Z test_LPPool2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4373857Z test_LPPool2d_norm (__main__.TestNN) ... [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-12-01T11:19:39.4373922Z ok (0.066s) 2022-12-01T11:19:39.4374070Z test_LPPool2d_norm_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4374170Z test_LSTM_cell (__main__.TestNN) ... ok (0.026s) 2022-12-01T11:19:39.4374297Z test_LSTM_cell_forward_hidden_size (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:19:39.4374426Z test_LSTM_cell_forward_input_size (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:19:39.4374750Z test_LayerNorm_1d_elementwise_affine (__main__.TestNN) ... [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-12-01T11:19:39.4374814Z ok (0.097s) 2022-12-01T11:19:39.4375014Z test_LayerNorm_1d_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4375343Z test_LayerNorm_1d_elementwise_affine_eval (__main__.TestNN) ... [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-12-01T11:19:39.4375409Z ok (0.091s) 2022-12-01T11:19:39.4375581Z test_LayerNorm_1d_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4375910Z test_LayerNorm_1d_empty_elementwise_affine (__main__.TestNN) ... [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-12-01T11:19:39.4375978Z ok (0.078s) 2022-12-01T11:19:39.4376155Z test_LayerNorm_1d_empty_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4376521Z test_LayerNorm_1d_empty_elementwise_affine_eval (__main__.TestNN) ... [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-12-01T11:19:39.4376589Z ok (0.076s) 2022-12-01T11:19:39.4376772Z test_LayerNorm_1d_empty_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4377084Z test_LayerNorm_1d_no_elementwise_affine (__main__.TestNN) ... [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-12-01T11:19:39.4377148Z ok (0.042s) 2022-12-01T11:19:39.4377320Z test_LayerNorm_1d_no_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4377650Z test_LayerNorm_1d_no_elementwise_affine_eval (__main__.TestNN) ... [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-12-01T11:19:39.4377718Z ok (0.042s) 2022-12-01T11:19:39.4377893Z test_LayerNorm_1d_no_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4378272Z test_LayerNorm_3d_elementwise_affine (__main__.TestNN) ... [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-12-01T11:19:39.4378337Z ok (0.093s) 2022-12-01T11:19:39.4378505Z test_LayerNorm_3d_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4378828Z test_LayerNorm_3d_elementwise_affine_eval (__main__.TestNN) ... [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-12-01T11:19:39.4378886Z ok (0.090s) 2022-12-01T11:19:39.4379061Z test_LayerNorm_3d_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4379386Z test_LayerNorm_3d_no_affine_large_feature (__main__.TestNN) ... [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-12-01T11:19:39.4379451Z ok (3.353s) 2022-12-01T11:19:39.4379621Z test_LayerNorm_3d_no_affine_large_feature_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4379945Z test_LayerNorm_3d_no_affine_large_feature_eval (__main__.TestNN) ... [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-12-01T11:19:39.4380046Z ok (3.178s) 2022-12-01T11:19:39.4380226Z test_LayerNorm_3d_no_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4380548Z test_LayerNorm_3d_no_elementwise_affine (__main__.TestNN) ... [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-12-01T11:19:39.4380613Z ok (0.042s) 2022-12-01T11:19:39.4380772Z test_LayerNorm_3d_no_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4381095Z test_LayerNorm_3d_no_elementwise_affine_eval (__main__.TestNN) ... [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-12-01T11:19:39.4381161Z ok (0.041s) 2022-12-01T11:19:39.4381336Z test_LayerNorm_3d_no_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4381659Z test_LeakyReLU (__main__.TestNN) ... [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-12-01T11:19:39.4381726Z ok (0.030s) 2022-12-01T11:19:39.4381872Z test_LeakyReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4382188Z test_LeakyReLU_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4382252Z ok (0.019s) 2022-12-01T11:19:39.4382409Z test_LeakyReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4382713Z test_LeakyReLU_with_negval (__main__.TestNN) ... [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-12-01T11:19:39.4382776Z ok (0.030s) 2022-12-01T11:19:39.4382933Z test_LeakyReLU_with_negval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4383254Z test_LeakyReLU_with_negval_scalar (__main__.TestNN) ... [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-12-01T11:19:39.4383320Z ok (0.020s) 2022-12-01T11:19:39.4383484Z test_LeakyReLU_with_negval_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4383803Z test_LeakyReLU_with_zero_negval (__main__.TestNN) ... [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-12-01T11:19:39.4383873Z ok (0.031s) 2022-12-01T11:19:39.4384036Z test_LeakyReLU_with_zero_negval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4384330Z test_Linear (__main__.TestNN) ... [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-12-01T11:19:39.4384382Z ok (0.078s) 2022-12-01T11:19:39.4384522Z test_Linear_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4384826Z test_Linear_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4384923Z ok (0.065s) 2022-12-01T11:19:39.4385078Z test_Linear_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4385383Z test_Linear_no_bias (__main__.TestNN) ... [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-12-01T11:19:39.4385451Z ok (0.056s) 2022-12-01T11:19:39.4385597Z test_Linear_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4385910Z test_LocalResponseNorm_1d (__main__.TestNN) ... [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-12-01T11:19:39.4385963Z ok (0.066s) 2022-12-01T11:19:39.4386123Z test_LocalResponseNorm_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4386475Z test_LocalResponseNorm_2d_uneven_pad (__main__.TestNN) ... [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-12-01T11:19:39.4386544Z ok (0.073s) 2022-12-01T11:19:39.4386716Z test_LocalResponseNorm_2d_uneven_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4387043Z test_LocalResponseNorm_3d_custom_params (__main__.TestNN) ... [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-12-01T11:19:39.4387109Z ok (0.118s) 2022-12-01T11:19:39.4387282Z test_LocalResponseNorm_3d_custom_params_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4387587Z test_LogSigmoid (__main__.TestNN) ... [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-12-01T11:19:39.4387651Z ok (0.032s) 2022-12-01T11:19:39.4387783Z test_LogSigmoid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4388091Z test_LogSigmoid_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4388157Z ok (0.021s) 2022-12-01T11:19:39.4388314Z test_LogSigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4388623Z test_LogSigmoid_scalar (__main__.TestNN) ... [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-12-01T11:19:39.4388692Z ok (0.020s) 2022-12-01T11:19:39.4388848Z test_LogSigmoid_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4389147Z test_LogSoftmax (__main__.TestNN) ... [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-12-01T11:19:39.4389212Z ok (0.033s) 2022-12-01T11:19:39.4389343Z test_LogSoftmax_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4389649Z test_LogSoftmax_multiparam (__main__.TestNN) ... [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-12-01T11:19:39.4389713Z ok (0.038s) 2022-12-01T11:19:39.4389907Z test_LogSoftmax_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4390228Z test_LogSoftmax_multiparam_scalar (__main__.TestNN) ... [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-12-01T11:19:39.4390292Z ok (0.020s) 2022-12-01T11:19:39.4390458Z test_LogSoftmax_multiparam_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4390765Z test_LogSoftmax_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4390830Z ok (0.030s) 2022-12-01T11:19:39.4390987Z test_LogSoftmax_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4391082Z test_MSELoss (__main__.TestNN) ... ok (0.039s) 2022-12-01T11:19:39.4391230Z test_MSELoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4391406Z test_MSELoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4391553Z test_MSELoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4391674Z test_MSELoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:19:39.4391844Z test_MSELoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-12-01T11:19:39.4392009Z test_MSELoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4392172Z test_MSELoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4392281Z test_MSELoss_no_batch_dim_none (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:19:39.4392450Z test_MSELoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4392616Z test_MSELoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4392778Z test_MSELoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4392901Z test_MSELoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:19:39.4393065Z test_MSELoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4393224Z test_MSELoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4393386Z test_MSELoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4393694Z test_MSELoss_no_reduce (__main__.TestNN) ... [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-12-01T11:19:39.4393750Z ok (0.032s) 2022-12-01T11:19:39.4393903Z test_MSELoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4394220Z test_MSELoss_no_reduce_scalar (__main__.TestNN) ... [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-12-01T11:19:39.4394287Z ok (0.021s) 2022-12-01T11:19:39.4394448Z test_MSELoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4394557Z test_MSELoss_prec (__main__.TestNN) ... ok (0.041s) 2022-12-01T11:19:39.4394713Z test_MSELoss_prec_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4394866Z test_MSELoss_prec_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4395052Z test_MSELoss_prec_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4395192Z test_MSELoss_prec_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4395303Z test_MSELoss_scalar (__main__.TestNN) ... ok (0.034s) 2022-12-01T11:19:39.4395461Z test_MSELoss_scalar_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4395622Z test_MSELoss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4395779Z test_MSELoss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4395931Z test_MSELoss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4396058Z test_MSELoss_scalar_sum_reduction (__main__.TestNN) ... ok (0.031s) 2022-12-01T11:19:39.4396233Z test_MSELoss_scalar_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4396425Z test_MSELoss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4396597Z test_MSELoss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4396766Z test_MSELoss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4396889Z test_MSELoss_sum_reduction (__main__.TestNN) ... ok (0.036s) 2022-12-01T11:19:39.4397053Z test_MSELoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4397215Z test_MSELoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4397377Z test_MSELoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4397497Z test_MarginRankingLoss (__main__.TestNN) ... ok (0.042s) 2022-12-01T11:19:39.4397667Z test_MarginRankingLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4397819Z test_MarginRankingLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4397982Z test_MarginRankingLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4398108Z test_MarginRankingLoss_margin (__main__.TestNN) ... ok (0.042s) 2022-12-01T11:19:39.4398283Z test_MarginRankingLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4398454Z test_MarginRankingLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4398623Z test_MarginRankingLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4398783Z test_MarginRankingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.039s) 2022-12-01T11:19:39.4398973Z test_MarginRankingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4399147Z test_MarginRankingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4399331Z test_MarginRankingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4399470Z test_MarginRankingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.036s) 2022-12-01T11:19:39.4399650Z test_MarginRankingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4399830Z test_MarginRankingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4400007Z test_MarginRankingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4400180Z test_MarginRankingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.036s) 2022-12-01T11:19:39.4400363Z test_MarginRankingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4400540Z test_MarginRankingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4400717Z test_MarginRankingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4400840Z test_MarginRankingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.036s) 2022-12-01T11:19:39.4401017Z test_MarginRankingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4401194Z test_MarginRankingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4401369Z test_MarginRankingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4401506Z test_MarginRankingLoss_sum_reduction (__main__.TestNN) ... ok (0.038s) 2022-12-01T11:19:39.4401710Z test_MarginRankingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4401889Z test_MarginRankingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4402066Z test_MarginRankingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4402369Z test_MaxPool1d (__main__.TestNN) ... [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-12-01T11:19:39.4402424Z ok (0.035s) 2022-12-01T11:19:39.4402569Z test_MaxPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4402889Z test_MaxPool1d_return_indices (__main__.TestNN) ... [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-12-01T11:19:39.4402957Z ok (0.035s) 2022-12-01T11:19:39.4403119Z test_MaxPool1d_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4403425Z test_MaxPool1d_stride (__main__.TestNN) ... [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-12-01T11:19:39.4403492Z ok (0.034s) 2022-12-01T11:19:39.4403642Z test_MaxPool1d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4404145Z test_MaxPool2d_3d_input (__main__.TestNN) ... [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-12-01T11:19:39.4404227Z ok (0.031s) 2022-12-01T11:19:39.4404388Z test_MaxPool2d_3d_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4404693Z test_MaxPool2d_4d_input (__main__.TestNN) ... [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-12-01T11:19:39.4404759Z ok (0.033s) 2022-12-01T11:19:39.4404912Z test_MaxPool2d_4d_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4405226Z test_MaxPool2d_return_indices (__main__.TestNN) ... [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-12-01T11:19:39.4405293Z ok (0.032s) 2022-12-01T11:19:39.4405507Z test_MaxPool2d_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4405809Z test_MaxPool3d (__main__.TestNN) ... [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-12-01T11:19:39.4405874Z ok (0.035s) 2022-12-01T11:19:39.4406006Z test_MaxPool3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4406321Z test_MaxPool3d_return_indices (__main__.TestNN) ... [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-12-01T11:19:39.4406385Z ok (0.036s) 2022-12-01T11:19:39.4406547Z test_MaxPool3d_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4406853Z test_MaxPool3d_stride (__main__.TestNN) ... [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-12-01T11:19:39.4406954Z ok (0.034s) 2022-12-01T11:19:39.4407107Z test_MaxPool3d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4407421Z test_MaxPool3d_stride_padding (__main__.TestNN) ... [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-12-01T11:19:39.4407486Z ok (0.035s) 2022-12-01T11:19:39.4407633Z test_MaxPool3d_stride_padding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4407938Z test_MaxUnpool1d_net (__main__.TestNN) ... [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-12-01T11:19:39.4408006Z ok (0.042s) 2022-12-01T11:19:39.4408156Z test_MaxUnpool1d_net_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4408474Z test_MaxUnpool1d_net_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4408541Z ok (0.043s) 2022-12-01T11:19:39.4408704Z test_MaxUnpool1d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4409005Z test_MaxUnpool2d_net (__main__.TestNN) ... [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-12-01T11:19:39.4409070Z ok (0.034s) 2022-12-01T11:19:39.4409220Z test_MaxUnpool2d_net_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4409525Z test_MaxUnpool2d_net_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4409591Z ok (0.036s) 2022-12-01T11:19:39.4409752Z test_MaxUnpool2d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4410058Z test_MaxUnpool3d_net (__main__.TestNN) ... [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-12-01T11:19:39.4410124Z ok (0.023s) 2022-12-01T11:19:39.4410273Z test_MaxUnpool3d_net_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4410632Z test_MaxUnpool3d_net_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4410696Z ok (0.024s) 2022-12-01T11:19:39.4410860Z test_MaxUnpool3d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4411150Z test_Mish (__main__.TestNN) ... [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-12-01T11:19:39.4411202Z ok (0.041s) 2022-12-01T11:19:39.4411335Z test_Mish_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4411643Z test_Mish_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4411710Z ok (0.026s) 2022-12-01T11:19:39.4411888Z test_Mish_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4412188Z test_Mish_scalar (__main__.TestNN) ... [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-12-01T11:19:39.4412253Z ok (0.025s) 2022-12-01T11:19:39.4412395Z test_Mish_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4412489Z test_ModuleDict (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:19:39.4412592Z test_ModuleList (__main__.TestNN) ... ok (0.013s) 2022-12-01T11:19:39.4412719Z test_MultiLabelMarginLoss (__main__.TestNN) ... ok (0.115s) 2022-12-01T11:19:39.4413048Z test_MultiLabelMarginLoss_0d_no_reduce (__main__.TestNN) ... [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-12-01T11:19:39.4413120Z ok (0.009s) 2022-12-01T11:19:39.4413297Z test_MultiLabelMarginLoss_0d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4413425Z test_MultiLabelMarginLoss_1d (__main__.TestNN) ... ok (0.030s) 2022-12-01T11:19:39.4413600Z test_MultiLabelMarginLoss_1d_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4413774Z test_MultiLabelMarginLoss_1d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4413934Z test_MultiLabelMarginLoss_1d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4414103Z test_MultiLabelMarginLoss_1d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4414441Z test_MultiLabelMarginLoss_1d_no_reduce (__main__.TestNN) ... [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-12-01T11:19:39.4414509Z ok (0.029s) 2022-12-01T11:19:39.4414685Z test_MultiLabelMarginLoss_1d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4414829Z test_MultiLabelMarginLoss_1d_sum_reduction (__main__.TestNN) ... ok (0.027s) 2022-12-01T11:19:39.4415018Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4415205Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4415390Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4415560Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4415767Z test_MultiLabelMarginLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4415937Z test_MultiLabelMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4416106Z test_MultiLabelMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4416272Z test_MultiLabelMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4416601Z test_MultiLabelMarginLoss_index_neg (__main__.TestNN) ... [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-12-01T11:19:39.4416666Z ok (0.023s) 2022-12-01T11:19:39.4416837Z test_MultiLabelMarginLoss_index_neg_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4416985Z test_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.007s) 2022-12-01T11:19:39.4417201Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4417378Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4417559Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4417702Z test_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:19:39.4417891Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4418131Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4418318Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4418464Z test_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:19:39.4418649Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4418830Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4419000Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4419330Z test_MultiLabelMarginLoss_no_reduce (__main__.TestNN) ... [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-12-01T11:19:39.4419396Z ok (0.135s) 2022-12-01T11:19:39.4419570Z test_MultiLabelMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4419712Z test_MultiLabelMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.118s) 2022-12-01T11:19:39.4419898Z test_MultiLabelMarginLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4420084Z test_MultiLabelMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4420267Z test_MultiLabelMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4420448Z test_MultiLabelMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4420569Z test_MultiLabelSoftMarginLoss (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:19:39.4420748Z test_MultiLabelSoftMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4420958Z test_MultiLabelSoftMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4421139Z test_MultiLabelSoftMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4421291Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.036s) 2022-12-01T11:19:39.4421486Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4421679Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4421868Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4422017Z test_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.036s) 2022-12-01T11:19:39.4422198Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4422422Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4422609Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4422763Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.036s) 2022-12-01T11:19:39.4422952Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4423140Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4423332Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4423674Z test_MultiLabelSoftMarginLoss_no_reduce (__main__.TestNN) ... [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-12-01T11:19:39.4423743Z ok (0.030s) 2022-12-01T11:19:39.4423925Z test_MultiLabelSoftMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4424056Z test_MultiLabelSoftMarginLoss_weights (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:19:39.4424243Z test_MultiLabelSoftMarginLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4424427Z test_MultiLabelSoftMarginLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4424612Z test_MultiLabelSoftMarginLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4424960Z test_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestNN) ... [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-12-01T11:19:39.4425031Z ok (0.033s) 2022-12-01T11:19:39.4425221Z test_MultiLabelSoftMarginLoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4425379Z test_MultiLabelSoftMarginLoss_weights_sum_reduction (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:19:39.4425580Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4425767Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4425969Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4426116Z test_MultiMarginLoss (__main__.TestNN) ... ok (0.025s) 2022-12-01T11:19:39.4426233Z test_MultiMarginLoss_1d (__main__.TestNN) ... ok (0.011s) 2022-12-01T11:19:39.4426399Z test_MultiMarginLoss_1d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4426561Z test_MultiMarginLoss_1d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4426721Z test_MultiMarginLoss_1d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4427043Z test_MultiMarginLoss_1d_no_reduce (__main__.TestNN) ... [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-12-01T11:19:39.4427110Z ok (0.012s) 2022-12-01T11:19:39.4427265Z test_MultiMarginLoss_1d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4427398Z test_MultiMarginLoss_1d_sum_reduction (__main__.TestNN) ... ok (0.011s) 2022-12-01T11:19:39.4427578Z test_MultiMarginLoss_1d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4427784Z test_MultiMarginLoss_1d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4427961Z test_MultiMarginLoss_1d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4428121Z test_MultiMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4428278Z test_MultiMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4428435Z test_MultiMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4428557Z test_MultiMarginLoss_margin (__main__.TestNN) ... ok (0.024s) 2022-12-01T11:19:39.4428715Z test_MultiMarginLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4428884Z test_MultiMarginLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4429050Z test_MultiMarginLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4429377Z test_MultiMarginLoss_margin_no_reduce (__main__.TestNN) ... [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-12-01T11:19:39.4429443Z ok (0.037s) 2022-12-01T11:19:39.4429614Z test_MultiMarginLoss_margin_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4429754Z test_MultiMarginLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.024s) 2022-12-01T11:19:39.4429936Z test_MultiMarginLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4430119Z test_MultiMarginLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4430286Z test_MultiMarginLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4430614Z test_MultiMarginLoss_no_reduce (__main__.TestNN) ... [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-12-01T11:19:39.4430680Z ok (0.036s) 2022-12-01T11:19:39.4430842Z test_MultiMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4430962Z test_MultiMarginLoss_p (__main__.TestNN) ... ok (0.024s) 2022-12-01T11:19:39.4431123Z test_MultiMarginLoss_p_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4431282Z test_MultiMarginLoss_p_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4431473Z test_MultiMarginLoss_p_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4431796Z test_MultiMarginLoss_p_no_reduce (__main__.TestNN) ... [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-12-01T11:19:39.4431862Z ok (0.036s) 2022-12-01T11:19:39.4432013Z test_MultiMarginLoss_p_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4432146Z test_MultiMarginLoss_p_sum_reduction (__main__.TestNN) ... ok (0.025s) 2022-12-01T11:19:39.4432323Z test_MultiMarginLoss_p_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4432500Z test_MultiMarginLoss_p_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4432677Z test_MultiMarginLoss_p_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4432837Z test_MultiMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.025s) 2022-12-01T11:19:39.4433012Z test_MultiMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4433185Z test_MultiMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4433345Z test_MultiMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4433469Z test_MultiMarginLoss_weights (__main__.TestNN) ... ok (0.024s) 2022-12-01T11:19:39.4433638Z test_MultiMarginLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4433810Z test_MultiMarginLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4433980Z test_MultiMarginLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4434309Z test_MultiMarginLoss_weights_no_reduce (__main__.TestNN) ... [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-12-01T11:19:39.4434376Z ok (0.037s) 2022-12-01T11:19:39.4434548Z test_MultiMarginLoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4434691Z test_MultiMarginLoss_weights_sum_reduction (__main__.TestNN) ... ok (0.025s) 2022-12-01T11:19:39.4434863Z test_MultiMarginLoss_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4435049Z test_MultiMarginLoss_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4435232Z test_MultiMarginLoss_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4435334Z test_NLLLoss (__main__.TestNN) ... ok (0.021s) 2022-12-01T11:19:39.4435648Z test_NLLLoss2d_no_reduce (__main__.TestNN) ... [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-12-01T11:19:39.4435714Z ok (0.048s) 2022-12-01T11:19:39.4435868Z test_NLLLoss2d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4436193Z test_NLLLoss2d_no_reduce_ignore_index (__main__.TestNN) ... [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-12-01T11:19:39.4436258Z ok (0.048s) 2022-12-01T11:19:39.4436459Z test_NLLLoss2d_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4436766Z test_NLLLoss2d_no_reduce_weights (__main__.TestNN) ... [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-12-01T11:19:39.4436832Z ok (0.054s) 2022-12-01T11:19:39.4436997Z test_NLLLoss2d_no_reduce_weights_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4437309Z test_NLLLossNd_no_reduce (__main__.TestNN) ... [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-12-01T11:19:39.4437374Z ok (0.118s) 2022-12-01T11:19:39.4437528Z test_NLLLossNd_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4437879Z test_NLLLossNd_no_reduce_ignore_index (__main__.TestNN) ... [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-12-01T11:19:39.4437945Z ok (0.117s) 2022-12-01T11:19:39.4438114Z test_NLLLossNd_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4438427Z test_NLLLossNd_no_reduce_weights (__main__.TestNN) ... [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-12-01T11:19:39.4438479Z ok (0.121s) 2022-12-01T11:19:39.4438641Z test_NLLLossNd_no_reduce_weights_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4438744Z test_NLLLoss_2d (__main__.TestNN) ... ok (0.035s) 2022-12-01T11:19:39.4438897Z test_NLLLoss_2d_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4439051Z test_NLLLoss_2d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4439204Z test_NLLLoss_2d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4439349Z test_NLLLoss_2d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4439467Z test_NLLLoss_2d_ignore_index (__main__.TestNN) ... ok (0.034s) 2022-12-01T11:19:39.4439623Z test_NLLLoss_2d_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4439790Z test_NLLLoss_2d_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4439953Z test_NLLLoss_2d_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4440120Z test_NLLLoss_2d_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4440245Z test_NLLLoss_2d_sum_reduction (__main__.TestNN) ... ok (0.035s) 2022-12-01T11:19:39.4440414Z test_NLLLoss_2d_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4440582Z test_NLLLoss_2d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4440814Z test_NLLLoss_2d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4440991Z test_NLLLoss_2d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4441093Z test_NLLLoss_2d_weights (__main__.TestNN) ... ok (0.034s) 2022-12-01T11:19:39.4441255Z test_NLLLoss_2d_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4441415Z test_NLLLoss_2d_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4441607Z test_NLLLoss_2d_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4441765Z test_NLLLoss_2d_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4441913Z test_NLLLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4442063Z test_NLLLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4442207Z test_NLLLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4442341Z test_NLLLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4442451Z test_NLLLoss_dim_is_3 (__main__.TestNN) ... ok (0.022s) 2022-12-01T11:19:39.4442608Z test_NLLLoss_dim_is_3_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4442765Z test_NLLLoss_dim_is_3_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4442926Z test_NLLLoss_dim_is_3_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4443107Z test_NLLLoss_dim_is_3_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4443238Z test_NLLLoss_dim_is_3_sum_reduction (__main__.TestNN) ... ok (0.022s) 2022-12-01T11:19:39.4443412Z test_NLLLoss_dim_is_3_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4443586Z test_NLLLoss_dim_is_3_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4443744Z test_NLLLoss_dim_is_3_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4444014Z test_NLLLoss_dim_is_3_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4444133Z test_NLLLoss_higher_dim (__main__.TestNN) ... ok (0.099s) 2022-12-01T11:19:39.4444298Z test_NLLLoss_higher_dim_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4444460Z test_NLLLoss_higher_dim_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4444621Z test_NLLLoss_higher_dim_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4444778Z test_NLLLoss_higher_dim_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4444913Z test_NLLLoss_higher_dim_sum_reduction (__main__.TestNN) ... ok (0.100s) 2022-12-01T11:19:39.4445080Z test_NLLLoss_higher_dim_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4445257Z test_NLLLoss_higher_dim_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4445433Z test_NLLLoss_higher_dim_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4445608Z test_NLLLoss_higher_dim_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4445730Z test_NLLLoss_ignore_index (__main__.TestNN) ... ok (0.021s) 2022-12-01T11:19:39.4445895Z test_NLLLoss_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4446057Z test_NLLLoss_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4446219Z test_NLLLoss_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4446368Z test_NLLLoss_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4458449Z test_NLLLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:19:39.4458694Z test_NLLLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4459024Z test_NLLLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4459199Z test_NLLLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4459327Z test_NLLLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:19:39.4459502Z test_NLLLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4459669Z test_NLLLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-12-01T11:19:39.4459819Z test_NLLLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4459940Z test_NLLLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:19:39.4460104Z test_NLLLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4460271Z test_NLLLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4460483Z test_NLLLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4460805Z test_NLLLoss_no_reduce (__main__.TestNN) ... [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-12-01T11:19:39.4460873Z ok (0.035s) 2022-12-01T11:19:39.4461023Z test_NLLLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4461346Z test_NLLLoss_no_reduce_ignore_index (__main__.TestNN) ... [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-12-01T11:19:39.4461400Z ok (0.034s) 2022-12-01T11:19:39.4461569Z test_NLLLoss_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4461888Z test_NLLLoss_no_reduce_weights (__main__.TestNN) ... [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-12-01T11:19:39.4461954Z ok (0.035s) 2022-12-01T11:19:39.4462118Z test_NLLLoss_no_reduce_weights_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4462447Z test_NLLLoss_no_reduce_weights_ignore_index (__main__.TestNN) ... [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-12-01T11:19:39.4462516Z ok (0.035s) 2022-12-01T11:19:39.4462693Z test_NLLLoss_no_reduce_weights_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4463031Z test_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestNN) ... [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-12-01T11:19:39.4463099Z ok (0.034s) 2022-12-01T11:19:39.4463264Z test_NLLLoss_no_reduce_weights_ignore_index_neg_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4463386Z test_NLLLoss_sum_reduction (__main__.TestNN) ... ok (0.032s) 2022-12-01T11:19:39.4463551Z test_NLLLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4463717Z test_NLLLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4463880Z test_NLLLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4464080Z test_NLLLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4464192Z test_NLLLoss_weights (__main__.TestNN) ... ok (0.021s) 2022-12-01T11:19:39.4464355Z test_NLLLoss_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4464512Z test_NLLLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4464657Z test_NLLLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4464812Z test_NLLLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4464939Z test_NLLLoss_weights_ignore_index (__main__.TestNN) ... ok (0.021s) 2022-12-01T11:19:39.4465114Z test_NLLLoss_weights_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4465285Z test_NLLLoss_weights_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4465458Z test_NLLLoss_weights_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4465657Z test_NLLLoss_weights_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4465790Z test_NLLLoss_weights_ignore_index_neg (__main__.TestNN) ... ok (0.021s) 2022-12-01T11:19:39.4465956Z test_NLLLoss_weights_ignore_index_neg_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4466131Z test_NLLLoss_weights_ignore_index_neg_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4466304Z test_NLLLoss_weights_ignore_index_neg_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4466478Z test_NLLLoss_weights_ignore_index_neg_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4466789Z test_PReLU_1d (__main__.TestNN) ... [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-12-01T11:19:39.4466855Z ok (0.055s) 2022-12-01T11:19:39.4466998Z test_PReLU_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4467314Z test_PReLU_1d_multiparam (__main__.TestNN) ... [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-12-01T11:19:39.4467380Z ok (0.056s) 2022-12-01T11:19:39.4467536Z test_PReLU_1d_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4467822Z test_PReLU_2d (__main__.TestNN) ... [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-12-01T11:19:39.4467881Z ok (0.057s) 2022-12-01T11:19:39.4468018Z test_PReLU_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4468320Z test_PReLU_2d_multiparam (__main__.TestNN) ... [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-12-01T11:19:39.4468379Z ok (0.057s) 2022-12-01T11:19:39.4468533Z test_PReLU_2d_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4468832Z test_PReLU_3d (__main__.TestNN) ... [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-12-01T11:19:39.4468897Z ok (0.069s) 2022-12-01T11:19:39.4469038Z test_PReLU_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4469366Z test_PReLU_3d_multiparam (__main__.TestNN) ... [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-12-01T11:19:39.4469432Z ok (0.089s) 2022-12-01T11:19:39.4469588Z test_PReLU_3d_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4469725Z test_PReLU_backward_requires_grad_false (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:19:39.4470032Z test_PReLU_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4470097Z ok (0.041s) 2022-12-01T11:19:39.4470249Z test_PReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4470583Z test_PReLU_scalar (__main__.TestNN) ... [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-12-01T11:19:39.4470650Z ok (0.039s) 2022-12-01T11:19:39.4470785Z test_PReLU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4471097Z test_Padding122112_3dcircular (__main__.TestNN) ... [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-12-01T11:19:39.4471162Z ok (0.094s) 2022-12-01T11:19:39.4471321Z test_Padding122112_3dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4471634Z test_Padding1221_2dcircular (__main__.TestNN) ... [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-12-01T11:19:39.4471702Z ok (0.069s) 2022-12-01T11:19:39.4471861Z test_Padding1221_2dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4472168Z test_Padding12_1dcircular (__main__.TestNN) ... [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-12-01T11:19:39.4472233Z ok (0.050s) 2022-12-01T11:19:39.4472389Z test_Padding12_1dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4472687Z test_Padding2322_2dcircular (__main__.TestNN) ... [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-12-01T11:19:39.4472755Z ok (0.072s) 2022-12-01T11:19:39.4472912Z test_Padding2322_2dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4473225Z test_Padding31_1dcircular (__main__.TestNN) ... [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-12-01T11:19:39.4473289Z ok (0.051s) 2022-12-01T11:19:39.4473444Z test_Padding31_1dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4473756Z test_Padding322112_3dcircular (__main__.TestNN) ... [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-12-01T11:19:39.4473822Z ok (0.096s) 2022-12-01T11:19:39.4473979Z test_Padding322112_3dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4474317Z test_Padding332122_3dcircular (__main__.TestNN) ... [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-12-01T11:19:39.4474370Z ok (0.129s) 2022-12-01T11:19:39.4474523Z test_Padding332122_3dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4474835Z test_Padding3331_2dcircular (__main__.TestNN) ... [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-12-01T11:19:39.4474903Z ok (0.071s) 2022-12-01T11:19:39.4475061Z test_Padding3331_2dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4475369Z test_Padding33_1dcircular (__main__.TestNN) ... [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-12-01T11:19:39.4475462Z ok (0.057s) 2022-12-01T11:19:39.4475618Z test_Padding33_1dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4475922Z test_PairwiseDistance (__main__.TestNN) ... [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-12-01T11:19:39.4475974Z ok (0.060s) 2022-12-01T11:19:39.4476296Z test_PairwiseDistance_broadcast_lhs (__main__.TestNN) ... [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-12-01T11:19:39.4476361Z ok (0.062s) 2022-12-01T11:19:39.4476534Z test_PairwiseDistance_broadcast_lhs_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4476862Z test_PairwiseDistance_broadcast_rhs (__main__.TestNN) ... [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-12-01T11:19:39.4476926Z ok (0.062s) 2022-12-01T11:19:39.4477098Z test_PairwiseDistance_broadcast_rhs_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4477251Z test_PairwiseDistance_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4477571Z test_PairwiseDistance_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4477635Z ok (0.060s) 2022-12-01T11:19:39.4477794Z test_PairwiseDistance_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4478129Z test_PairwiseDistance_with_non_default_args (__main__.TestNN) ... [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-12-01T11:19:39.4478195Z ok (0.072s) 2022-12-01T11:19:39.4478371Z test_PairwiseDistance_with_non_default_args_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4478485Z test_ParameterDict (__main__.TestNN) ... ok (0.033s) 2022-12-01T11:19:39.4478611Z test_ParameterDict_replication (__main__.TestNN) ... ok (0.004s) 2022-12-01T11:19:39.4478720Z test_ParameterList (__main__.TestNN) ... ok (0.021s) 2022-12-01T11:19:39.4478838Z test_ParameterList_meta (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:19:39.4478950Z test_ParameterList_replication (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4479287Z test_PixelShuffle (__main__.TestNN) ... [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-12-01T11:19:39.4479354Z ok (0.032s) 2022-12-01T11:19:39.4479501Z test_PixelShuffle_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4479807Z test_PixelUnshuffle (__main__.TestNN) ... [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-12-01T11:19:39.4479872Z ok (0.032s) 2022-12-01T11:19:39.4480024Z test_PixelUnshuffle_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4480148Z test_PoissonNLLLoss_full_loss (__main__.TestNN) ... ok (0.032s) 2022-12-01T11:19:39.4480318Z test_PoissonNLLLoss_full_loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4480478Z test_PoissonNLLLoss_full_loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4480673Z test_PoissonNLLLoss_full_loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4480815Z test_PoissonNLLLoss_full_loss_no_log_input (__main__.TestNN) ... ok (0.032s) 2022-12-01T11:19:39.4480995Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4481176Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4481356Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4481489Z test_PoissonNLLLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.022s) 2022-12-01T11:19:39.4481668Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4481847Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4482010Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4482145Z test_PoissonNLLLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.022s) 2022-12-01T11:19:39.4482320Z test_PoissonNLLLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4482493Z test_PoissonNLLLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4482667Z test_PoissonNLLLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4482798Z test_PoissonNLLLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.022s) 2022-12-01T11:19:39.4482976Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4483149Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4483323Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4483437Z test_PoissonNLLLoss_no_full_loss (__main__.TestNN) ... ok (0.026s) 2022-12-01T11:19:39.4483609Z test_PoissonNLLLoss_no_full_loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4483777Z test_PoissonNLLLoss_no_full_loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4484081Z test_PoissonNLLLoss_no_full_loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4484226Z test_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestNN) ... ok (0.030s) 2022-12-01T11:19:39.4484456Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4484643Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4484827Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4485150Z test_PoissonNLLLoss_no_reduce (__main__.TestNN) ... [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-12-01T11:19:39.4485217Z ok (0.033s) 2022-12-01T11:19:39.4485368Z test_PoissonNLLLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4485472Z test_RNN_cell (__main__.TestNN) ... ok (0.036s) 2022-12-01T11:19:39.4485605Z test_RNN_cell_forward_hidden_size (__main__.TestNN) ... ok (0.022s) 2022-12-01T11:19:39.4485733Z test_RNN_cell_forward_input_size (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:19:39.4485903Z test_RNN_cell_forward_zero_hidden_size (__main__.TestNN) ... ok (0.004s) 2022-12-01T11:19:39.4486027Z test_RNN_cell_no_broadcasting (__main__.TestNN) ... ok (0.084s) 2022-12-01T11:19:39.4486164Z test_RNN_change_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.002s) 2022-12-01T11:19:39.4486307Z test_RNN_cpu_vs_cudnn_no_dropout (__main__.TestNN) ... skip: needs cudnn (0.001s) 2022-12-01T11:19:39.4486443Z test_RNN_cpu_vs_cudnn_with_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.000s) 2022-12-01T11:19:39.4486577Z test_RNN_cudnn_weight_norm (__main__.TestNN) ... skip: needs cudnn (0.001s) 2022-12-01T11:19:39.4486702Z test_RNN_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.003s) 2022-12-01T11:19:39.4486835Z test_RNN_dropout_state (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.002s) 2022-12-01T11:19:39.4486953Z test_RNN_input_size_zero (__main__.TestNN) ... ok (0.057s) 2022-12-01T11:19:39.4487067Z test_RNN_nonlinearity (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4487369Z test_RReLU (__main__.TestNN) ... [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-12-01T11:19:39.4487436Z ok (0.027s) 2022-12-01T11:19:39.4487562Z test_RReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4487868Z test_RReLU_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4487933Z ok (0.019s) 2022-12-01T11:19:39.4488090Z test_RReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4488402Z test_RReLU_with_up_down (__main__.TestNN) ... [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-12-01T11:19:39.4488469Z ok (0.028s) 2022-12-01T11:19:39.4488620Z test_RReLU_with_up_down_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4488933Z test_RReLU_with_up_down_scalar (__main__.TestNN) ... [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-12-01T11:19:39.4488999Z ok (0.018s) 2022-12-01T11:19:39.4489148Z test_RReLU_with_up_down_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4489441Z test_ReLU (__main__.TestNN) ... [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-12-01T11:19:39.4489536Z ok (0.032s) 2022-12-01T11:19:39.4489831Z test_ReLU6 (__main__.TestNN) ... [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-12-01T11:19:39.4489896Z ok (0.033s) 2022-12-01T11:19:39.4490036Z test_ReLU6_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4490342Z test_ReLU6_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4490406Z ok (0.020s) 2022-12-01T11:19:39.4490556Z test_ReLU6_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4490882Z test_ReLU6_scalar (__main__.TestNN) ... [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-12-01T11:19:39.4490936Z ok (0.020s) 2022-12-01T11:19:39.4491082Z test_ReLU6_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4491218Z test_ReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4491525Z test_ReLU_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4491591Z ok (0.020s) 2022-12-01T11:19:39.4491741Z test_ReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4492042Z test_ReLU_scalar (__main__.TestNN) ... [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-12-01T11:19:39.4492112Z ok (0.021s) 2022-12-01T11:19:39.4492258Z test_ReLU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4492553Z test_ReflectionPad1d (__main__.TestNN) ... [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-12-01T11:19:39.4492617Z ok (0.030s) 2022-12-01T11:19:39.4492930Z test_ReflectionPad1d_batch (__main__.TestNN) ... [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-12-01T11:19:39.4492994Z ok (0.031s) 2022-12-01T11:19:39.4493159Z test_ReflectionPad1d_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4493477Z test_ReflectionPad1d_complex (__main__.TestNN) ... [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-12-01T11:19:39.4493542Z ok (0.057s) 2022-12-01T11:19:39.4493705Z test_ReflectionPad1d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4493857Z test_ReflectionPad1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4494157Z test_ReflectionPad2d (__main__.TestNN) ... [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-12-01T11:19:39.4494209Z ok (0.037s) 2022-12-01T11:19:39.4494527Z test_ReflectionPad2d_complex (__main__.TestNN) ... [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-12-01T11:19:39.4494642Z ok (0.076s) 2022-12-01T11:19:39.4494804Z test_ReflectionPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4494959Z test_ReflectionPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4495280Z test_ReflectionPad2d_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4495346Z ok (0.035s) 2022-12-01T11:19:39.4495513Z test_ReflectionPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4495890Z test_ReflectionPad3d (__main__.TestNN) ... [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-12-01T11:19:39.4495946Z ok (0.083s) 2022-12-01T11:19:39.4496257Z test_ReflectionPad3d_complex (__main__.TestNN) ... [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-12-01T11:19:39.4496323Z ok (0.182s) 2022-12-01T11:19:39.4496484Z test_ReflectionPad3d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4496637Z test_ReflectionPad3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4496954Z test_ReflectionPad3d_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4497023Z ok (0.068s) 2022-12-01T11:19:39.4497196Z test_ReflectionPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4497509Z test_ReplicationPad1d (__main__.TestNN) ... [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-12-01T11:19:39.4497575Z ok (0.028s) 2022-12-01T11:19:39.4497879Z test_ReplicationPad1d_batch (__main__.TestNN) ... [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-12-01T11:19:39.4497947Z ok (0.030s) 2022-12-01T11:19:39.4498200Z test_ReplicationPad1d_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4498530Z test_ReplicationPad1d_complex (__main__.TestNN) ... [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-12-01T11:19:39.4498596Z ok (0.054s) 2022-12-01T11:19:39.4498763Z test_ReplicationPad1d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4498923Z test_ReplicationPad1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4499232Z test_ReplicationPad2d (__main__.TestNN) ... [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-12-01T11:19:39.4499299Z ok (0.031s) 2022-12-01T11:19:39.4499613Z test_ReplicationPad2d_complex (__main__.TestNN) ... [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-12-01T11:19:39.4499705Z ok (0.062s) 2022-12-01T11:19:39.4499876Z test_ReplicationPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4500033Z test_ReplicationPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4500357Z test_ReplicationPad2d_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4500424Z ok (0.032s) 2022-12-01T11:19:39.4500594Z test_ReplicationPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4500899Z test_ReplicationPad3d (__main__.TestNN) ... [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-12-01T11:19:39.4500967Z ok (0.036s) 2022-12-01T11:19:39.4501306Z test_ReplicationPad3d_complex (__main__.TestNN) ... [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-12-01T11:19:39.4501360Z ok (0.071s) 2022-12-01T11:19:39.4501526Z test_ReplicationPad3d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4501683Z test_ReplicationPad3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4502001Z test_ReplicationPad3d_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4502071Z ok (0.035s) 2022-12-01T11:19:39.4502238Z test_ReplicationPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-12-01T11:19:39.4502534Z test_SELU (__main__.TestNN) ... [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-12-01T11:19:39.4502604Z ok (0.033s) 2022-12-01T11:19:39.4502745Z test_SELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4503050Z test_SELU_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4503103Z ok (0.020s) 2022-12-01T11:19:39.4503254Z test_SELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4503557Z test_SELU_scalar (__main__.TestNN) ... [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-12-01T11:19:39.4503622Z ok (0.021s) 2022-12-01T11:19:39.4503768Z test_SELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4503879Z test_Sequential_add (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4503996Z test_Sequential_append (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4504113Z test_Sequential_delitem (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4504213Z test_Sequential_extend (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4504326Z test_Sequential_getitem (__main__.TestNN) ... ok (0.004s) 2022-12-01T11:19:39.4504439Z test_Sequential_iadd (__main__.TestNN) ... ok (0.014s) 2022-12-01T11:19:39.4504547Z test_Sequential_imul (__main__.TestNN) ... ok (0.004s) 2022-12-01T11:19:39.4504700Z test_Sequential_insert (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4504826Z test_Sequential_insert_fail_case (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:19:39.4504937Z test_Sequential_mul (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4505047Z test_Sequential_pop (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4505145Z test_Sequential_rmul (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4505257Z test_Sequential_setitem (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:19:39.4505379Z test_Sequential_setitem_named (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4505691Z test_SiLU (__main__.TestNN) ... [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-12-01T11:19:39.4505757Z ok (0.036s) 2022-12-01T11:19:39.4505894Z test_SiLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4506236Z test_SiLU_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4506302Z ok (0.022s) 2022-12-01T11:19:39.4506440Z test_SiLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4506739Z test_SiLU_scalar (__main__.TestNN) ... [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-12-01T11:19:39.4506804Z ok (0.020s) 2022-12-01T11:19:39.4506950Z test_SiLU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4507246Z test_Sigmoid (__main__.TestNN) ... [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-12-01T11:19:39.4507314Z ok (0.030s) 2022-12-01T11:19:39.4507458Z test_Sigmoid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4507764Z test_Sigmoid_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4507829Z ok (0.019s) 2022-12-01T11:19:39.4507969Z test_Sigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4508273Z test_Sigmoid_scalar (__main__.TestNN) ... [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-12-01T11:19:39.4508337Z ok (0.018s) 2022-12-01T11:19:39.4508488Z test_Sigmoid_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4508598Z test_SmoothL1Loss (__main__.TestNN) ... ok (0.042s) 2022-12-01T11:19:39.4508903Z test_SmoothL1Loss_beta (__main__.TestNN) ... [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-12-01T11:19:39.4508968Z ok (0.032s) 2022-12-01T11:19:39.4509119Z test_SmoothL1Loss_beta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4509273Z test_SmoothL1Loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4509413Z test_SmoothL1Loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4509565Z test_SmoothL1Loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4509722Z test_SmoothL1Loss_no_batch_dim_mean (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:19:39.4509896Z test_SmoothL1Loss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4510072Z test_SmoothL1Loss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4510243Z test_SmoothL1Loss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4510371Z test_SmoothL1Loss_no_batch_dim_none (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:19:39.4510540Z test_SmoothL1Loss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4510708Z test_SmoothL1Loss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4510864Z test_SmoothL1Loss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4510994Z test_SmoothL1Loss_no_batch_dim_sum (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:19:39.4511191Z test_SmoothL1Loss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4511360Z test_SmoothL1Loss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4511530Z test_SmoothL1Loss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4511845Z test_SmoothL1Loss_no_reduce (__main__.TestNN) ... [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-12-01T11:19:39.4511911Z ok (0.031s) 2022-12-01T11:19:39.4512068Z test_SmoothL1Loss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4512389Z test_SmoothL1Loss_no_reduce_scalar (__main__.TestNN) ... [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-12-01T11:19:39.4512459Z ok (0.021s) 2022-12-01T11:19:39.4512614Z test_SmoothL1Loss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4512732Z test_SmoothL1Loss_scalar (__main__.TestNN) ... ok (0.036s) 2022-12-01T11:19:39.4512895Z test_SmoothL1Loss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4513056Z test_SmoothL1Loss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4513216Z test_SmoothL1Loss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4513351Z test_SmoothL1Loss_scalar_sum_reduction (__main__.TestNN) ... ok (0.033s) 2022-12-01T11:19:39.4513528Z test_SmoothL1Loss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4513707Z test_SmoothL1Loss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4513870Z test_SmoothL1Loss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4513996Z test_SmoothL1Loss_sum_reduction (__main__.TestNN) ... ok (0.036s) 2022-12-01T11:19:39.4514166Z test_SmoothL1Loss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4514333Z test_SmoothL1Loss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4514499Z test_SmoothL1Loss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4514809Z test_SmoothL1Loss_zero_beta (__main__.TestNN) ... [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-12-01T11:19:39.4514907Z ok (0.030s) 2022-12-01T11:19:39.4515067Z test_SmoothL1Loss_zero_beta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4515182Z test_SoftMarginLoss (__main__.TestNN) ... ok (0.025s) 2022-12-01T11:19:39.4515328Z test_SoftMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4515486Z test_SoftMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4515641Z test_SoftMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4515775Z test_SoftMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.024s) 2022-12-01T11:19:39.4515950Z test_SoftMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4516130Z test_SoftMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4516330Z test_SoftMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4516464Z test_SoftMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.024s) 2022-12-01T11:19:39.4516638Z test_SoftMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4516800Z test_SoftMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4516973Z test_SoftMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4517104Z test_SoftMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.024s) 2022-12-01T11:19:39.4517277Z test_SoftMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4517454Z test_SoftMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4517628Z test_SoftMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4517947Z test_SoftMarginLoss_no_reduce (__main__.TestNN) ... [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-12-01T11:19:39.4518013Z ok (0.039s) 2022-12-01T11:19:39.4518174Z test_SoftMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4518291Z test_SoftMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.024s) 2022-12-01T11:19:39.4518464Z test_SoftMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4518636Z test_SoftMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4518812Z test_SoftMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4519111Z test_Softmax (__main__.TestNN) ... [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-12-01T11:19:39.4519177Z ok (0.033s) 2022-12-01T11:19:39.4519473Z test_Softmax2d (__main__.TestNN) ... [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-12-01T11:19:39.4519538Z ok (0.049s) 2022-12-01T11:19:39.4519682Z test_Softmax2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4519990Z test_Softmax2d_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4520075Z ok (0.030s) 2022-12-01T11:19:39.4520232Z test_Softmax2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4520370Z test_Softmax_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4520676Z test_Softmax_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4520741Z ok (0.028s) 2022-12-01T11:19:39.4520894Z test_Softmax_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4521196Z test_Softmax_scalar (__main__.TestNN) ... [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-12-01T11:19:39.4521263Z ok (0.020s) 2022-12-01T11:19:39.4521438Z test_Softmax_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4521723Z test_Softmin (__main__.TestNN) ... [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-12-01T11:19:39.4521789Z ok (0.032s) 2022-12-01T11:19:39.4521928Z test_Softmin_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4522231Z test_Softmin_multidim (__main__.TestNN) ... [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-12-01T11:19:39.4522300Z ok (0.037s) 2022-12-01T11:19:39.4522449Z test_Softmin_multidim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4522752Z test_Softmin_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4522816Z ok (0.033s) 2022-12-01T11:19:39.4522968Z test_Softmin_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4523257Z test_Softmin_scalar (__main__.TestNN) ... [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-12-01T11:19:39.4523322Z ok (0.020s) 2022-12-01T11:19:39.4523468Z test_Softmin_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4523767Z test_Softplus (__main__.TestNN) ... [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-12-01T11:19:39.4523959Z ok (0.033s) 2022-12-01T11:19:39.4524268Z test_Softplus_beta (__main__.TestNN) ... [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-12-01T11:19:39.4524335Z ok (0.033s) 2022-12-01T11:19:39.4524484Z test_Softplus_beta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4524797Z test_Softplus_beta_threshold (__main__.TestNN) ... [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-12-01T11:19:39.4524919Z ok (0.034s) 2022-12-01T11:19:39.4525066Z test_Softplus_beta_threshold_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4525387Z test_Softplus_beta_threshold_scalar (__main__.TestNN) ... [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-12-01T11:19:39.4525451Z ok (0.020s) 2022-12-01T11:19:39.4525621Z test_Softplus_beta_threshold_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4525765Z test_Softplus_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4526074Z test_Softplus_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4526142Z ok (0.020s) 2022-12-01T11:19:39.4526297Z test_Softplus_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4526631Z test_Softshrink (__main__.TestNN) ... [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-12-01T11:19:39.4526685Z ok (0.027s) 2022-12-01T11:19:39.4526830Z test_Softshrink_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4527134Z test_Softshrink_lambda (__main__.TestNN) ... [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-12-01T11:19:39.4527198Z ok (0.027s) 2022-12-01T11:19:39.4527351Z test_Softshrink_lambda_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4527668Z test_Softshrink_lambda_scalar (__main__.TestNN) ... [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-12-01T11:19:39.4527733Z ok (0.017s) 2022-12-01T11:19:39.4527891Z test_Softshrink_lambda_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4528200Z test_Softshrink_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4528267Z ok (0.019s) 2022-12-01T11:19:39.4528412Z test_Softshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4528707Z test_Softsign (__main__.TestNN) ... [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-12-01T11:19:39.4528773Z ok (0.039s) 2022-12-01T11:19:39.4528917Z test_Softsign_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4529222Z test_Softsign_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4529286Z ok (0.038s) 2022-12-01T11:19:39.4529439Z test_Softsign_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4529739Z test_Softsign_scalar (__main__.TestNN) ... [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-12-01T11:19:39.4529845Z ok (0.027s) 2022-12-01T11:19:39.4529982Z test_Softsign_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4530273Z test_Tanh (__main__.TestNN) ... [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-12-01T11:19:39.4530338Z ok (0.030s) 2022-12-01T11:19:39.4530475Z test_Tanh_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4530780Z test_Tanh_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4530845Z ok (0.020s) 2022-12-01T11:19:39.4530992Z test_Tanh_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4531290Z test_Tanh_scalar (__main__.TestNN) ... [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-12-01T11:19:39.4531386Z ok (0.018s) 2022-12-01T11:19:39.4531518Z test_Tanh_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4531819Z test_Tanhshrink (__main__.TestNN) ... [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-12-01T11:19:39.4531884Z ok (0.033s) 2022-12-01T11:19:39.4532030Z test_Tanhshrink_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4532343Z test_Tanhshrink_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4532411Z ok (0.023s) 2022-12-01T11:19:39.4532568Z test_Tanhshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4532876Z test_Tanhshrink_scalar (__main__.TestNN) ... [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-12-01T11:19:39.4532942Z ok (0.021s) 2022-12-01T11:19:39.4533094Z test_Tanhshrink_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4533388Z test_Threshold_large_value (__main__.TestNN) ... [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-12-01T11:19:39.4533453Z ok (0.027s) 2022-12-01T11:19:39.4533610Z test_Threshold_large_value_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4533925Z test_Threshold_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4533990Z ok (0.019s) 2022-12-01T11:19:39.4534147Z test_Threshold_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4534461Z test_Threshold_threshold_value (__main__.TestNN) ... [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-12-01T11:19:39.4534525Z ok (0.030s) 2022-12-01T11:19:39.4534687Z test_Threshold_threshold_value_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4535011Z test_Threshold_threshold_value_scalar (__main__.TestNN) ... [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-12-01T11:19:39.4535099Z ok (0.019s) 2022-12-01T11:19:39.4535271Z test_Threshold_threshold_value_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4535611Z test_TransformerDecoderLayer_gelu_activation (__main__.TestNN) ... [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-12-01T11:19:39.4535676Z ok (0.373s) 2022-12-01T11:19:39.4535863Z test_TransformerDecoderLayer_gelu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4536204Z test_TransformerDecoderLayer_relu_activation (__main__.TestNN) ... [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-12-01T11:19:39.4536272Z ok (0.381s) 2022-12-01T11:19:39.4536487Z test_TransformerDecoderLayer_relu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4536826Z test_TransformerEncoderLayer_gelu_activation (__main__.TestNN) ... [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-12-01T11:19:39.4536890Z ok (0.189s) 2022-12-01T11:19:39.4537064Z test_TransformerEncoderLayer_gelu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4537395Z test_TransformerEncoderLayer_relu_activation (__main__.TestNN) ... [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-12-01T11:19:39.4537464Z ok (0.978s) 2022-12-01T11:19:39.4537650Z test_TransformerEncoderLayer_relu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4537765Z test_Transformer_cell (__main__.TestNN) ... ok (3.254s) 2022-12-01T11:19:39.4538154Z test_Transformer_multilayer_coder (__main__.TestNN) ... [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-12-01T11:19:39.4538226Z ok (2.234s) 2022-12-01T11:19:39.4538394Z test_Transformer_multilayer_coder_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4538537Z test_TripletMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.062s) 2022-12-01T11:19:39.4538710Z test_TripletMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4538899Z test_TripletMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4539082Z test_TripletMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4539224Z test_TripletMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.059s) 2022-12-01T11:19:39.4539408Z test_TripletMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4539592Z test_TripletMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4539770Z test_TripletMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4539908Z test_TripletMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.059s) 2022-12-01T11:19:39.4540089Z test_TripletMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4540296Z test_TripletMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4540475Z test_TripletMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4540792Z test_Unflatten_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4540859Z ok (0.027s) 2022-12-01T11:19:39.4541018Z test_Unflatten_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4541314Z test_Unfold (__main__.TestNN) ... [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-12-01T11:19:39.4541381Z ok (0.021s) 2022-12-01T11:19:39.4541521Z test_Unfold_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4541853Z test_Unfold_int_input (__main__.TestNN) ... [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-12-01T11:19:39.4541919Z ok (0.020s) 2022-12-01T11:19:39.4542055Z test_Unfold_int_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4542356Z test_ZeroPad2d (__main__.TestNN) ... [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-12-01T11:19:39.4542424Z ok (0.031s) 2022-12-01T11:19:39.4542730Z test_ZeroPad2d_complex (__main__.TestNN) ... [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-12-01T11:19:39.4542800Z ok (0.062s) 2022-12-01T11:19:39.4542957Z test_ZeroPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4543101Z test_ZeroPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4543417Z test_ZeroPad2d_negative_dims (__main__.TestNN) ... [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-12-01T11:19:39.4543481Z ok (0.029s) 2022-12-01T11:19:39.4543629Z test_ZeroPad2d_negative_dims_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4543940Z test_ZeroPad2d_no_batch_dim (__main__.TestNN) ... [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-12-01T11:19:39.4544007Z ok (0.030s) 2022-12-01T11:19:39.4544166Z test_ZeroPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4544288Z test_adaptive_log_softmax (__main__.TestNN) ... ok (0.044s) 2022-12-01T11:19:39.4544394Z test_add_module (__main__.TestNN) ... ok (0.004s) 2022-12-01T11:19:39.4544530Z test_add_module_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:19:39.4544636Z test_affine_grid (__main__.TestNN) ... ok (0.023s) 2022-12-01T11:19:39.4544731Z test_affine_grid_3d (__main__.TestNN) ... ok (0.025s) 2022-12-01T11:19:39.4544854Z test_affine_grid_error_checking (__main__.TestNN) ... ok (0.007s) 2022-12-01T11:19:39.4544957Z test_assignment (__main__.TestNN) ... ok (0.011s) 2022-12-01T11:19:39.4545108Z test_batchnorm_buffer_update_when_stats_are_not_tracked (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4545289Z test_batchnorm_cudnn_half (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-12-01T11:19:39.4545435Z test_batchnorm_cudnn_nhwc (__main__.TestNN) ... skip: CUDA unavailable (0.002s) 2022-12-01T11:19:39.4545552Z test_batchnorm_nhwc_cpu (__main__.TestNN) ... ok (0.064s) 2022-12-01T11:19:39.4545695Z test_batchnorm_nhwc_cuda (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T11:19:39.4545802Z test_batchnorm_non_contig_cpu (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:19:39.4545963Z test_batchnorm_nonaffine_cuda_half_input (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-12-01T11:19:39.4546117Z test_batchnorm_raises_error_if_bias_is_not_same_size_as_input (__main__.TestNN) ... ok (0.022s) 2022-12-01T11:19:39.4546275Z test_batchnorm_raises_error_if_less_than_one_value_per_channel (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:19:39.4546441Z test_batchnorm_raises_error_if_running_mean_is_not_same_size_as_input (__main__.TestNN) ... ok (0.022s) 2022-12-01T11:19:39.4546608Z test_batchnorm_raises_error_if_running_var_is_not_same_size_as_input (__main__.TestNN) ... ok (0.022s) 2022-12-01T11:19:39.4546813Z test_batchnorm_raises_error_if_running_var_or_running_mean_have_forward_grad (__main__.TestNN) ... ok (0.033s) 2022-12-01T11:19:39.4546973Z test_batchnorm_raises_error_if_weight_is_not_same_size_as_input (__main__.TestNN) ... ok (0.022s) 2022-12-01T11:19:39.4547100Z test_bce_loss_always_nonnegative (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4547210Z test_bce_loss_broadcasts_weights (__main__.TestNN) ... ok (0.005s) 2022-12-01T11:19:39.4547326Z test_bce_loss_input_range (__main__.TestNN) ... ok (0.027s) 2022-12-01T11:19:39.4547443Z test_bce_loss_size_mismatch (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:19:39.4547583Z test_bce_with_logits_broadcasts_pos_weights (__main__.TestNN) ... ok (0.005s) 2022-12-01T11:19:39.4547716Z test_bce_with_logits_broadcasts_weights (__main__.TestNN) ... ok (0.005s) 2022-12-01T11:19:39.4547875Z test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:19:39.4548056Z test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss_large_tensors_with_grad (__main__.TestNN) ... ok (0.338s) 2022-12-01T11:19:39.4548197Z test_bce_with_logits_has_correct_forward_grad (__main__.TestNN) ... ok (0.032s) 2022-12-01T11:19:39.4548320Z test_bce_with_logits_has_correct_grad_at_zero (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4548475Z test_bce_with_logits_ones_in_pos_weights_are_the_same_as_none (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4548636Z test_bce_with_logits_raises_if_target_and_input_are_different_size (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:19:39.4548760Z test_bce_with_logits_stability (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4548913Z test_bce_with_logits_with_pos_weight_has_correct_grad_at_zero (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4549019Z test_bilinear (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:19:39.4549140Z test_bilinear_broadcasting (__main__.TestNN) ... ok (0.007s) 2022-12-01T11:19:39.4549253Z test_bilinear_no_bias (__main__.TestNN) ... ok (0.203s) 2022-12-01T11:19:39.4549361Z test_bilinear_non_contiguous (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:19:39.4549709Z test_broadcast_double_backwards_gpu (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-12-01T11:19:39.4549930Z test_broadcast_no_grad (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-12-01T11:19:39.4550169Z test_broadcast_not_requiring_grad (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-12-01T11:19:39.4550291Z test_buffer_not_persistent (__main__.TestNN) ... ok (0.001s) 2022-12-01T11:19:39.4550418Z test_buffer_not_persistent_assign (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:19:39.4550584Z test_buffer_not_persistent_del (__main__.TestNN) ... ok (0.001s) 2022-12-01T11:19:39.4550751Z test_buffer_not_persistent_load (__main__.TestNN) ... ok (0.001s) 2022-12-01T11:19:39.4550869Z test_buffer_not_persistent_overwrite (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:19:39.4550992Z test_buffers_and_named_buffers (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4551103Z test_caching_parametrization (__main__.TestNN) 2022-12-01T11:19:39.4551228Z Test the caching system of a parametrization ... ok (0.005s) 2022-12-01T11:19:39.4551393Z test_caching_parametrization_with_transfer_parametrizations_and_params (__main__.TestNN) 2022-12-01T11:19:39.4551631Z Test that transferring parametrizations doesn't cause issues with caching ... ok (0.006s) 2022-12-01T11:19:39.4552371Z test_call_supports_python_dict_output (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1078: UserWarning: Using non-full backward hooks on a Module that does not return a single Tensor or a tuple of Tensors is deprecated and will be removed in future versions. This hook will be missing some of the grad_output. Please use register_full_backward_hook to get the documented behavior. 2022-12-01T11:19:39.4552632Z warnings.warn("Using non-full backward hooks on a Module that does not return a " 2022-12-01T11:19:39.4552700Z ok (0.003s) 2022-12-01T11:19:39.4552800Z test_channel_shuffle (__main__.TestNN) ... ok (0.006s) 2022-12-01T11:19:39.4552925Z test_channel_shuffle_return_self (__main__.TestNN) ... ok (0.001s) 2022-12-01T11:19:39.4553029Z test_children (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:19:39.4553139Z test_clip_grad_norm (__main__.TestNN) ... ok (0.063s) 2022-12-01T11:19:39.4553250Z test_clip_grad_value (__main__.TestNN) ... ok (0.004s) 2022-12-01T11:19:39.4553355Z test_compute_nparams_to_prune (__main__.TestNN) 2022-12-01T11:19:39.4553499Z Test that requested pruning `amount` gets translated into the ... ok (0.002s) 2022-12-01T11:19:39.4553610Z test_container_copy (__main__.TestNN) ... ok (0.005s) 2022-12-01T11:19:39.4553730Z test_conv2d_discontiguous_weight (__main__.TestNN) ... ok (0.061s) 2022-12-01T11:19:39.4553840Z test_conv_backcompat (__main__.TestNN) ... ok (0.078s) 2022-12-01T11:19:39.4554000Z test_conv_cudnn_memory_layout_dominance (__main__.TestNN) ... skip: CUDA unavailable (0.002s) 2022-12-01T11:19:39.4554117Z test_conv_invalid_groups (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:19:39.4554265Z test_conv_modules_raise_error_on_incorrect_input_size (__main__.TestNN) ... ok (0.201s) 2022-12-01T11:19:39.4554380Z test_conv_padding_mode (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:19:39.4555203Z test_conv_shapecheck (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:976: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-12-01T11:19:39.4555365Z "Complex modules are a new feature under active development whose design may change, " 2022-12-01T11:19:39.4555430Z ok (0.352s) 2022-12-01T11:19:39.4555521Z test_conv_tbc (__main__.TestNN) ... ok (0.035s) 2022-12-01T11:19:39.4555666Z test_convert_sync_batchnorm (__main__.TestNN) ... skip: CUDA not available (0.002s) 2022-12-01T11:19:39.4555803Z test_cosine_embedding_loss_invalid_shape (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:19:39.4555942Z test_cosine_embedding_loss_margin_no_reduce (__main__.TestNN) ... ok (0.041s) 2022-12-01T11:19:39.4556070Z test_cosine_embedding_loss_no_reduce (__main__.TestNN) ... ok (0.039s) 2022-12-01T11:19:39.4556206Z test_cosine_embedding_loss_with_diff_type (__main__.TestNN) ... ok (0.235s) 2022-12-01T11:19:39.4556321Z test_cosine_similarity (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:19:39.4556438Z test_cross_entropy_loss (__main__.TestNN) ... ok (0.005s) 2022-12-01T11:19:39.4556553Z test_cross_entropy_loss_precision (__main__.TestNN) ... ok (12.719s) 2022-12-01T11:19:39.4556713Z test_cross_entropy_loss_zero_div (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:19:39.4556860Z test_cudnn_non_contiguous (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T11:19:39.4557013Z test_cudnn_noncontiguous_weight (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-12-01T11:19:39.4557271Z test_cudnn_rnn_dropout_states_device (__main__.TestNN) ... skip: CUDNN or multi-gpu not available (0.001s) 2022-12-01T11:19:39.4557417Z test_cudnn_weight_format (__main__.TestNN) ... skip: CUDNN not available (0.003s) 2022-12-01T11:19:39.4557559Z test_cudnn_weight_tying (__main__.TestNN) ... skip: CUDNN not available (0.002s) 2022-12-01T11:19:39.4557664Z test_custom_from_mask_pruning (__main__.TestNN) 2022-12-01T11:19:39.4557787Z Test that the CustomFromMask is capable of receiving ... ok (0.002s) 2022-12-01T11:19:39.4557908Z test_deepcopy_after_parametrization (__main__.TestNN) 2022-12-01T11:19:39.4558153Z Test that we are able to create a deepcopy of the module when it's parametrized. ... ok (0.017s) 2022-12-01T11:19:39.4558249Z test_dir (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:19:39.4558383Z test_dir_digit (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:19:39.4558503Z test_elu_inplace_gradgrad (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:19:39.4558621Z test_elu_inplace_on_view (__main__.TestNN) ... ok (0.023s) 2022-12-01T11:19:39.4558724Z test_error_RNN_seq_len_zero (__main__.TestNN) ... ok (0.051s) 2022-12-01T11:19:39.4558875Z test_errors_parametrized_tensor_parametrization (__main__.TestNN) ... ok (0.007s) 2022-12-01T11:19:39.4559026Z test_errors_unparametrized_tensor_parametrization (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:19:39.4559132Z test_extra_state (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4559264Z test_extra_state_missing_get_extra_state (__main__.TestNN) ... ok (0.001s) 2022-12-01T11:19:39.4559397Z test_extra_state_missing_set_extra_state (__main__.TestNN) ... ok (0.001s) 2022-12-01T11:19:39.4559514Z test_extra_state_non_dict (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:19:39.4559852Z test_fb_fc_packed (__main__.TestNN) ... test_nn.py:5153: UserWarning: fbgemm_pack_gemm_matrix_fp16 is deprecated and will be removed in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/QuantizedLinear.cpp:374.) 2022-12-01T11:19:39.4559982Z packed_w_tensor = torch.fbgemm_pack_gemm_matrix_fp16(w_tensor) 2022-12-01T11:19:39.4560283Z test_nn.py:5154: UserWarning: fbgemm_linear_fp16_weight_fp32_activation is deprecated and will be removed in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/QuantizedLinear.cpp:409.) 2022-12-01T11:19:39.4560437Z actual_output = torch.fbgemm_linear_fp16_weight(x_tensor, packed_w_tensor, b_tensor) 2022-12-01T11:19:39.4560502Z ok (0.004s) 2022-12-01T11:19:39.4560605Z test_flatten (__main__.TestNN) ... ok (0.001s) 2022-12-01T11:19:39.4560721Z test_fold_invalid_arg (__main__.TestNN) ... ok (0.062s) 2022-12-01T11:19:39.4560838Z test_functional_grad_conv (__main__.TestNN) ... ok (0.012s) 2022-12-01T11:19:39.4560963Z test_functional_grad_conv2d (__main__.TestNN) ... ok (1.350s) 2022-12-01T11:19:39.4561083Z test_gaussian_nll_loss_args (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:19:39.4561200Z test_gaussian_nll_loss_broadcasting (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:19:39.4561333Z test_gaussian_nll_loss_reduction_modes (__main__.TestNN) ... ok (0.005s) 2022-12-01T11:19:39.4561436Z test_get_buffer (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4561559Z test_get_buffer_from_submodules (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4561697Z test_getattr_with_property (__main__.TestNN) ... expected failure (0.002s) 2022-12-01T11:19:39.4561791Z test_global_pruning (__main__.TestNN) 2022-12-01T11:19:39.4561942Z Test that global l1 unstructured pruning over 2 parameters removes ... ok (0.006s) 2022-12-01T11:19:39.4562101Z test_global_pruning_importance_scores (__main__.TestNN) 2022-12-01T11:19:39.4562237Z Test that global l1 unstructured pruning over 2 parameters removes ... ok (0.006s) 2022-12-01T11:19:39.4562354Z test_grad_conv1d_input (__main__.TestNN) ... ok (0.129s) 2022-12-01T11:19:39.4562467Z test_grad_conv1d_weight (__main__.TestNN) ... ok (0.133s) 2022-12-01T11:19:39.4562578Z test_grad_conv2d_input (__main__.TestNN) ... ok (0.139s) 2022-12-01T11:19:39.4562687Z test_grad_conv2d_weight (__main__.TestNN) ... ok (0.142s) 2022-12-01T11:19:39.4562795Z test_grad_conv3d_input (__main__.TestNN) ... ok (0.271s) 2022-12-01T11:19:39.4562903Z test_grad_conv3d_weight (__main__.TestNN) ... ok (0.209s) 2022-12-01T11:19:39.4562996Z test_grid_sample (__main__.TestNN) ... ok (4.072s) 2022-12-01T11:19:39.4563106Z test_grid_sample_3d (__main__.TestNN) ... ok (0.365s) 2022-12-01T11:19:39.4563766Z test_grid_sample_error_checking (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4228: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-12-01T11:19:39.4564039Z "Default grid_sample and affine_grid behavior has changed " 2022-12-01T11:19:39.4564110Z ok (0.074s) 2022-12-01T11:19:39.4564269Z test_grouped_conv_cudnn_nhwc_support (__main__.TestNN) ... skip: CUDA unavailable (0.002s) 2022-12-01T11:19:39.4564384Z test_hardtanh_backward (__main__.TestNN) ... ok (0.403s) 2022-12-01T11:19:39.4564511Z test_hardtanh_inplace_gradgrad (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:19:39.4564629Z test_hook_backward_size (__main__.TestNN) ... ok (0.005s) 2022-12-01T11:19:39.4565024Z test_hook_backward_writeable (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1967: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-12-01T11:19:39.4565191Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-12-01T11:19:39.4565804Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1113: UserWarning: Using a non-full backward hook when the forward contains multiple autograd Nodes is deprecated and will be removed in future versions. This hook will be missing some grad_input. Please use register_full_backward_hook to get the documented behavior. 2022-12-01T11:19:39.4566054Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-12-01T11:19:39.4566121Z ok (0.025s) 2022-12-01T11:19:39.4566225Z test_hook_cpp (__main__.TestNN) ... ok (0.025s) 2022-12-01T11:19:39.4566341Z test_hook_extra_input (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4566475Z test_hook_forward_preforward_writable (__main__.TestNN) ... ok (0.005s) 2022-12-01T11:19:39.4566588Z test_hook_inplace (__main__.TestNN) ... ok (0.027s) 2022-12-01T11:19:39.4566694Z test_hook_invalid_outputs (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4566824Z test_hook_last_arg_requires_grad (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:19:39.4566947Z test_hook_no_requires_grad (__main__.TestNN) ... ok (0.006s) 2022-12-01T11:19:39.4567065Z test_hook_non_full_warning (__main__.TestNN) ... ok (0.012s) 2022-12-01T11:19:39.4567179Z test_hook_requires_grad (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4567828Z test_hooks (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1113: UserWarning: Using a non-full backward hook when the forward contains multiple autograd Nodes is deprecated and will be removed in future versions. This hook will be missing some grad_input. Please use register_full_backward_hook to get the documented behavior. 2022-12-01T11:19:39.4568079Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-12-01T11:19:39.4568144Z ok (0.047s) 2022-12-01T11:19:39.4568252Z test_huber_loss_invalid_delta (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:19:39.4568428Z test_identity_pruning (__main__.TestNN) 2022-12-01T11:19:39.4568568Z Test that a mask of 1s does not change forward or backward. ... ok (0.009s) 2022-12-01T11:19:39.4568691Z test_initialization_parametrization (__main__.TestNN) 2022-12-01T11:19:39.4568842Z Test that it is possible to initialize a parametrization when it ... ok (0.013s) 2022-12-01T11:19:39.4568950Z test_inplace_thnn (__main__.TestNN) ... ok (0.007s) 2022-12-01T11:19:39.4569060Z test_interpolate (__main__.TestNN) ... ok (0.634s) 2022-12-01T11:19:39.4569378Z test_interpolate_bicubic_2d (__main__.TestNN) ... [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-12-01T11:19:39.4569445Z ok (0.033s) 2022-12-01T11:19:39.4569595Z test_interpolate_bicubic_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4569961Z test_interpolate_bicubic_2d_zero_dim (__main__.TestNN) ... [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-12-01T11:19:39.4570030Z ok (0.026s) 2022-12-01T11:19:39.4570200Z test_interpolate_bicubic_2d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4570522Z test_interpolate_bicubic_scale_2d (__main__.TestNN) ... [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-12-01T11:19:39.4570589Z ok (0.035s) 2022-12-01T11:19:39.4570757Z test_interpolate_bicubic_scale_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4571091Z test_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestNN) ... [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-12-01T11:19:39.4571162Z ok (0.030s) 2022-12-01T11:19:39.4571329Z test_interpolate_bicubic_scale_tuple_shared_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4571664Z test_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestNN) ... [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-12-01T11:19:39.4571727Z ok (0.029s) 2022-12-01T11:19:39.4572069Z test_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestNN) ... [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-12-01T11:19:39.4572136Z ok (0.039s) 2022-12-01T11:19:39.4572331Z test_interpolate_bicubic_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4572512Z test_interpolate_bicubic_scale_tuple_skewed_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4572829Z test_interpolate_bicubic_tuple_2d (__main__.TestNN) ... [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-12-01T11:19:39.4572894Z ok (0.030s) 2022-12-01T11:19:39.4573226Z test_interpolate_bicubic_tuple_2d_align_corners (__main__.TestNN) ... [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-12-01T11:19:39.4573290Z ok (0.029s) 2022-12-01T11:19:39.4573499Z test_interpolate_bicubic_tuple_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4573666Z test_interpolate_bicubic_tuple_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4573978Z test_interpolate_bilinear_2d (__main__.TestNN) ... [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-12-01T11:19:39.4574042Z ok (0.029s) 2022-12-01T11:19:39.4574202Z test_interpolate_bilinear_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4574524Z test_interpolate_bilinear_2d_zero_dim (__main__.TestNN) ... [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-12-01T11:19:39.4574591Z ok (0.025s) 2022-12-01T11:19:39.4574759Z test_interpolate_bilinear_2d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4575112Z test_interpolate_bilinear_scale_2d (__main__.TestNN) ... [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-12-01T11:19:39.4575178Z ok (0.030s) 2022-12-01T11:19:39.4575332Z test_interpolate_bilinear_scale_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4575662Z test_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestNN) ... [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-12-01T11:19:39.4575726Z ok (0.028s) 2022-12-01T11:19:39.4575908Z test_interpolate_bilinear_scale_tuple_shared_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4576237Z test_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestNN) ... [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-12-01T11:19:39.4576302Z ok (0.027s) 2022-12-01T11:19:39.4576651Z test_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestNN) ... [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-12-01T11:19:39.4576715Z ok (0.027s) 2022-12-01T11:19:39.4576910Z test_interpolate_bilinear_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4577091Z test_interpolate_bilinear_scale_tuple_skewed_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4577402Z test_interpolate_bilinear_tuple_2d (__main__.TestNN) ... [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-12-01T11:19:39.4577467Z ok (0.027s) 2022-12-01T11:19:39.4577798Z test_interpolate_bilinear_tuple_2d_align_corners (__main__.TestNN) ... [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-12-01T11:19:39.4577863Z ok (0.027s) 2022-12-01T11:19:39.4578045Z test_interpolate_bilinear_tuple_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4578287Z test_interpolate_bilinear_tuple_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4578497Z test_interpolate_illegal_memory_access (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-12-01T11:19:39.4578810Z test_interpolate_linear_1d (__main__.TestNN) ... [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-12-01T11:19:39.4578877Z ok (0.025s) 2022-12-01T11:19:39.4579199Z test_interpolate_linear_1d_align_corners (__main__.TestNN) ... [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-12-01T11:19:39.4579252Z ok (0.025s) 2022-12-01T11:19:39.4579426Z test_interpolate_linear_1d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4579584Z test_interpolate_linear_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4579936Z test_interpolate_linear_1d_zero_dim (__main__.TestNN) ... [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-12-01T11:19:39.4580004Z ok (0.023s) 2022-12-01T11:19:39.4580172Z test_interpolate_linear_1d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4580488Z test_interpolate_linear_scale_1d (__main__.TestNN) ... [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-12-01T11:19:39.4580557Z ok (0.025s) 2022-12-01T11:19:39.4580886Z test_interpolate_linear_scale_1d_align_corners (__main__.TestNN) ... [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-12-01T11:19:39.4580959Z ok (0.025s) 2022-12-01T11:19:39.4581128Z test_interpolate_linear_scale_1d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4581294Z test_interpolate_linear_scale_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4581611Z test_interpolate_linear_tuple_1d (__main__.TestNN) ... [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-12-01T11:19:39.4581676Z ok (0.025s) 2022-12-01T11:19:39.4581839Z test_interpolate_linear_tuple_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4582149Z test_interpolate_nearest_1d (__main__.TestNN) ... [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-12-01T11:19:39.4582218Z ok (0.025s) 2022-12-01T11:19:39.4582376Z test_interpolate_nearest_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4582696Z test_interpolate_nearest_1d_zero_dim (__main__.TestNN) ... [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-12-01T11:19:39.4582760Z ok (0.023s) 2022-12-01T11:19:39.4582914Z test_interpolate_nearest_1d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4583224Z test_interpolate_nearest_2d (__main__.TestNN) ... [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-12-01T11:19:39.4583323Z ok (0.028s) 2022-12-01T11:19:39.4583481Z test_interpolate_nearest_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4583812Z test_interpolate_nearest_2d_launch_configs (__main__.TestNN) ... [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-12-01T11:19:39.4583878Z ok (0.029s) 2022-12-01T11:19:39.4584054Z test_interpolate_nearest_2d_launch_configs_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4584371Z test_interpolate_nearest_2d_zero_dim (__main__.TestNN) ... [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-12-01T11:19:39.4584435Z ok (0.024s) 2022-12-01T11:19:39.4584589Z test_interpolate_nearest_2d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4584934Z test_interpolate_nearest_3d (__main__.TestNN) ... [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-12-01T11:19:39.4585000Z ok (0.052s) 2022-12-01T11:19:39.4585157Z test_interpolate_nearest_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4585475Z test_interpolate_nearest_3d_zero_dim (__main__.TestNN) ... [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-12-01T11:19:39.4585540Z ok (0.025s) 2022-12-01T11:19:39.4585708Z test_interpolate_nearest_3d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4586029Z test_interpolate_nearest_scale_1d (__main__.TestNN) ... [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-12-01T11:19:39.4586102Z ok (0.024s) 2022-12-01T11:19:39.4586268Z test_interpolate_nearest_scale_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4586573Z test_interpolate_nearest_scale_2d (__main__.TestNN) ... [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-12-01T11:19:39.4586638Z ok (0.028s) 2022-12-01T11:19:39.4586804Z test_interpolate_nearest_scale_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4587122Z test_interpolate_nearest_scale_3d (__main__.TestNN) ... [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-12-01T11:19:39.4587189Z ok (0.071s) 2022-12-01T11:19:39.4587355Z test_interpolate_nearest_scale_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4587669Z test_interpolate_nearest_tuple_1d (__main__.TestNN) ... [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-12-01T11:19:39.4587735Z ok (0.025s) 2022-12-01T11:19:39.4587898Z test_interpolate_nearest_tuple_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4588211Z test_interpolate_nearest_tuple_2d (__main__.TestNN) ... [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-12-01T11:19:39.4588327Z ok (0.028s) 2022-12-01T11:19:39.4588492Z test_interpolate_nearest_tuple_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4588809Z test_interpolate_nearest_tuple_3d (__main__.TestNN) ... [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-12-01T11:19:39.4588876Z ok (0.056s) 2022-12-01T11:19:39.4589040Z test_interpolate_nearest_tuple_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4589357Z test_interpolate_trilinear_3d (__main__.TestNN) ... [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-12-01T11:19:39.4589423Z ok (0.061s) 2022-12-01T11:19:39.4589586Z test_interpolate_trilinear_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4589942Z test_interpolate_trilinear_3d_zero_dim (__main__.TestNN) ... [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-12-01T11:19:39.4590009Z ok (0.026s) 2022-12-01T11:19:39.4590167Z test_interpolate_trilinear_3d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4590489Z test_interpolate_trilinear_scale_3d (__main__.TestNN) ... [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-12-01T11:19:39.4590554Z ok (0.066s) 2022-12-01T11:19:39.4590888Z test_interpolate_trilinear_scale_3d_align_corners (__main__.TestNN) ... [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-12-01T11:19:39.4590957Z ok (0.052s) 2022-12-01T11:19:39.4591140Z test_interpolate_trilinear_scale_3d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4591308Z test_interpolate_trilinear_scale_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4591630Z test_interpolate_trilinear_tuple_3d (__main__.TestNN) ... [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-12-01T11:19:39.4591694Z ok (0.031s) 2022-12-01T11:19:39.4592026Z test_interpolate_trilinear_tuple_3d_align_corners (__main__.TestNN) ... [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-12-01T11:19:39.4592080Z ok (0.031s) 2022-12-01T11:19:39.4592267Z test_interpolate_trilinear_tuple_3d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4592435Z test_interpolate_trilinear_tuple_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4593262Z test_invalid_conv1d (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:976: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-12-01T11:19:39.4593422Z "Complex modules are a new feature under active development whose design may change, " 2022-12-01T11:19:39.4593531Z ok (0.166s) 2022-12-01T11:19:39.4593676Z test_invalid_conv2d (__main__.TestNN) ... ok (0.303s) 2022-12-01T11:19:39.4593785Z test_invalid_conv3d (__main__.TestNN) ... ok (0.150s) 2022-12-01T11:19:39.4593913Z test_kl_div_log_softmax_target (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4594593Z test_kl_div_with_diff_type (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2917: 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-12-01T11:19:39.4594820Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T11:19:39.4594873Z ok (0.004s) 2022-12-01T11:19:39.4595006Z test_kl_div_with_diff_type_log_target (__main__.TestNN) ... ok (0.004s) 2022-12-01T11:19:39.4595118Z test_l1_loss_correct (__main__.TestNN) ... ok (38.616s) 2022-12-01T11:19:39.4595232Z test_l1_unstructured_pruning (__main__.TestNN) 2022-12-01T11:19:39.4595377Z Test that l1 unstructured pruning actually removes the lowest ... ok (0.006s) 2022-12-01T11:19:39.4595544Z test_l1_unstructured_pruning_with_importance_scores (__main__.TestNN) 2022-12-01T11:19:39.4595687Z Test that l1 unstructured pruning actually removes the lowest ... ok (0.005s) 2022-12-01T11:19:39.4595812Z test_layer_norm_grads_with_create_graph_flag (__main__.TestNN) ... ok (0.005s) 2022-12-01T11:19:39.4595930Z test_linear_broadcasting (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4596035Z test_ln_structured_pruning (__main__.TestNN) 2022-12-01T11:19:39.4596151Z Check Ln structured pruning by hand. ... ok (0.005s) 2022-12-01T11:19:39.4596278Z test_ln_structured_pruning_importance_scores (__main__.TestNN) 2022-12-01T11:19:39.4596392Z Check Ln structured pruning by hand. ... ok (0.005s) 2022-12-01T11:19:39.4596503Z test_load_state_dict (__main__.TestNN) ... ok (0.020s) 2022-12-01T11:19:39.4596619Z test_load_state_dict_BC (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4596724Z test_load_state_dict_child (__main__.TestNN) ... ok (0.290s) 2022-12-01T11:19:39.4596844Z test_load_state_dict_custom (__main__.TestNN) ... ok (0.004s) 2022-12-01T11:19:39.4596965Z test_load_state_dict_invalid (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:19:39.4597087Z test_load_state_dict_ref_cycle (__main__.TestNN) ... ok (0.148s) 2022-12-01T11:19:39.4597203Z test_load_state_dict_type (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:19:39.4597313Z test_log_softmax_cpu (__main__.TestNN) ... ok (0.078s) 2022-12-01T11:19:39.4597619Z test_log_softmax_dim0 (__main__.TestNN) ... [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-12-01T11:19:39.4597684Z ok (0.029s) 2022-12-01T11:19:39.4597819Z test_log_softmax_dim0_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4598124Z test_log_softmax_dim3 (__main__.TestNN) ... [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-12-01T11:19:39.4598190Z ok (0.028s) 2022-12-01T11:19:39.4598339Z test_log_softmax_dim3_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4598645Z test_log_softmax_lastdim (__main__.TestNN) ... [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-12-01T11:19:39.4598710Z ok (0.029s) 2022-12-01T11:19:39.4598863Z test_log_softmax_lastdim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4599170Z test_log_softmax_scalar (__main__.TestNN) ... [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-12-01T11:19:39.4599270Z ok (0.017s) 2022-12-01T11:19:39.4599411Z test_log_softmax_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4599718Z test_log_softmax_spatial (__main__.TestNN) ... [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-12-01T11:19:39.4599783Z ok (0.031s) 2022-12-01T11:19:39.4599938Z test_log_softmax_spatial_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4600254Z test_log_softmax_spatial_special (__main__.TestNN) ... [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-12-01T11:19:39.4600321Z ok (0.041s) 2022-12-01T11:19:39.4600484Z test_log_softmax_spatial_special_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4600851Z test_loss_equal_input_target_shape (__main__.TestNN) ... test_nn.py:6571: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:19:39.4600998Z 'mse_loss': lambda x, y: F.mse_loss(x, y), 2022-12-01T11:19:39.4601287Z test_nn.py:6572: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:19:39.4601412Z 'l1_loss': lambda x, y: F.l1_loss(x, y), 2022-12-01T11:19:39.4601697Z test_nn.py:6573: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:19:39.4601866Z 'smooth_l1_loss': lambda x, y: F.smooth_l1_loss(x, y), 2022-12-01T11:19:39.4602146Z test_nn.py:6574: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:19:39.4602294Z 'huber_loss': lambda x, y: F.huber_loss(x, y), 2022-12-01T11:19:39.4602899Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2917: 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-12-01T11:19:39.4603119Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T11:19:39.4603188Z ok (0.050s) 2022-12-01T11:19:39.4603323Z test_margin_ranking_loss_margin_no_reduce (__main__.TestNN) ... ok (0.012s) 2022-12-01T11:19:39.4603453Z test_margin_ranking_loss_no_reduce (__main__.TestNN) ... ok (0.012s) 2022-12-01T11:19:39.4603560Z test_mismatch_shape_conv2d (__main__.TestNN) ... ok (0.014s) 2022-12-01T11:19:39.4603680Z test_module_apply_inplace_op (__main__.TestNN) ... ok (0.023s) 2022-12-01T11:19:39.4603797Z test_module_backcompat (__main__.TestNN) ... ok (0.034s) 2022-12-01T11:19:39.4604137Z test_module_to_argparse (__main__.TestNN) ... ok (0.004s) 2022-12-01T11:19:39.4604242Z test_modules (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4604361Z test_mse_loss_size_warning (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:19:39.4604514Z test_multihead_attention_average_attn_weights_False (__main__.TestNN) ... ok (5.713s) 2022-12-01T11:19:39.4604665Z test_multihead_attention_average_attn_weights_True (__main__.TestNN) ... ok (5.721s) 2022-12-01T11:19:39.4604853Z test_multihead_attn_3d_attn_mask (__main__.TestNN) ... ok (0.027s) 2022-12-01T11:19:39.4604997Z test_multihead_attn_fast_path_invalid_shape (__main__.TestNN) ... ok (0.007s) 2022-12-01T11:19:39.4605127Z test_multihead_attn_invalid_shape (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4605760Z test_multihead_attn_nested_tensor_outside_fast_path (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nested/__init__.py:47: 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-12-01T11:19:39.4605914Z nt = torch._nested_tensor_from_tensor_list(new_data, dtype, None, device, pin_memory) 2022-12-01T11:19:39.4605982Z ok (0.009s) 2022-12-01T11:19:39.4606103Z test_multihead_attn_no_bias (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:19:39.4606486Z test_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestNN) ... [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-12-01T11:19:39.4606556Z ok (0.013s) 2022-12-01T11:19:39.4606728Z test_multimarginloss_1d_input_0d_target_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4606863Z test_multiple_inputs_parametrization (__main__.TestNN) ... ok (0.019s) 2022-12-01T11:19:39.4606984Z test_multiple_pruning_calls (__main__.TestNN) ... ok (0.007s) 2022-12-01T11:19:39.4607095Z test_named_children (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4607203Z test_named_modules (__main__.TestNN) ... ok (0.005s) 2022-12-01T11:19:39.4607323Z test_nested_tensor_from_mask (__main__.TestNN) ... ok (0.007s) 2022-12-01T11:19:39.4607451Z test_nested_tensor_from_mask_error (__main__.TestNN) ... ok (0.040s) 2022-12-01T11:19:39.4607564Z test_new_spectral_norm (__main__.TestNN) ... ok (0.170s) 2022-12-01T11:19:39.4607672Z test_new_spectral_norm_dim (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:19:39.4607796Z test_new_spectral_norm_forward (__main__.TestNN) ... ok (0.011s) 2022-12-01T11:19:39.4607925Z test_new_spectral_norm_load_state_dict (__main__.TestNN) ... ok (0.060s) 2022-12-01T11:19:39.4608032Z test_nnpack_conv (__main__.TestNN) ... ok (0.637s) 2022-12-01T11:19:39.4608133Z test_no_grad (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:19:39.4608250Z test_non_leaf_parameters (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4608354Z test_normalize (__main__.TestNN) ... ok (0.026s) 2022-12-01T11:19:39.4608469Z test_orthogonal_errors (__main__.TestNN) ... ok (0.004s) 2022-12-01T11:19:39.4609133Z test_orthogonal_parametrization (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-12-01T11:19:39.4609238Z warnings.warn(msg, FutureWarning) 2022-12-01T11:19:39.4609302Z ok (0.917s) 2022-12-01T11:19:39.4609442Z test_overwrite_module_params_on_conversion (__main__.TestNN) ... ok (0.031s) 2022-12-01T11:19:39.4609599Z test_pack_sequence_batch_sizes_throw (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T11:19:39.4609712Z test_pad_scalar_error (__main__.TestNN) ... ok (0.012s) 2022-12-01T11:19:39.4609820Z test_padding_list (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:19:39.4609934Z test_pairwise_distance (__main__.TestNN) ... ok (0.011s) 2022-12-01T11:19:39.4610040Z test_parameter_assignment (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4610166Z test_parameterlistdict_pickle (__main__.TestNN) ... ok (0.006s) 2022-12-01T11:19:39.4610309Z test_parameterlistdict_setting_attributes (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:19:39.4610476Z test_parameters_and_named_parameters (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4610594Z test_parameters_to_vector (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:19:39.4610720Z test_parametrization_same_training_mode (__main__.TestNN) 2022-12-01T11:19:39.4610866Z Test training mode updated on parametrization registration ... ok (0.002s) 2022-12-01T11:19:39.4610967Z test_parse_to (__main__.TestNN) ... ok (0.001s) 2022-12-01T11:19:39.4611100Z test_partial_flat_weights (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T11:19:39.4611199Z test_pdist (__main__.TestNN) ... ok (0.074s) 2022-12-01T11:19:39.4611352Z test_pdist_cpu_gradgrad_unimplemented (__main__.TestNN) ... expected failure (0.016s) 2022-12-01T11:19:39.4611507Z test_pdist_cuda_gradgrad_unimplemented (__main__.TestNN) ... expected failure (0.001s) 2022-12-01T11:19:39.4611619Z test_pdist_empty_col (__main__.TestNN) ... ok (0.006s) 2022-12-01T11:19:39.4611731Z test_pdist_empty_row (__main__.TestNN) ... ok (0.006s) 2022-12-01T11:19:39.4611838Z test_pdist_large (__main__.TestNN) ... ok (0.085s) 2022-12-01T11:19:39.4611915Z test_pdist_zeros (__main__.TestNN) 2022-12-01T11:19:39.4612061Z Test that grad is still valid when dist is 0 ... ok (0.035s) 2022-12-01T11:19:39.4612180Z test_pixel_shuffle_nhwc_cpu (__main__.TestNN) ... ok (0.006s) 2022-12-01T11:19:39.4612300Z test_pixel_shuffle_unshuffle (__main__.TestNN) ... ok (2.260s) 2022-12-01T11:19:39.4612635Z test_pointwise_loss_broadcast (__main__.TestNN) ... test_nn.py:9215: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:19:39.4612804Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-12-01T11:19:39.4613089Z test_nn.py:9215: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:19:39.4613258Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-12-01T11:19:39.4613547Z test_nn.py:9215: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:19:39.4613713Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-12-01T11:19:39.4613986Z test_nn.py:9215: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:19:39.4614151Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-12-01T11:19:39.4614429Z test_nn.py:9215: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:19:39.4614597Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-12-01T11:19:39.4614882Z test_nn.py:9215: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:19:39.4615046Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-12-01T11:19:39.4615329Z test_nn.py:9215: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:19:39.4615492Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-12-01T11:19:39.4615774Z test_nn.py:9216: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:19:39.4615970Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-12-01T11:19:39.4616249Z test_nn.py:9216: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:19:39.4616397Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-12-01T11:19:39.4616676Z test_nn.py:9216: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:19:39.4616837Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-12-01T11:19:39.4617114Z test_nn.py:9216: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:19:39.4617307Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-12-01T11:19:39.4617590Z test_nn.py:9216: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:19:39.4617750Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-12-01T11:19:39.4618027Z test_nn.py:9216: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:19:39.4618303Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-12-01T11:19:39.4618584Z test_nn.py:9216: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:19:39.4618754Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-12-01T11:19:39.4619018Z test_nn.py:9217: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:19:39.4619205Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-12-01T11:19:39.4619481Z test_nn.py:9217: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:19:39.4619669Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-12-01T11:19:39.4619954Z test_nn.py:9217: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:19:39.4620140Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-12-01T11:19:39.4620419Z test_nn.py:9217: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:19:39.4620603Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-12-01T11:19:39.4620883Z test_nn.py:9217: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:19:39.4621068Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-12-01T11:19:39.4621389Z test_nn.py:9217: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:19:39.4621572Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-12-01T11:19:39.4621835Z test_nn.py:9217: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:19:39.4622016Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-12-01T11:19:39.4622295Z test_nn.py:9218: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:19:39.4622470Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-12-01T11:19:39.4622771Z test_nn.py:9218: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:19:39.4622947Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-12-01T11:19:39.4623222Z test_nn.py:9218: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:19:39.4623393Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-12-01T11:19:39.4623664Z test_nn.py:9218: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:19:39.4623838Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-12-01T11:19:39.4624115Z test_nn.py:9218: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:19:39.4624273Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-12-01T11:19:39.4624545Z test_nn.py:9218: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:19:39.4624715Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-12-01T11:19:39.4624993Z test_nn.py:9218: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:19:39.4625163Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-12-01T11:19:39.4625231Z ok (0.182s) 2022-12-01T11:19:39.4625376Z test_pointwise_loss_target_grad_none_reduction (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:19:39.4625509Z test_poisson_nll_loss_reduction_modes (__main__.TestNN) ... ok (0.004s) 2022-12-01T11:19:39.4625641Z test_projections_errors_on_gru_and_rnn (__main__.TestNN) ... ok (0.001s) 2022-12-01T11:19:39.4625755Z test_projections_lstm_args_check (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:19:39.4625999Z test_projections_lstm_check_device (__main__.TestNN) ... skip: multi-GPU not supported (0.002s) 2022-12-01T11:19:39.4626137Z test_projections_lstm_initial_hidden_state (__main__.TestNN) ... ok (0.130s) 2022-12-01T11:19:39.4626238Z test_prune (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4626360Z test_prune_importance_scores (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4626531Z test_prune_importance_scores_mimic_default (__main__.TestNN) ... ok (0.004s) 2022-12-01T11:19:39.4626648Z test_pruning_container (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:19:39.4626764Z test_pruning_container_compute_mask (__main__.TestNN) 2022-12-01T11:19:39.4626892Z Test `compute_mask` of pruning container with a known `t` and ... ok (0.007s) 2022-12-01T11:19:39.4626999Z test_pruning_id_consistency (__main__.TestNN) 2022-12-01T11:19:39.4627211Z Test that pruning doesn't change the id of the parameters, which ... ok (0.003s) 2022-12-01T11:19:39.4627307Z test_pruning_rollback (__main__.TestNN) 2022-12-01T11:19:39.4627450Z Test that if something fails when the we try to compute the mask, ... ok (0.004s) 2022-12-01T11:19:39.4627591Z test_pruning_serialization_model (__main__.TestNN) ... ok (0.007s) 2022-12-01T11:19:39.4627724Z test_pruning_serialization_state_dict (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:19:39.4627824Z test_random_pruning (__main__.TestNN) ... ok (0.007s) 2022-12-01T11:19:39.4627926Z test_random_pruning_0perc (__main__.TestNN) 2022-12-01T11:19:39.4628090Z Test that a mask of 1s does not change forward or backward. ... ok (0.009s) 2022-12-01T11:19:39.4628197Z test_random_pruning_forward (__main__.TestNN) 2022-12-01T11:19:39.4628302Z check forward with mask (by hand). ... ok (0.005s) 2022-12-01T11:19:39.4628408Z test_random_pruning_new_weight (__main__.TestNN) 2022-12-01T11:19:39.4628545Z Test that module.name now contains a pruned version of ... ok (0.006s) 2022-12-01T11:19:39.4628647Z test_random_pruning_orig (__main__.TestNN) 2022-12-01T11:19:39.4628830Z Test that original tensor is correctly stored in 'orig' ... ok (0.006s) 2022-12-01T11:19:39.4628949Z test_random_pruning_pickle (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:19:39.4629050Z test_random_pruning_sizes (__main__.TestNN) 2022-12-01T11:19:39.4629195Z Test that the new parameters and buffers created by the pruning ... ok (0.005s) 2022-12-01T11:19:39.4629330Z test_random_structured_pruning_amount (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4629464Z test_register_and_remove_buffer_parametrization (__main__.TestNN) 2022-12-01T11:19:39.4629622Z Test that it is possible to add and remove parametrizations on buffers ... ok (0.006s) 2022-12-01T11:19:39.4629742Z test_register_and_remove_nested_parametrization (__main__.TestNN) 2022-12-01T11:19:39.4629876Z Test that it is possible to nest the parametrizations ... ok (0.006s) 2022-12-01T11:19:39.4629998Z test_register_and_remove_parametrization (__main__.TestNN) 2022-12-01T11:19:39.4630134Z Test that it is possible to add a few parametrizations ... ok (0.060s) 2022-12-01T11:19:39.4630283Z test_register_buffer_allows_overwriting_with_same_name (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4630426Z test_register_buffer_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:19:39.4630575Z test_register_buffer_raises_error_if_name_is_not_string (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:19:39.4630719Z test_register_buffer_raises_error_if_not_tensor (__main__.TestNN) ... ok (0.001s) 2022-12-01T11:19:39.4630878Z test_register_parameter_allows_overwriting_with_same_name (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4631012Z test_register_parameter_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:19:39.4631163Z test_register_parameter_raises_error_if_name_is_not_string (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:19:39.4631277Z test_relu_inplace_on_view (__main__.TestNN) ... ok (0.021s) 2022-12-01T11:19:39.4631370Z test_remove_pruning (__main__.TestNN) 2022-12-01T11:19:39.4631511Z `prune.remove` removes the hook and the reparametrization ... ok (0.008s) 2022-12-01T11:19:39.4631618Z test_remove_pruning_exception (__main__.TestNN) 2022-12-01T11:19:39.4631756Z Removing from an unpruned tensor throws an assertion error ... ok (0.002s) 2022-12-01T11:19:39.4631848Z test_remove_pruning_forward (__main__.TestNN) 2022-12-01T11:19:39.4632036Z Remove pruning and check forward is unchanged from previous ... ok (0.004s) 2022-12-01T11:19:39.4632134Z test_repr (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:19:39.4632246Z test_requires_grad_ (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:19:39.4632353Z test_rnn_args_check (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:19:39.4632573Z test_rnn_check_device (__main__.TestNN) ... skip: multi-GPU not supported (0.002s) 2022-12-01T11:19:39.4632692Z test_rnn_initial_hidden_state (__main__.TestNN) ... ok (0.147s) 2022-12-01T11:19:39.4632798Z test_rnn_pruning (__main__.TestNN) ... ok (0.005s) 2022-12-01T11:19:39.4632896Z test_rnn_weight_norm (__main__.TestNN) ... ok (0.006s) 2022-12-01T11:19:39.4633013Z test_serialization_parametrization (__main__.TestNN) 2022-12-01T11:19:39.4633166Z Test that it is possible to serialize a parametrized model via state_dict ... ok (0.013s) 2022-12-01T11:19:39.4633272Z test_share_memory (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4633403Z test_smoothl1loss_intergral_target (__main__.TestNN) ... ok (0.027s) 2022-12-01T11:19:39.4633546Z test_smoothl1loss_negative_beta_not_supported (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:19:39.4633719Z test_softmax_cpu (__main__.TestNN) ... ok (0.077s) 2022-12-01T11:19:39.4634040Z test_softmax_functional_dim0 (__main__.TestNN) ... [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-12-01T11:19:39.4634095Z ok (0.030s) 2022-12-01T11:19:39.4634253Z test_softmax_functional_dim0_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4634570Z test_softmax_functional_dim3 (__main__.TestNN) ... [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-12-01T11:19:39.4634639Z ok (0.030s) 2022-12-01T11:19:39.4634797Z test_softmax_functional_dim3_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4635113Z test_softmax_functional_scalar (__main__.TestNN) ... [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-12-01T11:19:39.4635179Z ok (0.017s) 2022-12-01T11:19:39.4635340Z test_softmax_functional_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4635647Z test_softmax_lastdim (__main__.TestNN) ... [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-12-01T11:19:39.4635711Z ok (0.029s) 2022-12-01T11:19:39.4635846Z test_softmax_lastdim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4636161Z test_softmax_lastdim_dtype (__main__.TestNN) ... [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-12-01T11:19:39.4636227Z ok (0.033s) 2022-12-01T11:19:39.4636386Z test_softmax_lastdim_dtype_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4636687Z test_softmax_spatial (__main__.TestNN) ... [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-12-01T11:19:39.4636755Z ok (0.029s) 2022-12-01T11:19:39.4636905Z test_softmax_spatial_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4637219Z test_softmax_spatial_dtype (__main__.TestNN) ... [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-12-01T11:19:39.4637317Z ok (0.029s) 2022-12-01T11:19:39.4637464Z test_softmax_spatial_dtype_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4637776Z test_softmax_spatial_special (__main__.TestNN) ... [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-12-01T11:19:39.4637841Z ok (0.040s) 2022-12-01T11:19:39.4637999Z test_softmax_spatial_special_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:19:39.4638101Z test_softmin (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4638211Z test_spectral_norm (__main__.TestNN) ... ok (0.108s) 2022-12-01T11:19:39.4638325Z test_spectral_norm_dim (__main__.TestNN) ... ok (0.004s) 2022-12-01T11:19:39.4638447Z test_spectral_norm_forward (__main__.TestNN) ... ok (0.005s) 2022-12-01T11:19:39.4638562Z test_spectral_norm_load_state_dict (__main__.TestNN) ... ok (0.062s) 2022-12-01T11:19:39.4638715Z test_spectral_norm_pickle (__main__.TestNN) ... ok (0.004s) 2022-12-01T11:19:39.4638820Z test_state_dict (__main__.TestNN) ... ok (0.006s) 2022-12-01T11:19:39.4638975Z test_sync_batchnorm_accuracy_cuda (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T11:19:39.4639128Z test_sync_batchnorm_backward_elemt (__main__.TestNN) ... skip: CUDA not available (0.002s) 2022-12-01T11:19:39.4639284Z test_thnn_conv_strided_padded_dilated (__main__.TestNN) ... skip: CUDA not available (0.002s) 2022-12-01T11:19:39.4639400Z test_threshold_bfloat16 (__main__.TestNN) ... ok (0.006s) 2022-12-01T11:19:39.4639508Z test_threshold_int (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:19:39.4639590Z test_to (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4639722Z test_train_errors_for_invalid_mode (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:19:39.4639851Z test_transfer_parametrizations_and_params (__main__.TestNN) 2022-12-01T11:19:39.4640022Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.012s) 2022-12-01T11:19:39.4640177Z test_transfer_parametrizations_and_params_many_to_one (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:19:39.4640322Z test_transfer_parametrizations_and_params_right_inverse (__main__.TestNN) 2022-12-01T11:19:39.4640488Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.006s) 2022-12-01T11:19:39.4640629Z test_transfer_parametrizations_and_params_single_param (__main__.TestNN) 2022-12-01T11:19:39.4640777Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.007s) 2022-12-01T11:19:39.4640899Z test_transformer_args_check (__main__.TestNN) ... ok (0.769s) 2022-12-01T11:19:39.4641026Z test_transformer_layer_args_check (__main__.TestNN) ... ok (0.039s) 2022-12-01T11:19:39.4641148Z test_transformerdecoder (__main__.TestNN) ... ok (0.373s) 2022-12-01T11:19:39.4641279Z test_transformerdecoderlayer (__main__.TestNN) ... ok (0.093s) 2022-12-01T11:19:39.4641415Z test_transformerdecoderlayer_gelu (__main__.TestNN) ... ok (0.135s) 2022-12-01T11:19:39.4641531Z test_triplet_margin_loss (__main__.TestNN) ... ok (0.020s) 2022-12-01T11:19:39.4641657Z test_triplet_margin_loss_invalid (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:19:39.4641771Z test_triplet_margin_loss_no_reduce (__main__.TestNN) ... ok (0.020s) 2022-12-01T11:19:39.4641892Z test_triplet_margin_loss_swap (__main__.TestNN) ... ok (0.052s) 2022-12-01T11:19:39.4642024Z test_triplet_margin_loss_swap_no_reduce (__main__.TestNN) ... ok (0.026s) 2022-12-01T11:19:39.4642122Z test_type (__main__.TestNN) ... ok (0.005s) 2022-12-01T11:19:39.4642240Z test_type_before_parametrizations (__main__.TestNN) 2022-12-01T11:19:39.4642395Z Test that type_before_parametrizations always retrieves original type ... ok (0.002s) 2022-12-01T11:19:39.4643123Z test_unflatten (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:1105: 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:1761.) 2022-12-01T11:19:39.4643236Z return super(Tensor, self).refine_names(names) 2022-12-01T11:19:39.4643301Z ok (0.003s) 2022-12-01T11:19:39.4643408Z test_unflatten_invalid_arg (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4643523Z test_unfold_invalid_arg (__main__.TestNN) ... ok (0.032s) 2022-12-01T11:19:39.4643647Z test_unstructured_pruning_same_magnitude (__main__.TestNN) 2022-12-01T11:19:39.4643792Z Since it may happen that the tensor to prune has entries with the ... ok (0.003s) 2022-12-01T11:19:39.4644076Z test_upsamplingBilinear2d_spatial_invariance (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4644202Z test_upsamplingLinear1d (__main__.TestNN) ... ok (0.068s) 2022-12-01T11:19:39.4644348Z test_upsamplingLinear1d_spatial_invariance (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4644512Z test_upsamplingTrilinear3d (__main__.TestNN) ... ok (0.249s) 2022-12-01T11:19:39.4644670Z test_upsamplingTrilinear3d_spatial_invariance (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:19:39.4644788Z test_upsampling_bfloat16 (__main__.TestNN) ... ok (0.175s) 2022-12-01T11:19:39.4644929Z test_upsampling_not_recompute_scale_factor (__main__.TestNN) ... ok (0.042s) 2022-12-01T11:19:39.4645051Z test_upsampling_small_scale (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:19:39.4645160Z test_validate_pruning_amount (__main__.TestNN) 2022-12-01T11:19:39.4645304Z Tests the second util function that validates the pruning ... ok (0.002s) 2022-12-01T11:19:39.4645418Z test_validate_pruning_amount_init (__main__.TestNN) 2022-12-01T11:19:39.4645538Z Test the first util function that validates the pruning ... ok (0.002s) 2022-12-01T11:19:39.4645660Z test_vector_to_parameters (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:19:39.4645768Z test_weight_norm (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:19:39.4645887Z test_weight_norm_pickle (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:19:39.4645990Z test_zero_grad (__main__.TestNN) ... ok (0.007s) 2022-12-01T11:19:39.4646131Z test_BatchNorm_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-12-01T11:19:39.4646270Z test_Bilinear_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:19:39.4646430Z test_CTCLoss_cudnn_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:19:39.4646562Z test_CTCLoss_empty_target_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:19:39.4646746Z test_CTCLoss_no_batch_dim_reduction_mean_use_module_form_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:19:39.4646928Z test_CTCLoss_no_batch_dim_reduction_mean_use_module_form_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-12-01T11:19:39.4647111Z test_CTCLoss_no_batch_dim_reduction_none_use_module_form_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-12-01T11:19:39.4647287Z test_CTCLoss_no_batch_dim_reduction_none_use_module_form_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:19:39.4647469Z test_CTCLoss_no_batch_dim_reduction_sum_use_module_form_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-12-01T11:19:39.4647651Z test_CTCLoss_no_batch_dim_reduction_sum_use_module_form_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-12-01T11:19:39.4647818Z test_Conv2d_backward_depthwise_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (13.094s) 2022-12-01T11:19:39.4647977Z test_Conv2d_backward_depthwise_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (1.072s) 2022-12-01T11:19:39.4648149Z test_Conv2d_depthwise_naive_groups_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:19:39.4648384Z test_Conv2d_depthwise_naive_groups_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:19:39.4648566Z test_Conv2d_depthwise_naive_groups_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:19:39.4648747Z test_Conv2d_deterministic_cudnn_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:19:39.4648930Z test_Conv2d_deterministic_cudnn_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:19:39.4649111Z test_Conv2d_deterministic_cudnn_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:19:39.4649292Z test_Conv2d_deterministic_cudnn_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:19:39.4649471Z test_Conv2d_deterministic_cudnn_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:19:39.4649650Z test_Conv2d_large_workspace_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:19:39.4649841Z test_Conv2d_large_workspace_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:19:39.4650017Z test_Conv2d_large_workspace_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:19:39.4650167Z test_Conv2d_naive_groups_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:19:39.4650330Z test_Conv2d_size_1_kernel_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:19:39.4650513Z test_Conv3d_depthwise_naive_groups_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:19:39.4650691Z test_Conv3d_depthwise_naive_groups_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:19:39.4650867Z test_Conv3d_depthwise_naive_groups_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:19:39.4651069Z test_ConvTranspose2d_large_output_padding_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:19:39.4651263Z test_ConvTranspose2d_large_output_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:19:39.4651439Z test_ConvTranspose2d_size_1_kernel_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:19:39.4651604Z test_ConvTranspose3d_size_1_kernel_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:19:39.4651759Z test_GRU_grad_and_gradgrad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.107s) 2022-12-01T11:19:39.4651898Z test_GroupNorm_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:19:39.4652041Z test_GroupNorm_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.046s) 2022-12-01T11:19:39.4652183Z test_GroupNorm_numeric_cpu (__main__.TestNNDeviceTypeCPU) ... ok (7.790s) 2022-12-01T11:19:39.4652356Z test_GroupNorm_raises_error_if_one_value_per_group_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:19:39.4652509Z test_InstanceNorm1d_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:19:39.4652658Z test_InstanceNorm2d_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:19:39.4652794Z test_InstanceNorm3d_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:19:39.4652950Z test_LSTM_grad_and_gradgrad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.140s) 2022-12-01T11:19:39.4653091Z test_LayerNorm_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.145s) 2022-12-01T11:19:39.4653231Z test_LayerNorm_numeric_cpu (__main__.TestNNDeviceTypeCPU) ... ok (4.060s) 2022-12-01T11:19:39.4653383Z test_LocalResponseNorm_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:19:39.4653570Z test_MarginLoss_empty_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.052s) 2022-12-01T11:19:39.4653716Z test_MarginLoss_empty_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.052s) 2022-12-01T11:19:39.4653894Z test_ReflectionPad2d_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:19:39.4654051Z test_ReflectionPad3d_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:19:39.4654210Z test_ReflectionPad_empty_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.040s) 2022-12-01T11:19:39.4654365Z test_ReflectionPad_empty_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.040s) 2022-12-01T11:19:39.4654517Z test_ReplicationPad1d_large_cpu (__main__.TestNNDeviceTypeCPU) ... ok (1.019s) 2022-12-01T11:19:39.4654670Z test_ReplicationPad2d_large_cpu (__main__.TestNNDeviceTypeCPU) ... ok (14.529s) 2022-12-01T11:19:39.4654855Z test_ReplicationPad3d_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Insufficient cpu memory (0.075s) 2022-12-01T11:19:39.4655018Z test_ReplicationPad_empty_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.041s) 2022-12-01T11:19:39.4655205Z test_ReplicationPad_empty_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.040s) 2022-12-01T11:19:39.4655372Z test_TransformerDecoderLayer_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (1.529s) 2022-12-01T11:19:39.4655513Z test_TransformerDecoder_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (7.755s) 2022-12-01T11:19:39.4655674Z test_TransformerEncoderLayer_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (1.379s) 2022-12-01T11:19:39.4655828Z test_TransformerEncoder_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (5.785s) 2022-12-01T11:19:39.4655970Z test_Transformer_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (11.736s) 2022-12-01T11:19:39.4656104Z test_Unfold_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:19:39.4656271Z test_activations_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:19:39.4656422Z test_activations_bfloat16_cpu_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.596s) 2022-12-01T11:19:39.4656563Z test_affine_2d_rotate0_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:19:39.4656690Z test_affine_2d_rotate45_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:19:39.4656829Z test_affine_2d_rotate90_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.054s) 2022-12-01T11:19:39.4656980Z test_affine_2d_rotateRandom_cpu (__main__.TestNNDeviceTypeCPU) ... ok (1.526s) 2022-12-01T11:19:39.4657128Z test_affine_3d_rotateRandom_cpu (__main__.TestNNDeviceTypeCPU) ... ok (31.586s) 2022-12-01T11:19:39.4657275Z test_batchnorm_affine_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-12-01T11:19:39.4657454Z test_batchnorm_affine_mixed_cpu_bfloat16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:19:39.4657631Z test_batchnorm_affine_mixed_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:19:39.4657779Z test_batchnorm_eval_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T11:19:39.4657945Z test_batchnorm_eval_mixed_cpu_bfloat16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:19:39.4658188Z test_batchnorm_eval_mixed_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:19:39.4658333Z test_batchnorm_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.121s) 2022-12-01T11:19:39.4658510Z test_batchnorm_large_batch_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:19:39.4658687Z test_batchnorm_large_batch_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:19:39.4658846Z test_batchnorm_simple_average_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T11:19:39.4659035Z test_batchnorm_simple_average_mixed_cpu_bfloat16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:19:39.4659260Z test_batchnorm_simple_average_mixed_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:19:39.4659413Z test_batchnorm_update_stats_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:19:39.4659558Z test_clip_grad_norm_error_if_nonfinite_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.652s) 2022-12-01T11:19:39.4659733Z test_clip_grad_norm_multi_device_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:19:39.4659907Z test_contig_wrong_stride_cudnn_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:19:39.4660075Z test_conv1d_same_padding_backward_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.021s) 2022-12-01T11:19:39.4660239Z test_conv1d_same_padding_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-12-01T11:19:39.4660395Z test_conv1d_same_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.079s) 2022-12-01T11:19:39.4660551Z test_conv1d_same_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-12-01T11:19:39.4660748Z test_conv1d_valid_padding_backward_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-12-01T11:19:39.4660914Z test_conv1d_valid_padding_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:19:39.4661057Z test_conv1d_valid_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:19:39.4661208Z test_conv1d_valid_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:19:39.4661366Z test_conv1d_vs_scipy_mode_same_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-12-01T11:19:39.4661522Z test_conv1d_vs_scipy_mode_same_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:19:39.4661681Z test_conv1d_vs_scipy_mode_valid_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:19:39.4661840Z test_conv1d_vs_scipy_mode_valid_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:19:39.4661984Z test_conv2d_no_grad_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T11:19:39.4662151Z test_conv2d_same_padding_backward_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.023s) 2022-12-01T11:19:39.4662299Z test_conv2d_same_padding_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:19:39.4662452Z test_conv2d_same_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:19:39.4662601Z test_conv2d_same_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-12-01T11:19:39.4662766Z test_conv2d_valid_padding_backward_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:19:39.4662928Z test_conv2d_valid_padding_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:19:39.4663082Z test_conv2d_valid_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:19:39.4663237Z test_conv2d_valid_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:19:39.4663398Z test_conv2d_vs_scipy_mode_same_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-12-01T11:19:39.4663552Z test_conv2d_vs_scipy_mode_same_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:19:39.4663697Z test_conv2d_vs_scipy_mode_valid_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:19:39.4663851Z test_conv2d_vs_scipy_mode_valid_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:19:39.4664017Z test_conv3d_same_padding_backward_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (1.543s) 2022-12-01T11:19:39.4664179Z test_conv3d_same_padding_backward_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.196s) 2022-12-01T11:19:39.4664332Z test_conv3d_same_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T11:19:39.4664514Z test_conv3d_same_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-12-01T11:19:39.4664683Z test_conv3d_valid_padding_backward_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.643s) 2022-12-01T11:19:39.4664845Z test_conv3d_valid_padding_backward_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.083s) 2022-12-01T11:19:39.4664987Z test_conv3d_valid_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:19:39.4665137Z test_conv3d_valid_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:19:39.4665295Z test_conv3d_vs_scipy_mode_same_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-12-01T11:19:39.4665450Z test_conv3d_vs_scipy_mode_same_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:19:39.4665609Z test_conv3d_vs_scipy_mode_valid_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:19:39.4665765Z test_conv3d_vs_scipy_mode_valid_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-12-01T11:19:39.4665914Z test_convTranspose_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:19:39.4666174Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.018s) 2022-12-01T11:19:39.4666400Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.069s) 2022-12-01T11:19:39.4666613Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T11:19:39.4666836Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T11:19:39.4667055Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T11:19:39.4667284Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T11:19:39.4667502Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T11:19:39.4667720Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T11:19:39.4667944Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.033s) 2022-12-01T11:19:39.4668165Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T11:19:39.4668381Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T11:19:39.4668606Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T11:19:39.4668827Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T11:19:39.4669044Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T11:19:39.4669252Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T11:19:39.4669474Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.033s) 2022-12-01T11:19:39.4669725Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.018s) 2022-12-01T11:19:39.4669946Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T11:19:39.4670163Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T11:19:39.4670378Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T11:19:39.4670599Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T11:19:39.4670817Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T11:19:39.4671093Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.033s) 2022-12-01T11:19:39.4671315Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T11:19:39.4671526Z test_conv_backend_cudnn1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T11:19:39.4671725Z test_conv_backend_cudnn1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T11:19:39.4671940Z test_conv_backend_cudnn1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T11:19:39.4672150Z test_conv_backend_cudnn1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T11:19:39.4672365Z test_conv_backend_cudnn1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T11:19:39.4672576Z test_conv_backend_cudnn1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.029s) 2022-12-01T11:19:39.4672805Z test_conv_backend_cudnn1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4673014Z test_conv_backend_cudnn1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4673242Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T11:19:39.4673468Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T11:19:39.4673697Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T11:19:39.4673920Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T11:19:39.4674128Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.029s) 2022-12-01T11:19:39.4674352Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T11:19:39.4674575Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.018s) 2022-12-01T11:19:39.4674822Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T11:19:39.4675034Z test_conv_backend_cudnn2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T11:19:39.4675243Z test_conv_backend_cudnn2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T11:19:39.4675451Z test_conv_backend_cudnn2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T11:19:39.4675660Z test_conv_backend_cudnn2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.027s) 2022-12-01T11:19:39.4675867Z test_conv_backend_cudnn2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T11:19:39.4676104Z test_conv_backend_cudnn2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T11:19:39.4676310Z test_conv_backend_cudnn2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T11:19:39.4676518Z test_conv_backend_cudnn2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T11:19:39.4676731Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T11:19:39.4676955Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T11:19:39.4677177Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.024s) 2022-12-01T11:19:39.4677401Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T11:19:39.4677625Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T11:19:39.4677842Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T11:19:39.4678062Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T11:19:39.4678280Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.047s) 2022-12-01T11:19:39.4678494Z test_conv_backend_cudnn3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.045s) 2022-12-01T11:19:39.4678707Z test_conv_backend_cudnn3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.028s) 2022-12-01T11:19:39.4678918Z test_conv_backend_cudnn3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T11:19:39.4679112Z test_conv_backend_cudnn3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T11:19:39.4679323Z test_conv_backend_cudnn3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T11:19:39.4679529Z test_conv_backend_cudnn3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T11:19:39.4679772Z test_conv_backend_cudnn3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T11:19:39.4679982Z test_conv_backend_cudnn3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-12-01T11:19:39.4680184Z test_conv_backend_empty_batch1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.059s) 2022-12-01T11:19:39.4680385Z test_conv_backend_empty_batch1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.045s) 2022-12-01T11:19:39.4680587Z test_conv_backend_empty_batch1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.045s) 2022-12-01T11:19:39.4680784Z test_conv_backend_empty_batch1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.045s) 2022-12-01T11:19:39.4680985Z test_conv_backend_empty_batch1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.051s) 2022-12-01T11:19:39.4681198Z test_conv_backend_empty_batch1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.049s) 2022-12-01T11:19:39.4681396Z test_conv_backend_empty_batch1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.052s) 2022-12-01T11:19:39.4681591Z test_conv_backend_empty_batch1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.047s) 2022-12-01T11:19:39.4681792Z test_conv_backend_empty_batch2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.045s) 2022-12-01T11:19:39.4681989Z test_conv_backend_empty_batch2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.045s) 2022-12-01T11:19:39.4682186Z test_conv_backend_empty_batch2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.046s) 2022-12-01T11:19:39.4682386Z test_conv_backend_empty_batch2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.048s) 2022-12-01T11:19:39.4682586Z test_conv_backend_empty_batch2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.049s) 2022-12-01T11:19:39.4682781Z test_conv_backend_empty_batch2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.047s) 2022-12-01T11:19:39.4682976Z test_conv_backend_empty_batch2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.049s) 2022-12-01T11:19:39.4683172Z test_conv_backend_empty_batch2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.048s) 2022-12-01T11:19:39.4683358Z test_conv_backend_empty_batch3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.048s) 2022-12-01T11:19:39.4683554Z test_conv_backend_empty_batch3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.051s) 2022-12-01T11:19:39.4683751Z test_conv_backend_empty_batch3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.049s) 2022-12-01T11:19:39.4684080Z test_conv_backend_empty_batch3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.047s) 2022-12-01T11:19:39.4684278Z test_conv_backend_empty_batch3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.051s) 2022-12-01T11:19:39.4684478Z test_conv_backend_empty_batch3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.050s) 2022-12-01T11:19:39.4684673Z test_conv_backend_empty_batch3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.054s) 2022-12-01T11:19:39.4684868Z test_conv_backend_empty_batch3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.049s) 2022-12-01T11:19:39.4685135Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.044s) 2022-12-01T11:19:39.4685344Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.043s) 2022-12-01T11:19:39.4685539Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.045s) 2022-12-01T11:19:39.4685745Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.043s) 2022-12-01T11:19:39.4685952Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.051s) 2022-12-01T11:19:39.4686158Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.047s) 2022-12-01T11:19:39.4686402Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.047s) 2022-12-01T11:19:39.4686609Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.046s) 2022-12-01T11:19:39.4686817Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.044s) 2022-12-01T11:19:39.4687022Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-12-01T11:19:39.4687224Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.046s) 2022-12-01T11:19:39.4687429Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-12-01T11:19:39.4687624Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.047s) 2022-12-01T11:19:39.4687826Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.046s) 2022-12-01T11:19:39.4688030Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.047s) 2022-12-01T11:19:39.4688233Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.046s) 2022-12-01T11:19:39.4688439Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.047s) 2022-12-01T11:19:39.4688642Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.043s) 2022-12-01T11:19:39.4688848Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.044s) 2022-12-01T11:19:39.4689053Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.043s) 2022-12-01T11:19:39.4689257Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.047s) 2022-12-01T11:19:39.4689459Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.049s) 2022-12-01T11:19:39.4689661Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.047s) 2022-12-01T11:19:39.4689851Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.045s) 2022-12-01T11:19:39.4690081Z test_conv_backend_empty_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.044s) 2022-12-01T11:19:39.4690283Z test_conv_backend_empty_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-12-01T11:19:39.4690480Z test_conv_backend_empty_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.043s) 2022-12-01T11:19:39.4690678Z test_conv_backend_empty_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.072s) 2022-12-01T11:19:39.4690873Z test_conv_backend_empty_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.049s) 2022-12-01T11:19:39.4691073Z test_conv_backend_empty_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.047s) 2022-12-01T11:19:39.4691269Z test_conv_backend_empty_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.048s) 2022-12-01T11:19:39.4691493Z test_conv_backend_empty_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.046s) 2022-12-01T11:19:39.4691696Z test_conv_backend_empty_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.043s) 2022-12-01T11:19:39.4691884Z test_conv_backend_empty_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.053s) 2022-12-01T11:19:39.4692082Z test_conv_backend_empty_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.043s) 2022-12-01T11:19:39.4692279Z test_conv_backend_empty_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-12-01T11:19:39.4692473Z test_conv_backend_empty_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.047s) 2022-12-01T11:19:39.4692673Z test_conv_backend_empty_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.045s) 2022-12-01T11:19:39.4692867Z test_conv_backend_empty_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.046s) 2022-12-01T11:19:39.4693062Z test_conv_backend_empty_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.050s) 2022-12-01T11:19:39.4693265Z test_conv_backend_empty_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.043s) 2022-12-01T11:19:39.4693464Z test_conv_backend_empty_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-12-01T11:19:39.4693657Z test_conv_backend_empty_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.044s) 2022-12-01T11:19:39.4693841Z test_conv_backend_empty_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-12-01T11:19:39.4694037Z test_conv_backend_empty_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.047s) 2022-12-01T11:19:39.4694235Z test_conv_backend_empty_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.052s) 2022-12-01T11:19:39.4694428Z test_conv_backend_empty_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.047s) 2022-12-01T11:19:39.4694623Z test_conv_backend_empty_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.045s) 2022-12-01T11:19:39.4694839Z test_conv_backend_miopen1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4695055Z test_conv_backend_miopen1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4695303Z test_conv_backend_miopen1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4695518Z test_conv_backend_miopen1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-12-01T11:19:39.4695729Z test_conv_backend_miopen1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.020s) 2022-12-01T11:19:39.4695940Z test_conv_backend_miopen1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4696137Z test_conv_backend_miopen1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4696346Z test_conv_backend_miopen1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4696603Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4696831Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4697057Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.021s) 2022-12-01T11:19:39.4697279Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4697504Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4697726Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4697953Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4698310Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4698527Z test_conv_backend_miopen2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4698725Z test_conv_backend_miopen2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.020s) 2022-12-01T11:19:39.4698941Z test_conv_backend_miopen2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4699160Z test_conv_backend_miopen2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4699376Z test_conv_backend_miopen2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4699588Z test_conv_backend_miopen2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4699798Z test_conv_backend_miopen2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4700009Z test_conv_backend_miopen2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4700236Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.020s) 2022-12-01T11:19:39.4700505Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4700733Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4700954Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4701180Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4701392Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4701615Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4701863Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.021s) 2022-12-01T11:19:39.4702078Z test_conv_backend_miopen3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4702286Z test_conv_backend_miopen3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4702499Z test_conv_backend_miopen3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4702710Z test_conv_backend_miopen3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4702923Z test_conv_backend_miopen3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4703134Z test_conv_backend_miopen3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4703344Z test_conv_backend_miopen3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.021s) 2022-12-01T11:19:39.4703552Z test_conv_backend_miopen3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4703763Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4703985Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4704213Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4704432Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4704654Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4704876Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.021s) 2022-12-01T11:19:39.4705097Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4705353Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4705582Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4705804Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4706023Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4706235Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4706460Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.057s) 2022-12-01T11:19:39.4706718Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4706942Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4707162Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4707387Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4707606Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4707832Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-12-01T11:19:39.4708052Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.024s) 2022-12-01T11:19:39.4708273Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4708493Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4708714Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4708919Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4709145Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4709367Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-12-01T11:19:39.4709587Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.023s) 2022-12-01T11:19:39.4709808Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4710022Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4710275Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4710498Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4710717Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-12-01T11:19:39.4710967Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4711211Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.019s) 2022-12-01T11:19:39.4711460Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4711723Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4711967Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4712214Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4712457Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4712700Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4712942Z test_conv_backend_mkldnn1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.018s) 2022-12-01T11:19:39.4713179Z test_conv_backend_mkldnn1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4713417Z test_conv_backend_mkldnn1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4713655Z test_conv_backend_mkldnn1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4713892Z test_conv_backend_mkldnn1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4714133Z test_conv_backend_mkldnn1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4714368Z test_conv_backend_mkldnn1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.016s) 2022-12-01T11:19:39.4714600Z test_conv_backend_mkldnn1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.018s) 2022-12-01T11:19:39.4714837Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4715081Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4715381Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4715626Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.016s) 2022-12-01T11:19:39.4715876Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4716123Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4716371Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.018s) 2022-12-01T11:19:39.4716647Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4716895Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4717140Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4717383Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4717626Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4717871Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4718103Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.018s) 2022-12-01T11:19:39.4718348Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4718592Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4718831Z test_conv_backend_mkldnn2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4719070Z test_conv_backend_mkldnn2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4719309Z test_conv_backend_mkldnn2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4719543Z test_conv_backend_mkldnn2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4719778Z test_conv_backend_mkldnn2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.018s) 2022-12-01T11:19:39.4720013Z test_conv_backend_mkldnn2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4720284Z test_conv_backend_mkldnn2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4720515Z test_conv_backend_mkldnn2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.016s) 2022-12-01T11:19:39.4720766Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4721011Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4721248Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4721526Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.018s) 2022-12-01T11:19:39.4721774Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4722018Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4722261Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4722506Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.016s) 2022-12-01T11:19:39.4722760Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4722999Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4723240Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.018s) 2022-12-01T11:19:39.4723484Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4723724Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4724103Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4724348Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4724578Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4724816Z test_conv_backend_mkldnn3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4725051Z test_conv_backend_mkldnn3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.018s) 2022-12-01T11:19:39.4725345Z test_conv_backend_mkldnn3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4725583Z test_conv_backend_mkldnn3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4725819Z test_conv_backend_mkldnn3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4726056Z test_conv_backend_mkldnn3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4726291Z test_conv_backend_mkldnn3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4726524Z test_conv_backend_mkldnn3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4726814Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.018s) 2022-12-01T11:19:39.4727064Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4727314Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4727560Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4727800Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4728049Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4728294Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4728541Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.018s) 2022-12-01T11:19:39.4728792Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4729043Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4729284Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4729531Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4729776Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4730018Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4730300Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.018s) 2022-12-01T11:19:39.4730543Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4730791Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4731022Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4731259Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4731533Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4731781Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4732021Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.018s) 2022-12-01T11:19:39.4732259Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4732501Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4732752Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4732995Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4733238Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4733480Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4733722Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.018s) 2022-12-01T11:19:39.4733967Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4734204Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4734433Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4734690Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4734945Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4735228Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4735486Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.018s) 2022-12-01T11:19:39.4735743Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4735996Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4736254Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4736535Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4736798Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4737051Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4737303Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.018s) 2022-12-01T11:19:39.4737559Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4737812Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4738051Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4738365Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4738614Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4738877Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4739134Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.018s) 2022-12-01T11:19:39.4739387Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4739638Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4739888Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4740183Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4740436Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4740689Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4740942Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.018s) 2022-12-01T11:19:39.4741196Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4741469Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4741707Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4741957Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4742200Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4742454Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4742699Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.018s) 2022-12-01T11:19:39.4742947Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4743196Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4743444Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4743696Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4743942Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4744188Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4744436Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.018s) 2022-12-01T11:19:39.4744682Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4744956Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4745204Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4745446Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4745692Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4745940Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4746214Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.018s) 2022-12-01T11:19:39.4746456Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4746706Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.015s) 2022-12-01T11:19:39.4746909Z test_conv_backend_slow1d_dilated_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.110s) 2022-12-01T11:19:39.4747109Z test_conv_backend_slow1d_dilated_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.109s) 2022-12-01T11:19:39.4747304Z test_conv_backend_slow1d_dilated_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.117s) 2022-12-01T11:19:39.4747506Z test_conv_backend_slow1d_dilated_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.110s) 2022-12-01T11:19:39.4747706Z test_conv_backend_slow1d_dilated_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.128s) 2022-12-01T11:19:39.4747888Z test_conv_backend_slow1d_dilated_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.128s) 2022-12-01T11:19:39.4748086Z test_conv_backend_slow1d_dilated_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.134s) 2022-12-01T11:19:39.4748282Z test_conv_backend_slow1d_dilated_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.128s) 2022-12-01T11:19:39.4748499Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.116s) 2022-12-01T11:19:39.4748713Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.114s) 2022-12-01T11:19:39.4748925Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.126s) 2022-12-01T11:19:39.4749134Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.117s) 2022-12-01T11:19:39.4749343Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.123s) 2022-12-01T11:19:39.4749549Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.119s) 2022-12-01T11:19:39.4749838Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.132s) 2022-12-01T11:19:39.4750035Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.126s) 2022-12-01T11:19:39.4750227Z test_conv_backend_slow1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.102s) 2022-12-01T11:19:39.4750417Z test_conv_backend_slow1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.103s) 2022-12-01T11:19:39.4750606Z test_conv_backend_slow1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.104s) 2022-12-01T11:19:39.4750796Z test_conv_backend_slow1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.104s) 2022-12-01T11:19:39.4750985Z test_conv_backend_slow1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.113s) 2022-12-01T11:19:39.4751175Z test_conv_backend_slow1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.112s) 2022-12-01T11:19:39.4751392Z test_conv_backend_slow1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.121s) 2022-12-01T11:19:39.4751582Z test_conv_backend_slow1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.121s) 2022-12-01T11:19:39.4751788Z test_conv_backend_slow1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.166s) 2022-12-01T11:19:39.4751978Z test_conv_backend_slow1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.116s) 2022-12-01T11:19:39.4752180Z test_conv_backend_slow1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.116s) 2022-12-01T11:19:39.4752382Z test_conv_backend_slow1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.115s) 2022-12-01T11:19:39.4752585Z test_conv_backend_slow1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.125s) 2022-12-01T11:19:39.4752784Z test_conv_backend_slow1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.130s) 2022-12-01T11:19:39.4752976Z test_conv_backend_slow1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.132s) 2022-12-01T11:19:39.4753177Z test_conv_backend_slow1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.128s) 2022-12-01T11:19:39.4753374Z test_conv_backend_slow2d_dilated_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.179s) 2022-12-01T11:19:39.4753571Z test_conv_backend_slow2d_dilated_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.132s) 2022-12-01T11:19:39.4753768Z test_conv_backend_slow2d_dilated_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.130s) 2022-12-01T11:19:39.4753951Z test_conv_backend_slow2d_dilated_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.121s) 2022-12-01T11:19:39.4754149Z test_conv_backend_slow2d_dilated_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.166s) 2022-12-01T11:19:39.4754345Z test_conv_backend_slow2d_dilated_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.140s) 2022-12-01T11:19:39.4754540Z test_conv_backend_slow2d_dilated_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.142s) 2022-12-01T11:19:39.4754734Z test_conv_backend_slow2d_dilated_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.146s) 2022-12-01T11:19:39.4754976Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.146s) 2022-12-01T11:19:39.4755189Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.155s) 2022-12-01T11:19:39.4755400Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.174s) 2022-12-01T11:19:39.4755612Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.168s) 2022-12-01T11:19:39.4755820Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.152s) 2022-12-01T11:19:39.4756027Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.156s) 2022-12-01T11:19:39.4756227Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.191s) 2022-12-01T11:19:39.4756461Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.216s) 2022-12-01T11:19:39.4756654Z test_conv_backend_slow2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.116s) 2022-12-01T11:19:39.4756844Z test_conv_backend_slow2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.124s) 2022-12-01T11:19:39.4757031Z test_conv_backend_slow2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.107s) 2022-12-01T11:19:39.4757218Z test_conv_backend_slow2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.106s) 2022-12-01T11:19:39.4757404Z test_conv_backend_slow2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.136s) 2022-12-01T11:19:39.4757596Z test_conv_backend_slow2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.123s) 2022-12-01T11:19:39.4757775Z test_conv_backend_slow2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.120s) 2022-12-01T11:19:39.4757965Z test_conv_backend_slow2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.131s) 2022-12-01T11:19:39.4758167Z test_conv_backend_slow2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.137s) 2022-12-01T11:19:39.4758370Z test_conv_backend_slow2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.139s) 2022-12-01T11:19:39.4758566Z test_conv_backend_slow2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.149s) 2022-12-01T11:19:39.4758769Z test_conv_backend_slow2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.157s) 2022-12-01T11:19:39.4758970Z test_conv_backend_slow2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.152s) 2022-12-01T11:19:39.4759165Z test_conv_backend_slow2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.143s) 2022-12-01T11:19:39.4759345Z test_conv_backend_slow2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.216s) 2022-12-01T11:19:39.4759545Z test_conv_backend_slow2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.163s) 2022-12-01T11:19:39.4759740Z test_conv_backend_slow3d_cpu_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.175s) 2022-12-01T11:19:39.4759937Z test_conv_backend_slow3d_cpu_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.180s) 2022-12-01T11:19:39.4760164Z test_conv_backend_slow3d_cpu_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.118s) 2022-12-01T11:19:39.4760356Z test_conv_backend_slow3d_cpu_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.114s) 2022-12-01T11:19:39.4760548Z test_conv_backend_slow3d_cpu_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.181s) 2022-12-01T11:19:39.4760741Z test_conv_backend_slow3d_cpu_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.236s) 2022-12-01T11:19:39.4760934Z test_conv_backend_slow3d_cpu_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.122s) 2022-12-01T11:19:39.4761126Z test_conv_backend_slow3d_cpu_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.127s) 2022-12-01T11:19:39.4761344Z test_conv_backend_slow3d_cuda_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4761573Z test_conv_backend_slow3d_cuda_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4761783Z test_conv_backend_slow3d_cuda_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4761998Z test_conv_backend_slow3d_cuda_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4762212Z test_conv_backend_slow3d_cuda_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4762419Z test_conv_backend_slow3d_cuda_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4762627Z test_conv_backend_slow3d_cuda_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.019s) 2022-12-01T11:19:39.4762840Z test_conv_backend_slow3d_cuda_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:19:39.4763040Z test_conv_backend_slow3d_dilated_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.159s) 2022-12-01T11:19:39.4763237Z test_conv_backend_slow3d_dilated_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.155s) 2022-12-01T11:19:39.4763429Z test_conv_backend_slow3d_dilated_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.133s) 2022-12-01T11:19:39.4763616Z test_conv_backend_slow3d_dilated_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.129s) 2022-12-01T11:19:39.4763816Z test_conv_backend_slow3d_dilated_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.222s) 2022-12-01T11:19:39.4764177Z test_conv_backend_slow3d_dilated_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.185s) 2022-12-01T11:19:39.4764376Z test_conv_backend_slow3d_dilated_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.157s) 2022-12-01T11:19:39.4764572Z test_conv_backend_slow3d_dilated_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.151s) 2022-12-01T11:19:39.4764724Z test_conv_contiguous_for_oneDNN_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T11:19:39.4764904Z test_conv_cudnn_mismatch_memory_format_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:19:39.4765076Z test_conv_cudnn_ndhwc_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:19:39.4765296Z test_conv_cudnn_ndhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:19:39.4765467Z test_conv_cudnn_nhwc_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:19:39.4765624Z test_conv_cudnn_nhwc_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:19:39.4765791Z test_conv_cudnn_nhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:19:39.4765967Z test_conv_cudnn_nhwc_support_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:19:39.4766145Z test_conv_cudnn_nhwc_support_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:19:39.4766320Z test_conv_double_backward_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:19:39.4766472Z test_conv_double_backward_groups_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.086s) 2022-12-01T11:19:39.4766627Z test_conv_double_backward_no_bias_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.054s) 2022-12-01T11:19:39.4766814Z test_conv_double_backward_stride_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.296s) 2022-12-01T11:19:39.4767001Z test_conv_double_backward_strided_with_3D_input_and_weight_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:19:39.4767489Z test_conv_empty_channel_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/init.py:405: UserWarning: Initializing zero-element tensors is a no-op 2022-12-01T11:19:39.4767680Z warnings.warn("Initializing zero-element tensors is a no-op") 2022-12-01T11:19:39.4767747Z ok (0.065s) 2022-12-01T11:19:39.4767899Z test_conv_empty_channel_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.054s) 2022-12-01T11:19:39.4768056Z test_conv_ic1_channels_last_for_oneDNN_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:19:39.4768215Z test_conv_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:19:39.4768382Z test_conv_large_nosplit_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:19:39.4768539Z test_conv_noncontig_weights_and_bias_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.298s) 2022-12-01T11:19:39.4768675Z test_conv_noncontig_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-12-01T11:19:39.4768820Z test_conv_thnn_nhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.599s) 2022-12-01T11:19:39.4768963Z test_conv_thnn_nhwc_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.609s) 2022-12-01T11:19:39.4769161Z test_conv_transpose_with_output_size_and_no_batch_dim_ConvTranspose2d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:19:39.4769356Z test_conv_transpose_with_output_size_and_no_batch_dim_ConvTranspose3d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.247s) 2022-12-01T11:19:39.4769530Z test_conv_transposed_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:19:39.4769715Z test_convert_conv2d_weight_memory_format_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:19:39.4769908Z test_cross_entropy_label_smoothing_consistent_index_target_and_probs_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.068s) 2022-12-01T11:19:39.4770071Z test_cross_entropy_label_smoothing_errors_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-12-01T11:19:39.4770238Z test_cross_entropy_label_smoothing_weight_ignore_indices_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.072s) 2022-12-01T11:19:39.4770406Z test_cross_entropy_label_smoothing_with_probs_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.115s) 2022-12-01T11:19:39.4770596Z test_cross_entropy_large_tensor_reduction_mean_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:19:39.4770782Z test_cross_entropy_large_tensor_reduction_none_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:19:39.4771005Z test_cross_entropy_large_tensor_reduction_sum_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:19:39.4771178Z test_cross_entropy_loss_index_target_unit_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-12-01T11:19:39.4771338Z test_cross_entropy_loss_one_hot_target_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-12-01T11:19:39.4771516Z test_cross_entropy_loss_prob_target_all_reductions_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.050s) 2022-12-01T11:19:39.4771719Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_mean_weighted_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:19:39.4771908Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_mean_weighted_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:19:39.4772103Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_none_weighted_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:19:39.4772299Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_none_weighted_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:19:39.4772526Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_sum_weighted_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:19:39.4772724Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_sum_weighted_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:19:39.4772898Z test_cross_entropy_loss_prob_target_unit_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T11:19:39.4773028Z test_ctc_loss_cpu (__main__.TestNNDeviceTypeCPU) ... ok (1.274s) 2022-12-01T11:19:39.4773187Z test_ctc_loss_cudnn_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:19:39.4773369Z test_cudnn_convolution_add_relu_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:19:39.4773553Z test_cudnn_convolution_add_relu_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:19:39.4773719Z test_cudnn_convolution_relu_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:19:39.4773895Z test_cudnn_convolution_relu_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:19:39.4774050Z test_device_mask_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:19:39.4774197Z test_elu_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-12-01T11:19:39.4774351Z test_elu_inplace_with_neg_alpha_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-12-01T11:19:39.4774479Z test_fold_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.155s) 2022-12-01T11:19:39.4774614Z test_glu_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.077s) 2022-12-01T11:19:39.4774778Z test_grid_sample_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:19:39.4774958Z test_grid_sample_large_index_2d_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Insufficient cpu memory (0.076s) 2022-12-01T11:19:39.4775151Z test_grid_sample_large_index_2d_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Insufficient cpu memory (0.076s) 2022-12-01T11:19:39.4775340Z test_grid_sample_large_index_3d_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Insufficient cpu memory (0.076s) 2022-12-01T11:19:39.4775530Z test_grid_sample_large_index_3d_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Insufficient cpu memory (0.076s) 2022-12-01T11:19:39.4775682Z test_grid_sample_nan_inf_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:19:39.4775830Z test_grid_sample_nan_inf_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:19:39.4775984Z test_group_convTranspose_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:19:39.4776151Z test_group_conv_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:19:39.4776299Z test_groupnorm_nhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.055s) 2022-12-01T11:19:39.4776435Z test_groupnorm_nhwc_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.112s) 2022-12-01T11:19:39.4776580Z test_gumbel_softmax_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.057s) 2022-12-01T11:19:39.4776721Z test_gumbel_softmax_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.056s) 2022-12-01T11:19:39.4776866Z test_hardsigmoid_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:19:39.4777007Z test_hardswish_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:19:39.4777158Z test_hardswish_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T11:19:39.4777358Z test_instancenorm_raises_error_for_single_spatial_element_during_training_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:19:39.4777548Z test_instancenorm_raises_error_if_less_than_one_value_per_channel_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:19:39.4777713Z test_invalid_reduction_strings_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T11:19:39.4777890Z test_layernorm_half_precision_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:19:39.4778115Z test_layernorm_weight_bias_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:19:39.4778285Z test_leaky_relu_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T11:19:39.4778443Z test_leaky_relu_inplace_with_neg_slope_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-12-01T11:19:39.4778602Z test_leaky_relu_inplace_with_zero_slope_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:19:39.4778737Z test_linear_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:19:39.4778885Z test_log_softmax_big_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:19:39.4779024Z test_logsigmoid_out_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:19:39.4779207Z test_lstmcell_backward_only_one_output_grad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:19:39.4779382Z test_masked_softmax_TxT_layout_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:19:39.4779519Z test_masked_softmax_cpu (__main__.TestNNDeviceTypeCPU) ... ok (32.526s) 2022-12-01T11:19:39.4779676Z test_masked_softmax_forward_with_nans_cpu (__main__.TestNNDeviceTypeCPU) ... ok (2.244s) 2022-12-01T11:19:39.4779819Z test_masked_softmax_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.570s) 2022-12-01T11:19:39.4780004Z test_masked_softmax_transformer_layout_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:19:39.4780148Z test_mish_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T11:19:39.4780295Z test_module_to_empty_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:19:39.4780427Z test_module_to_empty_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:19:39.4780576Z test_multi_margin_loss_errors_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:19:39.4780769Z test_multihead_attention_dtype_batch_first_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:19:39.4780962Z test_multihead_attention_dtype_batch_first_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:19:39.4781151Z test_multihead_attention_dtype_batch_first_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:19:39.4781331Z test_multihead_attention_dtype_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:19:39.4781509Z test_multihead_attention_dtype_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:19:39.4781721Z test_multihead_attention_dtype_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:19:39.4781920Z test_multihead_attn_fast_path_query_and_bias_have_different_dtypes_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:19:39.4782091Z test_multihead_attn_fast_path_small_test_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:19:39.4782245Z test_multihead_attn_in_proj_bias_none_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:19:39.4782413Z test_multihead_attn_in_proj_weight_none_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:19:39.4782702Z test_nll_loss_all_ignored_cpu (__main__.TestNNDeviceTypeCPU) ... skip: division-by-zero error with UBSAN (0.001s) 2022-12-01T11:19:39.4782857Z test_nll_loss_byte_target_matches_long_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:19:39.4783163Z test_nll_loss_empty_tensor_reduction_mean_cpu (__main__.TestNNDeviceTypeCPU) ... skip: division-by-zero error with UBSAN (0.001s) 2022-12-01T11:19:39.4783356Z test_nll_loss_empty_tensor_reduction_none_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-12-01T11:19:39.4783517Z test_nll_loss_empty_tensor_reduction_sum_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:19:39.4783667Z test_nll_loss_invalid_target_dim_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-12-01T11:19:39.4783815Z test_nll_loss_invalid_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-12-01T11:19:39.4783985Z test_nll_loss_large_tensor_reduction_mean_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:19:39.4784165Z test_nll_loss_large_tensor_reduction_none_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:19:39.4784344Z test_nll_loss_large_tensor_reduction_sum_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:19:39.4784499Z test_nll_loss_mismatched_batch_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:19:39.4784658Z test_nll_loss_out_of_bounds_ignore_index_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:19:39.4784948Z test_nll_loss_total_weight_is_zero_cpu (__main__.TestNNDeviceTypeCPU) ... skip: division-by-zero error with UBSAN (0.001s) 2022-12-01T11:19:39.4785079Z test_nn_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-12-01T11:19:39.4785211Z test_nn_scalars_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:19:39.4785344Z test_nn_scalars_reductions_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-12-01T11:19:39.4785519Z test_noncontig_conv_grad_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:19:39.4785693Z test_noncontig_conv_grad_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:19:39.4785864Z test_noncontig_conv_grad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:19:39.4786314Z test_nonlinearity_propagate_nan_cpu (__main__.TestNNDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1956: UserWarning: nn.functional.tanh is deprecated. Use torch.tanh instead. 2022-12-01T11:19:39.4786466Z warnings.warn("nn.functional.tanh is deprecated. Use torch.tanh instead.") 2022-12-01T11:19:39.4786797Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1967: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-12-01T11:19:39.4786959Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-12-01T11:19:39.4787025Z ok (0.004s) 2022-12-01T11:19:39.4787138Z test_one_hot_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-12-01T11:19:39.4787338Z test_overwrite_module_params_on_conversion_cpu_device_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:19:39.4787523Z test_pad_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.051s) 2022-12-01T11:19:39.4787657Z test_pad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.050s) 2022-12-01T11:19:39.4787840Z test_prelu_backward_32bit_indexing_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:19:39.4788001Z test_rnn_fused_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.005s) 2022-12-01T11:19:39.4788162Z test_rnn_fused_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:19:39.4788312Z test_rnn_retain_variables_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.258s) 2022-12-01T11:19:39.4788461Z test_save_lstm_compatibility_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-12-01T11:19:39.4788594Z test_silu_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T11:19:39.4788724Z test_skip_init_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:19:39.4788869Z test_smooth_l1_loss_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-12-01T11:19:39.4789018Z test_smooth_l1_loss_vs_huber_loss_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.049s) 2022-12-01T11:19:39.4789225Z test_softmax_64bit_indexing_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:19:39.4789364Z test_softmax_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.459s) 2022-12-01T11:19:39.4789522Z test_softmax_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:19:39.4789680Z test_softmax_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:19:39.4789813Z test_softmax_results_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (8.366s) 2022-12-01T11:19:39.4789964Z test_softplus_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T11:19:39.4790111Z test_softplus_low_threshold_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:19:39.4790247Z test_softshrink_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:19:39.4790402Z test_softshrink_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T11:19:39.4790544Z test_softshrink_negative_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:19:39.4790694Z test_threshold_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:19:39.4791537Z test_to_complex_cpu (__main__.TestNNDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:976: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-12-01T11:19:39.4791697Z "Complex modules are a new feature under active development whose design may change, " 2022-12-01T11:19:39.4792158Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:985: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-12-01T11:19:39.4792306Z return t.to(device, dtype if t.is_floating_point() or t.is_complex() else None, non_blocking) 2022-12-01T11:19:39.4792373Z ok (0.003s) 2022-12-01T11:19:39.4792540Z test_transformerencoderlayer_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.120s) 2022-12-01T11:19:39.4792721Z test_transformerencoderlayer_fast_path_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.197s) 2022-12-01T11:19:39.4792891Z test_transformerencoderlayer_gelu_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.140s) 2022-12-01T11:19:39.4793052Z test_triplet_margin_with_distance_loss_cpu (__main__.TestNNDeviceTypeCPU) ... ok (9.129s) 2022-12-01T11:19:39.4793228Z test_triplet_margin_with_distance_loss_default_parity_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.707s) 2022-12-01T11:19:39.4793471Z test_upsamplingBicubic2d_aa_correctness_memory_format_torch_channels_last_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:19:39.4793680Z test_upsamplingBicubic2d_aa_correctness_memory_format_torch_contiguous_format_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:19:39.4793857Z test_upsamplingBicubic2d_antialias_False_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T11:19:39.4794046Z test_upsamplingBicubic2d_antialias_False_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T11:19:39.4794234Z test_upsamplingBicubic2d_antialias_True_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.040s) 2022-12-01T11:19:39.4794420Z test_upsamplingBicubic2d_antialias_True_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:19:39.4794586Z test_upsamplingBicubic2d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:19:39.4794795Z test_upsamplingBilinear2d_aa_correctness_memory_format_torch_channels_last_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:19:39.4795032Z test_upsamplingBilinear2d_aa_correctness_memory_format_torch_contiguous_format_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:19:39.4795226Z test_upsamplingBilinear2d_antialias_False_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.222s) 2022-12-01T11:19:39.4795414Z test_upsamplingBilinear2d_antialias_False_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.196s) 2022-12-01T11:19:39.4795592Z test_upsamplingBilinear2d_antialias_True_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.246s) 2022-12-01T11:19:39.4795779Z test_upsamplingBilinear2d_antialias_True_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.246s) 2022-12-01T11:19:39.4795941Z test_upsamplingNearest1d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:19:39.4796094Z test_upsamplingNearest1d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.096s) 2022-12-01T11:19:39.4796285Z test_upsamplingNearest1d_launch_config_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:19:39.4796448Z test_upsamplingNearest2d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.057s) 2022-12-01T11:19:39.4796595Z test_upsamplingNearest2d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.199s) 2022-12-01T11:19:39.4796781Z test_upsamplingNearest2d_launch_config_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:19:39.4796966Z test_upsamplingNearest2d_launch_fail_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:19:39.4797136Z test_upsamplingNearest2d_launch_rocm_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:19:39.4797299Z test_upsamplingNearest3d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.931s) 2022-12-01T11:19:39.4797449Z test_upsamplingNearest3d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.108s) 2022-12-01T11:19:39.4797636Z test_upsamplingNearest3d_launch_config_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:19:39.4797814Z test_upsamplingNearestExact1d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:19:39.4797982Z test_upsamplingNearestExact1d_rescale_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:19:39.4798155Z test_upsamplingNearestExact2d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.060s) 2022-12-01T11:19:39.4798328Z test_upsamplingNearestExact3d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.951s) 2022-12-01T11:19:39.4798478Z test_variable_sequence_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (3.850s) 2022-12-01T11:19:39.4798647Z test_warp_softmax_64bit_indexing_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:19:39.4798859Z test_warp_softmax_64bit_indexing_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:19:39.4798992Z test_calculate_gain_leaky_relu (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T11:19:39.4799147Z test_calculate_gain_leaky_relu_only_accepts_numbers (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T11:19:39.4799273Z test_calculate_gain_linear (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T11:19:39.4799401Z test_calculate_gain_nonlinear (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T11:19:39.4799560Z test_calculate_gain_only_accepts_valid_nonlinearities (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T11:19:39.4799669Z test_constant (__main__.TestNNInit) ... ok (0.003s) 2022-12-01T11:19:39.4799772Z test_deprecation (__main__.TestNNInit) ... ok (0.003s) 2022-12-01T11:19:39.4799888Z test_dirac_identity (__main__.TestNNInit) ... ok (0.022s) 2022-12-01T11:19:39.4800021Z test_dirac_only_works_on_3_4_5d_inputs (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T11:19:39.4800143Z test_dirac_properties (__main__.TestNNInit) ... ok (0.006s) 2022-12-01T11:19:39.4800244Z test_eye (__main__.TestNNInit) ... ok (0.002s) 2022-12-01T11:19:39.4800400Z test_eye_only_works_on_2d_inputs (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T11:19:39.4800518Z test_kaiming_normal (__main__.TestNNInit) ... ok (0.463s) 2022-12-01T11:19:39.4800673Z test_kaiming_normal_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T11:19:39.4800807Z test_kaiming_normal_warning_on_0element_tensor (__main__.TestNNInit) ... ok (0.003s) 2022-12-01T11:19:39.4800925Z test_kaiming_uniform (__main__.TestNNInit) ... ok (0.361s) 2022-12-01T11:19:39.4801074Z test_kaiming_uniform_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T11:19:39.4801223Z test_kaiming_uniform_warning_on_0element_tensor (__main__.TestNNInit) ... ok (0.003s) 2022-12-01T11:19:39.4801328Z test_normal (__main__.TestNNInit) ... ok (1.345s) 2022-12-01T11:19:39.4801445Z test_ones_and_zeros (__main__.TestNNInit) ... ok (0.005s) 2022-12-01T11:19:39.4801556Z test_orthogonal (__main__.TestNNInit) ... ok (0.012s) 2022-12-01T11:19:39.4801681Z test_sparse_default_std (__main__.TestNNInit) ... ok (0.022s) 2022-12-01T11:19:39.4801802Z test_sparse_only_works_on_2d_inputs (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T11:19:39.4801915Z test_trunc_normal (__main__.TestNNInit) ... ok (126.802s) 2022-12-01T11:19:39.4802021Z test_uniform (__main__.TestNNInit) ... ok (1.241s) 2022-12-01T11:19:39.4802137Z test_xavier_normal (__main__.TestNNInit) ... ok (0.419s) 2022-12-01T11:19:39.4802286Z test_xavier_normal_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T11:19:39.4802398Z test_xavier_uniform (__main__.TestNNInit) ... ok (0.132s) 2022-12-01T11:19:39.4802546Z test_xavier_uniform_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T11:19:39.4802685Z test_load_state_dict_module_pre_hook (__main__.TestStateDictHooks) ... ok (0.004s) 2022-12-01T11:19:39.4802830Z test_load_state_dict_post_hook (__main__.TestStateDictHooks) ... ok (0.004s) 2022-12-01T11:19:39.4803004Z test_load_state_dict_post_hook_backward_compatibility (__main__.TestStateDictHooks) ... ok (0.004s) 2022-12-01T11:19:39.4803144Z test_load_state_dict_pre_hook (__main__.TestStateDictHooks) ... ok (0.006s) 2022-12-01T11:19:39.4803281Z test_no_extra_ref_to_module (__main__.TestStateDictHooks) ... ok (0.001s) 2022-12-01T11:19:39.4803406Z test_pickled_hook (__main__.TestStateDictHooks) ... ok (0.002s) 2022-12-01T11:19:39.4803421Z 2022-12-01T11:19:39.4803626Z ---------------------------------------------------------------------- 2022-12-01T11:19:39.4803707Z Ran 3018 tests in 467.955s 2022-12-01T11:19:39.4803713Z 2022-12-01T11:19:39.4803810Z OK (skipped=1503, expected failures=3) 2022-12-01T11:19:39.4803814Z 2022-12-01T11:19:39.4804022Z Generating XML reports... 2022-12-01T11:19:39.4804288Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestAddRelu-20221201111150.xml 2022-12-01T11:19:39.4804625Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestConstantPadNd-20221201111150.xml 2022-12-01T11:19:39.4804912Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestFunctionalPickle-20221201111150.xml 2022-12-01T11:19:39.4805174Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestFusionEval-20221201111150.xml 2022-12-01T11:19:39.4805440Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestLazyModules-20221201111150.xml 2022-12-01T11:19:39.4805728Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestModuleGlobalHooks-20221201111150.xml 2022-12-01T11:19:39.4805963Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestNN-20221201111150.xml 2022-12-01T11:19:39.4806240Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestNNDeviceTypeCPU-20221201111150.xml 2022-12-01T11:19:39.4806479Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestNNInit-20221201111150.xml 2022-12-01T11:19:39.4806758Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestStateDictHooks-20221201111150.xml 2022-12-01T11:19:39.4806804Z 2022-12-01T11:19:39.4807231Z ##[endgroup] 2022-12-01T11:19:39.4807492Z FINISHED PRINTING LOG FILE of test_nn (/var/lib/jenkins/workspace/test/test-reports/test_nn_on3551iw) 2022-12-01T11:19:39.4807496Z 2022-12-01T11:19:39.4807661Z Running test_reductions ... [2022-12-01 11:19:39.393375] 2022-12-01T11:19:39.4807994Z Executing ['/opt/conda/bin/python', '-bb', 'test_reductions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:19:39.393758] 2022-12-01T11:22:32.2501851Z 2022-12-01T11:22:32.2502250Z Expand the folded group to see the log file of test_reductions 2022-12-01T11:22:32.2502957Z ##[group]PRINTING LOG FILE of test_reductions (/var/lib/jenkins/workspace/test/test-reports/test_reductions_xr32ak47) 2022-12-01T11:22:32.2514466Z Test results will be stored in test-reports/python-unittest/test_reductions 2022-12-01T11:22:32.2514791Z 2022-12-01T11:22:32.2514923Z Running tests... 2022-12-01T11:22:32.2605343Z ---------------------------------------------------------------------- 2022-12-01T11:22:32.2605916Z test_accreal_type_cpu (__main__.TestReductionsCPU) ... ok (0.023s) 2022-12-01T11:22:32.2606303Z test_all_any_cpu (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T11:22:32.2606744Z test_all_any_empty_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T11:22:32.2608234Z test_all_any_vs_numpy_cpu_bool (__main__.TestReductionsCPU) ... test_reductions.py:1736: 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:3281.) 2022-12-01T11:22:32.2609084Z _test_all_any(x.T) 2022-12-01T11:22:32.2610030Z test_reductions.py:1700: UserWarning: An output with one or more elements was resized since it had shape [4], which does not match the required output shape []. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:22:32.2610910Z torch.all(x, dim, out=out) 2022-12-01T11:22:32.2611866Z test_reductions.py:1700: UserWarning: An output with one or more elements was resized since it had shape [1, 1], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:22:32.2613051Z torch.all(x, dim, out=out) 2022-12-01T11:22:32.2613958Z test_reductions.py:1700: UserWarning: An output with one or more elements was resized since it had shape [1, 5, 1], which does not match the required output shape [5, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:22:32.2614902Z torch.all(x, dim, out=out) 2022-12-01T11:22:32.2615880Z test_reductions.py:1700: UserWarning: An output with one or more elements was resized since it had shape [1, 5, 1], which does not match the required output shape [1, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:22:32.2616818Z torch.all(x, dim, out=out) 2022-12-01T11:22:32.2617683Z test_reductions.py:1700: UserWarning: An output with one or more elements was resized since it had shape [1, 5, 1], which does not match the required output shape [1, 5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:22:32.2618551Z torch.all(x, dim, out=out) 2022-12-01T11:22:32.2619490Z test_reductions.py:1700: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3, 2], which does not match the required output shape [1, 3, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:22:32.2622613Z torch.all(x, dim, out=out) 2022-12-01T11:22:32.2623494Z test_reductions.py:1700: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3, 2], which does not match the required output shape [1, 1, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:22:32.2624344Z torch.all(x, dim, out=out) 2022-12-01T11:22:32.2625209Z test_reductions.py:1700: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3, 2], which does not match the required output shape [1, 1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:22:32.2626027Z torch.all(x, dim, out=out) 2022-12-01T11:22:32.2626276Z ok (0.215s) 2022-12-01T11:22:32.2627329Z test_all_any_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:2391: 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-12-01T11:22:32.2627991Z torch_result = torch_fn(t).cpu() 2022-12-01T11:22:32.2628235Z ok (1.344s) 2022-12-01T11:22:32.2628662Z test_all_any_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (1.366s) 2022-12-01T11:22:32.2629101Z test_all_any_vs_numpy_cpu_float16 (__main__.TestReductionsCPU) ... ok (1.356s) 2022-12-01T11:22:32.2629508Z test_all_any_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (1.350s) 2022-12-01T11:22:32.2629960Z test_all_any_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (1.351s) 2022-12-01T11:22:32.2630355Z test_all_any_vs_numpy_cpu_int16 (__main__.TestReductionsCPU) ... ok (1.334s) 2022-12-01T11:22:32.2630725Z test_all_any_vs_numpy_cpu_int32 (__main__.TestReductionsCPU) ... ok (1.323s) 2022-12-01T11:22:32.2631114Z test_all_any_vs_numpy_cpu_int64 (__main__.TestReductionsCPU) ... ok (1.346s) 2022-12-01T11:22:32.2631500Z test_all_any_vs_numpy_cpu_int8 (__main__.TestReductionsCPU) ... ok (1.349s) 2022-12-01T11:22:32.2631888Z test_all_any_vs_numpy_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.210s) 2022-12-01T11:22:32.2632268Z test_all_any_with_dim_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T11:22:32.2632646Z test_amax_cpu_bool (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T11:22:32.2633088Z test_amax_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-12-01T11:22:32.2633455Z test_amax_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-12-01T11:22:32.2633822Z test_amax_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-12-01T11:22:32.2634194Z test_amax_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T11:22:32.2634555Z test_amax_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.023s) 2022-12-01T11:22:32.2634919Z test_amin_amax_some_dims_cpu (__main__.TestReductionsCPU) ... ok (0.105s) 2022-12-01T11:22:32.2635291Z test_amin_cpu_bool (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T11:22:32.2635663Z test_amin_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.007s) 2022-12-01T11:22:32.2636031Z test_amin_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-12-01T11:22:32.2636414Z test_amin_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-12-01T11:22:32.2636797Z test_amin_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T11:22:32.2637142Z test_amin_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T11:22:32.2637515Z test_aminmax_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-12-01T11:22:32.2637903Z test_aminmax_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-12-01T11:22:32.2638300Z test_argminmax_axis_with_dim_one_cpu (__main__.TestReductionsCPU) ... ok (0.017s) 2022-12-01T11:22:32.2638724Z test_argminmax_large_axis_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:22:32.2639462Z test_argminmax_multiple_cpu_float16 (__main__.TestReductionsCPU) ... test_reductions.py:1620: 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-12-01T11:22:32.2640096Z x[mask] = torch.tensor(max_val + 1, dtype=dtype) 2022-12-01T11:22:32.2640678Z test_reductions.py:1623: 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-12-01T11:22:32.2645565Z x[mask] = torch.tensor(min_val - 1, dtype=dtype) 2022-12-01T11:22:32.2645836Z ok (0.045s) 2022-12-01T11:22:32.2646398Z test_argminmax_multiple_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.052s) 2022-12-01T11:22:32.2649188Z test_argminmax_multiple_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.053s) 2022-12-01T11:22:32.2649497Z test_argminmax_multiple_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.041s) 2022-12-01T11:22:32.2649816Z test_argminmax_multiple_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.041s) 2022-12-01T11:22:32.2650191Z test_argminmax_multiple_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.042s) 2022-12-01T11:22:32.2650641Z test_argminmax_multiple_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.041s) 2022-12-01T11:22:32.2650948Z test_argminmax_multiple_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.042s) 2022-12-01T11:22:32.2651249Z test_bincount_cpu (__main__.TestReductionsCPU) ... ok (1.443s) 2022-12-01T11:22:32.2651536Z test_bucketization_cpu (__main__.TestReductionsCPU) ... ok (0.126s) 2022-12-01T11:22:32.2651829Z test_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.045s) 2022-12-01T11:22:32.2652139Z test_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.043s) 2022-12-01T11:22:32.2652454Z test_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.041s) 2022-12-01T11:22:32.2652763Z test_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.040s) 2022-12-01T11:22:32.2653053Z test_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.041s) 2022-12-01T11:22:32.2653358Z test_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.020s) 2022-12-01T11:22:32.2653659Z test_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.020s) 2022-12-01T11:22:32.2653998Z test_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.019s) 2022-12-01T11:22:32.2654299Z test_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.020s) 2022-12-01T11:22:32.2654604Z test_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.020s) 2022-12-01T11:22:32.2654914Z test_cumprod_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.575s) 2022-12-01T11:22:32.2655216Z test_cumsum_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.576s) 2022-12-01T11:22:32.2655536Z test_dim_arg_reduction_scalar_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T11:22:32.2655869Z test_dim_arg_reduction_scalar_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T11:22:32.2656192Z test_dim_arg_reduction_scalar_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T11:22:32.2656531Z test_dim_arg_reduction_scalar_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T11:22:32.2656865Z test_dim_arg_reduction_scalar_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T11:22:32.2657188Z test_dim_arg_reduction_scalar_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T11:22:32.2657494Z test_dim_arg_reduction_scalar_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T11:22:32.2657890Z test_dim_arg_reduction_scalar_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T11:22:32.2658218Z test_dim_arg_reduction_scalar_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T11:22:32.2658501Z test_dim_default_all_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2658781Z Tests that the default dim reduces all dimensions. ... ok (0.003s) 2022-12-01T11:22:32.2659063Z test_dim_default_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2659340Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-12-01T11:22:32.2659608Z test_dim_default_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2659884Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-12-01T11:22:32.2660157Z test_dim_default_any_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2663323Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-12-01T11:22:32.2663755Z test_dim_default_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2664352Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-12-01T11:22:32.2664860Z test_dim_default_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2665186Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-12-01T11:22:32.2666092Z test_dim_default_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2666614Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-12-01T11:22:32.2667117Z test_dim_default_keepdim_all_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2667647Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.002s) 2022-12-01T11:22:32.2667983Z test_dim_default_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2668306Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T11:22:32.2668609Z test_dim_default_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2668968Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T11:22:32.2669279Z test_dim_default_keepdim_any_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2669607Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.002s) 2022-12-01T11:22:32.2669925Z test_dim_default_keepdim_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2670256Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-12-01T11:22:32.2670590Z test_dim_default_keepdim_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2670948Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-12-01T11:22:32.2671286Z test_dim_default_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2671629Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-12-01T11:22:32.2671966Z test_dim_default_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2672283Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T11:22:32.2672618Z test_dim_default_keepdim_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2672941Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T11:22:32.2673269Z test_dim_default_keepdim_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2673578Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T11:22:32.2673905Z test_dim_default_keepdim_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2674232Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.003s) 2022-12-01T11:22:32.2674544Z test_dim_default_keepdim_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2674870Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.003s) 2022-12-01T11:22:32.2675195Z test_dim_default_keepdim_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2675523Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.004s) 2022-12-01T11:22:32.2675832Z test_dim_default_keepdim_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2676159Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.003s) 2022-12-01T11:22:32.2676484Z test_dim_default_keepdim_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2676791Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.003s) 2022-12-01T11:22:32.2677107Z test_dim_default_keepdim_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2677428Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T11:22:32.2677753Z test_dim_default_keepdim_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2737244Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.004s) 2022-12-01T11:22:32.2737699Z test_dim_default_keepdim_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2740643Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T11:22:32.2741189Z test_dim_default_keepdim_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2741524Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.003s) 2022-12-01T11:22:32.2741843Z test_dim_default_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2742164Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-12-01T11:22:32.2742506Z test_dim_default_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2742843Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.003s) 2022-12-01T11:22:32.2743149Z test_dim_default_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2743469Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T11:22:32.2743784Z test_dim_default_keepdim_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2744116Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-12-01T11:22:32.2744430Z test_dim_default_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2744813Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-12-01T11:22:32.2745139Z test_dim_default_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2745458Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-12-01T11:22:32.2745776Z test_dim_default_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2746105Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-12-01T11:22:32.2746443Z test_dim_default_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2746723Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-12-01T11:22:32.2747008Z test_dim_default_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2747294Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-12-01T11:22:32.2747569Z test_dim_default_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2747850Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-12-01T11:22:32.2748135Z test_dim_default_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2748407Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-12-01T11:22:32.2748694Z test_dim_default_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2748976Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-12-01T11:22:32.2749267Z test_dim_default_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2749598Z Tests that the default dim reduces all dimensions. ... ok (0.003s) 2022-12-01T11:22:32.2749881Z test_dim_default_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2750165Z Tests that the default dim reduces all dimensions. ... ok (0.003s) 2022-12-01T11:22:32.2750433Z test_dim_default_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2750714Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-12-01T11:22:32.2750994Z test_dim_default_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2751261Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-12-01T11:22:32.2751541Z test_dim_default_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2751823Z Tests that the default dim reduces all dimensions. ... ok (0.004s) 2022-12-01T11:22:32.2752101Z test_dim_default_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2752366Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-12-01T11:22:32.2752650Z test_dim_default_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2752927Z Tests that the default dim reduces all dimensions. ... ok (0.003s) 2022-12-01T11:22:32.2753223Z test_dim_default_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2753496Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-12-01T11:22:32.2753775Z test_dim_default_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2754055Z Tests that the default dim reduces all dimensions. ... ok (0.003s) 2022-12-01T11:22:32.2754320Z test_dim_default_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2754598Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-12-01T11:22:32.2754877Z test_dim_default_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2755141Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-12-01T11:22:32.2755414Z test_dim_default_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2755690Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-12-01T11:22:32.2755947Z test_dim_default_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2756226Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-12-01T11:22:32.2756496Z test_dim_default_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2756808Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-12-01T11:22:32.2757068Z test_dim_empty_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2757492Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-12-01T11:22:32.2757762Z test_dim_empty_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2758065Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-12-01T11:22:32.2758343Z test_dim_empty_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2758668Z Tests that dim=[] is a no-op ... skip: Skipped! (0.001s) 2022-12-01T11:22:32.2758929Z test_dim_empty_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2759290Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-12-01T11:22:32.2759587Z test_dim_empty_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2759952Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-12-01T11:22:32.2760252Z test_dim_empty_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2760627Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.001s) 2022-12-01T11:22:32.2760937Z test_dim_empty_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2761294Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-12-01T11:22:32.2761602Z test_dim_empty_keepdim_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2761976Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-12-01T11:22:32.2762269Z test_dim_empty_keepdim_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2762645Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-12-01T11:22:32.2762958Z test_dim_empty_keepdim_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2763341Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.001s) 2022-12-01T11:22:32.2763633Z test_dim_empty_keepdim_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2764242Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.003s) 2022-12-01T11:22:32.2764549Z test_dim_empty_keepdim_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2764902Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-12-01T11:22:32.2765207Z test_dim_empty_keepdim_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2765554Z Tests that dim=[], when keepdim=True, is a no-op ... ok (0.002s) 2022-12-01T11:22:32.2765844Z test_dim_empty_keepdim_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2766197Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.003s) 2022-12-01T11:22:32.2766504Z test_dim_empty_keepdim_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2766947Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-12-01T11:22:32.2767237Z test_dim_empty_keepdim_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2767604Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.003s) 2022-12-01T11:22:32.2767899Z test_dim_empty_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2768258Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.001s) 2022-12-01T11:22:32.2768542Z test_dim_empty_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2768905Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.001s) 2022-12-01T11:22:32.2769199Z test_dim_empty_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2769546Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-12-01T11:22:32.2769839Z test_dim_empty_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2770197Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.001s) 2022-12-01T11:22:32.2770520Z test_dim_empty_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2770915Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.001s) 2022-12-01T11:22:32.2771208Z test_dim_empty_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2771566Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.001s) 2022-12-01T11:22:32.2771852Z test_dim_empty_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2772196Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-12-01T11:22:32.2772475Z test_dim_empty_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2772784Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-12-01T11:22:32.2773055Z test_dim_empty_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2773379Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-12-01T11:22:32.2773644Z test_dim_empty_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2773984Z Tests that dim=[] is a no-op ... skip: Skipped! (0.001s) 2022-12-01T11:22:32.2774255Z test_dim_empty_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2774579Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-12-01T11:22:32.2774835Z test_dim_empty_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2775159Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-12-01T11:22:32.2775435Z test_dim_empty_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2775719Z Tests that dim=[] is a no-op ... ok (0.002s) 2022-12-01T11:22:32.2775978Z test_dim_empty_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2776296Z Tests that dim=[] is a no-op ... expected failure (0.003s) 2022-12-01T11:22:32.2776555Z test_dim_empty_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2776877Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-12-01T11:22:32.2777145Z test_dim_empty_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2777469Z Tests that dim=[] is a no-op ... expected failure (0.003s) 2022-12-01T11:22:32.2777717Z test_dim_empty_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2778106Z Tests that dim=[] is a no-op ... skip: Skipped! (0.001s) 2022-12-01T11:22:32.2778372Z test_dim_empty_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2778674Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-12-01T11:22:32.2778939Z test_dim_empty_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2779257Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-12-01T11:22:32.2779504Z test_dim_empty_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2779842Z Tests that dim=[] is a no-op ... skip: Skipped! (0.001s) 2022-12-01T11:22:32.2780106Z test_dim_empty_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2780475Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-12-01T11:22:32.2780719Z test_dim_empty_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2781037Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-12-01T11:22:32.2781297Z test_dim_multi_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2781560Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-12-01T11:22:32.2781832Z test_dim_multi_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2782103Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-12-01T11:22:32.2782370Z test_dim_multi_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2782653Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-12-01T11:22:32.2782941Z test_dim_multi_duplicate_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2783246Z Tests that an error is raised if dim has duplicate entries. ... ok (0.011s) 2022-12-01T11:22:32.2783529Z test_dim_multi_duplicate_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2783824Z Tests that an error is raised if dim has duplicate entries. ... ok (0.011s) 2022-12-01T11:22:32.2784163Z test_dim_multi_duplicate_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2784454Z Tests that an error is raised if dim has duplicate entries. ... ok (0.014s) 2022-12-01T11:22:32.2784760Z test_dim_multi_duplicate_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2785073Z Tests that an error is raised if dim has duplicate entries. ... ok (0.012s) 2022-12-01T11:22:32.2785361Z test_dim_multi_duplicate_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2785672Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-12-01T11:22:32.2785974Z test_dim_multi_duplicate_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2786275Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-12-01T11:22:32.2786594Z test_dim_multi_duplicate_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2786909Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-12-01T11:22:32.2787212Z test_dim_multi_duplicate_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2787498Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-12-01T11:22:32.2787804Z test_dim_multi_duplicate_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2788104Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-12-01T11:22:32.2788404Z test_dim_multi_duplicate_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2788697Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-12-01T11:22:32.2789007Z test_dim_multi_duplicate_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2789308Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-12-01T11:22:32.2789597Z test_dim_multi_duplicate_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2789896Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-12-01T11:22:32.2790198Z test_dim_multi_duplicate_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2790497Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-12-01T11:22:32.2790775Z test_dim_multi_duplicate_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2791069Z Tests that an error is raised if dim has duplicate entries. ... ok (0.013s) 2022-12-01T11:22:32.2791366Z test_dim_multi_duplicate_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2791646Z Tests that an error is raised if dim has duplicate entries. ... ok (0.015s) 2022-12-01T11:22:32.2791942Z test_dim_multi_duplicate_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2792241Z Tests that an error is raised if dim has duplicate entries. ... ok (0.011s) 2022-12-01T11:22:32.2792563Z test_dim_multi_duplicate_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2792864Z Tests that an error is raised if dim has duplicate entries. ... ok (0.015s) 2022-12-01T11:22:32.2793159Z test_dim_multi_duplicate_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2793448Z Tests that an error is raised if dim has duplicate entries. ... ok (0.013s) 2022-12-01T11:22:32.2793726Z test_dim_multi_duplicate_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2794016Z Tests that an error is raised if dim has duplicate entries. ... ok (0.015s) 2022-12-01T11:22:32.2794308Z test_dim_multi_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2794610Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.003s) 2022-12-01T11:22:32.2794928Z test_dim_multi_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2795247Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-12-01T11:22:32.2795573Z test_dim_multi_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2795927Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... skip: Skipped! (0.001s) 2022-12-01T11:22:32.2796273Z test_dim_multi_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2796596Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-12-01T11:22:32.2796898Z test_dim_multi_keepdim_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2797228Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-12-01T11:22:32.2797542Z test_dim_multi_keepdim_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2797863Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-12-01T11:22:32.2798171Z test_dim_multi_keepdim_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2798495Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.003s) 2022-12-01T11:22:32.2798809Z test_dim_multi_keepdim_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2799125Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.003s) 2022-12-01T11:22:32.2799420Z test_dim_multi_keepdim_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2799739Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-12-01T11:22:32.2800058Z test_dim_multi_keepdim_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2800362Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-12-01T11:22:32.2800674Z test_dim_multi_keepdim_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2801002Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.003s) 2022-12-01T11:22:32.2801314Z test_dim_multi_keepdim_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2801655Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-12-01T11:22:32.2801964Z test_dim_multi_keepdim_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2802278Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.003s) 2022-12-01T11:22:32.2802569Z test_dim_multi_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2802881Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-12-01T11:22:32.2803182Z test_dim_multi_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2803494Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-12-01T11:22:32.2804070Z test_dim_multi_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2804388Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-12-01T11:22:32.2804697Z test_dim_multi_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2804992Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-12-01T11:22:32.2805298Z test_dim_multi_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2805615Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-12-01T11:22:32.2805924Z test_dim_multi_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2806217Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-12-01T11:22:32.2806526Z test_dim_multi_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2806827Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-12-01T11:22:32.2807094Z test_dim_multi_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2807455Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-12-01T11:22:32.2807733Z test_dim_multi_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2808010Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-12-01T11:22:32.2808280Z test_dim_multi_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2808564Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.003s) 2022-12-01T11:22:32.2808840Z test_dim_multi_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2809157Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-12-01T11:22:32.2809436Z test_dim_multi_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2809717Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-12-01T11:22:32.2809985Z test_dim_multi_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2810265Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-12-01T11:22:32.2810545Z test_dim_multi_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2810819Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.003s) 2022-12-01T11:22:32.2811074Z test_dim_multi_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2811350Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-12-01T11:22:32.2811624Z test_dim_multi_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2811888Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.003s) 2022-12-01T11:22:32.2812155Z test_dim_multi_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2812428Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-12-01T11:22:32.2812685Z test_dim_multi_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2812957Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-12-01T11:22:32.2813228Z test_dim_multi_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2813495Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-12-01T11:22:32.2813751Z test_dim_multi_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2814017Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-12-01T11:22:32.2814282Z test_dim_multi_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2814535Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-12-01T11:22:32.2814811Z test_dim_multi_unsorted_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2815105Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T11:22:32.2815384Z test_dim_multi_unsorted_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2815677Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T11:22:32.2816048Z test_dim_multi_unsorted_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2816347Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-12-01T11:22:32.2816633Z test_dim_multi_unsorted_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2816957Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-12-01T11:22:32.2817283Z test_dim_multi_unsorted_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2817593Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-12-01T11:22:32.2818009Z test_dim_multi_unsorted_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2818363Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... skip: Skipped! (0.000s) 2022-12-01T11:22:32.2818716Z test_dim_multi_unsorted_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2819047Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-12-01T11:22:32.2819419Z test_dim_multi_unsorted_keepdim_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2819752Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-12-01T11:22:32.2820072Z test_dim_multi_unsorted_keepdim_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2820403Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-12-01T11:22:32.2820738Z test_dim_multi_unsorted_keepdim_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2821073Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-12-01T11:22:32.2821389Z test_dim_multi_unsorted_keepdim_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2821717Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-12-01T11:22:32.2822048Z test_dim_multi_unsorted_keepdim_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2822377Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-12-01T11:22:32.2822691Z test_dim_multi_unsorted_keepdim_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2823017Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-12-01T11:22:32.2823338Z test_dim_multi_unsorted_keepdim_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2823645Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-12-01T11:22:32.2823968Z test_dim_multi_unsorted_keepdim_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2824292Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-12-01T11:22:32.2824617Z test_dim_multi_unsorted_keepdim_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2824927Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-12-01T11:22:32.2825249Z test_dim_multi_unsorted_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2825574Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-12-01T11:22:32.2825881Z test_dim_multi_unsorted_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2826205Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-12-01T11:22:32.2826527Z test_dim_multi_unsorted_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2826850Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-12-01T11:22:32.2827151Z test_dim_multi_unsorted_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2827471Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-12-01T11:22:32.2827834Z test_dim_multi_unsorted_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2828139Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-12-01T11:22:32.2828454Z test_dim_multi_unsorted_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2828770Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-12-01T11:22:32.2829094Z test_dim_multi_unsorted_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2829388Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-12-01T11:22:32.2829689Z test_dim_multi_unsorted_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2829994Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-12-01T11:22:32.2830277Z test_dim_multi_unsorted_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2830573Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-12-01T11:22:32.2830887Z test_dim_multi_unsorted_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2831242Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-12-01T11:22:32.2831525Z test_dim_multi_unsorted_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2831828Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-12-01T11:22:32.2832128Z test_dim_multi_unsorted_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2832410Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-12-01T11:22:32.2832705Z test_dim_multi_unsorted_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2833007Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-12-01T11:22:32.2833292Z test_dim_multi_unsorted_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2833595Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-12-01T11:22:32.2833896Z test_dim_multi_unsorted_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2834201Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-12-01T11:22:32.2834481Z test_dim_multi_unsorted_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2834777Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-12-01T11:22:32.2835071Z test_dim_multi_unsorted_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2835353Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-12-01T11:22:32.2835642Z test_dim_multi_unsorted_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2835937Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-12-01T11:22:32.2836231Z test_dim_multi_unsorted_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2836512Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T11:22:32.2836802Z test_dim_multi_unsorted_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2837092Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T11:22:32.2837365Z test_dim_multi_unsorted_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2837655Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T11:22:32.2837947Z test_dim_multi_unsorted_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2838216Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T11:22:32.2838509Z test_dim_multi_unsupported_all_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2838951Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.002s) 2022-12-01T11:22:32.2839252Z test_dim_multi_unsupported_any_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2839605Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.002s) 2022-12-01T11:22:32.2839956Z test_dim_multi_unsupported_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2840330Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-12-01T11:22:32.2840626Z test_dim_multi_unsupported_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2840998Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-12-01T11:22:32.2841317Z test_dim_multi_unsupported_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2841698Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.002s) 2022-12-01T11:22:32.2841999Z test_dim_multi_unsupported_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2842373Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-12-01T11:22:32.2842677Z test_dim_multi_unsupported_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2843032Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.002s) 2022-12-01T11:22:32.2843317Z test_dim_multi_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2843589Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-12-01T11:22:32.2844115Z test_dim_ndim_limit_all_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2844550Z Tests that an exception is raised when reducing a tensor with more ... ok (0.012s) 2022-12-01T11:22:32.2844975Z test_dim_ndim_limit_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2845417Z Tests that an exception is raised when reducing a tensor with more ... ok (0.012s) 2022-12-01T11:22:32.2845825Z test_dim_ndim_limit_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2846241Z Tests that an exception is raised when reducing a tensor with more ... ok (0.012s) 2022-12-01T11:22:32.2846657Z test_dim_ndim_limit_any_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2847048Z Tests that an exception is raised when reducing a tensor with more ... ok (0.013s) 2022-12-01T11:22:32.2847471Z test_dim_ndim_limit_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2847884Z Tests that an exception is raised when reducing a tensor with more ... ok (0.012s) 2022-12-01T11:22:32.2848293Z test_dim_ndim_limit_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2848614Z Tests that an exception is raised when reducing a tensor with more ... ok (0.012s) 2022-12-01T11:22:32.2848916Z test_dim_ndim_limit_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2849225Z Tests that an exception is raised when reducing a tensor with more ... ok (0.017s) 2022-12-01T11:22:32.2849518Z test_dim_ndim_limit_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2849833Z Tests that an exception is raised when reducing a tensor with more ... ok (0.012s) 2022-12-01T11:22:32.2850136Z test_dim_ndim_limit_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2850445Z Tests that an exception is raised when reducing a tensor with more ... ok (0.012s) 2022-12-01T11:22:32.2850732Z test_dim_ndim_limit_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2851033Z Tests that an exception is raised when reducing a tensor with more ... ok (0.012s) 2022-12-01T11:22:32.2851345Z test_dim_ndim_limit_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2851642Z Tests that an exception is raised when reducing a tensor with more ... ok (0.012s) 2022-12-01T11:22:32.2851942Z test_dim_ndim_limit_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2852254Z Tests that an exception is raised when reducing a tensor with more ... ok (0.012s) 2022-12-01T11:22:32.2852561Z test_dim_ndim_limit_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2852855Z Tests that an exception is raised when reducing a tensor with more ... ok (0.017s) 2022-12-01T11:22:32.2853150Z test_dim_ndim_limit_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2853452Z Tests that an exception is raised when reducing a tensor with more ... ok (0.013s) 2022-12-01T11:22:32.2853788Z test_dim_ndim_limit_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2854089Z Tests that an exception is raised when reducing a tensor with more ... ok (0.012s) 2022-12-01T11:22:32.2854394Z test_dim_ndim_limit_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2854679Z Tests that an exception is raised when reducing a tensor with more ... ok (0.013s) 2022-12-01T11:22:32.2854984Z test_dim_ndim_limit_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2855289Z Tests that an exception is raised when reducing a tensor with more ... ok (0.014s) 2022-12-01T11:22:32.2855590Z test_dim_ndim_limit_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2855876Z Tests that an exception is raised when reducing a tensor with more ... ok (0.013s) 2022-12-01T11:22:32.2856168Z test_dim_ndim_limit_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2856473Z Tests that an exception is raised when reducing a tensor with more ... ok (0.013s) 2022-12-01T11:22:32.2856754Z test_dim_ndim_limit_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2857076Z Tests that an exception is raised when reducing a tensor with more ... ok (0.013s) 2022-12-01T11:22:32.2857376Z test_dim_ndim_limit_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2857676Z Tests that an exception is raised when reducing a tensor with more ... ok (0.027s) 2022-12-01T11:22:32.2858031Z test_dim_ndim_limit_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2858327Z Tests that an exception is raised when reducing a tensor with more ... ok (0.012s) 2022-12-01T11:22:32.2858626Z test_dim_ndim_limit_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2858904Z Tests that an exception is raised when reducing a tensor with more ... ok (0.014s) 2022-12-01T11:22:32.2859193Z test_dim_ndim_limit_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2859481Z Tests that an exception is raised when reducing a tensor with more ... ok (0.016s) 2022-12-01T11:22:32.2859775Z test_dim_ndim_limit_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2860050Z Tests that an exception is raised when reducing a tensor with more ... ok (0.013s) 2022-12-01T11:22:32.2860344Z test_dim_ndim_limit_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2860640Z Tests that an exception is raised when reducing a tensor with more ... ok (0.016s) 2022-12-01T11:22:32.2860914Z test_dim_none_all_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2861200Z Tests that dim=None reduces all dimensions. ... expected failure (0.007s) 2022-12-01T11:22:32.2861484Z test_dim_none_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2861739Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-12-01T11:22:32.2862008Z test_dim_none_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2862274Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-12-01T11:22:32.2862537Z test_dim_none_any_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2862809Z Tests that dim=None reduces all dimensions. ... expected failure (0.006s) 2022-12-01T11:22:32.2863093Z test_dim_none_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2863360Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-12-01T11:22:32.2863613Z test_dim_none_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2863879Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-12-01T11:22:32.2864159Z test_dim_none_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2864418Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-12-01T11:22:32.2864690Z test_dim_none_keepdim_all_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2865011Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.006s) 2022-12-01T11:22:32.2865338Z test_dim_none_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2865629Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T11:22:32.2865980Z test_dim_none_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2866286Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T11:22:32.2866574Z test_dim_none_keepdim_any_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2866893Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.006s) 2022-12-01T11:22:32.2867213Z test_dim_none_keepdim_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2867538Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-12-01T11:22:32.2867843Z test_dim_none_keepdim_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2868164Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-12-01T11:22:32.2868491Z test_dim_none_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2868808Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-12-01T11:22:32.2869167Z test_dim_none_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2869495Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.003s) 2022-12-01T11:22:32.2869815Z test_dim_none_keepdim_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2870113Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.003s) 2022-12-01T11:22:32.2870422Z test_dim_none_keepdim_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2870739Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T11:22:32.2871039Z test_dim_none_keepdim_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2871361Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.003s) 2022-12-01T11:22:32.2871678Z test_dim_none_keepdim_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2871984Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.004s) 2022-12-01T11:22:32.2872282Z test_dim_none_keepdim_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2872594Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.003s) 2022-12-01T11:22:32.2872902Z test_dim_none_keepdim_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2873198Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.003s) 2022-12-01T11:22:32.2873510Z test_dim_none_keepdim_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2873825Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T11:22:32.2874137Z test_dim_none_keepdim_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2874431Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T11:22:32.2874741Z test_dim_none_keepdim_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2875056Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.004s) 2022-12-01T11:22:32.2875403Z test_dim_none_keepdim_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2875709Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.003s) 2022-12-01T11:22:32.2876015Z test_dim_none_keepdim_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2876330Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.003s) 2022-12-01T11:22:32.2876612Z test_dim_none_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2876912Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T11:22:32.2877218Z test_dim_none_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2877553Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.003s) 2022-12-01T11:22:32.2877861Z test_dim_none_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2878168Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T11:22:32.2878472Z test_dim_none_keepdim_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2878779Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-12-01T11:22:32.2879097Z test_dim_none_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2879411Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.003s) 2022-12-01T11:22:32.2879694Z test_dim_none_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2879994Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T11:22:32.2880291Z test_dim_none_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2880581Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T11:22:32.2880949Z test_dim_none_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2881239Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-12-01T11:22:32.2881514Z test_dim_none_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2881770Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-12-01T11:22:32.2882047Z test_dim_none_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2882324Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-12-01T11:22:32.2882581Z test_dim_none_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2882859Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-12-01T11:22:32.2883129Z test_dim_none_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2883387Z Tests that dim=None reduces all dimensions. ... ok (0.003s) 2022-12-01T11:22:32.2883666Z test_dim_none_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2884098Z Tests that dim=None reduces all dimensions. ... ok (0.003s) 2022-12-01T11:22:32.2884378Z test_dim_none_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2884633Z Tests that dim=None reduces all dimensions. ... ok (0.003s) 2022-12-01T11:22:32.2884904Z test_dim_none_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2885173Z Tests that dim=None reduces all dimensions. ... ok (0.003s) 2022-12-01T11:22:32.2885427Z test_dim_none_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2885695Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-12-01T11:22:32.2885967Z test_dim_none_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2886221Z Tests that dim=None reduces all dimensions. ... ok (0.004s) 2022-12-01T11:22:32.2886485Z test_dim_none_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2886754Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-12-01T11:22:32.2887016Z test_dim_none_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2887267Z Tests that dim=None reduces all dimensions. ... ok (0.003s) 2022-12-01T11:22:32.2887526Z test_dim_none_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2887788Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-12-01T11:22:32.2888039Z test_dim_none_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2888303Z Tests that dim=None reduces all dimensions. ... ok (0.003s) 2022-12-01T11:22:32.2888568Z test_dim_none_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2888838Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-12-01T11:22:32.2889100Z test_dim_none_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2889382Z Tests that dim=None reduces all dimensions. ... skip: Skipped! (0.000s) 2022-12-01T11:22:32.2889662Z test_dim_none_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2890011Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-12-01T11:22:32.2890269Z test_dim_none_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2890537Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-12-01T11:22:32.2890784Z test_dim_none_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2891048Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-12-01T11:22:32.2891375Z test_dim_offbounds_all_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2891767Z Tests that passing an off-bounds dim throws ... ok (0.011s) 2022-12-01T11:22:32.2892047Z test_dim_offbounds_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2892372Z Tests that passing an off-bounds dim throws ... ok (0.011s) 2022-12-01T11:22:32.2892646Z test_dim_offbounds_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2892952Z Tests that passing an off-bounds dim throws ... ok (0.011s) 2022-12-01T11:22:32.2893219Z test_dim_offbounds_any_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2893547Z Tests that passing an off-bounds dim throws ... ok (0.011s) 2022-12-01T11:22:32.2893803Z test_dim_offbounds_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2894176Z Tests that passing an off-bounds dim throws ... ok (0.010s) 2022-12-01T11:22:32.2894452Z test_dim_offbounds_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2894761Z Tests that passing an off-bounds dim throws ... ok (0.010s) 2022-12-01T11:22:32.2895041Z test_dim_offbounds_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2895380Z Tests that passing an off-bounds dim throws ... ok (0.015s) 2022-12-01T11:22:32.2895666Z test_dim_offbounds_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2895990Z Tests that passing an off-bounds dim throws ... ok (0.012s) 2022-12-01T11:22:32.2896268Z test_dim_offbounds_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2896597Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-12-01T11:22:32.2896860Z test_dim_offbounds_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2897190Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-12-01T11:22:32.2897473Z test_dim_offbounds_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2897882Z Tests that passing an off-bounds dim throws ... ok (0.010s) 2022-12-01T11:22:32.2898167Z test_dim_offbounds_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2898503Z Tests that passing an off-bounds dim throws ... ok (0.010s) 2022-12-01T11:22:32.2898787Z test_dim_offbounds_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2899112Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-12-01T11:22:32.2899387Z test_dim_offbounds_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2899718Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-12-01T11:22:32.2899983Z test_dim_offbounds_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2900333Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-12-01T11:22:32.2900611Z test_dim_offbounds_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2900932Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-12-01T11:22:32.2901212Z test_dim_offbounds_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2901541Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-12-01T11:22:32.2901821Z test_dim_offbounds_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2902136Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-12-01T11:22:32.2902413Z test_dim_offbounds_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2902739Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-12-01T11:22:32.2903003Z test_dim_offbounds_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2903323Z Tests that passing an off-bounds dim throws ... ok (0.012s) 2022-12-01T11:22:32.2903637Z test_dim_offbounds_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2903947Z Tests that passing an off-bounds dim throws ... ok (0.015s) 2022-12-01T11:22:32.2904225Z test_dim_offbounds_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2904553Z Tests that passing an off-bounds dim throws ... ok (0.011s) 2022-12-01T11:22:32.2904821Z test_dim_offbounds_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2905129Z Tests that passing an off-bounds dim throws ... ok (0.012s) 2022-12-01T11:22:32.2905406Z test_dim_offbounds_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2905728Z Tests that passing an off-bounds dim throws ... ok (0.015s) 2022-12-01T11:22:32.2905977Z test_dim_offbounds_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2906309Z Tests that passing an off-bounds dim throws ... ok (0.012s) 2022-12-01T11:22:32.2906573Z test_dim_offbounds_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2906876Z Tests that passing an off-bounds dim throws ... ok (0.015s) 2022-12-01T11:22:32.2907661Z test_dim_reduction_cpu_bfloat16 (__main__.TestReductionsCPU) ... test_reductions.py:1941: UserWarning: An output with one or more elements was resized since it had shape [2, 3], which does not match the required output shape [3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:22:32.2908470Z torch.sum(x, 0, out=y) 2022-12-01T11:22:32.2908653Z ok (0.086s) 2022-12-01T11:22:32.2908896Z test_dim_reduction_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.084s) 2022-12-01T11:22:32.2909190Z test_dim_reduction_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.078s) 2022-12-01T11:22:32.2909497Z test_dim_reduction_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.077s) 2022-12-01T11:22:32.2909806Z test_dim_reduction_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.070s) 2022-12-01T11:22:32.2910089Z test_dim_reduction_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.069s) 2022-12-01T11:22:32.2910393Z test_dim_reduction_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.068s) 2022-12-01T11:22:32.2910688Z test_dim_reduction_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.075s) 2022-12-01T11:22:32.2911004Z test_dim_reduction_lastdim_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T11:22:32.2911318Z test_dim_reduction_lastdim_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T11:22:32.2911636Z test_dim_reduction_less_than_64_cpu (__main__.TestReductionsCPU) ... ok (0.195s) 2022-12-01T11:22:32.2911922Z test_dim_single_all_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2912167Z Tests that dim=i reduces dimension i. ... ok (0.004s) 2022-12-01T11:22:32.2912424Z test_dim_single_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2912681Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-12-01T11:22:32.2912924Z test_dim_single_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2913183Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-12-01T11:22:32.2913436Z test_dim_single_any_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2913687Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-12-01T11:22:32.2913932Z test_dim_single_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2914192Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-12-01T11:22:32.2914455Z test_dim_single_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2914696Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-12-01T11:22:32.2914959Z test_dim_single_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2915223Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-12-01T11:22:32.2915485Z test_dim_single_keepdim_all_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2915806Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-12-01T11:22:32.2916103Z test_dim_single_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2916404Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-12-01T11:22:32.2916688Z test_dim_single_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2916979Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-12-01T11:22:32.2917277Z test_dim_single_keepdim_any_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2917557Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-12-01T11:22:32.2917854Z test_dim_single_keepdim_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2918153Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-12-01T11:22:32.2918442Z test_dim_single_keepdim_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2918729Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-12-01T11:22:32.2919030Z test_dim_single_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2919386Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... skip: Skipped! (0.001s) 2022-12-01T11:22:32.2919702Z test_dim_single_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2920014Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-12-01T11:22:32.2920316Z test_dim_single_keepdim_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2920618Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-12-01T11:22:32.2920906Z test_dim_single_keepdim_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2921211Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-12-01T11:22:32.2921511Z test_dim_single_keepdim_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2921808Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-12-01T11:22:32.2922113Z test_dim_single_keepdim_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2922421Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-12-01T11:22:32.2922728Z test_dim_single_keepdim_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2923021Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.004s) 2022-12-01T11:22:32.2923325Z test_dim_single_keepdim_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2923624Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.004s) 2022-12-01T11:22:32.2924091Z test_dim_single_keepdim_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2924400Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-12-01T11:22:32.2924703Z test_dim_single_keepdim_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2925007Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-12-01T11:22:32.2925294Z test_dim_single_keepdim_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2925599Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.005s) 2022-12-01T11:22:32.2925900Z test_dim_single_keepdim_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2926188Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-12-01T11:22:32.2926487Z test_dim_single_keepdim_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2926791Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.005s) 2022-12-01T11:22:32.2927080Z test_dim_single_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2927361Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-12-01T11:22:32.2927720Z test_dim_single_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2928023Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.004s) 2022-12-01T11:22:32.2928302Z test_dim_single_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2928601Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-12-01T11:22:32.2928888Z test_dim_single_keepdim_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2929181Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-12-01T11:22:32.2929461Z test_dim_single_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2929751Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-12-01T11:22:32.2930046Z test_dim_single_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2930327Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-12-01T11:22:32.2930620Z test_dim_single_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2930967Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-12-01T11:22:32.2931255Z test_dim_single_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2931526Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-12-01T11:22:32.2931794Z test_dim_single_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2932062Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-12-01T11:22:32.2932314Z test_dim_single_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2932578Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-12-01T11:22:32.2932845Z test_dim_single_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2933096Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-12-01T11:22:32.2933357Z test_dim_single_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2933620Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-12-01T11:22:32.2933879Z test_dim_single_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2934150Z Tests that dim=i reduces dimension i. ... ok (0.005s) 2022-12-01T11:22:32.2934416Z test_dim_single_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2934678Z Tests that dim=i reduces dimension i. ... ok (0.004s) 2022-12-01T11:22:32.2934929Z test_dim_single_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2935193Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-12-01T11:22:32.2935454Z test_dim_single_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2935701Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-12-01T11:22:32.2935958Z test_dim_single_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2936220Z Tests that dim=i reduces dimension i. ... ok (0.005s) 2022-12-01T11:22:32.2936470Z test_dim_single_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2936727Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-12-01T11:22:32.2936987Z test_dim_single_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2937243Z Tests that dim=i reduces dimension i. ... ok (0.005s) 2022-12-01T11:22:32.2937482Z test_dim_single_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2937810Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-12-01T11:22:32.2938074Z test_dim_single_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2938317Z Tests that dim=i reduces dimension i. ... ok (0.004s) 2022-12-01T11:22:32.2938574Z test_dim_single_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2938828Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-12-01T11:22:32.2939066Z test_dim_single_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2939318Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-12-01T11:22:32.2939611Z test_dim_single_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2939849Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-12-01T11:22:32.2940103Z test_dim_single_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2940358Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-12-01T11:22:32.2940610Z test_dim_single_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2940850Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-12-01T11:22:32.2941122Z test_empty_tensor_empty_slice_all_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2941426Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-12-01T11:22:32.2941716Z test_empty_tensor_empty_slice_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2942022Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.020s) 2022-12-01T11:22:32.2942321Z test_empty_tensor_empty_slice_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2942627Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.020s) 2022-12-01T11:22:32.2942911Z test_empty_tensor_empty_slice_any_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2943251Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-12-01T11:22:32.2943555Z test_empty_tensor_empty_slice_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2943850Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-12-01T11:22:32.2944155Z test_empty_tensor_empty_slice_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2944461Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-12-01T11:22:32.2944758Z test_empty_tensor_empty_slice_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2945074Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-12-01T11:22:32.2945390Z test_empty_tensor_empty_slice_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2945714Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.004s) 2022-12-01T11:22:32.2946011Z test_empty_tensor_empty_slice_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2946317Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.020s) 2022-12-01T11:22:32.2946622Z test_empty_tensor_empty_slice_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2946916Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.021s) 2022-12-01T11:22:32.2947221Z test_empty_tensor_empty_slice_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2947531Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-12-01T11:22:32.2947839Z test_empty_tensor_empty_slice_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2948131Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-12-01T11:22:32.2948447Z test_empty_tensor_empty_slice_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2948777Z Tests for consistent behavior when reducing over an empty slice. ... skip: Skipped! (0.001s) 2022-12-01T11:22:32.2949091Z test_empty_tensor_empty_slice_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2949398Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.004s) 2022-12-01T11:22:32.2949704Z test_empty_tensor_empty_slice_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2950012Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.004s) 2022-12-01T11:22:32.2950307Z test_empty_tensor_empty_slice_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2950615Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.004s) 2022-12-01T11:22:32.2950916Z test_empty_tensor_empty_slice_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2951211Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.005s) 2022-12-01T11:22:32.2951556Z test_empty_tensor_empty_slice_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2951864Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.004s) 2022-12-01T11:22:32.2952165Z test_empty_tensor_empty_slice_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2952455Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.004s) 2022-12-01T11:22:32.2952749Z test_empty_tensor_empty_slice_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2953054Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.004s) 2022-12-01T11:22:32.2953339Z test_empty_tensor_empty_slice_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2953643Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.004s) 2022-12-01T11:22:32.2953939Z test_empty_tensor_empty_slice_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2954244Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-12-01T11:22:32.2954529Z test_empty_tensor_empty_slice_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2954873Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-12-01T11:22:32.2955170Z test_empty_tensor_empty_slice_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2955458Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.004s) 2022-12-01T11:22:32.2955759Z test_empty_tensor_empty_slice_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2956057Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-12-01T11:22:32.2956350Z test_empty_tensor_empty_slice_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2956640Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-12-01T11:22:32.2956940Z test_empty_tensor_nonempty_slice_all_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2957250Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T11:22:32.2957542Z test_empty_tensor_nonempty_slice_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2957858Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T11:22:32.2958161Z test_empty_tensor_nonempty_slice_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2958453Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T11:22:32.2958762Z test_empty_tensor_nonempty_slice_any_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2959068Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T11:22:32.2959374Z test_empty_tensor_nonempty_slice_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2959670Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T11:22:32.2959975Z test_empty_tensor_nonempty_slice_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2960282Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T11:22:32.2960585Z test_empty_tensor_nonempty_slice_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2960902Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T11:22:32.2961225Z test_empty_tensor_nonempty_slice_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2961542Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T11:22:32.2961841Z test_empty_tensor_nonempty_slice_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2962155Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T11:22:32.2962472Z test_empty_tensor_nonempty_slice_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2962772Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T11:22:32.2963135Z test_empty_tensor_nonempty_slice_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2963455Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T11:22:32.2963770Z test_empty_tensor_nonempty_slice_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2964246Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T11:22:32.2964572Z test_empty_tensor_nonempty_slice_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2964894Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T11:22:32.2965208Z test_empty_tensor_nonempty_slice_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2965512Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T11:22:32.2965828Z test_empty_tensor_nonempty_slice_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2966144Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T11:22:32.2966445Z test_empty_tensor_nonempty_slice_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2966824Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T11:22:32.2967141Z test_empty_tensor_nonempty_slice_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2967455Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.003s) 2022-12-01T11:22:32.2967755Z test_empty_tensor_nonempty_slice_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2968067Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T11:22:32.2968379Z test_empty_tensor_nonempty_slice_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2968676Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.003s) 2022-12-01T11:22:32.2968981Z test_empty_tensor_nonempty_slice_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2969288Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T11:22:32.2969602Z test_empty_tensor_nonempty_slice_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2969899Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T11:22:32.2970205Z test_empty_tensor_nonempty_slice_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2970515Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T11:22:32.2970807Z test_empty_tensor_nonempty_slice_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2971114Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T11:22:32.2971416Z test_empty_tensor_nonempty_slice_std_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2971707Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T11:22:32.2972013Z test_empty_tensor_nonempty_slice_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2972319Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T11:22:32.2972620Z test_empty_tensor_nonempty_slice_var_cpu (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2972913Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T11:22:32.2973213Z test_histc_bfloat16_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T11:22:32.2973493Z test_histc_cpu (__main__.TestReductionsCPU) ... ok (0.069s) 2022-12-01T11:22:32.2974105Z test_histogram_cpu_float32 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/lib/histograms.py:908: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T11:22:32.2974468Z return n/db/n.sum(), bin_edges 2022-12-01T11:22:32.2974654Z ok (33.096s) 2022-12-01T11:22:32.2974908Z test_histogram_error_handling_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.120s) 2022-12-01T11:22:32.2975550Z test_histogramdd_cpu_float32 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/lib/histograms.py:1118: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T11:22:32.2975893Z hist /= s 2022-12-01T11:22:32.2976058Z ok (43.364s) 2022-12-01T11:22:32.2976267Z test_identity_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2976561Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.2976848Z test_identity_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2977136Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.2977417Z test_identity_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2977710Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.2978067Z test_identity_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2978347Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.2978633Z test_identity_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2978961Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.2979234Z test_identity_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2979519Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.2979805Z test_identity_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2980089Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.2980360Z test_identity_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2980640Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.2980918Z test_identity_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2981188Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.2981469Z test_identity_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2981751Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.2982033Z test_identity_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2982303Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.2982584Z test_identity_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2982866Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.2983134Z test_identity_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2983419Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.2983702Z test_identity_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2983973Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.2984266Z test_identity_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2984554Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.2984842Z test_identity_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2985121Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.2985409Z test_identity_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2985690Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.2985961Z test_identity_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2986248Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.2986536Z test_identity_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2986818Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.2987128Z test_identity_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2987411Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.2987694Z test_identity_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2987965Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.2988246Z test_identity_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2988526Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.2988791Z test_identity_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2989070Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.2989349Z test_identity_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2989631Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.2989916Z test_identity_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2990222Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.2990543Z test_identity_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2990826Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.2991126Z test_identity_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2991430Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.2991732Z test_identity_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2992018Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.2992314Z test_identity_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2992609Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.2992890Z test_identity_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2993187Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.2993486Z test_identity_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2993785Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.2994063Z test_identity_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2994357Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.2994644Z test_identity_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2994923Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.2995213Z test_identity_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2995509Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.2995784Z test_identity_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2996081Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.2996377Z test_identity_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2996669Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.2996958Z test_identity_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2997258Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.2997566Z test_identity_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2997859Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-12-01T11:22:32.2998162Z test_identity_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2998464Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-12-01T11:22:32.2998800Z test_identity_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2999089Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.2999386Z test_identity_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.2999687Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.2999974Z test_identity_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3000273Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.3000568Z test_identity_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3000866Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.3001145Z test_identity_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3001436Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-12-01T11:22:32.3001727Z test_identity_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3002002Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.3002320Z test_identity_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3002609Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.3002896Z test_identity_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3003175Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.3003471Z test_identity_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3003770Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-12-01T11:22:32.3004257Z test_identity_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3004559Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-12-01T11:22:32.3004854Z test_identity_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3005139Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.3005430Z test_identity_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3005726Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.3006015Z test_identity_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3006354Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.3006647Z test_identity_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3006935Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.3007212Z test_identity_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3007500Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.3007794Z test_identity_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3008089Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.3008371Z test_identity_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3008511Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.3008649Z test_identity_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3008783Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-12-01T11:22:32.3008912Z test_identity_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3009048Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.3009173Z test_identity_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3009309Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-12-01T11:22:32.3009517Z test_identity_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3009653Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-12-01T11:22:32.3009793Z test_identity_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3009927Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-12-01T11:22:32.3010061Z test_identity_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3010196Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-12-01T11:22:32.3010309Z test_identity_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3010442Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.3010571Z test_identity_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3010711Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.3010845Z test_identity_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3010984Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.3011155Z test_identity_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3011296Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.3011412Z test_identity_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3011548Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.3011675Z test_identity_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3011812Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.3011944Z test_identity_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3012083Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.3012216Z test_identity_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3012352Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.3012470Z test_identity_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3012605Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.3012733Z test_identity_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3012870Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.3012998Z test_identity_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3013131Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.3013257Z test_identity_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3013396Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.3013506Z test_identity_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3013642Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.3013770Z test_identity_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3013905Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.3014029Z test_identity_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3014163Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.3014290Z test_identity_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3014426Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.3014576Z test_identity_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3014712Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.3014843Z test_identity_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3015016Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-12-01T11:22:32.3015148Z test_identity_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3015286Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-12-01T11:22:32.3015412Z test_identity_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3015544Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.3015656Z test_identity_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3015790Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.3015914Z test_identity_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3016050Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.3016178Z test_identity_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3016321Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.3016443Z test_identity_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3016609Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.3016721Z test_identity_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3016856Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.3016982Z test_identity_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3017120Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.3017247Z test_identity_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3017383Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.3017504Z test_identity_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3017626Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.3017822Z test_identity_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3017964Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-12-01T11:22:32.3018094Z test_identity_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3018230Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-12-01T11:22:32.3018355Z test_identity_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3018493Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.3018617Z test_identity_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3018739Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.3018861Z test_identity_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3018997Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.3019128Z test_identity_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3019264Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.3019387Z test_identity_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3019521Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.3019640Z test_identity_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3019761Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.3019880Z test_identity_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3020014Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.3020135Z test_identity_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3020271Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T11:22:32.3020400Z test_logsumexp_cpu (__main__.TestReductionsCPU) ... ok (0.006s) 2022-12-01T11:22:32.3020569Z test_logsumexp_dim_cpu (__main__.TestReductionsCPU) ... ok (1.806s) 2022-12-01T11:22:32.3020697Z test_max_cpu_bool (__main__.TestReductionsCPU) ... ok (0.007s) 2022-12-01T11:22:32.3020814Z test_max_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.009s) 2022-12-01T11:22:32.3020945Z test_max_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.009s) 2022-12-01T11:22:32.3021078Z test_max_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-12-01T11:22:32.3021203Z test_max_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-12-01T11:22:32.3021343Z test_max_elementwise_cpu (__main__.TestReductionsCPU) ... ok (0.007s) 2022-12-01T11:22:32.3021481Z test_max_mixed_devices_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T11:22:32.3021616Z test_max_with_inf_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T11:22:32.3021753Z test_max_with_inf_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T11:22:32.3021878Z test_max_with_inf_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T11:22:32.3022044Z test_max_with_inf_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T11:22:32.3022173Z test_mean_dim_cpu (__main__.TestReductionsCPU) ... ok (16.004s) 2022-12-01T11:22:32.3022321Z test_mean_int_with_optdtype_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T11:22:32.3022460Z test_median_corner_cases_cpu (__main__.TestReductionsCPU) ... ok (0.018s) 2022-12-01T11:22:32.3022908Z test_median_nan_values_cpu_float32 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/lib/nanfunctions.py:1116: RuntimeWarning: All-NaN slice encountered 2022-12-01T11:22:32.3023004Z overwrite_input=overwrite_input) 2022-12-01T11:22:32.3023071Z ok (0.464s) 2022-12-01T11:22:32.3023204Z test_median_nan_values_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.461s) 2022-12-01T11:22:32.3023347Z test_median_real_values_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.239s) 2022-12-01T11:22:32.3023497Z test_median_real_values_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.235s) 2022-12-01T11:22:32.3023646Z test_median_real_values_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.175s) 2022-12-01T11:22:32.3023787Z test_median_real_values_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.179s) 2022-12-01T11:22:32.3023911Z test_min_cpu_bool (__main__.TestReductionsCPU) ... ok (0.006s) 2022-12-01T11:22:32.3024038Z test_min_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.009s) 2022-12-01T11:22:32.3024166Z test_min_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.009s) 2022-12-01T11:22:32.3024280Z test_min_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.009s) 2022-12-01T11:22:32.3024404Z test_min_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-12-01T11:22:32.3024542Z test_min_elementwise_cpu (__main__.TestReductionsCPU) ... ok (0.007s) 2022-12-01T11:22:32.3024697Z test_min_max_nan_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:22:32.3024834Z test_min_mixed_devices_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T11:22:32.3024973Z test_min_with_inf_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T11:22:32.3025109Z test_min_with_inf_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T11:22:32.3025244Z test_min_with_inf_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T11:22:32.3025367Z test_min_with_inf_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T11:22:32.3025505Z test_minmax_illegal_dtype_cpu (__main__.TestReductionsCPU) ... ok (0.091s) 2022-12-01T11:22:32.3025656Z test_mode_boolean_cpu (__main__.TestReductionsCPU) ... tensor([9, 9, 9, 9, 9, 9, 9, 9, 9, 9]) 2022-12-01T11:22:32.3025743Z tensor([5, 5, 5, 5, 5, 5, 5, 5, 5, 5]) 2022-12-01T11:22:32.3025826Z tensor([1374, 1374, 1374, 1374]) 2022-12-01T11:22:32.3025903Z tensor([344, 344, 344, 344]) 2022-12-01T11:22:32.3026006Z tensor([2720]) 2022-12-01T11:22:32.3026061Z tensor([680]) 2022-12-01T11:22:32.3026127Z ok (0.012s) 2022-12-01T11:22:32.3026258Z test_mode_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-12-01T11:22:32.3026390Z test_mode_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-12-01T11:22:32.3026517Z test_mode_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-12-01T11:22:32.3026643Z test_mode_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-12-01T11:22:32.3026770Z test_mode_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-12-01T11:22:32.3026883Z test_mode_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-12-01T11:22:32.3027006Z test_mode_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-12-01T11:22:32.3027169Z test_mode_large_cpu_bfloat16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:22:32.3027330Z test_mode_large_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:22:32.3027485Z test_mode_large_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:22:32.3027664Z test_mode_large_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:22:32.3027820Z test_mode_large_cpu_int16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:22:32.3027975Z test_mode_large_cpu_int32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:22:32.3028129Z test_mode_large_cpu_int64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:22:32.3028271Z test_mode_large_cpu_int8 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:22:32.3028425Z test_mode_large_cpu_uint8 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:22:32.3028584Z test_mode_wrong_device_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:22:32.3028724Z test_mode_wrong_dtype_cpu (__main__.TestReductionsCPU) ... ok (0.098s) 2022-12-01T11:22:32.3028869Z test_nan_policy_omit_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3028996Z Tests that NaN values do not affect the result. ... ok (0.003s) 2022-12-01T11:22:32.3029136Z test_nan_policy_omit_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3029257Z Tests that NaN values do not affect the result. ... ok (0.003s) 2022-12-01T11:22:32.3029380Z test_nan_policy_omit_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3029505Z Tests that NaN values do not affect the result. ... ok (0.003s) 2022-12-01T11:22:32.3029641Z test_nan_policy_omit_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3029764Z Tests that NaN values do not affect the result. ... ok (0.003s) 2022-12-01T11:22:32.3029899Z test_nan_policy_omit_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3030020Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-12-01T11:22:32.3030160Z test_nan_policy_omit_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3030267Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-12-01T11:22:32.3030402Z test_nan_policy_omit_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3030521Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-12-01T11:22:32.3030653Z test_nan_policy_omit_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3030771Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-12-01T11:22:32.3030915Z test_nan_policy_propagate_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3031050Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3031194Z test_nan_policy_propagate_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3031315Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3031507Z test_nan_policy_propagate_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3031639Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3031785Z test_nan_policy_propagate_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3031916Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3032056Z test_nan_policy_propagate_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3032185Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3032323Z test_nan_policy_propagate_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3032441Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3032581Z test_nan_policy_propagate_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3032712Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3032853Z test_nan_policy_propagate_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3032982Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3033178Z test_nan_policy_propagate_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3033310Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3033471Z test_nan_policy_propagate_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3033587Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3033746Z test_nan_policy_propagate_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3033876Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3034037Z test_nan_policy_propagate_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3034171Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3034331Z test_nan_policy_propagate_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3034465Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3034622Z test_nan_policy_propagate_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3034740Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3034891Z test_nan_policy_propagate_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3035018Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3035167Z test_nan_policy_propagate_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3035296Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3035447Z test_nan_policy_propagate_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3035579Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3035731Z test_nan_policy_propagate_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3035849Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3036001Z test_nan_policy_propagate_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3036129Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3036276Z test_nan_policy_propagate_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3036405Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3036550Z test_nan_policy_propagate_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3036679Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3036826Z test_nan_policy_propagate_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3037011Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3037169Z test_nan_policy_propagate_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3037299Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3037456Z test_nan_policy_propagate_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3037590Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3037744Z test_nan_policy_propagate_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3037872Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3038022Z test_nan_policy_propagate_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3038139Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3038294Z test_nan_policy_propagate_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3038424Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3038616Z test_nan_policy_propagate_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3038746Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3038894Z test_nan_policy_propagate_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3039022Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3039171Z test_nan_policy_propagate_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3039287Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3039435Z test_nan_policy_propagate_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3039563Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3039714Z test_nan_policy_propagate_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3039845Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3039993Z test_nan_policy_propagate_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3040123Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3040269Z test_nan_policy_propagate_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3040385Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3040531Z test_nan_policy_propagate_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3040661Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3040816Z test_nan_policy_propagate_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3040946Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3041100Z test_nan_policy_propagate_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3041231Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3041380Z test_nan_policy_propagate_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3041497Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3041645Z test_nan_policy_propagate_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3041774Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3041919Z test_nan_policy_propagate_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3042046Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3042200Z test_nan_policy_propagate_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3042328Z Tests that nan is propagated to the output by default ... ok (0.003s) 2022-12-01T11:22:32.3042510Z test_nan_policy_propagate_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3042625Z Tests that nan is propagated to the output by default ... ok (0.003s) 2022-12-01T11:22:32.3042775Z test_nan_policy_propagate_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3042902Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3043052Z test_nan_policy_propagate_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3043181Z Tests that nan is propagated to the output by default ... ok (0.003s) 2022-12-01T11:22:32.3043329Z test_nan_policy_propagate_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3043457Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3043609Z test_nan_policy_propagate_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3043725Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3044057Z test_nan_policy_propagate_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3044217Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3044435Z test_nan_policy_propagate_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3044568Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3044713Z test_nan_policy_propagate_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3044842Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3044988Z test_nan_policy_propagate_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3045105Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3045253Z test_nan_policy_propagate_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3045381Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3045535Z test_nan_policy_propagate_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3045667Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3045816Z test_nan_policy_propagate_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3045946Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3046095Z test_nan_policy_propagate_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3046211Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3046356Z test_nan_policy_propagate_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3046486Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3046631Z test_nan_policy_propagate_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3046758Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3046902Z test_nan_policy_propagate_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3047033Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3047180Z test_nan_policy_propagate_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3047296Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3047439Z test_nan_policy_propagate_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3047566Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3047709Z test_nan_policy_propagate_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3047841Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3047980Z test_nan_policy_propagate_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3048109Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3048297Z test_nan_policy_propagate_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3048415Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3048560Z test_nan_policy_propagate_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3048687Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3048832Z test_nan_policy_propagate_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3048958Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3049096Z test_nan_policy_propagate_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3049223Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3049364Z test_nan_policy_propagate_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3049481Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3049620Z test_nan_policy_propagate_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3049779Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3049925Z test_nan_policy_propagate_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3050056Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3050199Z test_nan_policy_propagate_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3050327Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3050467Z test_nan_policy_propagate_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3050582Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3050720Z test_nan_policy_propagate_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3050850Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3050993Z test_nan_policy_propagate_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3051124Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3051265Z test_nan_policy_propagate_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3051394Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3051537Z test_nan_policy_propagate_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3051654Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3051796Z test_nan_policy_propagate_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3051925Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3052066Z test_nan_policy_propagate_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3052196Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3052337Z test_nan_policy_propagate_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3052465Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3052607Z test_nan_policy_propagate_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3052723Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3052862Z test_nan_policy_propagate_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3052990Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3053134Z test_nan_policy_propagate_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3053263Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3053404Z test_nan_policy_propagate_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3053536Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3053704Z test_nan_policy_propagate_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3053823Z Tests that nan is propagated to the output by default ... ok (0.004s) 2022-12-01T11:22:32.3053962Z test_nan_policy_propagate_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3054095Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3054234Z test_nan_policy_propagate_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3054357Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T11:22:32.3079723Z test_nansum_complex_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-12-01T11:22:32.3079985Z test_nansum_complex_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-12-01T11:22:32.3080190Z test_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.011s) 2022-12-01T11:22:32.3080527Z test_nansum_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-12-01T11:22:32.3080860Z test_nansum_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-12-01T11:22:32.3081154Z test_nansum_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.009s) 2022-12-01T11:22:32.3081571Z test_nansum_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-12-01T11:22:32.3081856Z test_nansum_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-12-01T11:22:32.3082123Z test_nansum_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-12-01T11:22:32.3082406Z test_nansum_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-12-01T11:22:32.3082686Z test_nansum_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-12-01T11:22:32.3083316Z test_nansum_out_dtype_cpu_float16 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/core/fromnumeric.py:90: RuntimeWarning: overflow encountered in reduce 2022-12-01T11:22:32.3083727Z return ufunc.reduce(obj, axis, dtype, out, **passkwargs) 2022-12-01T11:22:32.3084127Z ok (0.009s) 2022-12-01T11:22:32.3084376Z test_nansum_out_dtype_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.007s) 2022-12-01T11:22:32.3084682Z test_nansum_out_dtype_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.007s) 2022-12-01T11:22:32.3084990Z test_nansum_out_dtype_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T11:22:32.3085296Z test_nansum_out_dtype_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T11:22:32.3085586Z test_nansum_out_dtype_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T11:22:32.3085890Z test_nansum_out_dtype_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T11:22:32.3086192Z test_nansum_out_dtype_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T11:22:32.3086765Z test_nansum_vs_numpy_cpu_float16 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/core/fromnumeric.py:90: RuntimeWarning: invalid value encountered in reduce 2022-12-01T11:22:32.3087154Z return ufunc.reduce(obj, axis, dtype, out, **passkwargs) 2022-12-01T11:22:32.3087371Z ok (0.070s) 2022-12-01T11:22:32.3087610Z test_nansum_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.069s) 2022-12-01T11:22:32.3087905Z test_nansum_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.069s) 2022-12-01T11:22:32.3088211Z test_nansum_vs_numpy_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.029s) 2022-12-01T11:22:32.3088509Z test_nansum_vs_numpy_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.028s) 2022-12-01T11:22:32.3088806Z test_nansum_vs_numpy_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.026s) 2022-12-01T11:22:32.3089128Z test_nansum_vs_numpy_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.029s) 2022-12-01T11:22:32.3089435Z test_nansum_vs_numpy_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-12-01T11:22:32.3089738Z test_noncontiguous_all_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3090046Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3090410Z test_noncontiguous_all_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3090708Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3091016Z test_noncontiguous_all_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3091308Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3091614Z test_noncontiguous_all_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3091922Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3092224Z test_noncontiguous_all_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3092514Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3092808Z test_noncontiguous_all_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3093103Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3093388Z test_noncontiguous_all_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3093680Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3094026Z test_noncontiguous_all_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3094325Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3094603Z test_noncontiguous_all_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3094895Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3095188Z test_noncontiguous_all_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3095467Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3095756Z test_noncontiguous_all_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3096049Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3096343Z test_noncontiguous_all_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3096624Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3096928Z test_noncontiguous_all_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3097224Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3097502Z test_noncontiguous_all_amax_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3097874Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3098179Z test_noncontiguous_all_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3098469Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3098764Z test_noncontiguous_all_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3099060Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3099359Z test_noncontiguous_all_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3099647Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3099966Z test_noncontiguous_all_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3100253Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3100527Z test_noncontiguous_all_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3100810Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3101101Z test_noncontiguous_all_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3101399Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3101684Z test_noncontiguous_all_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3101962Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3102238Z test_noncontiguous_all_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3102591Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3102873Z test_noncontiguous_all_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3103159Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3103433Z test_noncontiguous_all_amin_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3103708Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3103988Z test_noncontiguous_all_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3104267Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3104540Z test_noncontiguous_all_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3104823Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3105104Z test_noncontiguous_all_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3105385Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3105663Z test_noncontiguous_all_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3105975Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3106257Z test_noncontiguous_all_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3106530Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3106808Z test_noncontiguous_all_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3107099Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3107375Z test_noncontiguous_all_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3107645Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3107927Z test_noncontiguous_all_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3108237Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3108533Z test_noncontiguous_all_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3108821Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3109101Z test_noncontiguous_all_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3109382Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3109662Z test_noncontiguous_all_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3109944Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3110233Z test_noncontiguous_all_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3110517Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3110790Z test_noncontiguous_all_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3111069Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3111352Z test_noncontiguous_all_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3111632Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3111918Z test_noncontiguous_all_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3112200Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3112479Z test_noncontiguous_all_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3112751Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3113027Z test_noncontiguous_all_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3113313Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3113597Z test_noncontiguous_all_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3113875Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3114202Z test_noncontiguous_all_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3114522Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3114814Z test_noncontiguous_all_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3115110Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3115399Z test_noncontiguous_all_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3115686Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3115979Z test_noncontiguous_all_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3116264Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3116551Z test_noncontiguous_all_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3116823Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3117143Z test_noncontiguous_all_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3117529Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3117823Z test_noncontiguous_all_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3118103Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3118389Z test_noncontiguous_all_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3118704Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3119005Z test_noncontiguous_all_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3119281Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3119568Z test_noncontiguous_all_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3119858Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3120140Z test_noncontiguous_all_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3120435Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3120834Z test_noncontiguous_all_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3121247Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3121757Z test_noncontiguous_all_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3122254Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3122598Z test_noncontiguous_all_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3122884Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3123201Z test_noncontiguous_all_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3123491Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3124331Z test_noncontiguous_all_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3124628Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3124922Z test_noncontiguous_all_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3125216Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3125493Z test_noncontiguous_all_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3125790Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3126089Z test_noncontiguous_all_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3126374Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3126670Z test_noncontiguous_all_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3126962Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3127408Z test_noncontiguous_all_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3127704Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3128012Z test_noncontiguous_all_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3128319Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3128627Z test_noncontiguous_all_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3128932Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3129235Z test_noncontiguous_all_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3129546Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3129844Z test_noncontiguous_all_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3130160Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3130465Z test_noncontiguous_all_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3130803Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3131145Z test_noncontiguous_all_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3131453Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3131743Z test_noncontiguous_all_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3132045Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3132348Z test_noncontiguous_all_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3132701Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3132996Z test_noncontiguous_all_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3133291Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3133598Z test_noncontiguous_all_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3133894Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3134194Z test_noncontiguous_all_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3134501Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3134821Z test_noncontiguous_all_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3135121Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.007s) 2022-12-01T11:22:32.3135445Z test_noncontiguous_all_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3135767Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.007s) 2022-12-01T11:22:32.3136071Z test_noncontiguous_all_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3136390Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.008s) 2022-12-01T11:22:32.3136701Z test_noncontiguous_all_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3137017Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.007s) 2022-12-01T11:22:32.3137318Z test_noncontiguous_all_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3137626Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.007s) 2022-12-01T11:22:32.3138054Z test_noncontiguous_all_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3138355Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.007s) 2022-12-01T11:22:32.3138706Z test_noncontiguous_all_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3139012Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3139321Z test_noncontiguous_all_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3139663Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3139968Z test_noncontiguous_all_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3140268Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3140564Z test_noncontiguous_all_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3141089Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3141401Z test_noncontiguous_all_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3141710Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3141995Z test_noncontiguous_all_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3142299Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.004s) 2022-12-01T11:22:32.3142604Z test_noncontiguous_all_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3142897Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3143243Z test_noncontiguous_all_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3143545Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3143833Z test_noncontiguous_all_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3144132Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3144441Z test_noncontiguous_all_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3144745Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3145039Z test_noncontiguous_all_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3145344Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3145647Z test_noncontiguous_all_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3145937Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3146240Z test_noncontiguous_all_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3146539Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3146836Z test_noncontiguous_all_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3147127Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:22:32.3147428Z test_noncontiguous_all_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3147726Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3148014Z test_noncontiguous_all_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3148310Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3148613Z test_noncontiguous_all_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3148917Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3149208Z test_noncontiguous_all_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3149510Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3149813Z test_noncontiguous_all_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3150126Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3150431Z test_noncontiguous_all_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3150736Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3151024Z test_noncontiguous_all_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3151327Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3151674Z test_noncontiguous_all_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3151985Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3152274Z test_noncontiguous_all_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3152576Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3152872Z test_noncontiguous_all_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3153181Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3153486Z test_noncontiguous_all_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3153787Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3154095Z test_noncontiguous_all_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3154385Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3154891Z test_noncontiguous_all_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3155505Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3155810Z test_noncontiguous_all_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3156118Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3156423Z test_noncontiguous_all_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3156725Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3157010Z test_noncontiguous_all_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3157317Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3157621Z test_noncontiguous_all_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3157908Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3158213Z test_noncontiguous_all_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3158516Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3158816Z test_noncontiguous_all_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3159104Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3159401Z test_noncontiguous_all_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3159699Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3159987Z test_noncontiguous_all_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3160286Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3160587Z test_noncontiguous_all_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3160891Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3161189Z test_noncontiguous_all_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3161500Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:22:32.3161808Z test_noncontiguous_all_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3162104Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:22:32.3162410Z test_noncontiguous_all_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3162718Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:22:32.3163061Z test_noncontiguous_all_masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3163364Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3163667Z test_noncontiguous_all_masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3164152Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3164451Z test_noncontiguous_all_masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3164759Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:22:32.3165072Z test_noncontiguous_all_masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3165366Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3165678Z test_noncontiguous_all_masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3165987Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3166290Z test_noncontiguous_all_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3166581Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:22:32.3166878Z test_noncontiguous_all_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3167185Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:22:32.3167553Z test_noncontiguous_all_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3167859Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:22:32.3168162Z test_noncontiguous_all_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3168468Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:22:32.3168757Z test_noncontiguous_all_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3169068Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:22:32.3169371Z test_noncontiguous_all_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3169660Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:22:32.3169967Z test_noncontiguous_all_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3170265Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:22:32.3170567Z test_noncontiguous_all_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3170850Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3171148Z test_noncontiguous_all_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3171444Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3171729Z test_noncontiguous_all_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3172023Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3172319Z test_noncontiguous_all_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3172611Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3172915Z test_noncontiguous_all_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3173215Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3173517Z test_noncontiguous_all_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3173809Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3174114Z test_noncontiguous_all_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3174417Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:22:32.3174705Z test_noncontiguous_all_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3175002Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3175299Z test_noncontiguous_all_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3175597Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3175940Z test_noncontiguous_all_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3176236Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3176549Z test_noncontiguous_all_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3176845Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:22:32.3177149Z test_noncontiguous_all_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3177455Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:22:32.3177841Z test_noncontiguous_all_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3178137Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3178478Z test_noncontiguous_all_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3178999Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3179491Z test_noncontiguous_all_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3179843Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3180150Z test_noncontiguous_all_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3180450Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3180737Z test_noncontiguous_all_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3181039Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3181343Z test_noncontiguous_all_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3181632Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3181935Z test_noncontiguous_all_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3182237Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3182530Z test_noncontiguous_all_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3182839Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:22:32.3183141Z test_noncontiguous_all_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3183441Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.004s) 2022-12-01T11:22:32.3183734Z test_noncontiguous_all_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3184039Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.004s) 2022-12-01T11:22:32.3184340Z test_noncontiguous_all_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3184628Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:22:32.3184931Z test_noncontiguous_all_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3185226Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:22:32.3185524Z test_noncontiguous_all_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3185808Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:22:32.3186110Z test_noncontiguous_all_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3186408Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:22:32.3186694Z test_noncontiguous_all_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3186986Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:22:32.3187280Z test_noncontiguous_all_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3187580Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:22:32.3187864Z test_noncontiguous_all_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3188163Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:22:32.3188529Z test_noncontiguous_all_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3188821Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3189122Z test_noncontiguous_all_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3189428Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3189720Z test_noncontiguous_all_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3190028Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:22:32.3190336Z test_noncontiguous_all_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3190641Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:22:32.3190933Z test_noncontiguous_all_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3191237Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3191535Z test_noncontiguous_all_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3191857Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3192163Z test_noncontiguous_all_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3192459Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3192761Z test_noncontiguous_all_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3193049Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3193347Z test_noncontiguous_all_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3193647Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3193932Z test_noncontiguous_all_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3194231Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3194534Z test_noncontiguous_all_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3194841Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3195124Z test_noncontiguous_all_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3195421Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3195723Z test_noncontiguous_all_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3196011Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.004s) 2022-12-01T11:22:32.3196316Z test_noncontiguous_all_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3196617Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.004s) 2022-12-01T11:22:32.3196906Z test_noncontiguous_all_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3197210Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.004s) 2022-12-01T11:22:32.3197509Z test_noncontiguous_all_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3197811Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:22:32.3198095Z test_noncontiguous_all_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3198395Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:22:32.3198694Z test_noncontiguous_all_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3198978Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:22:32.3199274Z test_noncontiguous_all_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3199568Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:22:32.3199863Z test_noncontiguous_all_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3200189Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:22:32.3200486Z test_noncontiguous_all_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3200786Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:22:32.3201069Z test_noncontiguous_all_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3201365Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:22:32.3201659Z test_noncontiguous_all_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3201956Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:22:32.3202237Z test_noncontiguous_all_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3202536Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3202839Z test_noncontiguous_all_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3203125Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:22:32.3203420Z test_noncontiguous_all_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3203752Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:22:32.3204280Z test_noncontiguous_all_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3204578Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3204873Z test_noncontiguous_all_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3205169Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3205449Z test_noncontiguous_all_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3205747Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3206050Z test_noncontiguous_all_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3206337Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3206641Z test_noncontiguous_all_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3206940Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3207238Z test_noncontiguous_all_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3207525Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3207818Z test_noncontiguous_all_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3208117Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3208404Z test_noncontiguous_all_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3208701Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3208994Z test_noncontiguous_all_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3209291Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3209567Z test_noncontiguous_all_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3209864Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3210160Z test_noncontiguous_all_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3210438Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3210737Z test_noncontiguous_all_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3211030Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3211313Z test_noncontiguous_all_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3211608Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3211902Z test_noncontiguous_all_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3212296Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3212576Z test_noncontiguous_all_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3212872Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3213162Z test_noncontiguous_all_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3213444Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3213735Z test_noncontiguous_all_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3214028Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3214316Z test_noncontiguous_all_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3214599Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3214894Z test_noncontiguous_all_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3215192Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3215474Z test_noncontiguous_all_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3215848Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:22:32.3216149Z test_noncontiguous_all_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3216431Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3216725Z test_noncontiguous_all_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3217021Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3217315Z test_noncontiguous_all_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3217598Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3217958Z test_noncontiguous_all_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3218257Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3218538Z test_noncontiguous_all_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3218843Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3219134Z test_noncontiguous_all_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3219427Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3219714Z test_noncontiguous_all_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3220012Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3220312Z test_noncontiguous_all_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3220594Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:22:32.3220893Z test_noncontiguous_all_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3221187Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.004s) 2022-12-01T11:22:32.3221534Z test_noncontiguous_all_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3221817Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.004s) 2022-12-01T11:22:32.3222104Z test_noncontiguous_all_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3222394Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:22:32.3222674Z test_noncontiguous_all_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3222965Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:22:32.3223256Z test_noncontiguous_all_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3223534Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:22:32.3223831Z test_noncontiguous_all_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3224123Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3224460Z test_noncontiguous_all_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3224738Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3225029Z test_noncontiguous_all_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3225321Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3225604Z test_noncontiguous_all_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3225897Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:22:32.3226185Z test_noncontiguous_all_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3226477Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3226755Z test_noncontiguous_all_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3227048Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3227342Z test_noncontiguous_all_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3227620Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3227956Z test_noncontiguous_all_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3228246Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3228522Z test_noncontiguous_all_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3228813Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3229100Z test_noncontiguous_all_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3229390Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3229663Z test_noncontiguous_all_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3229952Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3230244Z test_noncontiguous_all_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3230522Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T11:22:32.3230812Z test_noncontiguous_all_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3231104Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:22:32.3231398Z test_noncontiguous_all_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3231680Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.004s) 2022-12-01T11:22:32.3231975Z test_noncontiguous_all_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3232270Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.004s) 2022-12-01T11:22:32.3232549Z test_noncontiguous_all_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3232836Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:22:32.3233129Z test_noncontiguous_all_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3233411Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:22:32.3233704Z test_noncontiguous_all_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3233836Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-12-01T11:22:32.3233981Z test_noncontiguous_expanded_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3234121Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3234258Z test_noncontiguous_expanded_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3234402Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3234539Z test_noncontiguous_expanded_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3234675Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3234862Z test_noncontiguous_expanded_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3234999Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3235148Z test_noncontiguous_expanded_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3235283Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3235421Z test_noncontiguous_expanded_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3235554Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3235685Z test_noncontiguous_expanded_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3235823Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3235963Z test_noncontiguous_expanded_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3236101Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3236240Z test_noncontiguous_expanded_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3236376Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3236546Z test_noncontiguous_expanded_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3236686Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3236814Z test_noncontiguous_expanded_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3236954Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3237093Z test_noncontiguous_expanded_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3237237Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3237385Z test_noncontiguous_expanded_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3237522Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3237662Z test_noncontiguous_expanded_amax_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3237799Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3237930Z test_noncontiguous_expanded_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3238064Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3238204Z test_noncontiguous_expanded_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3238342Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3238478Z test_noncontiguous_expanded_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3238612Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3238751Z test_noncontiguous_expanded_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3238888Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3239016Z test_noncontiguous_expanded_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3239152Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3239292Z test_noncontiguous_expanded_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3239425Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3239564Z test_noncontiguous_expanded_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3239698Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3239838Z test_noncontiguous_expanded_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3239974Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3240108Z test_noncontiguous_expanded_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3240242Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3240418Z test_noncontiguous_expanded_amin_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3240555Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3240696Z test_noncontiguous_expanded_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3240832Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3240971Z test_noncontiguous_expanded_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3241106Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3241231Z test_noncontiguous_expanded_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3241364Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3241500Z test_noncontiguous_expanded_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3241635Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3241774Z test_noncontiguous_expanded_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3241938Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3242078Z test_noncontiguous_expanded_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3242213Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3242339Z test_noncontiguous_expanded_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3242472Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3242609Z test_noncontiguous_expanded_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3242744Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3242884Z test_noncontiguous_expanded_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3243021Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3243163Z test_noncontiguous_expanded_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3243301Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3243436Z test_noncontiguous_expanded_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3243576Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3243720Z test_noncontiguous_expanded_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3244024Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3244231Z test_noncontiguous_expanded_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3244381Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3244523Z test_noncontiguous_expanded_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3244663Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3244790Z test_noncontiguous_expanded_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3244928Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3245070Z test_noncontiguous_expanded_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3245209Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3245351Z test_noncontiguous_expanded_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3245486Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3245624Z test_noncontiguous_expanded_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3245746Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3245888Z test_noncontiguous_expanded_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3246095Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3246237Z test_noncontiguous_expanded_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3246405Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3246651Z test_noncontiguous_expanded_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3246914Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3247190Z test_noncontiguous_expanded_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3247359Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3247503Z test_noncontiguous_expanded_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3247638Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3247777Z test_noncontiguous_expanded_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3247913Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3248100Z test_noncontiguous_expanded_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3248239Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3248379Z test_noncontiguous_expanded_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3248502Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3248639Z test_noncontiguous_expanded_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3248771Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3248917Z test_noncontiguous_expanded_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3249054Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3249197Z test_noncontiguous_expanded_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3249332Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3249481Z test_noncontiguous_expanded_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3249605Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3249751Z test_noncontiguous_expanded_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3249886Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3250032Z test_noncontiguous_expanded_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3250167Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3250309Z test_noncontiguous_expanded_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3250445Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3250589Z test_noncontiguous_expanded_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3250715Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.004s) 2022-12-01T11:22:32.3250857Z test_noncontiguous_expanded_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3250996Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3251138Z test_noncontiguous_expanded_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3251276Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3251417Z test_noncontiguous_expanded_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3251590Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3251730Z test_noncontiguous_expanded_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3251852Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3252061Z test_noncontiguous_expanded_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3252200Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3252352Z test_noncontiguous_expanded_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3252490Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3252736Z test_noncontiguous_expanded_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3253001Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3253309Z test_noncontiguous_expanded_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3253481Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3253626Z test_noncontiguous_expanded_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3253769Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3253926Z test_noncontiguous_expanded_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3254095Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3254249Z test_noncontiguous_expanded_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3254386Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3254538Z test_noncontiguous_expanded_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3254673Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3254812Z test_noncontiguous_expanded_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3254950Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3255096Z test_noncontiguous_expanded_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3255237Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3255389Z test_noncontiguous_expanded_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3255521Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3255671Z test_noncontiguous_expanded_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3255809Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3255957Z test_noncontiguous_expanded_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3256091Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.007s) 2022-12-01T11:22:32.3256255Z test_noncontiguous_expanded_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3256395Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.007s) 2022-12-01T11:22:32.3256562Z test_noncontiguous_expanded_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3256701Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.007s) 2022-12-01T11:22:32.3256859Z test_noncontiguous_expanded_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3256996Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.007s) 2022-12-01T11:22:32.3257143Z test_noncontiguous_expanded_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3257276Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.007s) 2022-12-01T11:22:32.3257435Z test_noncontiguous_expanded_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3257571Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.006s) 2022-12-01T11:22:32.3257726Z test_noncontiguous_expanded_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3257971Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3258127Z test_noncontiguous_expanded_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3258268Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3258408Z test_noncontiguous_expanded_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3258545Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3258694Z test_noncontiguous_expanded_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3258831Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3258986Z test_noncontiguous_expanded_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3259121Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3259272Z test_noncontiguous_expanded_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3259410Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3259580Z test_noncontiguous_expanded_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3259719Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3259866Z test_noncontiguous_expanded_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3260002Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3260151Z test_noncontiguous_expanded_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3260289Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3260443Z test_noncontiguous_expanded_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3260580Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3260721Z test_noncontiguous_expanded_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3260857Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3261004Z test_noncontiguous_expanded_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3261142Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3261288Z test_noncontiguous_expanded_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3261423Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3261571Z test_noncontiguous_expanded_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3261703Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3261848Z test_noncontiguous_expanded_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3261976Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3262123Z test_noncontiguous_expanded_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3262262Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3262410Z test_noncontiguous_expanded_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3262547Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3262694Z test_noncontiguous_expanded_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3262836Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3262991Z test_noncontiguous_expanded_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3263117Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3263271Z test_noncontiguous_expanded_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3263436Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3263590Z test_noncontiguous_expanded_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3263725Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3263880Z test_noncontiguous_expanded_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3264017Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3264169Z test_noncontiguous_expanded_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3264295Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3264450Z test_noncontiguous_expanded_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3264587Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3264740Z test_noncontiguous_expanded_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3264876Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3265059Z test_noncontiguous_expanded_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3265199Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3265348Z test_noncontiguous_expanded_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3265473Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3265631Z test_noncontiguous_expanded_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3265767Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:22:32.3265919Z test_noncontiguous_expanded_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3266055Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3266210Z test_noncontiguous_expanded_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3266354Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3266505Z test_noncontiguous_expanded_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3266628Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3266778Z test_noncontiguous_expanded_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3266913Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3267064Z test_noncontiguous_expanded_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3267199Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3267346Z test_noncontiguous_expanded_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3267485Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3267640Z test_noncontiguous_expanded_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3267766Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3267921Z test_noncontiguous_expanded_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3268055Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3268216Z test_noncontiguous_expanded_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3268355Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:22:32.3268516Z test_noncontiguous_expanded_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3268652Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:22:32.3268839Z test_noncontiguous_expanded_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3268964Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:22:32.3269122Z test_noncontiguous_expanded_masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3269260Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3269415Z test_noncontiguous_expanded_masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3269551Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3269707Z test_noncontiguous_expanded_masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3269844Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3269998Z test_noncontiguous_expanded_masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3270121Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3270281Z test_noncontiguous_expanded_masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3270449Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3270606Z test_noncontiguous_expanded_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3270741Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:22:32.3270889Z test_noncontiguous_expanded_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3271025Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3271180Z test_noncontiguous_expanded_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3271305Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:22:32.3271458Z test_noncontiguous_expanded_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3271599Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:22:32.3271748Z test_noncontiguous_expanded_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3271887Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:22:32.3272038Z test_noncontiguous_expanded_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3272175Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:22:32.3272326Z test_noncontiguous_expanded_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3272461Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:22:32.3272643Z test_noncontiguous_expanded_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3272780Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3272927Z test_noncontiguous_expanded_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3273063Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3273215Z test_noncontiguous_expanded_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3273353Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3273501Z test_noncontiguous_expanded_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3273638Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3273776Z test_noncontiguous_expanded_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3273912Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3274065Z test_noncontiguous_expanded_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3274198Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3274378Z test_noncontiguous_expanded_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3274516Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3274667Z test_noncontiguous_expanded_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3274805Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3274942Z test_noncontiguous_expanded_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3275077Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3275230Z test_noncontiguous_expanded_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3275365Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3275521Z test_noncontiguous_expanded_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3275661Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:22:32.3275820Z test_noncontiguous_expanded_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3275986Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:22:32.3276126Z test_noncontiguous_expanded_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3276262Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3276414Z test_noncontiguous_expanded_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3276552Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3276702Z test_noncontiguous_expanded_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3276837Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3276990Z test_noncontiguous_expanded_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3277132Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3277269Z test_noncontiguous_expanded_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3277402Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3277551Z test_noncontiguous_expanded_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3277686Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3277835Z test_noncontiguous_expanded_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3277973Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3278123Z test_noncontiguous_expanded_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3278261Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.004s) 2022-12-01T11:22:32.3278404Z test_noncontiguous_expanded_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3278540Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.004s) 2022-12-01T11:22:32.3278697Z test_noncontiguous_expanded_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3278836Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.004s) 2022-12-01T11:22:32.3278989Z test_noncontiguous_expanded_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3279122Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:22:32.3279272Z test_noncontiguous_expanded_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3279412Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:22:32.3279547Z test_noncontiguous_expanded_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3279685Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:22:32.3279865Z test_noncontiguous_expanded_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3280004Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:22:32.3280154Z test_noncontiguous_expanded_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3280291Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:22:32.3280439Z test_noncontiguous_expanded_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3280572Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:22:32.3280709Z test_noncontiguous_expanded_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3280847Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:22:32.3280998Z test_noncontiguous_expanded_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3281139Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3281288Z test_noncontiguous_expanded_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3281459Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3281616Z test_noncontiguous_expanded_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3281750Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:22:32.3281893Z test_noncontiguous_expanded_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3282028Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:22:32.3282177Z test_noncontiguous_expanded_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3282314Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3282463Z test_noncontiguous_expanded_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3282604Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3282758Z test_noncontiguous_expanded_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3282894Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3283028Z test_noncontiguous_expanded_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3283166Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3283308Z test_noncontiguous_expanded_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3283444Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3283589Z test_noncontiguous_expanded_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3283726Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3284025Z test_noncontiguous_expanded_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3284213Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3284352Z test_noncontiguous_expanded_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3284489Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3284642Z test_noncontiguous_expanded_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3284780Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:22:32.3284943Z test_noncontiguous_expanded_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3285079Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.004s) 2022-12-01T11:22:32.3285235Z test_noncontiguous_expanded_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3285373Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.004s) 2022-12-01T11:22:32.3285580Z test_noncontiguous_expanded_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3285722Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:22:32.3285877Z test_noncontiguous_expanded_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3286015Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:22:32.3286164Z test_noncontiguous_expanded_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3286301Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:22:32.3286451Z test_noncontiguous_expanded_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3286591Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:22:32.3286726Z test_noncontiguous_expanded_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3286864Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:22:32.3287009Z test_noncontiguous_expanded_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3287180Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:22:32.3287330Z test_noncontiguous_expanded_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3287466Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:22:32.3287610Z test_noncontiguous_expanded_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3287746Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:22:32.3287878Z test_noncontiguous_expanded_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3288012Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3288159Z test_noncontiguous_expanded_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3288300Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:22:32.3288448Z test_noncontiguous_expanded_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3288582Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:22:32.3288723Z test_noncontiguous_expanded_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3288858Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3288987Z test_noncontiguous_expanded_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3289119Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3289257Z test_noncontiguous_expanded_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3289388Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3289537Z test_noncontiguous_expanded_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3289671Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3289819Z test_noncontiguous_expanded_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3289956Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3290092Z test_noncontiguous_expanded_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3290226Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3290369Z test_noncontiguous_expanded_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3290503Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3290652Z test_noncontiguous_expanded_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3290791Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3290978Z test_noncontiguous_expanded_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3291114Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3291261Z test_noncontiguous_expanded_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3291384Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3291528Z test_noncontiguous_expanded_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3291662Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3291805Z test_noncontiguous_expanded_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3291936Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3292075Z test_noncontiguous_expanded_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3292214Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3292353Z test_noncontiguous_expanded_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3292475Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3292637Z test_noncontiguous_expanded_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3292773Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3292915Z test_noncontiguous_expanded_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3293053Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3293194Z test_noncontiguous_expanded_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3293330Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3293470Z test_noncontiguous_expanded_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3293592Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3293742Z test_noncontiguous_expanded_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3293877Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:22:32.3294024Z test_noncontiguous_expanded_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3294157Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:22:32.3294296Z test_noncontiguous_expanded_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3294427Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3294567Z test_noncontiguous_expanded_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3294691Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3294833Z test_noncontiguous_expanded_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3294969Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3295110Z test_noncontiguous_expanded_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3295255Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3295395Z test_noncontiguous_expanded_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3295518Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3295661Z test_noncontiguous_expanded_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3295797Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3295936Z test_noncontiguous_expanded_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3296073Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3296214Z test_noncontiguous_expanded_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3296378Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:22:32.3296523Z test_noncontiguous_expanded_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3296647Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.004s) 2022-12-01T11:22:32.3296794Z test_noncontiguous_expanded_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3296928Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.004s) 2022-12-01T11:22:32.3297069Z test_noncontiguous_expanded_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3297206Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:22:32.3297347Z test_noncontiguous_expanded_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3297482Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.019s) 2022-12-01T11:22:32.3297620Z test_noncontiguous_expanded_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3297831Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:22:32.3297973Z test_noncontiguous_expanded_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3298140Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.016s) 2022-12-01T11:22:32.3298283Z test_noncontiguous_expanded_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3298422Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3298569Z test_noncontiguous_expanded_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3298704Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:22:32.3298851Z test_noncontiguous_expanded_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3298974Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:22:32.3299115Z test_noncontiguous_expanded_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3299251Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3299389Z test_noncontiguous_expanded_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3299523Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3299665Z test_noncontiguous_expanded_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3299801Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3299940Z test_noncontiguous_expanded_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3300064Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3300202Z test_noncontiguous_expanded_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3300341Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3300482Z test_noncontiguous_expanded_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3300621Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3300764Z test_noncontiguous_expanded_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3300899Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3301037Z test_noncontiguous_expanded_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3301162Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T11:22:32.3301302Z test_noncontiguous_expanded_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3301441Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:22:32.3301586Z test_noncontiguous_expanded_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3301721Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.004s) 2022-12-01T11:22:32.3301867Z test_noncontiguous_expanded_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3302035Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.004s) 2022-12-01T11:22:32.3302179Z test_noncontiguous_expanded_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3302304Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:22:32.3302443Z test_noncontiguous_expanded_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3302583Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:22:32.3302722Z test_noncontiguous_expanded_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3302860Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-12-01T11:22:32.3303004Z test_noncontiguous_innermost_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3303142Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3303272Z test_noncontiguous_innermost_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3303409Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3303590Z test_noncontiguous_innermost_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3303727Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3303878Z test_noncontiguous_innermost_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3304013Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3304157Z test_noncontiguous_innermost_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3304295Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3304425Z test_noncontiguous_innermost_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3304558Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3304700Z test_noncontiguous_innermost_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3304836Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3304980Z test_noncontiguous_innermost_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3305113Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3305257Z test_noncontiguous_innermost_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3305390Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3305516Z test_noncontiguous_innermost_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3305652Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3305792Z test_noncontiguous_innermost_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3305928Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3306070Z test_noncontiguous_innermost_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3306206Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3306356Z test_noncontiguous_innermost_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3306529Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3306655Z test_noncontiguous_innermost_amax_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3306788Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3306935Z test_noncontiguous_innermost_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3307073Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3307218Z test_noncontiguous_innermost_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3307353Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3307534Z test_noncontiguous_innermost_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3307667Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3307801Z test_noncontiguous_innermost_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3307938Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3308081Z test_noncontiguous_innermost_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3308217Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3308359Z test_noncontiguous_innermost_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3308493Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3308631Z test_noncontiguous_innermost_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3308767Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3308895Z test_noncontiguous_innermost_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3309026Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3309204Z test_noncontiguous_innermost_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3309341Z Tests reducing along noncontiguous innermost dimension. ... ok (0.004s) 2022-12-01T11:22:32.3309482Z test_noncontiguous_innermost_amin_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3309617Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3309761Z test_noncontiguous_innermost_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3309894Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3310027Z test_noncontiguous_innermost_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3310162Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3310307Z test_noncontiguous_innermost_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3310444Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3310587Z test_noncontiguous_innermost_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3310720Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3310862Z test_noncontiguous_innermost_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3310996Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3311124Z test_noncontiguous_innermost_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3311256Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3311394Z test_noncontiguous_innermost_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3311527Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3311668Z test_noncontiguous_innermost_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3311804Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3311952Z test_noncontiguous_innermost_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3312088Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3312216Z test_noncontiguous_innermost_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3312352Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3312502Z test_noncontiguous_innermost_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3312635Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3312783Z test_noncontiguous_innermost_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3312919Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3313110Z test_noncontiguous_innermost_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3313245Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3313377Z test_noncontiguous_innermost_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3313511Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3313651Z test_noncontiguous_innermost_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3313786Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3313923Z test_noncontiguous_innermost_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3314056Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3314201Z test_noncontiguous_innermost_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3314335Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3314464Z test_noncontiguous_innermost_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3314598Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3314765Z test_noncontiguous_innermost_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3314902Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3315042Z test_noncontiguous_innermost_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3315176Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3315326Z test_noncontiguous_innermost_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3315461Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3315596Z test_noncontiguous_innermost_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3315729Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3315875Z test_noncontiguous_innermost_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3316011Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3316160Z test_noncontiguous_innermost_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3316289Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3316435Z test_noncontiguous_innermost_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3316569Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3316700Z test_noncontiguous_innermost_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3316834Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3316979Z test_noncontiguous_innermost_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3317110Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3317258Z test_noncontiguous_innermost_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3317393Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3317536Z test_noncontiguous_innermost_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3317656Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3317804Z test_noncontiguous_innermost_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3317937Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3318085Z test_noncontiguous_innermost_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3318219Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3318362Z test_noncontiguous_innermost_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3318491Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3318666Z test_noncontiguous_innermost_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3318786Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3318928Z test_noncontiguous_innermost_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3319062Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3319205Z test_noncontiguous_innermost_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3319341Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3319484Z test_noncontiguous_innermost_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3319618Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3319759Z test_noncontiguous_innermost_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3319878Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3320024Z test_noncontiguous_innermost_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3320191Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3320352Z test_noncontiguous_innermost_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3320493Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3320647Z test_noncontiguous_innermost_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3320782Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3320940Z test_noncontiguous_innermost_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3321062Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3321220Z test_noncontiguous_innermost_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3321356Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3321513Z test_noncontiguous_innermost_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3321648Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3321801Z test_noncontiguous_innermost_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3321935Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3322090Z test_noncontiguous_innermost_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3322223Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3322362Z test_noncontiguous_innermost_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3322495Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3322647Z test_noncontiguous_innermost_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3322785Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3322938Z test_noncontiguous_innermost_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3323071Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3323223Z test_noncontiguous_innermost_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3323355Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3323495Z test_noncontiguous_innermost_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3323629Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3323793Z test_noncontiguous_innermost_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3324078Z Tests reducing along noncontiguous innermost dimension. ... ok (0.007s) 2022-12-01T11:22:32.3324304Z test_noncontiguous_innermost_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3324439Z Tests reducing along noncontiguous innermost dimension. ... ok (0.008s) 2022-12-01T11:22:32.3324605Z test_noncontiguous_innermost_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3324739Z Tests reducing along noncontiguous innermost dimension. ... ok (0.008s) 2022-12-01T11:22:32.3324887Z test_noncontiguous_innermost_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3325021Z Tests reducing along noncontiguous innermost dimension. ... ok (0.008s) 2022-12-01T11:22:32.3325179Z test_noncontiguous_innermost_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3325314Z Tests reducing along noncontiguous innermost dimension. ... ok (0.007s) 2022-12-01T11:22:32.3325473Z test_noncontiguous_innermost_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3325610Z Tests reducing along noncontiguous innermost dimension. ... ok (0.007s) 2022-12-01T11:22:32.3325766Z test_noncontiguous_innermost_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3325940Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3326080Z test_noncontiguous_innermost_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3326214Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3326365Z test_noncontiguous_innermost_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3326503Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3326655Z test_noncontiguous_innermost_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3326789Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3326938Z test_noncontiguous_innermost_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3327074Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3327210Z test_noncontiguous_innermost_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3327342Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3327490Z test_noncontiguous_innermost_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3327625Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3327774Z test_noncontiguous_innermost_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3327908Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3328057Z test_noncontiguous_innermost_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3328190Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3328331Z test_noncontiguous_innermost_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3328467Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3328620Z test_noncontiguous_innermost_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3328752Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3328902Z test_noncontiguous_innermost_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3329036Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3329190Z test_noncontiguous_innermost_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3329324Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3329460Z test_noncontiguous_innermost_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3329594Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3329786Z test_noncontiguous_innermost_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3329918Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3330065Z test_noncontiguous_innermost_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3330198Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3330346Z test_noncontiguous_innermost_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3330479Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3330614Z test_noncontiguous_innermost_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3330747Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3330904Z test_noncontiguous_innermost_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3331040Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3331195Z test_noncontiguous_innermost_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3331353Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3331511Z test_noncontiguous_innermost_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3331646Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3331788Z test_noncontiguous_innermost_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3331921Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3332074Z test_noncontiguous_innermost_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3332210Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3332363Z test_noncontiguous_innermost_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3332502Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3332651Z test_noncontiguous_innermost_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3332787Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3332926Z test_noncontiguous_innermost_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3333058Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3333212Z test_noncontiguous_innermost_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3333346Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3333502Z test_noncontiguous_innermost_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3333637Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3333792Z test_noncontiguous_innermost_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3333929Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3334072Z test_noncontiguous_innermost_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3334206Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3334360Z test_noncontiguous_innermost_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3334494Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3334646Z test_noncontiguous_innermost_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3334779Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3334930Z test_noncontiguous_innermost_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3335063Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3335231Z test_noncontiguous_innermost_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3335363Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3335516Z test_noncontiguous_innermost_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3335650Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3335801Z test_noncontiguous_innermost_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3335933Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3336092Z test_noncontiguous_innermost_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3336227Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3336372Z test_noncontiguous_innermost_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3336506Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3336667Z test_noncontiguous_innermost_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3336829Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3336987Z test_noncontiguous_innermost_masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3337122Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3337280Z test_noncontiguous_innermost_masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3337415Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3337558Z test_noncontiguous_innermost_masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3337694Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3337941Z test_noncontiguous_innermost_masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3338080Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3338236Z test_noncontiguous_innermost_masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3338373Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3338531Z test_noncontiguous_innermost_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3338665Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3338802Z test_noncontiguous_innermost_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3338934Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3339090Z test_noncontiguous_innermost_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3339224Z Tests reducing along noncontiguous innermost dimension. ... ok (0.004s) 2022-12-01T11:22:32.3339379Z test_noncontiguous_innermost_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3339514Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3339668Z test_noncontiguous_innermost_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3339802Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3339951Z test_noncontiguous_innermost_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3340072Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3340223Z test_noncontiguous_innermost_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3340357Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3340506Z test_noncontiguous_innermost_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3340638Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3340826Z test_noncontiguous_innermost_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3340960Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3341107Z test_noncontiguous_innermost_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3341227Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3341374Z test_noncontiguous_innermost_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3341509Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3341657Z test_noncontiguous_innermost_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3341790Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3341944Z test_noncontiguous_innermost_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3342077Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3342230Z test_noncontiguous_innermost_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3342351Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3342523Z test_noncontiguous_innermost_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3342658Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3342854Z test_noncontiguous_innermost_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3342987Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3343139Z test_noncontiguous_innermost_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3343273Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3343430Z test_noncontiguous_innermost_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3343552Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3343710Z test_noncontiguous_innermost_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3343850Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3344001Z test_noncontiguous_innermost_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3344135Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3344283Z test_noncontiguous_innermost_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3344418Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3344567Z test_noncontiguous_innermost_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3344686Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3344832Z test_noncontiguous_innermost_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3344966Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3345114Z test_noncontiguous_innermost_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3345252Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3345401Z test_noncontiguous_innermost_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3345535Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3345682Z test_noncontiguous_innermost_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3345801Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3345952Z test_noncontiguous_innermost_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3346082Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3346239Z test_noncontiguous_innermost_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3346400Z Tests reducing along noncontiguous innermost dimension. ... ok (0.004s) 2022-12-01T11:22:32.3346560Z test_noncontiguous_innermost_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3346694Z Tests reducing along noncontiguous innermost dimension. ... ok (0.004s) 2022-12-01T11:22:32.3346845Z test_noncontiguous_innermost_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3346965Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3347118Z test_noncontiguous_innermost_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3347253Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3347404Z test_noncontiguous_innermost_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3347538Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3347688Z test_noncontiguous_innermost_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3347820Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3347994Z test_noncontiguous_innermost_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3348114Z Tests reducing along noncontiguous innermost dimension. ... ok (0.004s) 2022-12-01T11:22:32.3348265Z test_noncontiguous_innermost_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3348397Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3348546Z test_noncontiguous_innermost_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3348680Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3348833Z test_noncontiguous_innermost_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3348965Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3349114Z test_noncontiguous_innermost_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3349234Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3349391Z test_noncontiguous_innermost_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3349524Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3349679Z test_noncontiguous_innermost_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3349814Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3349965Z test_noncontiguous_innermost_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3350099Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3350249Z test_noncontiguous_innermost_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3350369Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3350522Z test_noncontiguous_innermost_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3350658Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3350806Z test_noncontiguous_innermost_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3350940Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3351088Z test_noncontiguous_innermost_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3351222Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3351367Z test_noncontiguous_innermost_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3351486Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3351634Z test_noncontiguous_innermost_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3351808Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3351958Z test_noncontiguous_innermost_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3352094Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3352247Z test_noncontiguous_innermost_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3352381Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3352536Z test_noncontiguous_innermost_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3352657Z Tests reducing along noncontiguous innermost dimension. ... ok (0.004s) 2022-12-01T11:22:32.3352811Z test_noncontiguous_innermost_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3352943Z Tests reducing along noncontiguous innermost dimension. ... ok (0.004s) 2022-12-01T11:22:32.3353095Z test_noncontiguous_innermost_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3353259Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3353441Z test_noncontiguous_innermost_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3353576Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3353727Z test_noncontiguous_innermost_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3353847Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3353994Z test_noncontiguous_innermost_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3354126Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3354273Z test_noncontiguous_innermost_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3354409Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3354557Z test_noncontiguous_innermost_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3354692Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3354840Z test_noncontiguous_innermost_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3354961Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3355107Z test_noncontiguous_innermost_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3355239Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3355389Z test_noncontiguous_innermost_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3355523Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3355675Z test_noncontiguous_innermost_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3355807Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3355957Z test_noncontiguous_innermost_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3356075Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3356223Z test_noncontiguous_innermost_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3356355Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3356501Z test_noncontiguous_innermost_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3356635Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3356780Z test_noncontiguous_innermost_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3356912Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3357059Z test_noncontiguous_innermost_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3357181Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3357354Z test_noncontiguous_innermost_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3357488Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3357633Z test_noncontiguous_innermost_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3357765Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3357913Z test_noncontiguous_innermost_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3358046Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3358191Z test_noncontiguous_innermost_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3358311Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3358454Z test_noncontiguous_innermost_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3358587Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3358736Z test_noncontiguous_innermost_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3358869Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3359039Z test_noncontiguous_innermost_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3359171Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3359314Z test_noncontiguous_innermost_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3359432Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3359576Z test_noncontiguous_innermost_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3359708Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3359853Z test_noncontiguous_innermost_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3359988Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3360135Z test_noncontiguous_innermost_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3360269Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3360410Z test_noncontiguous_innermost_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3360531Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3360673Z test_noncontiguous_innermost_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3360806Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3360948Z test_noncontiguous_innermost_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3361082Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3361230Z test_noncontiguous_innermost_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3361363Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3361513Z test_noncontiguous_innermost_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3361638Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3361781Z test_noncontiguous_innermost_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3361915Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3362060Z test_noncontiguous_innermost_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3362195Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3362336Z test_noncontiguous_innermost_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3362469Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3362597Z test_noncontiguous_innermost_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3362732Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3362904Z test_noncontiguous_innermost_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3363041Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3363181Z test_noncontiguous_innermost_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3363314Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3363457Z test_noncontiguous_innermost_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3363591Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3363729Z test_noncontiguous_innermost_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3364030Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3364237Z test_noncontiguous_innermost_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3364373Z Tests reducing along noncontiguous innermost dimension. ... ok (0.004s) 2022-12-01T11:22:32.3364523Z test_noncontiguous_innermost_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3364714Z Tests reducing along noncontiguous innermost dimension. ... ok (0.004s) 2022-12-01T11:22:32.3364860Z test_noncontiguous_innermost_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3364995Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3365124Z test_noncontiguous_innermost_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3365256Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3365398Z test_noncontiguous_innermost_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3365534Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3365678Z test_noncontiguous_innermost_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3365814Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3365957Z test_noncontiguous_innermost_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3366093Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3366228Z test_noncontiguous_innermost_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3366360Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3366506Z test_noncontiguous_innermost_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3366640Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3366781Z test_noncontiguous_innermost_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3366912Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3367057Z test_noncontiguous_innermost_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3367193Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3367324Z test_noncontiguous_innermost_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3367460Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3367600Z test_noncontiguous_innermost_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3367734Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3367873Z test_noncontiguous_innermost_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3368007Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3368146Z test_noncontiguous_innermost_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3368281Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3368408Z test_noncontiguous_innermost_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3368540Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3368733Z test_noncontiguous_innermost_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3368869Z Tests reducing along noncontiguous innermost dimension. ... ok (0.005s) 2022-12-01T11:22:32.3369015Z test_noncontiguous_innermost_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3369145Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3369292Z test_noncontiguous_innermost_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3369423Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3369555Z test_noncontiguous_innermost_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3369688Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3369829Z test_noncontiguous_innermost_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3369967Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3370109Z test_noncontiguous_innermost_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3370266Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3370409Z test_noncontiguous_innermost_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3370542Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3370673Z test_noncontiguous_outermost_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3370807Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3370948Z test_noncontiguous_outermost_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3371080Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3371226Z test_noncontiguous_outermost_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3371361Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3371507Z test_noncontiguous_outermost_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3371641Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3371769Z test_noncontiguous_outermost_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3371900Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3372040Z test_noncontiguous_outermost_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3372173Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3372313Z test_noncontiguous_outermost_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3372446Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3372585Z test_noncontiguous_outermost_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3372719Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3372845Z test_noncontiguous_outermost_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3372979Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3373117Z test_noncontiguous_outermost_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3373253Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3373392Z test_noncontiguous_outermost_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3373526Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3373664Z test_noncontiguous_outermost_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3373798Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3373931Z test_noncontiguous_outermost_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3374097Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3374239Z test_noncontiguous_outermost_amax_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3374373Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3374517Z test_noncontiguous_outermost_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3374653Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3374799Z test_noncontiguous_outermost_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3374932Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3375063Z test_noncontiguous_outermost_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3375195Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3375336Z test_noncontiguous_outermost_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3375473Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3375612Z test_noncontiguous_outermost_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3375771Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3375914Z test_noncontiguous_outermost_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3376047Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3376173Z test_noncontiguous_outermost_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3376307Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3376447Z test_noncontiguous_outermost_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3376578Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3376724Z test_noncontiguous_outermost_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3376860Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3376999Z test_noncontiguous_outermost_amin_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3377123Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3377266Z test_noncontiguous_outermost_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3377398Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3377545Z test_noncontiguous_outermost_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3377678Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3377889Z test_noncontiguous_outermost_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3378025Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3378165Z test_noncontiguous_outermost_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3378288Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3378429Z test_noncontiguous_outermost_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3378564Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3378706Z test_noncontiguous_outermost_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3378839Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3378978Z test_noncontiguous_outermost_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3379112Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3379314Z test_noncontiguous_outermost_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3379546Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3379817Z test_noncontiguous_outermost_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3380107Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3380284Z test_noncontiguous_outermost_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3380423Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3380588Z test_noncontiguous_outermost_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3380725Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3380874Z test_noncontiguous_outermost_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3380999Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3381141Z test_noncontiguous_outermost_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3381276Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3381421Z test_noncontiguous_outermost_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3381557Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3381697Z test_noncontiguous_outermost_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3381862Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3382004Z test_noncontiguous_outermost_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3382124Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3382262Z test_noncontiguous_outermost_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3382398Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3382536Z test_noncontiguous_outermost_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3382668Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3382806Z test_noncontiguous_outermost_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3382945Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3383085Z test_noncontiguous_outermost_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3383209Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3383358Z test_noncontiguous_outermost_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3383490Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3383640Z test_noncontiguous_outermost_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3383776Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3383921Z test_noncontiguous_outermost_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3384054Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3384194Z test_noncontiguous_outermost_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3384315Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3384464Z test_noncontiguous_outermost_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3384597Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3384743Z test_noncontiguous_outermost_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3384876Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3385021Z test_noncontiguous_outermost_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3385155Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3385297Z test_noncontiguous_outermost_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3385418Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3385566Z test_noncontiguous_outermost_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3385726Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3385878Z test_noncontiguous_outermost_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3386010Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3386151Z test_noncontiguous_outermost_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3386284Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3386428Z test_noncontiguous_outermost_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3386548Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3386688Z test_noncontiguous_outermost_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3386820Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3386968Z test_noncontiguous_outermost_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3387105Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3387274Z test_noncontiguous_outermost_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3387408Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3387551Z test_noncontiguous_outermost_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3387670Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3387813Z test_noncontiguous_outermost_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3387949Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3388096Z test_noncontiguous_outermost_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3388229Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3388387Z test_noncontiguous_outermost_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3388528Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3388682Z test_noncontiguous_outermost_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3388803Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3388964Z test_noncontiguous_outermost_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3389097Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3389259Z test_noncontiguous_outermost_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3389392Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3389546Z test_noncontiguous_outermost_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3389680Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3389838Z test_noncontiguous_outermost_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3389962Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3390116Z test_noncontiguous_outermost_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3390251Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3390404Z test_noncontiguous_outermost_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3390538Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3390692Z test_noncontiguous_outermost_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3390827Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3390980Z test_noncontiguous_outermost_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3391128Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3391279Z test_noncontiguous_outermost_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3391416Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3391572Z test_noncontiguous_outermost_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3391707Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3391869Z test_noncontiguous_outermost_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3392001Z Tests reducing along noncontiguous outermost dimension. ... ok (0.008s) 2022-12-01T11:22:32.3392169Z test_noncontiguous_outermost_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3392289Z Tests reducing along noncontiguous outermost dimension. ... ok (0.008s) 2022-12-01T11:22:32.3392454Z test_noncontiguous_outermost_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3392591Z Tests reducing along noncontiguous outermost dimension. ... ok (0.008s) 2022-12-01T11:22:32.3392782Z test_noncontiguous_outermost_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3392917Z Tests reducing along noncontiguous outermost dimension. ... ok (0.007s) 2022-12-01T11:22:32.3393076Z test_noncontiguous_outermost_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3393210Z Tests reducing along noncontiguous outermost dimension. ... ok (0.007s) 2022-12-01T11:22:32.3393368Z test_noncontiguous_outermost_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3393489Z Tests reducing along noncontiguous outermost dimension. ... ok (0.007s) 2022-12-01T11:22:32.3393645Z test_noncontiguous_outermost_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3393779Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3393936Z test_noncontiguous_outermost_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3394072Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3394225Z test_noncontiguous_outermost_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3394362Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3394519Z test_noncontiguous_outermost_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3394652Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3394789Z test_noncontiguous_outermost_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3394924Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3395070Z test_noncontiguous_outermost_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3395203Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3395352Z test_noncontiguous_outermost_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3395490Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3395640Z test_noncontiguous_outermost_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3395773Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3395911Z test_noncontiguous_outermost_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3396045Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3396202Z test_noncontiguous_outermost_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3396334Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3396484Z test_noncontiguous_outermost_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3396644Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3396799Z test_noncontiguous_outermost_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3396937Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3397076Z test_noncontiguous_outermost_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3397210Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3397363Z test_noncontiguous_outermost_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3397498Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3397647Z test_noncontiguous_outermost_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3397780Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3397929Z test_noncontiguous_outermost_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3398066Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3398201Z test_noncontiguous_outermost_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3398392Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3398540Z test_noncontiguous_outermost_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3398675Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3398833Z test_noncontiguous_outermost_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3398969Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3399129Z test_noncontiguous_outermost_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3399263Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3399408Z test_noncontiguous_outermost_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3399544Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3399703Z test_noncontiguous_outermost_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3399839Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3399991Z test_noncontiguous_outermost_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3400125Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3400277Z test_noncontiguous_outermost_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3400412Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3400552Z test_noncontiguous_outermost_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3400685Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3400840Z test_noncontiguous_outermost_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3400972Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3401128Z test_noncontiguous_outermost_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3401262Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3401422Z test_noncontiguous_outermost_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3401558Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3401700Z test_noncontiguous_outermost_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3401834Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3401987Z test_noncontiguous_outermost_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3402124Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3402306Z test_noncontiguous_outermost_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3402442Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3402595Z test_noncontiguous_outermost_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3402728Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3402867Z test_noncontiguous_outermost_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3403002Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3403152Z test_noncontiguous_outermost_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3403286Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3403443Z test_noncontiguous_outermost_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3403581Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3403732Z test_noncontiguous_outermost_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3404069Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3404224Z test_noncontiguous_outermost_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3404359Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3404522Z test_noncontiguous_outermost_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3404655Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3404815Z test_noncontiguous_outermost_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3404950Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3405108Z test_noncontiguous_outermost_masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3405243Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3405390Z test_noncontiguous_outermost_masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3405527Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3405687Z test_noncontiguous_outermost_masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3405823Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3405980Z test_noncontiguous_outermost_masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3406115Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3406276Z test_noncontiguous_outermost_masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3406413Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3406556Z test_noncontiguous_outermost_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3406690Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3406842Z test_noncontiguous_outermost_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3406978Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3407133Z test_noncontiguous_outermost_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3407268Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3407425Z test_noncontiguous_outermost_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3407558Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3407699Z test_noncontiguous_outermost_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3407834Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3408036Z test_noncontiguous_outermost_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3408171Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3408321Z test_noncontiguous_outermost_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3408453Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3408603Z test_noncontiguous_outermost_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3408737Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3408874Z test_noncontiguous_outermost_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3409009Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3409154Z test_noncontiguous_outermost_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3409292Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3409442Z test_noncontiguous_outermost_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3409612Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3409764Z test_noncontiguous_outermost_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3409898Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3410041Z test_noncontiguous_outermost_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3410173Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3410323Z test_noncontiguous_outermost_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3410461Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3410609Z test_noncontiguous_outermost_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3410745Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3410906Z test_noncontiguous_outermost_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3411043Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3411183Z test_noncontiguous_outermost_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3411317Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3411475Z test_noncontiguous_outermost_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3411615Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3411773Z test_noncontiguous_outermost_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3411906Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3412059Z test_noncontiguous_outermost_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3412191Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3412330Z test_noncontiguous_outermost_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3412462Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3412610Z test_noncontiguous_outermost_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3412744Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3412894Z test_noncontiguous_outermost_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3413028Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3413179Z test_noncontiguous_outermost_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3413314Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3413486Z test_noncontiguous_outermost_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3413624Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3413776Z test_noncontiguous_outermost_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3413913Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3414065Z test_noncontiguous_outermost_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3414197Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3414354Z test_noncontiguous_outermost_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3414488Z Tests reducing along noncontiguous outermost dimension. ... ok (0.004s) 2022-12-01T11:22:32.3414633Z test_noncontiguous_outermost_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3414768Z Tests reducing along noncontiguous outermost dimension. ... ok (0.004s) 2022-12-01T11:22:32.3414923Z test_noncontiguous_outermost_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3415085Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3415238Z test_noncontiguous_outermost_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3415372Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3415522Z test_noncontiguous_outermost_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3415659Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3415795Z test_noncontiguous_outermost_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3415930Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3416077Z test_noncontiguous_outermost_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3416216Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3416364Z test_noncontiguous_outermost_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3416501Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3416652Z test_noncontiguous_outermost_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3416787Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3416928Z test_noncontiguous_outermost_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3417085Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3417233Z test_noncontiguous_outermost_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3417373Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3417529Z test_noncontiguous_outermost_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3417663Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3417904Z test_noncontiguous_outermost_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3418044Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3418185Z test_noncontiguous_outermost_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3418320Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3418471Z test_noncontiguous_outermost_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3418614Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3418765Z test_noncontiguous_outermost_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3418901Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3419050Z test_noncontiguous_outermost_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3419219Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3419358Z test_noncontiguous_outermost_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3419497Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3419642Z test_noncontiguous_outermost_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3419777Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3419925Z test_noncontiguous_outermost_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3420056Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3420205Z test_noncontiguous_outermost_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3420338Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3420480Z test_noncontiguous_outermost_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3420617Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3420802Z test_noncontiguous_outermost_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3420937Z Tests reducing along noncontiguous outermost dimension. ... ok (0.004s) 2022-12-01T11:22:32.3421092Z test_noncontiguous_outermost_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3421226Z Tests reducing along noncontiguous outermost dimension. ... ok (0.004s) 2022-12-01T11:22:32.3421377Z test_noncontiguous_outermost_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3421513Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3421664Z test_noncontiguous_outermost_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3421785Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3421936Z test_noncontiguous_outermost_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3422071Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3422221Z test_noncontiguous_outermost_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3422352Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3422498Z test_noncontiguous_outermost_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3422631Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3422778Z test_noncontiguous_outermost_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3422900Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3423048Z test_noncontiguous_outermost_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3423183Z Tests reducing along noncontiguous outermost dimension. ... ok (0.045s) 2022-12-01T11:22:32.3423331Z test_noncontiguous_outermost_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3423465Z Tests reducing along noncontiguous outermost dimension. ... ok (0.004s) 2022-12-01T11:22:32.3423611Z test_noncontiguous_outermost_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3423745Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3423892Z test_noncontiguous_outermost_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3424012Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3424159Z test_noncontiguous_outermost_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3424295Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3424447Z test_noncontiguous_outermost_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3424611Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3424756Z test_noncontiguous_outermost_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3424894Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3425027Z test_noncontiguous_outermost_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3425164Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3425312Z test_noncontiguous_outermost_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3425451Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3425599Z test_noncontiguous_outermost_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3425731Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3425875Z test_noncontiguous_outermost_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3426011Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3426145Z test_noncontiguous_outermost_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3426307Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3426453Z test_noncontiguous_outermost_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3426587Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3426731Z test_noncontiguous_outermost_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3426866Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3427013Z test_noncontiguous_outermost_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3427148Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3427277Z test_noncontiguous_outermost_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3427416Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3427559Z test_noncontiguous_outermost_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3427694Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3427839Z test_noncontiguous_outermost_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3427971Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3428115Z test_noncontiguous_outermost_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3428249Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3428380Z test_noncontiguous_outermost_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3428515Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3428659Z test_noncontiguous_outermost_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3428800Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3428947Z test_noncontiguous_outermost_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3429085Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3429231Z test_noncontiguous_outermost_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3429368Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3429505Z test_noncontiguous_outermost_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3429639Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3429787Z test_noncontiguous_outermost_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3429927Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3430076Z test_noncontiguous_outermost_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3430245Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3430395Z test_noncontiguous_outermost_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3430532Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3430662Z test_noncontiguous_outermost_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3430795Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3430936Z test_noncontiguous_outermost_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3431071Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3431213Z test_noncontiguous_outermost_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3431348Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3431490Z test_noncontiguous_outermost_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3431626Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3431783Z test_noncontiguous_outermost_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3431918Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3432126Z test_noncontiguous_outermost_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3432284Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3432462Z test_noncontiguous_outermost_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3432642Z Tests reducing along noncontiguous outermost dimension. ... ok (0.004s) 2022-12-01T11:22:32.3432804Z test_noncontiguous_outermost_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3433070Z Tests reducing along noncontiguous outermost dimension. ... ok (0.004s) 2022-12-01T11:22:32.3433246Z test_noncontiguous_outermost_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3433412Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3433585Z test_noncontiguous_outermost_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3433704Z Tests reducing along noncontiguous outermost dimension. ... ok (0.010s) 2022-12-01T11:22:32.3433879Z test_noncontiguous_outermost_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3434077Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3434251Z test_noncontiguous_outermost_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3434411Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3434611Z test_noncontiguous_outermost_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3434774Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3434953Z test_noncontiguous_outermost_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3435077Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3435256Z test_noncontiguous_outermost_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3435430Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3435601Z test_noncontiguous_outermost_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3435763Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3435934Z test_noncontiguous_outermost_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3436114Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3436290Z test_noncontiguous_outermost_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3436412Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3436615Z test_noncontiguous_outermost_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3436789Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3436990Z test_noncontiguous_outermost_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3437150Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3437322Z test_noncontiguous_outermost_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3437489Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3437680Z test_noncontiguous_outermost_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3437806Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3437973Z test_noncontiguous_outermost_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3438149Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T11:22:32.3438328Z test_noncontiguous_outermost_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3438494Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3438697Z test_noncontiguous_outermost_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3438862Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3439042Z test_noncontiguous_outermost_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3439162Z Tests reducing along noncontiguous outermost dimension. ... ok (0.004s) 2022-12-01T11:22:32.3439365Z test_noncontiguous_outermost_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3439526Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3439696Z test_noncontiguous_outermost_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3439891Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3440062Z test_noncontiguous_outermost_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3440222Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-12-01T11:22:32.3440397Z test_noncontiguous_transposed_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3440496Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3440672Z test_noncontiguous_transposed_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3440830Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3441010Z test_noncontiguous_transposed_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3441153Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3441328Z test_noncontiguous_transposed_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3441465Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3441640Z test_noncontiguous_transposed_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3441740Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3441921Z test_noncontiguous_transposed_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3442060Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3442250Z test_noncontiguous_transposed_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3442387Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3442556Z test_noncontiguous_transposed_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3442726Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3442857Z test_noncontiguous_transposed_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3442994Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3443170Z test_noncontiguous_transposed_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3443308Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3443513Z test_noncontiguous_transposed_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3443669Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3444010Z test_noncontiguous_transposed_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3444214Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:22:32.3444354Z test_noncontiguous_transposed_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3444490Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3444671Z test_noncontiguous_transposed_amax_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3444811Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:22:32.3444988Z test_noncontiguous_transposed_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3445127Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3445333Z test_noncontiguous_transposed_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3445433Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3445607Z test_noncontiguous_transposed_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3445852Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3446029Z test_noncontiguous_transposed_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3446171Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3446346Z test_noncontiguous_transposed_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3446487Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3446658Z test_noncontiguous_transposed_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3446752Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:22:32.3446944Z test_noncontiguous_transposed_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3447091Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3447268Z test_noncontiguous_transposed_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3447404Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3447586Z test_noncontiguous_transposed_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3447721Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3447892Z test_noncontiguous_transposed_amin_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3447989Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3448167Z test_noncontiguous_transposed_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3448335Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3448546Z test_noncontiguous_transposed_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3448684Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3448862Z test_noncontiguous_transposed_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3449001Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3449136Z test_noncontiguous_transposed_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3449275Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3449447Z test_noncontiguous_transposed_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3449592Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3449780Z test_noncontiguous_transposed_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3449916Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:22:32.3450088Z test_noncontiguous_transposed_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3450227Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3450356Z test_noncontiguous_transposed_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3450497Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:22:32.3450716Z test_noncontiguous_transposed_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3450861Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3451035Z test_noncontiguous_transposed_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3451228Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:22:32.3451408Z test_noncontiguous_transposed_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3451545Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3451682Z test_noncontiguous_transposed_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3451818Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3451999Z test_noncontiguous_transposed_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3452150Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3452326Z test_noncontiguous_transposed_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3452465Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3452660Z test_noncontiguous_transposed_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3452797Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3452970Z test_noncontiguous_transposed_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3453108Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3453287Z test_noncontiguous_transposed_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3453423Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3453590Z test_noncontiguous_transposed_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3453725Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3453931Z test_noncontiguous_transposed_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3454029Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3454226Z test_noncontiguous_transposed_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3454363Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3454553Z test_noncontiguous_transposed_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3454695Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3454875Z test_noncontiguous_transposed_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3455012Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3455191Z test_noncontiguous_transposed_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3455288Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3455463Z test_noncontiguous_transposed_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3455622Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3455806Z test_noncontiguous_transposed_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3455945Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3456124Z test_noncontiguous_transposed_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3456261Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3456396Z test_noncontiguous_transposed_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3456531Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3456737Z test_noncontiguous_transposed_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3456874Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3457073Z test_noncontiguous_transposed_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3471445Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:22:32.3471670Z test_noncontiguous_transposed_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3471787Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3472087Z test_noncontiguous_transposed_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3472206Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3472359Z test_noncontiguous_transposed_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3472457Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3472609Z test_noncontiguous_transposed_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3472717Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3472864Z test_noncontiguous_transposed_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3472972Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3473116Z test_noncontiguous_transposed_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3473224Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3473368Z test_noncontiguous_transposed_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3473466Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3473664Z test_noncontiguous_transposed_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3473774Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3473920Z test_noncontiguous_transposed_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3474029Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:22:32.3474186Z test_noncontiguous_transposed_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3474295Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3474449Z test_noncontiguous_transposed_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3474546Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:22:32.3474706Z test_noncontiguous_transposed_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3474851Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3475011Z test_noncontiguous_transposed_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3475121Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3475277Z test_noncontiguous_transposed_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3475385Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3475530Z test_noncontiguous_transposed_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3475639Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3475794Z test_noncontiguous_transposed_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3475901Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3476056Z test_noncontiguous_transposed_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3476166Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:22:32.3476316Z test_noncontiguous_transposed_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3476439Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:22:32.3476575Z test_noncontiguous_transposed_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3476681Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:22:32.3476834Z test_noncontiguous_transposed_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3476944Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:22:32.3477099Z test_noncontiguous_transposed_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3477206Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:22:32.3477372Z test_noncontiguous_transposed_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3477480Z Tests reducing a transposed tensor. ... ok (0.007s) 2022-12-01T11:22:32.3477668Z test_noncontiguous_transposed_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3477774Z Tests reducing a transposed tensor. ... ok (0.007s) 2022-12-01T11:22:32.3477942Z test_noncontiguous_transposed_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3478050Z Tests reducing a transposed tensor. ... ok (0.007s) 2022-12-01T11:22:32.3478212Z test_noncontiguous_transposed_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3478319Z Tests reducing a transposed tensor. ... ok (0.007s) 2022-12-01T11:22:32.3478481Z test_noncontiguous_transposed_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3478588Z Tests reducing a transposed tensor. ... ok (0.007s) 2022-12-01T11:22:32.3478736Z test_noncontiguous_transposed_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3478843Z Tests reducing a transposed tensor. ... ok (0.006s) 2022-12-01T11:22:32.3479001Z test_noncontiguous_transposed_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3479110Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3479296Z test_noncontiguous_transposed_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3479403Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3479558Z test_noncontiguous_transposed_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3479664Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3479804Z test_noncontiguous_transposed_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3479909Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3480063Z test_noncontiguous_transposed_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3480168Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3480319Z test_noncontiguous_transposed_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3480429Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3480582Z test_noncontiguous_transposed_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3480676Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3480826Z test_noncontiguous_transposed_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3480933Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3481087Z test_noncontiguous_transposed_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3481192Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3481347Z test_noncontiguous_transposed_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3481453Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3481609Z test_noncontiguous_transposed_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3481706Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3481855Z test_noncontiguous_transposed_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3481965Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3482119Z test_noncontiguous_transposed_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3482226Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3482377Z test_noncontiguous_transposed_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3482483Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3482631Z test_noncontiguous_transposed_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3482725Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3482871Z test_noncontiguous_transposed_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3482977Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3483156Z test_noncontiguous_transposed_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3483266Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3483417Z test_noncontiguous_transposed_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3483522Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3483681Z test_noncontiguous_transposed_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3483777Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3484107Z test_noncontiguous_transposed_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3484217Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3484374Z test_noncontiguous_transposed_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3484482Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3484642Z test_noncontiguous_transposed_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3484751Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3484959Z test_noncontiguous_transposed_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3485069Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3485220Z test_noncontiguous_transposed_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3485330Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3485478Z test_noncontiguous_transposed_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3485585Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3485739Z test_noncontiguous_transposed_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3485846Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3485990Z test_noncontiguous_transposed_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3486098Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3486258Z test_noncontiguous_transposed_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3486365Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3486522Z test_noncontiguous_transposed_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3486630Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-12-01T11:22:32.3486784Z test_noncontiguous_transposed_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3486891Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3487036Z test_noncontiguous_transposed_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3487145Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3487298Z test_noncontiguous_transposed_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3487408Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3487560Z test_noncontiguous_transposed_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3487668Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3487816Z test_noncontiguous_transposed_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3487922Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3488063Z test_noncontiguous_transposed_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3488169Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3488324Z test_noncontiguous_transposed_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3488431Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3488594Z test_noncontiguous_transposed_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3488742Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-12-01T11:22:32.3488902Z test_noncontiguous_transposed_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3489001Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-12-01T11:22:32.3489157Z test_noncontiguous_transposed_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3489264Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-12-01T11:22:32.3489421Z test_noncontiguous_transposed_masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3489530Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3489687Z test_noncontiguous_transposed_masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3489792Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3489947Z test_noncontiguous_transposed_masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3490040Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3490201Z test_noncontiguous_transposed_masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3490309Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3490500Z test_noncontiguous_transposed_masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3490609Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3490764Z test_noncontiguous_transposed_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3490871Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-12-01T11:22:32.3491022Z test_noncontiguous_transposed_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3491116Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3491270Z test_noncontiguous_transposed_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3491378Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-12-01T11:22:32.3491538Z test_noncontiguous_transposed_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3491644Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-12-01T11:22:32.3491800Z test_noncontiguous_transposed_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3491905Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3492055Z test_noncontiguous_transposed_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3492149Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-12-01T11:22:32.3492297Z test_noncontiguous_transposed_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3492402Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-12-01T11:22:32.3492555Z test_noncontiguous_transposed_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3492661Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3492810Z test_noncontiguous_transposed_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3492918Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3493065Z test_noncontiguous_transposed_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3493160Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3493309Z test_noncontiguous_transposed_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3493415Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3493566Z test_noncontiguous_transposed_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3493673Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3493827Z test_noncontiguous_transposed_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3493933Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3494072Z test_noncontiguous_transposed_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3494215Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3494368Z test_noncontiguous_transposed_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3494480Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3494630Z test_noncontiguous_transposed_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3494736Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3494886Z test_noncontiguous_transposed_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3494993Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3495140Z test_noncontiguous_transposed_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3495246Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-12-01T11:22:32.3495403Z test_noncontiguous_transposed_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3495510Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-12-01T11:22:32.3495664Z test_noncontiguous_transposed_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3495771Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3495948Z test_noncontiguous_transposed_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3496055Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3496194Z test_noncontiguous_transposed_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3496299Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3496447Z test_noncontiguous_transposed_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3496552Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3496698Z test_noncontiguous_transposed_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3496803Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3496956Z test_noncontiguous_transposed_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3497062Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3497204Z test_noncontiguous_transposed_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3497310Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3497463Z test_noncontiguous_transposed_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3497568Z Tests reducing a transposed tensor. ... ok (0.004s) 2022-12-01T11:22:32.3497725Z test_noncontiguous_transposed_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3497945Z Tests reducing a transposed tensor. ... ok (0.004s) 2022-12-01T11:22:32.3498103Z test_noncontiguous_transposed_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3498196Z Tests reducing a transposed tensor. ... ok (0.004s) 2022-12-01T11:22:32.3498348Z test_noncontiguous_transposed_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3498459Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-12-01T11:22:32.3498611Z test_noncontiguous_transposed_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3498720Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-12-01T11:22:32.3498871Z test_noncontiguous_transposed_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3498977Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-12-01T11:22:32.3499126Z test_noncontiguous_transposed_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3499221Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-12-01T11:22:32.3499370Z test_noncontiguous_transposed_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3499478Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-12-01T11:22:32.3499629Z test_noncontiguous_transposed_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3499775Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-12-01T11:22:32.3499923Z test_noncontiguous_transposed_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3500032Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-12-01T11:22:32.3500187Z test_noncontiguous_transposed_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3500283Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3500434Z test_noncontiguous_transposed_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3500543Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3500698Z test_noncontiguous_transposed_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3500804Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3500960Z test_noncontiguous_transposed_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3501068Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3501221Z test_noncontiguous_transposed_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3501316Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3501495Z test_noncontiguous_transposed_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3501602Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3501756Z test_noncontiguous_transposed_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3501861Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3502011Z test_noncontiguous_transposed_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3502121Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3502256Z test_noncontiguous_transposed_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3502363Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3502511Z test_noncontiguous_transposed_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3502623Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3502775Z test_noncontiguous_transposed_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3502881Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3503027Z test_noncontiguous_transposed_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3503135Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3503277Z test_noncontiguous_transposed_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3503384Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-12-01T11:22:32.3503539Z test_noncontiguous_transposed_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3503647Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-12-01T11:22:32.3503803Z test_noncontiguous_transposed_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3503912Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-12-01T11:22:32.3504065Z test_noncontiguous_transposed_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3504172Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-12-01T11:22:32.3504309Z test_noncontiguous_transposed_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3504416Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-12-01T11:22:32.3504564Z test_noncontiguous_transposed_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3504670Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-12-01T11:22:32.3504818Z test_noncontiguous_transposed_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3504928Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-12-01T11:22:32.3505078Z test_noncontiguous_transposed_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3505172Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-12-01T11:22:32.3505351Z test_noncontiguous_transposed_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3505458Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-12-01T11:22:32.3505612Z test_noncontiguous_transposed_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3505719Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-12-01T11:22:32.3505867Z test_noncontiguous_transposed_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3505973Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-12-01T11:22:32.3506119Z test_noncontiguous_transposed_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3506213Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3506364Z test_noncontiguous_transposed_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3506471Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3506621Z test_noncontiguous_transposed_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3506733Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3506923Z test_noncontiguous_transposed_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3507031Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3507176Z test_noncontiguous_transposed_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3507271Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3507416Z test_noncontiguous_transposed_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3507525Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3507673Z test_noncontiguous_transposed_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3507780Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3507930Z test_noncontiguous_transposed_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3508038Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3508183Z test_noncontiguous_transposed_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3508281Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3508430Z test_noncontiguous_transposed_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3508537Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3508686Z test_noncontiguous_transposed_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3508793Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3508939Z test_noncontiguous_transposed_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3509048Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3509184Z test_noncontiguous_transposed_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3509291Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3509443Z test_noncontiguous_transposed_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3509554Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3509705Z test_noncontiguous_transposed_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3509867Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3510012Z test_noncontiguous_transposed_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3510117Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3510250Z test_noncontiguous_transposed_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3510355Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3510504Z test_noncontiguous_transposed_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3510610Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:22:32.3510755Z test_noncontiguous_transposed_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3510893Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3511040Z test_noncontiguous_transposed_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3511149Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3511282Z test_noncontiguous_transposed_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3511391Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3511546Z test_noncontiguous_transposed_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3511652Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3511801Z test_noncontiguous_transposed_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3511907Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3512050Z test_noncontiguous_transposed_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3512145Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3512292Z test_noncontiguous_transposed_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3512398Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3512569Z test_noncontiguous_transposed_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3512677Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3512819Z test_noncontiguous_transposed_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3512927Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:22:32.3513069Z test_noncontiguous_transposed_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3513163Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:22:32.3513306Z test_noncontiguous_transposed_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3513412Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3513555Z test_noncontiguous_transposed_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3513663Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:22:32.3513807Z test_noncontiguous_transposed_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3513913Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-12-01T11:22:32.3514052Z test_noncontiguous_transposed_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3514158Z Tests reducing a transposed tensor. ... ok (0.004s) 2022-12-01T11:22:32.3514307Z test_noncontiguous_transposed_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3514416Z Tests reducing a transposed tensor. ... ok (0.004s) 2022-12-01T11:22:32.3514561Z test_noncontiguous_transposed_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3514668Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-12-01T11:22:32.3514811Z test_noncontiguous_transposed_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3514919Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-12-01T11:22:32.3515053Z test_noncontiguous_transposed_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3515157Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-12-01T11:22:32.3515301Z test_noncontiguous_transposed_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3515408Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3515548Z test_noncontiguous_transposed_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3515656Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3515805Z test_noncontiguous_transposed_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3515911Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3516049Z test_noncontiguous_transposed_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3516158Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3516301Z test_noncontiguous_transposed_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3516438Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3516584Z test_noncontiguous_transposed_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3516691Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3516835Z test_noncontiguous_transposed_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3516930Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3517074Z test_noncontiguous_transposed_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3517181Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3517326Z test_noncontiguous_transposed_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3517432Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3517572Z test_noncontiguous_transposed_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3517681Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T11:22:32.3517824Z test_noncontiguous_transposed_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3517918Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3518104Z test_noncontiguous_transposed_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3518212Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T11:22:32.3518359Z test_noncontiguous_transposed_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3518464Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-12-01T11:22:32.3518611Z test_noncontiguous_transposed_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3518717Z Tests reducing a transposed tensor. ... ok (0.004s) 2022-12-01T11:22:32.3518864Z test_noncontiguous_transposed_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3518959Z Tests reducing a transposed tensor. ... ok (0.004s) 2022-12-01T11:22:32.3519104Z test_noncontiguous_transposed_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3519215Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-12-01T11:22:32.3519359Z test_noncontiguous_transposed_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3519465Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-12-01T11:22:32.3519608Z test_noncontiguous_transposed_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3519714Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-12-01T11:22:32.3519837Z test_numpy_named_args_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T11:22:32.3519964Z test_prod_bool_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T11:22:32.3520093Z test_prod_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T11:22:32.3520252Z test_prod_gpu_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:22:32.3520410Z test_prod_gpu_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:22:32.3520551Z test_prod_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.645s) 2022-12-01T11:22:32.3520689Z test_quantile_backward_cpu (__main__.TestReductionsCPU) ... ok (0.033s) 2022-12-01T11:22:32.3521165Z test_quantile_cpu_float32 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/lib/nanfunctions.py:1372: RuntimeWarning: All-NaN slice encountered 2022-12-01T11:22:32.3521303Z overwrite_input=overwrite_input, interpolation=interpolation 2022-12-01T11:22:32.3521572Z /opt/conda/lib/python3.7/site-packages/numpy/lib/nanfunctions.py:1392: RuntimeWarning: All-NaN slice encountered 2022-12-01T11:22:32.3521667Z overwrite_input, interpolation) 2022-12-01T11:22:32.3521734Z ok (12.433s) 2022-12-01T11:22:32.3521869Z test_quantile_cpu_float64 (__main__.TestReductionsCPU) ... ok (11.767s) 2022-12-01T11:22:32.3522004Z test_quantile_error_cpu (__main__.TestReductionsCPU) ... ok (0.056s) 2022-12-01T11:22:32.3522136Z test_reduce_dtype_cpu (__main__.TestReductionsCPU) ... ok (0.016s) 2022-12-01T11:22:32.3522311Z test_reduction_empty_any_all_cpu (__main__.TestReductionsCPU) ... ok (0.026s) 2022-12-01T11:22:32.3522459Z test_reduction_split_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:22:32.3522653Z test_reduction_vectorize_along_input_corner_cpu_bfloat16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T11:22:32.3522847Z test_reduction_vectorize_along_input_corner_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T11:22:32.3523037Z test_reduction_vectorize_along_input_corner_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.019s) 2022-12-01T11:22:32.3523222Z test_reduction_vectorize_along_input_corner_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T11:22:32.3523407Z test_reduction_vectorize_along_output_cpu_bfloat16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:22:32.3523592Z test_reduction_vectorize_along_output_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:22:32.3523799Z test_reduction_vectorize_along_output_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:22:32.3524224Z test_reduction_vectorize_along_output_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:22:32.3524370Z test_ref_duplicate_values_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3524514Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3524658Z test_ref_duplicate_values_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3524813Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3524956Z test_ref_duplicate_values_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3525113Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3525254Z test_ref_duplicate_values_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3525407Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3525545Z test_ref_duplicate_values_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3525685Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3525821Z test_ref_duplicate_values_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3525968Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3526107Z test_ref_duplicate_values_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3526257Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3526391Z test_ref_duplicate_values_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3526543Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3526677Z test_ref_duplicate_values_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3526811Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3526947Z test_ref_duplicate_values_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3527094Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3527229Z test_ref_duplicate_values_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3527378Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3527512Z test_ref_duplicate_values_amax_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3527658Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3527864Z test_ref_duplicate_values_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3528002Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:22:32.3528143Z test_ref_duplicate_values_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3528292Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:22:32.3528430Z test_ref_duplicate_values_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3528576Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:22:32.3528712Z test_ref_duplicate_values_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3528860Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3528997Z test_ref_duplicate_values_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3529134Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3529270Z test_ref_duplicate_values_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3529452Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3529590Z test_ref_duplicate_values_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3529739Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3529876Z test_ref_duplicate_values_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3530023Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3530158Z test_ref_duplicate_values_amin_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3530292Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3530430Z test_ref_duplicate_values_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3530581Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:22:32.3530720Z test_ref_duplicate_values_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3530869Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:22:32.3531003Z test_ref_duplicate_values_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3531148Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:22:32.3531284Z test_ref_duplicate_values_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3531433Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3531555Z test_ref_duplicate_values_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3531701Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3531833Z test_ref_duplicate_values_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3531979Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3532116Z test_ref_duplicate_values_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3532264Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3532399Z test_ref_duplicate_values_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3532545Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3532696Z test_ref_duplicate_values_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3532843Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3532985Z test_ref_duplicate_values_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3533132Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3533300Z test_ref_duplicate_values_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3533449Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3533590Z test_ref_duplicate_values_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3533734Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3533860Z test_ref_duplicate_values_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3534007Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3534142Z test_ref_duplicate_values_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3534290Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3534424Z test_ref_duplicate_values_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3534570Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3534706Z test_ref_duplicate_values_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3534881Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3535005Z test_ref_duplicate_values_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3535153Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3535286Z test_ref_duplicate_values_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3535433Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3535567Z test_ref_duplicate_values_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3535713Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3535854Z test_ref_duplicate_values_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3536004Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3536132Z test_ref_duplicate_values_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3536282Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3536421Z test_ref_duplicate_values_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3536571Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3536707Z test_ref_duplicate_values_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3536854Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3536989Z test_ref_duplicate_values_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3537136Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3537261Z test_ref_duplicate_values_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3537411Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3537549Z test_ref_duplicate_values_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3537699Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3537916Z test_ref_duplicate_values_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3538065Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3538206Z test_ref_duplicate_values_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3538354Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3538482Z test_ref_duplicate_values_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3538629Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3538805Z test_ref_duplicate_values_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3538958Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3539093Z test_ref_duplicate_values_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3539239Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3539377Z test_ref_duplicate_values_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3539527Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3539661Z test_ref_duplicate_values_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3539796Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3539933Z test_ref_duplicate_values_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3540085Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3540224Z test_ref_duplicate_values_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3540405Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3540556Z test_ref_duplicate_values_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3540704Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3540853Z test_ref_duplicate_values_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3540987Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3541140Z test_ref_duplicate_values_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3541285Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3541436Z test_ref_duplicate_values_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3541583Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3541733Z test_ref_duplicate_values_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3541880Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3542024Z test_ref_duplicate_values_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3542157Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3542303Z test_ref_duplicate_values_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3542453Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3542600Z test_ref_duplicate_values_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3542750Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3542894Z test_ref_duplicate_values_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3543041Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3543187Z test_ref_duplicate_values_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3543321Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3543465Z test_ref_duplicate_values_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3543613Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3543756Z test_ref_duplicate_values_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3543902Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:22:32.3544047Z test_ref_duplicate_values_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3544262Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:22:32.3544408Z test_ref_duplicate_values_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3544554Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:22:32.3544687Z test_ref_duplicate_values_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3544832Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3544976Z test_ref_duplicate_values_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3545125Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3545268Z test_ref_duplicate_values_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3545415Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3545561Z test_ref_duplicate_values_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3545750Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3545883Z test_ref_duplicate_values_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3546033Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3546177Z test_ref_duplicate_values_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3546329Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:22:32.3546475Z test_ref_duplicate_values_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3546622Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:22:32.3546768Z test_ref_duplicate_values_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3546916Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:22:32.3547049Z test_ref_duplicate_values_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3547198Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3547341Z test_ref_duplicate_values_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3547489Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3547631Z test_ref_duplicate_values_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3547779Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3547920Z test_ref_duplicate_values_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3548067Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3548201Z test_ref_duplicate_values_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3548353Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3548502Z test_ref_duplicate_values_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3548654Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:22:32.3548801Z test_ref_duplicate_values_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3548946Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:22:32.3549091Z test_ref_duplicate_values_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3549235Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:22:32.3549382Z test_ref_duplicate_values_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3549552Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3549700Z test_ref_duplicate_values_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3549847Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3549992Z test_ref_duplicate_values_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3550137Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3550282Z test_ref_duplicate_values_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3550430Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3550574Z test_ref_duplicate_values_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3550711Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3550862Z test_ref_duplicate_values_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3551009Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:22:32.3551184Z test_ref_duplicate_values_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3551332Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:22:32.3551477Z test_ref_duplicate_values_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3551623Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:22:32.3551769Z test_ref_duplicate_values_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3551908Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3552052Z test_ref_duplicate_values_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3552205Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3552354Z test_ref_duplicate_values_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3552502Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3552648Z test_ref_duplicate_values_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3552797Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3552941Z test_ref_duplicate_values_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3553077Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3553222Z test_ref_duplicate_values_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3553370Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3553527Z test_ref_duplicate_values_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3553673Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:22:32.3553829Z test_ref_duplicate_values_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3553978Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:22:32.3554124Z test_ref_duplicate_values_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3554270Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:22:32.3554405Z test_ref_duplicate_values_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3554552Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:22:32.3554695Z test_ref_duplicate_values_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3554843Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3555016Z test_ref_duplicate_values_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3555170Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3555313Z test_ref_duplicate_values_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3555459Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3555592Z test_ref_duplicate_values_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3555739Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3555881Z test_ref_duplicate_values_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3556027Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3556171Z test_ref_duplicate_values_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3556322Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3556498Z test_ref_duplicate_values_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3556645Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:22:32.3556782Z test_ref_duplicate_values_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3556929Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:22:32.3557072Z test_ref_duplicate_values_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3557220Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:22:32.3557366Z test_ref_duplicate_values_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3557512Z Compares op against reference for input tensors with duplicate values ... ok (0.018s) 2022-12-01T11:22:32.3557658Z test_ref_duplicate_values_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3557807Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:22:32.3557937Z test_ref_duplicate_values_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3558086Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3558226Z test_ref_duplicate_values_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3558374Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3558513Z test_ref_duplicate_values_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3558661Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3558803Z test_ref_duplicate_values_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3558952Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3559085Z test_ref_duplicate_values_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3559233Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3559375Z test_ref_duplicate_values_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3559524Z Compares op against reference for input tensors with duplicate values ... ok (0.005s) 2022-12-01T11:22:32.3559666Z test_ref_duplicate_values_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3559813Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:22:32.3559951Z test_ref_duplicate_values_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3560096Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:22:32.3560266Z test_ref_duplicate_values_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3560402Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:22:32.3560540Z test_ref_duplicate_values_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3560688Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:22:32.3560830Z test_ref_duplicate_values_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3560979Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:22:32.3561122Z test_ref_duplicate_values_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3561270Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:22:32.3561412Z test_ref_duplicate_values_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3561547Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:22:32.3561687Z test_ref_duplicate_values_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3561865Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3562007Z test_ref_duplicate_values_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3562152Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:22:32.3562299Z test_ref_duplicate_values_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3562446Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:22:32.3562585Z test_ref_duplicate_values_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3562720Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:22:32.3562855Z test_ref_duplicate_values_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3563004Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3563144Z test_ref_duplicate_values_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3563294Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3563429Z test_ref_duplicate_values_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3563576Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3563716Z test_ref_duplicate_values_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3564006Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3564145Z test_ref_duplicate_values_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3564294Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3564437Z test_ref_duplicate_values_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3564585Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3564732Z test_ref_duplicate_values_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3564881Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:22:32.3565023Z test_ref_duplicate_values_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3565179Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T11:22:32.3565321Z test_ref_duplicate_values_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3565469Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:22:32.3565608Z test_ref_duplicate_values_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3565754Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3565947Z test_ref_duplicate_values_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3566099Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3566237Z test_ref_duplicate_values_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3566373Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3566510Z test_ref_duplicate_values_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3566659Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3566797Z test_ref_duplicate_values_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3566945Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3567082Z test_ref_duplicate_values_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3567252Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T11:22:32.3567429Z test_ref_duplicate_values_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3567596Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T11:22:32.3567726Z test_ref_duplicate_values_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3567892Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T11:22:32.3568030Z test_ref_duplicate_values_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3568193Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T11:22:32.3568328Z test_ref_duplicate_values_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3568489Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T11:22:32.3568625Z test_ref_duplicate_values_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3568785Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T11:22:32.3568909Z test_ref_duplicate_values_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3569058Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3569196Z test_ref_duplicate_values_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3569345Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:22:32.3569485Z test_ref_duplicate_values_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3569632Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:22:32.3569767Z test_ref_duplicate_values_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3569934Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T11:22:32.3570058Z test_ref_duplicate_values_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3570209Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:22:32.3570343Z test_ref_duplicate_values_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3570492Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-12-01T11:22:32.3570626Z test_ref_duplicate_values_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3570774Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3570908Z test_ref_duplicate_values_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3571056Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3571178Z test_ref_duplicate_values_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3571362Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3571497Z test_ref_duplicate_values_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3571643Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3571776Z test_ref_duplicate_values_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3571922Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-12-01T11:22:32.3572063Z test_ref_duplicate_values_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3572230Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T11:22:32.3572359Z test_ref_duplicate_values_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3572522Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T11:22:32.3572663Z test_ref_duplicate_values_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3572859Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T11:22:32.3572994Z test_ref_duplicate_values_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3573153Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T11:22:32.3573288Z test_ref_duplicate_values_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3573452Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T11:22:32.3573590Z test_ref_extremal_values_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3573728Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-12-01T11:22:32.3573862Z test_ref_extremal_values_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3574016Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-12-01T11:22:32.3574153Z test_ref_extremal_values_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3574300Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-12-01T11:22:32.3574435Z test_ref_extremal_values_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3574584Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-12-01T11:22:32.3574719Z test_ref_extremal_values_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3574856Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-12-01T11:22:32.3574990Z test_ref_extremal_values_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3575137Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-12-01T11:22:32.3575278Z test_ref_extremal_values_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3575424Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-12-01T11:22:32.3575564Z test_ref_extremal_values_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3575709Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-12-01T11:22:32.3575859Z test_ref_extremal_values_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3575994Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-12-01T11:22:32.3576141Z test_ref_extremal_values_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3576287Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-12-01T11:22:32.3576432Z test_ref_extremal_values_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3576580Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-12-01T11:22:32.3576755Z test_ref_extremal_values_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3576904Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-12-01T11:22:32.3577049Z test_ref_extremal_values_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3577184Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-12-01T11:22:32.3577329Z test_ref_extremal_values_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3577475Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-12-01T11:22:32.3577623Z test_ref_extremal_values_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3577844Z Compares op against reference for input tensors with extremal values ... ok (0.004s) 2022-12-01T11:22:32.3577993Z test_ref_extremal_values_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3578144Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-12-01T11:22:32.3578324Z test_ref_extremal_values_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3578460Z Compares op against reference for input tensors with extremal values ... ok (0.004s) 2022-12-01T11:22:32.3578604Z test_ref_extremal_values_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3578751Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-12-01T11:22:32.3578891Z test_ref_extremal_values_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3579380Z Compares op against reference for input tensors with extremal values ... /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:161: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T11:22:32.3579476Z ret = ret.dtype.type(ret / rcount) 2022-12-01T11:22:32.3579546Z ok (0.004s) 2022-12-01T11:22:32.3579684Z test_ref_extremal_values_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3579820Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-12-01T11:22:32.3579960Z test_ref_extremal_values_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3580108Z Compares op against reference for input tensors with extremal values ... ok (0.004s) 2022-12-01T11:22:32.3580249Z test_ref_extremal_values_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3580394Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-12-01T11:22:32.3580536Z test_ref_extremal_values_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3580687Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-12-01T11:22:32.3580825Z test_ref_extremal_values_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3580959Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-12-01T11:22:32.3581099Z test_ref_extremal_values_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3581512Z Compares op against reference for input tensors with extremal values ... /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:186: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T11:22:32.3581697Z arrmean, rcount, out=arrmean, casting='unsafe', subok=False) 2022-12-01T11:22:32.3581982Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:193: RuntimeWarning: invalid value encountered in subtract 2022-12-01T11:22:32.3582105Z x = asanyarray(arr - arrmean) 2022-12-01T11:22:32.3582170Z ok (0.008s) 2022-12-01T11:22:32.3582307Z test_ref_extremal_values_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3582453Z Compares op against reference for input tensors with extremal values ... ok (0.005s) 2022-12-01T11:22:32.3582580Z test_ref_extremal_values_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3582770Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-12-01T11:22:32.3582910Z test_ref_extremal_values_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3583059Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-12-01T11:22:32.3583196Z test_ref_extremal_values_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3583344Z Compares op against reference for input tensors with extremal values ... ok (0.007s) 2022-12-01T11:22:32.3583478Z test_ref_extremal_values_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3583624Z Compares op against reference for input tensors with extremal values ... ok (0.005s) 2022-12-01T11:22:32.3583745Z test_ref_large_input_1D_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3583904Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.129s) 2022-12-01T11:22:32.3584042Z test_ref_large_input_1D_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3584198Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.093s) 2022-12-01T11:22:32.3584373Z test_ref_large_input_1D_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3584531Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.091s) 2022-12-01T11:22:32.3584661Z test_ref_large_input_1D_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3584816Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.115s) 2022-12-01T11:22:32.3584941Z test_ref_large_input_1D_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3585094Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.105s) 2022-12-01T11:22:32.3585230Z test_ref_large_input_1D_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3585384Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.097s) 2022-12-01T11:22:32.3585528Z test_ref_large_input_1D_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3585687Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.089s) 2022-12-01T11:22:32.3585828Z test_ref_large_input_1D_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3585979Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.149s) 2022-12-01T11:22:32.3586107Z test_ref_large_input_1D_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3586259Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.087s) 2022-12-01T11:22:32.3586403Z test_ref_large_input_1D_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3586560Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.093s) 2022-12-01T11:22:32.3586705Z test_ref_large_input_1D_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3586864Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.094s) 2022-12-01T11:22:32.3587006Z test_ref_large_input_1D_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3587159Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.090s) 2022-12-01T11:22:32.3587288Z test_ref_large_input_1D_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3587437Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.086s) 2022-12-01T11:22:32.3587571Z test_ref_large_input_1D_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3587727Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.086s) 2022-12-01T11:22:32.3587866Z test_ref_large_input_1D_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3588051Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.109s) 2022-12-01T11:22:32.3588186Z test_ref_large_input_1D_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3588342Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.091s) 2022-12-01T11:22:32.3588478Z test_ref_large_input_1D_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3588618Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.089s) 2022-12-01T11:22:32.3588749Z test_ref_large_input_1D_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3588902Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.098s) 2022-12-01T11:22:32.3589034Z test_ref_large_input_1D_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3589188Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.092s) 2022-12-01T11:22:32.3589323Z test_ref_large_input_1D_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3589474Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.136s) 2022-12-01T11:22:32.3589637Z test_ref_large_input_2D_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3589787Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.175s) 2022-12-01T11:22:32.3589921Z test_ref_large_input_2D_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3590079Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.170s) 2022-12-01T11:22:32.3590215Z test_ref_large_input_2D_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3590372Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.170s) 2022-12-01T11:22:32.3590504Z test_ref_large_input_2D_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3590659Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.172s) 2022-12-01T11:22:32.3590796Z test_ref_large_input_2D_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3590943Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.170s) 2022-12-01T11:22:32.3591079Z test_ref_large_input_2D_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3591235Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.243s) 2022-12-01T11:22:32.3591381Z test_ref_large_input_2D_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3591533Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.194s) 2022-12-01T11:22:32.3591675Z test_ref_large_input_2D_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3591834Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.171s) 2022-12-01T11:22:32.3591975Z test_ref_large_input_2D_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3592122Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.169s) 2022-12-01T11:22:32.3592270Z test_ref_large_input_2D_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3592423Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.175s) 2022-12-01T11:22:32.3592569Z test_ref_large_input_2D_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3592729Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.173s) 2022-12-01T11:22:32.3592871Z test_ref_large_input_2D_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3593026Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.243s) 2022-12-01T11:22:32.3593167Z test_ref_large_input_2D_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3593352Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.173s) 2022-12-01T11:22:32.3593475Z test_ref_large_input_2D_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3593632Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.169s) 2022-12-01T11:22:32.3593769Z test_ref_large_input_2D_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3593923Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.214s) 2022-12-01T11:22:32.3594058Z test_ref_large_input_2D_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3594212Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.182s) 2022-12-01T11:22:32.3594347Z test_ref_large_input_2D_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3594502Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.170s) 2022-12-01T11:22:32.3594626Z test_ref_large_input_2D_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3594778Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.272s) 2022-12-01T11:22:32.3594936Z test_ref_large_input_2D_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3595094Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.168s) 2022-12-01T11:22:32.3595225Z test_ref_large_input_2D_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3595381Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.213s) 2022-12-01T11:22:32.3595528Z test_ref_large_input_64bit_indexing_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3595733Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cpu memory (0.087s) 2022-12-01T11:22:32.3595884Z test_ref_large_input_64bit_indexing_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3596078Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cpu memory (0.084s) 2022-12-01T11:22:32.3596226Z test_ref_large_input_64bit_indexing_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3596420Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cpu memory (0.083s) 2022-12-01T11:22:32.3596566Z test_ref_large_input_64bit_indexing_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3596765Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cpu memory (0.084s) 2022-12-01T11:22:32.3596970Z test_ref_large_input_64bit_indexing_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3597169Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cpu memory (0.085s) 2022-12-01T11:22:32.3597321Z test_ref_large_input_64bit_indexing_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3597520Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cpu memory (0.086s) 2022-12-01T11:22:32.3597668Z test_ref_large_input_64bit_indexing_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3597865Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cpu memory (0.086s) 2022-12-01T11:22:32.3598021Z test_ref_large_input_64bit_indexing_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3598221Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cpu memory (0.087s) 2022-12-01T11:22:32.3598380Z test_ref_large_input_64bit_indexing_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3598574Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cpu memory (0.086s) 2022-12-01T11:22:32.3598766Z test_ref_large_input_64bit_indexing_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3598968Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cpu memory (0.083s) 2022-12-01T11:22:32.3599127Z test_ref_large_input_64bit_indexing_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3599312Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cpu memory (0.083s) 2022-12-01T11:22:32.3599467Z test_ref_large_input_64bit_indexing_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3599663Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cpu memory (0.081s) 2022-12-01T11:22:32.3599817Z test_ref_large_input_64bit_indexing_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3600013Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cpu memory (0.081s) 2022-12-01T11:22:32.3600190Z test_ref_large_input_64bit_indexing_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3600387Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cpu memory (0.081s) 2022-12-01T11:22:32.3600538Z test_ref_large_input_64bit_indexing_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3600731Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cpu memory (0.084s) 2022-12-01T11:22:32.3600869Z test_ref_large_input_64bit_indexing_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3601058Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cpu memory (0.083s) 2022-12-01T11:22:32.3601207Z test_ref_large_input_64bit_indexing_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3601403Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cpu memory (0.081s) 2022-12-01T11:22:32.3601550Z test_ref_large_input_64bit_indexing_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3601750Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cpu memory (0.082s) 2022-12-01T11:22:32.3601893Z test_ref_large_input_64bit_indexing_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3602090Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cpu memory (0.082s) 2022-12-01T11:22:32.3602234Z test_ref_large_input_64bit_indexing_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3602420Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... skip: Insufficient cpu memory (0.083s) 2022-12-01T11:22:32.3602551Z test_ref_scalar_input_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3602688Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:22:32.3602828Z test_ref_scalar_input_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3602962Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:22:32.3603098Z test_ref_scalar_input_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3603227Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:22:32.3603359Z test_ref_scalar_input_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3603479Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:22:32.3603611Z test_ref_scalar_input_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3603742Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:22:32.3604099Z test_ref_scalar_input_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3604265Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3604399Z test_ref_scalar_input_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3604531Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3604660Z test_ref_scalar_input_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3604778Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3604907Z test_ref_scalar_input_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3605041Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3605172Z test_ref_scalar_input_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3605302Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3605432Z test_ref_scalar_input_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3605567Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3605755Z test_ref_scalar_input_amax_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3605876Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3606009Z test_ref_scalar_input_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3606140Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3606277Z test_ref_scalar_input_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3606409Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3606543Z test_ref_scalar_input_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3606673Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3606806Z test_ref_scalar_input_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3606928Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3607060Z test_ref_scalar_input_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3607193Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3607324Z test_ref_scalar_input_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3607455Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3607583Z test_ref_scalar_input_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3607713Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3607842Z test_ref_scalar_input_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3607961Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3608089Z test_ref_scalar_input_amin_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3608221Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3608354Z test_ref_scalar_input_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3608487Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3608619Z test_ref_scalar_input_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3608748Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3608868Z test_ref_scalar_input_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3608998Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3609132Z test_ref_scalar_input_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3609265Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3609394Z test_ref_scalar_input_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3609566Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3609695Z test_ref_scalar_input_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3609828Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3609944Z test_ref_scalar_input_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3610107Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3610237Z test_ref_scalar_input_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3610371Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3610501Z test_ref_scalar_input_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3610630Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3610768Z test_ref_scalar_input_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3610897Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:22:32.3611020Z test_ref_scalar_input_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3611178Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:22:32.3611313Z test_ref_scalar_input_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3611442Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3611574Z test_ref_scalar_input_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3611708Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3611841Z test_ref_scalar_input_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3611970Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3612087Z test_ref_scalar_input_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3612216Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3612345Z test_ref_scalar_input_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3612476Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3612604Z test_ref_scalar_input_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3612735Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3612869Z test_ref_scalar_input_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3612998Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3613113Z test_ref_scalar_input_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3613241Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3613380Z test_ref_scalar_input_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3613508Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:22:32.3613643Z test_ref_scalar_input_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3613775Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3613913Z test_ref_scalar_input_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3614033Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3614166Z test_ref_scalar_input_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3614294Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3614429Z test_ref_scalar_input_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3614557Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3614688Z test_ref_scalar_input_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3614816Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3614949Z test_ref_scalar_input_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3615097Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3615232Z test_ref_scalar_input_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3615361Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3615534Z test_ref_scalar_input_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3615663Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3615796Z test_ref_scalar_input_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3615926Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3616058Z test_ref_scalar_input_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3616176Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3616307Z test_ref_scalar_input_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3616439Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3616569Z test_ref_scalar_input_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3616727Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3616860Z test_ref_scalar_input_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3616989Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3617121Z test_ref_scalar_input_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3617238Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3617371Z test_ref_scalar_input_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3617500Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3617640Z test_ref_scalar_input_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3617874Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3618023Z test_ref_scalar_input_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3618154Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:22:32.3618303Z test_ref_scalar_input_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3618419Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:22:32.3618561Z test_ref_scalar_input_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3618694Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3618839Z test_ref_scalar_input_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3618970Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3619111Z test_ref_scalar_input_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3619242Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3619385Z test_ref_scalar_input_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3619508Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3619649Z test_ref_scalar_input_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3619782Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3619923Z test_ref_scalar_input_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3620052Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3620192Z test_ref_scalar_input_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3620324Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3620463Z test_ref_scalar_input_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3620618Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3620757Z test_ref_scalar_input_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3620889Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:22:32.3621030Z test_ref_scalar_input_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3621164Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:22:32.3621304Z test_ref_scalar_input_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3621434Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:22:32.3621572Z test_ref_scalar_input_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3621688Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3621826Z test_ref_scalar_input_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3621959Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3622098Z test_ref_scalar_input_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3622272Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3622408Z test_ref_scalar_input_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3622539Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3622678Z test_ref_scalar_input_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3622796Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3622936Z test_ref_scalar_input_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3623065Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:22:32.3623204Z test_ref_scalar_input_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3623336Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:22:32.3623477Z test_ref_scalar_input_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3623610Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3623734Z test_ref_scalar_input_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3623864Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3624000Z test_ref_scalar_input_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3624132Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3624269Z test_ref_scalar_input_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3624401Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3624537Z test_ref_scalar_input_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3624669Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3624793Z test_ref_scalar_input_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3624926Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3625070Z test_ref_scalar_input_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3625203Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:22:32.3625345Z test_ref_scalar_input_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3625473Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:22:32.3625612Z test_ref_scalar_input_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3625739Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:22:32.3625869Z test_ref_scalar_input_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3626029Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3626168Z test_ref_scalar_input_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3626303Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3626444Z test_ref_scalar_input_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3626574Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3626712Z test_ref_scalar_input_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3626843Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3626972Z test_ref_scalar_input_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3627103Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3627245Z test_ref_scalar_input_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3627376Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:22:32.3627577Z test_ref_scalar_input_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3627708Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:22:32.3627853Z test_ref_scalar_input_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3627982Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:22:32.3628112Z test_ref_scalar_input_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3628243Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3628385Z test_ref_scalar_input_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3628517Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3628657Z test_ref_scalar_input_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3628790Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3628930Z test_ref_scalar_input_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3629062Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3629191Z test_ref_scalar_input_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3629322Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3629461Z test_ref_scalar_input_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3629590Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3629739Z test_ref_scalar_input_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3629869Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:22:32.3630015Z test_ref_scalar_input_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3630150Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:22:32.3630282Z test_ref_scalar_input_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3630410Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3630550Z test_ref_scalar_input_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3630681Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3630817Z test_ref_scalar_input_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3630948Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:22:32.3631085Z test_ref_scalar_input_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3631215Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3631341Z test_ref_scalar_input_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3631502Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3631641Z test_ref_scalar_input_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3631771Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3631908Z test_ref_scalar_input_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3632040Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3632177Z test_ref_scalar_input_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3632306Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3632439Z test_ref_scalar_input_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3632570Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:22:32.3632713Z test_ref_scalar_input_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3632844Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:22:32.3633012Z test_ref_scalar_input_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3633143Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:22:32.3633282Z test_ref_scalar_input_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3633413Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:22:32.3633541Z test_ref_scalar_input_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3633671Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:22:32.3633804Z test_ref_scalar_input_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3633936Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3634073Z test_ref_scalar_input_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3634204Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3634342Z test_ref_scalar_input_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3634471Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3634596Z test_ref_scalar_input_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3634724Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3634859Z test_ref_scalar_input_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3634990Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3635127Z test_ref_scalar_input_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3635257Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:22:32.3635393Z test_ref_scalar_input_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3635525Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:22:32.3635646Z test_ref_scalar_input_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3635776Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:22:32.3635908Z test_ref_scalar_input_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3636038Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:22:32.3636171Z test_ref_scalar_input_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3636302Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3636439Z test_ref_scalar_input_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3636557Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:22:32.3636693Z test_ref_scalar_input_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3636850Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:22:32.3636987Z test_ref_scalar_input_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3637118Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:22:32.3637252Z test_ref_scalar_input_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3637382Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3637516Z test_ref_scalar_input_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3637634Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3637792Z test_ref_scalar_input_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3637991Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3638175Z test_ref_scalar_input_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3638378Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3638527Z test_ref_scalar_input_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3638764Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3639028Z test_ref_scalar_input_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3639266Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3639502Z test_ref_scalar_input_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3639649Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3639782Z test_ref_scalar_input_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3639912Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3640047Z test_ref_scalar_input_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3640178Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3640311Z test_ref_scalar_input_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3640432Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3640571Z test_ref_scalar_input_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3640700Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:22:32.3640840Z test_ref_scalar_input_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3640969Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:22:32.3641101Z test_ref_scalar_input_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3641230Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3641360Z test_ref_scalar_input_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3641479Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3641615Z test_ref_scalar_input_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3641745Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3641880Z test_ref_scalar_input_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3642009Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3642138Z test_ref_scalar_input_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3642267Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3642396Z test_ref_scalar_input_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3642514Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3642646Z test_ref_scalar_input_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3642776Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3642949Z test_ref_scalar_input_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3643406Z Compares op against reference for scalar input tensors ... /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:217: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-12-01T11:22:32.3643486Z keepdims=keepdims) 2022-12-01T11:22:32.3643785Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:209: RuntimeWarning: invalid value encountered in double_scalars 2022-12-01T11:22:32.3644041Z ret = ret.dtype.type(ret / rcount) 2022-12-01T11:22:32.3644095Z ok (0.003s) 2022-12-01T11:22:32.3644234Z test_ref_scalar_input_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3644624Z Compares op against reference for scalar input tensors ... /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:209: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T11:22:32.3644717Z ret = ret.dtype.type(ret / rcount) 2022-12-01T11:22:32.3644782Z ok (0.003s) 2022-12-01T11:22:32.3644922Z test_ref_scalar_input_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3645056Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:22:32.3645233Z test_ref_scalar_input_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3645369Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:22:32.3645502Z test_ref_scalar_input_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3645635Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:22:32.3645763Z test_ref_scalar_input_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3645895Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3646032Z test_ref_scalar_input_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3646165Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:22:32.3646289Z test_ref_scalar_input_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3646420Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:22:32.3646554Z test_ref_scalar_input_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3646687Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3646818Z test_ref_scalar_input_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3646950Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3647083Z test_ref_scalar_input_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3647214Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3647331Z test_ref_scalar_input_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3647462Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3647592Z test_ref_scalar_input_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3647728Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3647855Z test_ref_scalar_input_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3647987Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3648117Z test_ref_scalar_input_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3648247Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3648362Z test_ref_scalar_input_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3648490Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T11:22:32.3648627Z test_ref_scalar_input_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3649006Z Compares op against reference for scalar input tensors ... /opt/conda/lib/python3.7/site-packages/numpy/core/fromnumeric.py:3584: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-12-01T11:22:32.3649115Z **kwargs) 2022-12-01T11:22:32.3649178Z ok (0.002s) 2022-12-01T11:22:32.3649315Z test_ref_scalar_input_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3649447Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:22:32.3649569Z test_ref_scalar_input_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3649701Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:22:32.3649833Z test_ref_scalar_input_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3649962Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:22:32.3650090Z test_ref_scalar_input_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3650221Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-12-01T11:22:32.3650348Z test_ref_small_input_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3650469Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:22:32.3650600Z test_ref_small_input_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3650762Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3650896Z test_ref_small_input_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3651026Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3651158Z test_ref_small_input_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3651286Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:22:32.3651413Z test_ref_small_input_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3651528Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:22:32.3651655Z test_ref_small_input_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3651781Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:22:32.3651910Z test_ref_small_input_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3652042Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:22:32.3652169Z test_ref_small_input_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3652300Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:22:32.3652425Z test_ref_small_input_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3652542Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:22:32.3652671Z test_ref_small_input_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3652802Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:22:32.3652926Z test_ref_small_input_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3653056Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:22:32.3653183Z test_ref_small_input_amax_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3653314Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3653447Z test_ref_small_input_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3653562Z Compares op against reference for small input tensors ... ok (0.006s) 2022-12-01T11:22:32.3653695Z test_ref_small_input_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3653828Z Compares op against reference for small input tensors ... ok (0.006s) 2022-12-01T11:22:32.3653956Z test_ref_small_input_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3654087Z Compares op against reference for small input tensors ... ok (0.005s) 2022-12-01T11:22:32.3654221Z test_ref_small_input_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3654352Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3654480Z test_ref_small_input_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3654631Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3654758Z test_ref_small_input_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3654887Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:22:32.3655011Z test_ref_small_input_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3655142Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3655269Z test_ref_small_input_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3655397Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3655511Z test_ref_small_input_amin_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3655640Z Compares op against reference for small input tensors ... ok (0.006s) 2022-12-01T11:22:32.3655769Z test_ref_small_input_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3655896Z Compares op against reference for small input tensors ... ok (0.006s) 2022-12-01T11:22:32.3656026Z test_ref_small_input_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3656180Z Compares op against reference for small input tensors ... ok (0.006s) 2022-12-01T11:22:32.3656310Z test_ref_small_input_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3656438Z Compares op against reference for small input tensors ... ok (0.005s) 2022-12-01T11:22:32.3656553Z test_ref_small_input_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3656680Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3656805Z test_ref_small_input_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3656936Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3657062Z test_ref_small_input_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3657186Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3657314Z test_ref_small_input_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3657444Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3657560Z test_ref_small_input_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3657687Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3657880Z test_ref_small_input_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3658014Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:22:32.3658150Z test_ref_small_input_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3658280Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3658410Z test_ref_small_input_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3658538Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3658656Z test_ref_small_input_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3658786Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:22:32.3658918Z test_ref_small_input_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3659045Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:22:32.3659176Z test_ref_small_input_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3659304Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:22:32.3659430Z test_ref_small_input_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3659563Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:22:32.3659676Z test_ref_small_input_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3659807Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:22:32.3659932Z test_ref_small_input_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3660097Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:22:32.3660222Z test_ref_small_input_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3660354Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:22:32.3660479Z test_ref_small_input_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3660597Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:22:32.3660733Z test_ref_small_input_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3660863Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:22:32.3661000Z test_ref_small_input_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3661130Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:22:32.3661262Z test_ref_small_input_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3661392Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:22:32.3661523Z test_ref_small_input_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3661689Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:22:32.3661823Z test_ref_small_input_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3661951Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:22:32.3662084Z test_ref_small_input_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3662213Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:22:32.3662343Z test_ref_small_input_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3662470Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:22:32.3662601Z test_ref_small_input_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3662718Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:22:32.3662853Z test_ref_small_input_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3662982Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:22:32.3663115Z test_ref_small_input_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3663243Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:22:32.3663375Z test_ref_small_input_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3663503Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:22:32.3663634Z test_ref_small_input_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3663751Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:22:32.3663879Z test_ref_small_input_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3664008Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:22:32.3664141Z test_ref_small_input_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3664267Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:22:32.3664399Z test_ref_small_input_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3664527Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:22:32.3664655Z test_ref_small_input_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3664772Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:22:32.3664917Z test_ref_small_input_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3665046Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3665195Z test_ref_small_input_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3665325Z Compares op against reference for small input tensors ... ok (0.005s) 2022-12-01T11:22:32.3665504Z test_ref_small_input_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3665632Z Compares op against reference for small input tensors ... ok (0.005s) 2022-12-01T11:22:32.3665773Z test_ref_small_input_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3665889Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3666029Z test_ref_small_input_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3666157Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3666297Z test_ref_small_input_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3666425Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3666564Z test_ref_small_input_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3666694Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3666832Z test_ref_small_input_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3666950Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3667114Z test_ref_small_input_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3667244Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3667381Z test_ref_small_input_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3667508Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3667646Z test_ref_small_input_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3667774Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3667900Z test_ref_small_input_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3668029Z Compares op against reference for small input tensors ... ok (0.006s) 2022-12-01T11:22:32.3668168Z test_ref_small_input_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3668297Z Compares op against reference for small input tensors ... ok (0.006s) 2022-12-01T11:22:32.3668436Z test_ref_small_input_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3668565Z Compares op against reference for small input tensors ... ok (0.006s) 2022-12-01T11:22:32.3668700Z test_ref_small_input_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3668829Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3668952Z test_ref_small_input_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3669080Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3669214Z test_ref_small_input_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3669345Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3669482Z test_ref_small_input_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3669613Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3669755Z test_ref_small_input_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3669883Z Compares op against reference for small input tensors ... ok (0.005s) 2022-12-01T11:22:32.3670010Z test_ref_small_input_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3670138Z Compares op against reference for small input tensors ... ok (0.006s) 2022-12-01T11:22:32.3670276Z test_ref_small_input_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3670407Z Compares op against reference for small input tensors ... ok (0.006s) 2022-12-01T11:22:32.3670546Z test_ref_small_input_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3670677Z Compares op against reference for small input tensors ... ok (0.006s) 2022-12-01T11:22:32.3670812Z test_ref_small_input_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3670978Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3671103Z test_ref_small_input_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3671231Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3671364Z test_ref_small_input_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3671494Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3671629Z test_ref_small_input_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3671757Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3671892Z test_ref_small_input_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3672023Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3672152Z test_ref_small_input_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3672282Z Compares op against reference for small input tensors ... ok (0.005s) 2022-12-01T11:22:32.3672451Z test_ref_small_input_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3672580Z Compares op against reference for small input tensors ... ok (0.005s) 2022-12-01T11:22:32.3672723Z test_ref_small_input_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3672851Z Compares op against reference for small input tensors ... ok (0.005s) 2022-12-01T11:22:32.3672989Z test_ref_small_input_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3673118Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:22:32.3673243Z test_ref_small_input_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3673371Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:22:32.3673508Z test_ref_small_input_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3673638Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:22:32.3673777Z test_ref_small_input_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3673905Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:22:32.3674042Z test_ref_small_input_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3674170Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3674300Z test_ref_small_input_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3674427Z Compares op against reference for small input tensors ... ok (0.005s) 2022-12-01T11:22:32.3674570Z test_ref_small_input_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3674698Z Compares op against reference for small input tensors ... ok (0.005s) 2022-12-01T11:22:32.3674838Z test_ref_small_input_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3674968Z Compares op against reference for small input tensors ... ok (0.005s) 2022-12-01T11:22:32.3675105Z test_ref_small_input_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3675236Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:22:32.3675361Z test_ref_small_input_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3675488Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:22:32.3675625Z test_ref_small_input_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3675754Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:22:32.3675892Z test_ref_small_input_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3676021Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3676159Z test_ref_small_input_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3676322Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:22:32.3676448Z test_ref_small_input_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3676577Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3676722Z test_ref_small_input_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3676850Z Compares op against reference for small input tensors ... ok (0.007s) 2022-12-01T11:22:32.3676993Z test_ref_small_input_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3677119Z Compares op against reference for small input tensors ... ok (0.007s) 2022-12-01T11:22:32.3677257Z test_ref_small_input_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3677386Z Compares op against reference for small input tensors ... ok (0.006s) 2022-12-01T11:22:32.3677511Z test_ref_small_input_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3677640Z Compares op against reference for small input tensors ... ok (0.006s) 2022-12-01T11:22:32.3677805Z test_ref_small_input_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3677968Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T11:22:32.3678105Z test_ref_small_input_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3678248Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T11:22:32.3678383Z test_ref_small_input_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3678511Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3678634Z test_ref_small_input_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3678779Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T11:22:32.3678913Z test_ref_small_input_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3679045Z Compares op against reference for small input tensors ... ok (0.008s) 2022-12-01T11:22:32.3679183Z test_ref_small_input_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3679315Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3679456Z test_ref_small_input_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3679580Z Compares op against reference for small input tensors ... ok (0.007s) 2022-12-01T11:22:32.3679726Z test_ref_small_input_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3679857Z Compares op against reference for small input tensors ... ok (0.007s) 2022-12-01T11:22:32.3679995Z test_ref_small_input_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3680111Z Compares op against reference for small input tensors ... ok (0.006s) 2022-12-01T11:22:32.3680248Z test_ref_small_input_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3680383Z Compares op against reference for small input tensors ... ok (0.006s) 2022-12-01T11:22:32.3680522Z test_ref_small_input_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3680653Z Compares op against reference for small input tensors ... ok (0.006s) 2022-12-01T11:22:32.3680788Z test_ref_small_input_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3680916Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3681051Z test_ref_small_input_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3681168Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3681299Z test_ref_small_input_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3681430Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3681567Z test_ref_small_input_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3681728Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3681865Z test_ref_small_input_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3681992Z Compares op against reference for small input tensors ... ok (0.008s) 2022-12-01T11:22:32.3682127Z test_ref_small_input_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3682245Z Compares op against reference for small input tensors ... ok (0.007s) 2022-12-01T11:22:32.3682381Z test_ref_small_input_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3682510Z Compares op against reference for small input tensors ... ok (0.007s) 2022-12-01T11:22:32.3682642Z test_ref_small_input_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3682791Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T11:22:32.3682922Z test_ref_small_input_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3683053Z Compares op against reference for small input tensors ... ok (0.006s) 2022-12-01T11:22:32.3683183Z test_ref_small_input_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3683328Z Compares op against reference for small input tensors ... ok (0.006s) 2022-12-01T11:22:32.3683464Z test_ref_small_input_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3683610Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T11:22:32.3683745Z test_ref_small_input_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3684033Z Compares op against reference for small input tensors ... ok (0.007s) 2022-12-01T11:22:32.3684226Z test_ref_small_input_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3684359Z Compares op against reference for small input tensors ... ok (0.007s) 2022-12-01T11:22:32.3684492Z test_ref_small_input_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3684610Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3684745Z test_ref_small_input_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3684895Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T11:22:32.3685029Z test_ref_small_input_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3685161Z Compares op against reference for small input tensors ... ok (0.006s) 2022-12-01T11:22:32.3685294Z test_ref_small_input_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3685422Z Compares op against reference for small input tensors ... ok (0.006s) 2022-12-01T11:22:32.3685552Z test_ref_small_input_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3685668Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3685797Z test_ref_small_input_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3685930Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3686057Z test_ref_small_input_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3686187Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3686320Z test_ref_small_input_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3686450Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3686568Z test_ref_small_input_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3686695Z Compares op against reference for small input tensors ... ok (0.007s) 2022-12-01T11:22:32.3686822Z test_ref_small_input_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3686955Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:22:32.3687089Z test_ref_small_input_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3687218Z Compares op against reference for small input tensors ... ok (0.005s) 2022-12-01T11:22:32.3687425Z test_ref_small_input_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3687575Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T11:22:32.3687695Z test_ref_small_input_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3687826Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3687956Z test_ref_small_input_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3688088Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3688218Z test_ref_small_input_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3688348Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:22:32.3688475Z test_ref_small_input_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3688606Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:22:32.3688721Z test_ref_small_input_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3688850Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:22:32.3689015Z test_ref_small_input_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3689146Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T11:22:32.3689275Z test_ref_small_input_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3689403Z Compares op against reference for small input tensors ... ok (0.006s) 2022-12-01T11:22:32.3689537Z test_ref_small_input_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3689684Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T11:22:32.3689803Z test_ref_small_input_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3689951Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T11:22:32.3690086Z test_ref_small_input_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3690233Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T11:22:32.3690366Z test_ref_small_input_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3690511Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T11:22:32.3690643Z test_ref_small_input_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3690789Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T11:22:32.3690903Z test_ref_small_input_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3691037Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3691172Z test_ref_small_input_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3691305Z Compares op against reference for small input tensors ... ok (0.009s) 2022-12-01T11:22:32.3691438Z test_ref_small_input_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3691567Z Compares op against reference for small input tensors ... ok (0.007s) 2022-12-01T11:22:32.3691699Z test_ref_small_input_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3691843Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T11:22:32.3691960Z test_ref_small_input_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3692090Z Compares op against reference for small input tensors ... ok (0.006s) 2022-12-01T11:22:32.3692220Z test_ref_small_input_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3692350Z Compares op against reference for small input tensors ... ok (0.006s) 2022-12-01T11:22:32.3692476Z test_ref_small_input_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3692607Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3692733Z test_ref_small_input_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3692878Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3693008Z test_ref_small_input_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3693137Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3693267Z test_ref_small_input_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3693396Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T11:22:32.3693521Z test_ref_small_input_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3693652Z Compares op against reference for small input tensors ... ok (0.007s) 2022-12-01T11:22:32.3693787Z test_ref_small_input_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3693922Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T11:22:32.3694053Z test_ref_small_input_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3694201Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T11:22:32.3694334Z test_ref_small_input_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3694511Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T11:22:32.3694644Z test_ref_small_input_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3694788Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T11:22:32.3694917Z test_ref_small_input_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3695048Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T11:22:32.3695193Z test_reference_masked_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3695470Z Test masked reduction operations on strided-only tensors using ... ok (0.108s) 2022-12-01T11:22:32.3695613Z test_reference_masked_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3695827Z Test masked reduction operations on strided-only tensors using ... ok (0.100s) 2022-12-01T11:22:32.3695970Z test_reference_masked_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3696177Z Test masked reduction operations on strided-only tensors using ... ok (0.102s) 2022-12-01T11:22:32.3696319Z test_reference_masked_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3696518Z Test masked reduction operations on strided-only tensors using ... ok (0.092s) 2022-12-01T11:22:32.3696659Z test_reference_masked_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3696867Z Test masked reduction operations on strided-only tensors using ... ok (0.057s) 2022-12-01T11:22:32.3697006Z test_reference_masked_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3697211Z Test masked reduction operations on strided-only tensors using ... ok (0.057s) 2022-12-01T11:22:32.3697358Z test_reference_masked_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3697566Z Test masked reduction operations on strided-only tensors using ... ok (0.053s) 2022-12-01T11:22:32.3697705Z test_reference_masked_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3697968Z Test masked reduction operations on strided-only tensors using ... ok (0.057s) 2022-12-01T11:22:32.3698108Z test_reference_masked_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3698311Z Test masked reduction operations on strided-only tensors using ... ok (0.056s) 2022-12-01T11:22:32.3698455Z test_reference_masked_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3698660Z Test masked reduction operations on strided-only tensors using ... ok (0.106s) 2022-12-01T11:22:32.3698803Z test_reference_masked_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3699009Z Test masked reduction operations on strided-only tensors using ... ok (0.097s) 2022-12-01T11:22:32.3699187Z test_reference_masked_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3699381Z Test masked reduction operations on strided-only tensors using ... ok (0.098s) 2022-12-01T11:22:32.3699524Z test_reference_masked_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3699731Z Test masked reduction operations on strided-only tensors using ... ok (0.093s) 2022-12-01T11:22:32.3699872Z test_reference_masked_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3700076Z Test masked reduction operations on strided-only tensors using ... ok (0.056s) 2022-12-01T11:22:32.3700212Z test_reference_masked_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3700416Z Test masked reduction operations on strided-only tensors using ... ok (0.056s) 2022-12-01T11:22:32.3700555Z test_reference_masked_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3700748Z Test masked reduction operations on strided-only tensors using ... ok (0.053s) 2022-12-01T11:22:32.3700892Z test_reference_masked_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3701141Z Test masked reduction operations on strided-only tensors using ... ok (0.057s) 2022-12-01T11:22:32.3701282Z test_reference_masked_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3701485Z Test masked reduction operations on strided-only tensors using ... ok (0.057s) 2022-12-01T11:22:32.3701634Z test_reference_masked_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3701874Z Test masked reduction operations on strided-only tensors using ... expected failure (0.005s) 2022-12-01T11:22:32.3702016Z test_reference_masked_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3702253Z Test masked reduction operations on strided-only tensors using ... expected failure (0.003s) 2022-12-01T11:22:32.3702382Z test_reference_masked_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3702615Z Test masked reduction operations on strided-only tensors using ... expected failure (0.003s) 2022-12-01T11:22:32.3702767Z test_reference_masked_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3703002Z Test masked reduction operations on strided-only tensors using ... expected failure (0.003s) 2022-12-01T11:22:32.3703144Z test_reference_masked_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3703374Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T11:22:32.3703516Z test_reference_masked_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3703744Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T11:22:32.3703871Z test_reference_masked_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3704099Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T11:22:32.3704242Z test_reference_masked_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3704471Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T11:22:32.3704615Z test_reference_masked_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3704845Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T11:22:32.3704992Z test_reference_masked_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3705217Z Test masked reduction operations on strided-only tensors using ... expected failure (0.003s) 2022-12-01T11:22:32.3705349Z test_reference_masked_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3705581Z Test masked reduction operations on strided-only tensors using ... expected failure (0.003s) 2022-12-01T11:22:32.3705724Z test_reference_masked_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3705989Z Test masked reduction operations on strided-only tensors using ... expected failure (0.003s) 2022-12-01T11:22:32.3706136Z test_reference_masked_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3706369Z Test masked reduction operations on strided-only tensors using ... expected failure (0.003s) 2022-12-01T11:22:32.3706512Z test_reference_masked_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3706743Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T11:22:32.3706872Z test_reference_masked_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3707100Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T11:22:32.3707238Z test_reference_masked_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3707462Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T11:22:32.3707606Z test_reference_masked_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3707858Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T11:22:32.3708001Z test_reference_masked_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3708233Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T11:22:32.3708374Z test_reference_masked_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3708614Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-12-01T11:22:32.3708764Z test_reference_masked_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3708969Z Test masked reduction operations on strided-only tensors using ... ok (0.098s) 2022-12-01T11:22:32.3709158Z test_reference_masked_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3709367Z Test masked reduction operations on strided-only tensors using ... ok (0.100s) 2022-12-01T11:22:32.3709511Z test_reference_masked_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3709718Z Test masked reduction operations on strided-only tensors using ... ok (0.098s) 2022-12-01T11:22:32.3709861Z test_reference_masked_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3710056Z Test masked reduction operations on strided-only tensors using ... ok (0.095s) 2022-12-01T11:22:32.3710196Z test_reference_masked_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3710449Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.002s) 2022-12-01T11:22:32.3710594Z test_reference_masked_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3710843Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-12-01T11:22:32.3710986Z test_reference_masked_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3711194Z Test masked reduction operations on strided-only tensors using ... ok (0.055s) 2022-12-01T11:22:32.3711335Z test_reference_masked_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3711569Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.002s) 2022-12-01T11:22:32.3711711Z test_reference_masked_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3711917Z Test masked reduction operations on strided-only tensors using ... ok (0.054s) 2022-12-01T11:22:32.3712061Z test_reference_masked_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3712267Z Test masked reduction operations on strided-only tensors using ... ok (0.108s) 2022-12-01T11:22:32.3712406Z test_reference_masked_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3712693Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.002s) 2022-12-01T11:22:32.3712838Z test_reference_masked_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3713033Z Test masked reduction operations on strided-only tensors using ... ok (0.095s) 2022-12-01T11:22:32.3713178Z test_reference_masked_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3713380Z Test masked reduction operations on strided-only tensors using ... ok (0.099s) 2022-12-01T11:22:32.3713522Z test_reference_masked_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3713727Z Test masked reduction operations on strided-only tensors using ... ok (0.097s) 2022-12-01T11:22:32.3713866Z test_reference_masked_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3714072Z Test masked reduction operations on strided-only tensors using ... ok (0.098s) 2022-12-01T11:22:32.3714212Z test_reference_masked_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3714405Z Test masked reduction operations on strided-only tensors using ... ok (0.092s) 2022-12-01T11:22:32.3714570Z test_reference_masked_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3714820Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.002s) 2022-12-01T11:22:32.3714959Z test_reference_masked_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3715206Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-12-01T11:22:32.3715343Z test_reference_masked_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3715550Z Test masked reduction operations on strided-only tensors using ... ok (0.052s) 2022-12-01T11:22:32.3715688Z test_reference_masked_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3715937Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.002s) 2022-12-01T11:22:32.3716067Z test_reference_masked_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3716277Z Test masked reduction operations on strided-only tensors using ... ok (0.051s) 2022-12-01T11:22:32.3716411Z test_repeated_dim_cpu (__main__.TestReductionsCPU) ... ok (0.184s) 2022-12-01T11:22:32.3716541Z test_result_dtype_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3716663Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:22:32.3716790Z test_result_dtype_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3716909Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3717030Z test_result_dtype_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3717149Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3717278Z test_result_dtype_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3717397Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3717523Z test_result_dtype_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3717644Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3717773Z test_result_dtype_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3717890Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3718004Z test_result_dtype_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3718120Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3718244Z test_result_dtype_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3718360Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3718485Z test_result_dtype_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3718601Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3718729Z test_result_dtype_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3718904Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3719019Z test_result_dtype_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3719133Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3719257Z test_result_dtype_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3719395Z Tests that the result has the correct dtype ... expected failure (0.002s) 2022-12-01T11:22:32.3719525Z test_result_dtype_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3719640Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3719765Z test_result_dtype_amax_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3719871Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3719998Z test_result_dtype_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3720115Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3720243Z test_result_dtype_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3720358Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3720514Z test_result_dtype_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3720631Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3720756Z test_result_dtype_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3720860Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3720988Z test_result_dtype_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3721103Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3721228Z test_result_dtype_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3721343Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3721469Z test_result_dtype_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3721585Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3721699Z test_result_dtype_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3721816Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3721945Z test_result_dtype_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3722060Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3722184Z test_result_dtype_amin_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3722297Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3722423Z test_result_dtype_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3722537Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3722652Z test_result_dtype_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3722765Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3722893Z test_result_dtype_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3723010Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3723137Z test_result_dtype_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3723251Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3723375Z test_result_dtype_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3723490Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3723602Z test_result_dtype_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3723716Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3723961Z test_result_dtype_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3724078Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3724203Z test_result_dtype_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3724366Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3724491Z test_result_dtype_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3724597Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3724722Z test_result_dtype_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3724836Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3724969Z test_result_dtype_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3725084Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3725215Z test_result_dtype_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3725328Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3725456Z test_result_dtype_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3725559Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3725685Z test_result_dtype_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3725804Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3725962Z test_result_dtype_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3726078Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3726201Z test_result_dtype_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3726316Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3726427Z test_result_dtype_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3726540Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3726664Z test_result_dtype_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3726776Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3726900Z test_result_dtype_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3727013Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3727138Z test_result_dtype_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3727275Z Tests that the result has the correct dtype ... expected failure (0.002s) 2022-12-01T11:22:32.3727399Z test_result_dtype_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3727514Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3727646Z test_result_dtype_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3727762Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3727895Z test_result_dtype_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3728009Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3728138Z test_result_dtype_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3728252Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3728369Z test_result_dtype_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3728485Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3728611Z test_result_dtype_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3728727Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3728853Z test_result_dtype_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3728968Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3729096Z test_result_dtype_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3729198Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3729326Z test_result_dtype_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3729440Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3729573Z test_result_dtype_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3729688Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3729857Z test_result_dtype_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3729972Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3730104Z test_result_dtype_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3730208Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3730338Z test_result_dtype_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3730453Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3730582Z test_result_dtype_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3730695Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3730823Z test_result_dtype_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3730940Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3731054Z test_result_dtype_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3731171Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3731300Z test_result_dtype_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3731445Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3731574Z test_result_dtype_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3731691Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3731834Z test_result_dtype_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3731949Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3732071Z test_result_dtype_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3732187Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3732332Z test_result_dtype_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3732448Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3732595Z test_result_dtype_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3732711Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3732851Z test_result_dtype_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3732967Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3733093Z test_result_dtype_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3733210Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3733346Z test_result_dtype_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3733462Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3733600Z test_result_dtype_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3733716Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3733855Z test_result_dtype_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3733958Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3734096Z test_result_dtype_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3734213Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3734348Z test_result_dtype_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3734469Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3734605Z test_result_dtype_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3734720Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3734869Z test_result_dtype_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3734971Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3735121Z test_result_dtype_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3735268Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:22:32.3735421Z test_result_dtype_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3735538Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3735684Z test_result_dtype_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3735800Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3735945Z test_result_dtype_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3736047Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3736189Z test_result_dtype_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3736304Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3736444Z test_result_dtype_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3736563Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3736702Z test_result_dtype_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3736843Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3736981Z test_result_dtype_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3737083Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3737218Z test_result_dtype_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3737333Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3737469Z test_result_dtype_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3737583Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3737718Z test_result_dtype_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3737916Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3738042Z test_result_dtype_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3738157Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3738292Z test_result_dtype_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3738408Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3738545Z test_result_dtype_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3738660Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3738797Z test_result_dtype_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3738912Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3739034Z test_result_dtype_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3739149Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3739285Z test_result_dtype_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3739404Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3739538Z test_result_dtype_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3739655Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3739789Z test_result_dtype_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3739905Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3740027Z test_result_dtype_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3740141Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3740273Z test_result_dtype_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3740389Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3740522Z test_result_dtype_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3740636Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3740805Z test_result_dtype_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3740911Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3741053Z test_result_dtype_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3741167Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3741308Z test_result_dtype_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3741423Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3741562Z test_result_dtype_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3741677Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3741817Z test_result_dtype_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3741918Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3742056Z test_result_dtype_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3742170Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3742353Z test_result_dtype_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3742469Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3742604Z test_result_dtype_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3742717Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3742854Z test_result_dtype_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3742956Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3743092Z test_result_dtype_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3743207Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3743347Z test_result_dtype_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3743464Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3743602Z test_result_dtype_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3743718Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3743853Z test_result_dtype_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3743955Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3744091Z test_result_dtype_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3744208Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3744342Z test_result_dtype_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3744457Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3744591Z test_result_dtype_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3744705Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3744829Z test_result_dtype_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3744945Z Tests that the result has the correct dtype ... ok (0.004s) 2022-12-01T11:22:32.3745080Z test_result_dtype_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3745199Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3745334Z test_result_dtype_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3745449Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3745595Z test_result_dtype_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3745709Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:22:32.3745844Z test_result_dtype_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3745958Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:22:32.3746132Z test_result_dtype_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3746245Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:22:32.3746389Z test_result_dtype_masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3746501Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3746639Z test_result_dtype_masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3746751Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3746880Z test_result_dtype_masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3746994Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3747135Z test_result_dtype_masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3747250Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3747389Z test_result_dtype_masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3747504Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3747642Z test_result_dtype_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3747772Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:22:32.3747909Z test_result_dtype_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3748023Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3748161Z test_result_dtype_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3748274Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:22:32.3748414Z test_result_dtype_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3748525Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:22:32.3748660Z test_result_dtype_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3748767Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3748901Z test_result_dtype_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3749017Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:22:32.3749152Z test_result_dtype_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3749265Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3749399Z test_result_dtype_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3749513Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3749647Z test_result_dtype_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3749748Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3749882Z test_result_dtype_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3749995Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3750131Z test_result_dtype_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3750246Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3750380Z test_result_dtype_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3750494Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3750632Z test_result_dtype_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3750737Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3750870Z test_result_dtype_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3750990Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3751127Z test_result_dtype_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3751241Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3751377Z test_result_dtype_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3751524Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3751646Z test_result_dtype_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3751764Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3751905Z test_result_dtype_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3752018Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:22:32.3752160Z test_result_dtype_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3752275Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3752411Z test_result_dtype_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3752526Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3752647Z test_result_dtype_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3752762Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3752901Z test_result_dtype_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3753015Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3753177Z test_result_dtype_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3753294Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3753428Z test_result_dtype_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3753543Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3753667Z test_result_dtype_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3753780Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3753913Z test_result_dtype_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3754028Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3754164Z test_result_dtype_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3754281Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:22:32.3754423Z test_result_dtype_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3754525Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:22:32.3754665Z test_result_dtype_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3754779Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:22:32.3754915Z test_result_dtype_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3755030Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:22:32.3755165Z test_result_dtype_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3755279Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:22:32.3755410Z test_result_dtype_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3755514Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3755645Z test_result_dtype_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3755763Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3755895Z test_result_dtype_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3756009Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3756142Z test_result_dtype_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3756257Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:22:32.3756388Z test_result_dtype_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3756491Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:22:32.3756626Z test_result_dtype_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3756741Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:22:32.3756906Z test_result_dtype_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3757021Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3757166Z test_result_dtype_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3757279Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:22:32.3757405Z test_result_dtype_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3757521Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3757656Z test_result_dtype_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3757773Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3757907Z test_result_dtype_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3758024Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3758158Z test_result_dtype_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3758274Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3758392Z test_result_dtype_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3758537Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3758672Z test_result_dtype_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3758787Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3758916Z test_result_dtype_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3759030Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3759161Z test_result_dtype_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3759275Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3759394Z test_result_dtype_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3759508Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3759647Z test_result_dtype_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3759762Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:22:32.3759903Z test_result_dtype_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3760019Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:22:32.3760156Z test_result_dtype_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3760257Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:22:32.3760392Z test_result_dtype_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3760507Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:22:32.3760641Z test_result_dtype_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3760754Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:22:32.3760885Z test_result_dtype_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3761001Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:22:32.3761136Z test_result_dtype_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3761238Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3761370Z test_result_dtype_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3761483Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3761614Z test_result_dtype_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3761732Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3761864Z test_result_dtype_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3761978Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3762108Z test_result_dtype_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3762244Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3762374Z test_result_dtype_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3762494Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3762626Z test_result_dtype_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3762740Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:22:32.3762873Z test_result_dtype_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3762987Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3763103Z test_result_dtype_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3763218Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3763344Z test_result_dtype_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3763459Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3763586Z test_result_dtype_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3763702Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3764029Z test_result_dtype_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3764208Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3764329Z test_result_dtype_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3764442Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3764575Z test_result_dtype_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3764689Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3764822Z test_result_dtype_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3764934Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3765067Z test_result_dtype_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3765184Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3765301Z test_result_dtype_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3765416Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3765550Z test_result_dtype_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3765662Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3765793Z test_result_dtype_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3765906Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3766038Z test_result_dtype_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3766140Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3766268Z test_result_dtype_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3766380Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3766510Z test_result_dtype_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3766628Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3766757Z test_result_dtype_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3766872Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3767000Z test_result_dtype_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3767100Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3767229Z test_result_dtype_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3767345Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3767475Z test_result_dtype_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3767590Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3767724Z test_result_dtype_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3767838Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3768006Z test_result_dtype_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3768123Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3768253Z test_result_dtype_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3768370Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3768499Z test_result_dtype_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3768614Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3768741Z test_result_dtype_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3768857Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3768970Z test_result_dtype_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3769085Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3769210Z test_result_dtype_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3769330Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3769455Z test_result_dtype_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3769600Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3769728Z test_result_dtype_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3769843Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3769957Z test_result_dtype_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3770071Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3770207Z test_result_dtype_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3770321Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:22:32.3770452Z test_result_dtype_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3770566Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:22:32.3770700Z test_result_dtype_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3770803Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3770933Z test_result_dtype_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3771050Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3771176Z test_result_dtype_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3771291Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3771418Z test_result_dtype_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3771532Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3771658Z test_result_dtype_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3771760Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3771892Z test_result_dtype_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3772012Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3772145Z test_result_dtype_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3772265Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3772392Z test_result_dtype_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3772507Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3772621Z test_result_dtype_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3772737Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3772864Z test_result_dtype_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3772981Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3773107Z test_result_dtype_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3773221Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3773379Z test_result_dtype_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3773494Z Tests that the result has the correct dtype ... ok (0.004s) 2022-12-01T11:22:32.3773608Z test_result_dtype_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3773723Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3773847Z test_result_dtype_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3773965Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3774090Z test_result_dtype_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3774205Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3774334Z test_result_dtype_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3774436Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3774569Z test_result_dtype_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3774683Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:22:32.3774824Z test_result_dtype_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3774968Z Tests that the result has the correct dtype ... ok (0.003s) 2022-12-01T11:22:32.3775096Z test_result_dtype_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3775212Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3775338Z test_result_dtype_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3775441Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3775569Z test_result_dtype_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T11:22:32.3775687Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T11:22:32.3776175Z test_std_correction_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:207: RuntimeWarning: divide by zero encountered in true_divide 2022-12-01T11:22:32.3776341Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-12-01T11:22:32.3776410Z ok (0.029s) 2022-12-01T11:22:32.3776570Z test_std_correction_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.030s) 2022-12-01T11:22:32.3776728Z test_std_correction_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.025s) 2022-12-01T11:22:32.3776863Z test_std_correction_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.023s) 2022-12-01T11:22:32.3776988Z test_std_dim_cpu (__main__.TestReductionsCPU) ... ok (3.497s) 2022-12-01T11:22:32.3777122Z test_std_mean_all_dims_cpu (__main__.TestReductionsCPU) ... ok (0.009s) 2022-12-01T11:22:32.3777273Z test_std_mean_correction_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.045s) 2022-12-01T11:22:32.3777425Z test_std_mean_correction_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.045s) 2022-12-01T11:22:32.3777571Z test_std_mean_correction_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.033s) 2022-12-01T11:22:32.3777720Z test_std_mean_correction_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.030s) 2022-12-01T11:22:32.3777921Z test_std_mean_cpu (__main__.TestReductionsCPU) ... ok (0.104s) 2022-12-01T11:22:32.3778048Z test_std_mean_some_dims_cpu (__main__.TestReductionsCPU) ... ok (0.164s) 2022-12-01T11:22:32.3778189Z test_std_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.023s) 2022-12-01T11:22:32.3778329Z test_std_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.023s) 2022-12-01T11:22:32.3778468Z test_std_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.017s) 2022-12-01T11:22:32.3778604Z test_std_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.017s) 2022-12-01T11:22:32.3778733Z test_sum_all_cpu_bool (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T11:22:32.3778864Z test_sum_all_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.029s) 2022-12-01T11:22:32.3779035Z test_sum_cpu_device_mismatch_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:22:32.3779255Z test_sum_dim_cpu (__main__.TestReductionsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:22:32.3779864Z test_sum_dim_reduction_uint8_overflow_cpu (__main__.TestReductionsCPU) ... test_reductions.py:456: UserWarning: An output with one or more elements was resized since it had shape [2, 3], which does not match the required output shape [3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:22:32.3779944Z torch.sum(x, 0, out=y) 2022-12-01T11:22:32.3780010Z ok (0.003s) 2022-12-01T11:22:32.3780147Z test_sum_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.624s) 2022-12-01T11:22:32.3780312Z test_sum_noncontig_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:22:32.3780446Z test_sum_out_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.045s) 2022-12-01T11:22:32.3780620Z test_sum_parallel_cpu (__main__.TestReductionsCPU) ... ok (0.442s) 2022-12-01T11:22:32.3781016Z test_sum_vs_numpy_cpu_float16 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/core/fromnumeric.py:90: RuntimeWarning: invalid value encountered in reduce 2022-12-01T11:22:32.3781140Z return ufunc.reduce(obj, axis, dtype, out, **passkwargs) 2022-12-01T11:22:32.3781193Z ok (0.065s) 2022-12-01T11:22:32.3781331Z test_sum_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.063s) 2022-12-01T11:22:32.3781468Z test_sum_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.061s) 2022-12-01T11:22:32.3781603Z test_sum_vs_numpy_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.026s) 2022-12-01T11:22:32.3781737Z test_sum_vs_numpy_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.026s) 2022-12-01T11:22:32.3781869Z test_sum_vs_numpy_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.024s) 2022-12-01T11:22:32.3782002Z test_sum_vs_numpy_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.027s) 2022-12-01T11:22:32.3782139Z test_sum_vs_numpy_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-12-01T11:22:32.3782306Z test_tensor_compare_ops_argmax_argmix_kthvalue_dim_empty_cpu (__main__.TestReductionsCPU) ... ok (0.057s) 2022-12-01T11:22:32.3782454Z test_tensor_compare_ops_empty_cpu (__main__.TestReductionsCPU) ... ok (0.073s) 2022-12-01T11:22:32.3782829Z test_tensor_reduce_ops_empty_cpu (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/core/fromnumeric.py:3335: RuntimeWarning: Mean of empty slice. 2022-12-01T11:22:32.3782904Z out=out, **kwargs) 2022-12-01T11:22:32.3783193Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:154: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T11:22:32.3783352Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-12-01T11:22:32.3783638Z /opt/conda/lib/python3.7/site-packages/numpy/core/fromnumeric.py:3584: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-12-01T11:22:32.3783702Z **kwargs) 2022-12-01T11:22:32.3783981Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:186: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T11:22:32.3784160Z arrmean, rcount, out=arrmean, casting='unsafe', subok=False) 2022-12-01T11:22:32.3784438Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:207: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T11:22:32.3784598Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-12-01T11:22:32.3784874Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:217: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-12-01T11:22:32.3784952Z keepdims=keepdims) 2022-12-01T11:22:32.3785017Z ok (0.075s) 2022-12-01T11:22:32.3785430Z test_var_correction_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:207: RuntimeWarning: divide by zero encountered in true_divide 2022-12-01T11:22:32.3785624Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-12-01T11:22:32.3785677Z ok (0.024s) 2022-12-01T11:22:32.3785835Z test_var_correction_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.026s) 2022-12-01T11:22:32.3785988Z test_var_correction_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.023s) 2022-12-01T11:22:32.3786141Z test_var_correction_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.021s) 2022-12-01T11:22:32.3786286Z test_var_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:22:32.3786410Z test_var_dim_cpu (__main__.TestReductionsCPU) ... ok (3.456s) 2022-12-01T11:22:32.3786566Z test_var_large_input_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:22:32.3786700Z test_var_mean_all_dims_cpu (__main__.TestReductionsCPU) ... ok (0.009s) 2022-12-01T11:22:32.3786842Z test_var_mean_correction_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.042s) 2022-12-01T11:22:32.3787020Z test_var_mean_correction_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.045s) 2022-12-01T11:22:32.3787166Z test_var_mean_correction_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.035s) 2022-12-01T11:22:32.3787309Z test_var_mean_correction_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.032s) 2022-12-01T11:22:32.3787434Z test_var_mean_cpu (__main__.TestReductionsCPU) ... ok (0.699s) 2022-12-01T11:22:32.3787569Z test_var_mean_some_dims_cpu (__main__.TestReductionsCPU) ... ok (0.173s) 2022-12-01T11:22:32.3787703Z test_var_stability2_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T11:22:32.3787834Z test_var_stability_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T11:22:32.3787951Z test_var_unbiased_cpu (__main__.TestReductionsCPU) ... ok (0.008s) 2022-12-01T11:22:32.3788092Z test_var_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.021s) 2022-12-01T11:22:32.3788237Z test_var_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.022s) 2022-12-01T11:22:32.3788376Z test_var_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.017s) 2022-12-01T11:22:32.3788514Z test_var_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.017s) 2022-12-01T11:22:32.3788528Z 2022-12-01T11:22:32.3788729Z ---------------------------------------------------------------------- 2022-12-01T11:22:32.3788809Z Ran 2905 tests in 166.877s 2022-12-01T11:22:32.3788814Z 2022-12-01T11:22:32.3788911Z OK (skipped=118, expected failures=48) 2022-12-01T11:22:32.3788917Z 2022-12-01T11:22:32.3788988Z Generating XML reports... 2022-12-01T11:22:32.3789284Z Generated XML report: test-reports/python-unittest/test_reductions/TEST-TestReductionsCPU-20221201111944.xml 2022-12-01T11:22:32.3789289Z 2022-12-01T11:22:32.3789698Z ##[endgroup] 2022-12-01T11:22:32.3789983Z FINISHED PRINTING LOG FILE of test_reductions (/var/lib/jenkins/workspace/test/test-reports/test_reductions_xr32ak47) 2022-12-01T11:22:32.3789992Z 2022-12-01T11:22:32.3790153Z Running nn/test_pooling ... [2022-12-01 11:22:32.259036] 2022-12-01T11:22:32.3790486Z Executing ['/opt/conda/bin/python', '-bb', 'nn/test_pooling.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:22:32.259606] 2022-12-01T11:24:38.1820563Z 2022-12-01T11:24:38.1820998Z Expand the folded group to see the log file of nn/test_pooling 2022-12-01T11:24:38.1821752Z ##[group]PRINTING LOG FILE of nn/test_pooling (/var/lib/jenkins/workspace/test/test-reports/nn-test_pooling_gefq6asi) 2022-12-01T11:24:38.1822525Z Test results will be stored in test-reports/python-unittest/nn.test_pooling 2022-12-01T11:24:38.1822774Z 2022-12-01T11:24:38.1822859Z Running tests... 2022-12-01T11:24:38.1823372Z ---------------------------------------------------------------------- 2022-12-01T11:24:38.1823862Z test_avg_pool1d_ceil_mode (__main__.TestAvgPool) ... ok (0.004s) 2022-12-01T11:24:38.1824646Z test_avg_pool2d_ceil_mode (__main__.TestAvgPool) ... ok (0.002s) 2022-12-01T11:24:38.1824994Z test_avg_pool3d_ceil_mode (__main__.TestAvgPool) ... ok (0.002s) 2022-12-01T11:24:38.1825282Z test_doubletensor_avg_pool2d (__main__.TestAvgPool) ... ok (0.038s) 2022-12-01T11:24:38.1825582Z test_doubletensor_avg_pool2d_with_divisor (__main__.TestAvgPool) ... ok (0.024s) 2022-12-01T11:24:38.1825868Z test_doubletensor_avg_pool3d (__main__.TestAvgPool) ... ok (0.258s) 2022-12-01T11:24:38.1826167Z test_doubletensor_avg_pool3d_with_divisor (__main__.TestAvgPool) ... ok (0.860s) 2022-12-01T11:24:38.1826471Z test_MaxUnpool2d_output_size (__main__.TestPoolingNN) ... ok (0.016s) 2022-12-01T11:24:38.1826767Z test_adaptive_pooling_avg_nhwc (__main__.TestPoolingNN) ... ok (0.009s) 2022-12-01T11:24:38.1827267Z test_adaptive_pooling_avg_nhwc_launch_config_backward (__main__.TestPoolingNN) ... skip: CUDA unavailable (0.002s) 2022-12-01T11:24:38.1827727Z test_adaptive_pooling_avg_nhwc_launch_config_forward (__main__.TestPoolingNN) ... skip: CUDA unavailable (0.001s) 2022-12-01T11:24:38.1828119Z test_adaptive_pooling_avg_nhwc_non_contiguous (__main__.TestPoolingNN) ... ok (0.007s) 2022-12-01T11:24:38.1828519Z test_adaptive_pooling_bfloat16 (__main__.TestPoolingNN) ... ok (0.030s) 2022-12-01T11:24:38.1828842Z test_adaptive_pooling_input_size (__main__.TestPoolingNN) ... ok (0.002s) 2022-12-01T11:24:38.1829143Z test_adaptive_pooling_size_none (__main__.TestPoolingNN) ... ok (0.003s) 2022-12-01T11:24:38.1829495Z test_adaptive_pooling_size_overflow (__main__.TestPoolingNN) ... skip: signed integer overflow error with UBSAN (0.000s) 2022-12-01T11:24:38.1829807Z test_max_unpool (__main__.TestPoolingNN) ... ok (1.383s) 2022-12-01T11:24:38.1830077Z test_max_unpool2d_nhwc_cpu (__main__.TestPoolingNN) ... ok (0.006s) 2022-12-01T11:24:38.1830418Z test_AdaptiveMaxPool1d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.016s) 2022-12-01T11:24:38.1830789Z test_AdaptiveMaxPool2d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.015s) 2022-12-01T11:24:38.1831169Z test_AdaptiveMaxPool3d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T11:24:38.1831541Z test_AdaptiveMaxPool_zero_batch_dim_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.032s) 2022-12-01T11:24:38.1831890Z test_AvgPool2d_empty_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T11:24:38.1832263Z test_AvgPool3d_backward_after_cat_dim1_device_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:24:38.1832665Z test_FractionalMaxPool2d_zero_batch_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.012s) 2022-12-01T11:24:38.1833043Z test_FractionalMaxPool2d_zero_out_size_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.023s) 2022-12-01T11:24:38.1833417Z test_FractionalMaxPool3d_zero_batch_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.012s) 2022-12-01T11:24:38.1833778Z test_FractionalMaxPool3d_zero_out_size_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.023s) 2022-12-01T11:24:38.1834143Z test_MaxPool1d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.015s) 2022-12-01T11:24:38.1834493Z test_MaxPool2d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.015s) 2022-12-01T11:24:38.1834823Z test_MaxPool3d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T11:24:38.1835163Z test_MaxPool_zero_batch_dim_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.031s) 2022-12-01T11:24:38.1835586Z test_MaxUnpool_index_errors_case10_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T11:24:38.1836068Z test_MaxUnpool_index_errors_case1_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T11:24:38.1836536Z test_MaxUnpool_index_errors_case2_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T11:24:38.1837061Z test_MaxUnpool_index_errors_case3_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T11:24:38.1837537Z test_MaxUnpool_index_errors_case4_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T11:24:38.1838043Z test_MaxUnpool_index_errors_case5_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T11:24:38.1838517Z test_MaxUnpool_index_errors_case6_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T11:24:38.1838986Z test_MaxUnpool_index_errors_case7_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T11:24:38.1839442Z test_MaxUnpool_index_errors_case8_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T11:24:38.1839937Z test_MaxUnpool_index_errors_case9_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T11:24:38.1840344Z test_MaxUnpool_zero_batch_dim_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.009s) 2022-12-01T11:24:38.1840707Z test_adaptive_avg_pool2d_output_size_one_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.009s) 2022-12-01T11:24:38.1841068Z test_adaptive_avg_pool3d_output_size_one_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:24:38.1841425Z test_adaptive_pool_invalid_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T11:24:38.1841839Z test_adaptive_pool_odd_size_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:24:38.1842259Z test_adaptive_pooling_max_nhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.033s) 2022-12-01T11:24:38.1842617Z test_adaptive_pooling_max_nhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.033s) 2022-12-01T11:24:38.1842993Z test_adaptive_pooling_no_suppot_input_cpu_int16 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.040s) 2022-12-01T11:24:38.1843371Z test_adaptive_pooling_no_suppot_input_cpu_int32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.040s) 2022-12-01T11:24:38.1843732Z test_adaptive_pooling_no_suppot_input_cpu_int64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.067s) 2022-12-01T11:24:38.1844332Z test_adaptive_pooling_no_suppot_input_cpu_int8 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.040s) 2022-12-01T11:24:38.1844709Z test_adaptive_pooling_no_suppot_input_cpu_uint8 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.040s) 2022-12-01T11:24:38.1845080Z test_adaptive_pooling_zero_batch_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:24:38.1845441Z test_adaptive_pooling_zero_batch_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:24:38.1845795Z test_avg_pool2d_bfloat16_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.034s) 2022-12-01T11:24:38.1846139Z test_avg_pool2d_nhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (22.626s) 2022-12-01T11:24:38.1846483Z test_avg_pool2d_nhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (26.490s) 2022-12-01T11:24:38.1846815Z test_fractional_max_pool2d_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.646s) 2022-12-01T11:24:38.1847159Z test_fractional_max_pool3d_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (4.623s) 2022-12-01T11:24:38.1847514Z test_fractional_max_pool_nan_inf_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:24:38.1847863Z test_max_pool1d_corner_cases_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:24:38.1848292Z test_max_pool1d_corner_cases_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:24:38.1848638Z test_max_pool1d_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (3.108s) 2022-12-01T11:24:38.1848972Z test_max_pool1d_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (3.465s) 2022-12-01T11:24:38.1849294Z test_max_pool2d_bfloat16_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.036s) 2022-12-01T11:24:38.1849644Z test_max_pool2d_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:24:38.1850015Z test_max_pool2d_indices_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:24:38.1850361Z test_max_pool2d_nhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (22.902s) 2022-12-01T11:24:38.1850702Z test_max_pool2d_nhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (26.958s) 2022-12-01T11:24:38.1851067Z test_max_pool3d_ndhwc_cpu_float16 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.005s) 2022-12-01T11:24:38.1851495Z test_max_pool3d_ndhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.005s) 2022-12-01T11:24:38.1851861Z test_max_pool3d_ndhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.005s) 2022-12-01T11:24:38.1852218Z test_max_pool_nan_inf_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:24:38.1852567Z test_maxpool3d_non_square_backward_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (3.309s) 2022-12-01T11:24:38.1852921Z test_maxpool_indices_no_batch_dim_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) 2022-12-01T11:24:38.1853241Z Check that indices with no batch dim is consistent with a single batch. ... ok (0.006s) 2022-12-01T11:24:38.1853598Z test_pool3d_large_size_int64_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:24:38.1853995Z test_pool3d_size_one_feature_dim_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:24:38.1854353Z test_pool_invalid_size_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.066s) 2022-12-01T11:24:38.1854696Z test_pool_large_size_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (3.502s) 2022-12-01T11:24:38.1855054Z test_pooling_bfloat16_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:24:38.1855424Z test_pooling_large_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:24:38.1855829Z test_pooling_max_nhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.042s) 2022-12-01T11:24:38.1856229Z test_pooling_max_nhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.042s) 2022-12-01T11:24:38.1856549Z test_pooling_shape_cpu (__main__.TestPoolingNNDeviceTypeCPU) 2022-12-01T11:24:38.1856852Z Test the output shape calculation for pooling functions ... ok (0.007s) 2022-12-01T11:24:38.1857163Z test_pooling_size_empty_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.036s) 2022-12-01T11:24:38.1857573Z test_pooling_zero_stride_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.127s) 2022-12-01T11:24:38.1857767Z 2022-12-01T11:24:38.1858040Z ---------------------------------------------------------------------- 2022-12-01T11:24:38.1858273Z Ran 88 tests in 121.354s 2022-12-01T11:24:38.1858389Z 2022-12-01T11:24:38.1858461Z OK (skipped=24) 2022-12-01T11:24:38.1858569Z 2022-12-01T11:24:38.1858655Z Generating XML reports... 2022-12-01T11:24:38.1859061Z Generated XML report: test-reports/python-unittest/nn.test_pooling/TEST-TestAvgPool-20221201112236.xml 2022-12-01T11:24:38.1859545Z Generated XML report: test-reports/python-unittest/nn.test_pooling/TEST-TestPoolingNN-20221201112236.xml 2022-12-01T11:24:38.1860081Z Generated XML report: test-reports/python-unittest/nn.test_pooling/TEST-TestPoolingNNDeviceTypeCPU-20221201112236.xml 2022-12-01T11:24:38.1860393Z 2022-12-01T11:24:38.1860701Z ##[endgroup] 2022-12-01T11:24:38.1861073Z FINISHED PRINTING LOG FILE of nn/test_pooling (/var/lib/jenkins/workspace/test/test-reports/nn-test_pooling_gefq6asi) 2022-12-01T11:24:38.1861291Z 2022-12-01T11:24:38.1861456Z Running test_autograd ... [2022-12-01 11:24:38.182194] 2022-12-01T11:24:38.1861922Z Executing ['/opt/conda/bin/python', '-bb', 'test_autograd.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:24:38.182650] 2022-12-01T11:25:52.9187664Z 2022-12-01T11:25:52.9188233Z Expand the folded group to see the log file of test_autograd 2022-12-01T11:25:52.9192229Z ##[group]PRINTING LOG FILE of test_autograd (/var/lib/jenkins/workspace/test/test-reports/test_autograd_j43ziv_t) 2022-12-01T11:25:52.9205498Z Test results will be stored in test-reports/python-unittest/test_autograd 2022-12-01T11:25:52.9205798Z 2022-12-01T11:25:52.9205921Z Running tests... 2022-12-01T11:25:52.9206576Z ---------------------------------------------------------------------- 2022-12-01T11:25:52.9207140Z test_access_saved_tensor_twice_without_recomputation_works (__main__.TestAutograd) ... ok (0.028s) 2022-12-01T11:25:52.9209361Z 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:1064.) 2022-12-01T11:25:52.9210815Z allow_unreachable=True, accumulate_grad=True) # Calls into the C++ engine to run the backward pass 2022-12-01T11:25:52.9211273Z ok (0.006s) 2022-12-01T11:25:52.9211707Z test_accumulate_grad_tensor_reference (__main__.TestAutograd) ... ok (0.007s) 2022-12-01T11:25:52.9212060Z test_accumulate_grad_with_zero_numel_grad (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:25:52.9212518Z test_anomaly_assign_parent_cleanup (__main__.TestAutograd) ... test_autograd.py:3713: UserWarning: Anomaly Detection has been enabled. This mode will increase the runtime and should only be enabled for debugging. 2022-12-01T11:25:52.9212889Z with detect_anomaly(): 2022-12-01T11:25:52.9213065Z ok (0.003s) 2022-12-01T11:25:52.9213272Z test_anomaly_detect_nan (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T11:25:52.9213547Z test_anomaly_grad_warnings (__main__.TestAutograd) ... ok (0.026s) 2022-12-01T11:25:52.9213829Z test_anomaly_mode_no_check_nan (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:25:52.9214093Z test_attribute_deletion (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:25:52.9214387Z test_autograd_inplace_views_creation_meta (__main__.TestAutograd) ... ok (0.506s) 2022-12-01T11:25:52.9214700Z test_autograd_inplace_views_cross_dtype (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T11:25:52.9215009Z test_autograd_multiple_views_python (__main__.TestAutograd) ... ok (0.010s) 2022-12-01T11:25:52.9215310Z test_autograd_python_custom_function_inplace (__main__.TestAutograd) ... ok (0.018s) 2022-12-01T11:25:52.9215617Z test_autograd_simple_views_python (__main__.TestAutograd) ... ok (0.303s) 2022-12-01T11:25:52.9215904Z test_autograd_views_codegen (__main__.TestAutograd) ... ok (0.069s) 2022-12-01T11:25:52.9216155Z test_backward (__main__.TestAutograd) ... ok (0.008s) 2022-12-01T11:25:52.9216413Z test_backward_badcalls (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:25:52.9216680Z test_backward_copy (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T11:25:52.9216955Z test_backward_create_graph_warns (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:25:52.9217222Z test_backward_no_grad (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:25:52.9217615Z test_backward_twice_retained_graph_with_saved_values (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:25:52.9218064Z test_backward_twice_retained_graph_without_saved_values (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:25:52.9218379Z test_backward_twice_with_saved_values (__main__.TestAutograd) ... ok (0.011s) 2022-12-01T11:25:52.9218685Z test_backward_twice_without_saved_values (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:25:52.9218978Z test_backward_with_inputs (__main__.TestAutograd) ... ok (0.031s) 2022-12-01T11:25:52.9219268Z test_backward_with_nonleaf_inputs (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T11:25:52.9220033Z test_calculate_shape_util (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/nested/__init__.py:84: 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-12-01T11:25:52.9220590Z return torch._nested_tensor_from_tensor_list(tensor_list, dtype, None, device, None) 2022-12-01T11:25:52.9220830Z ok (0.003s) 2022-12-01T11:25:52.9221059Z test_callback_adds_callback (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:25:52.9221373Z test_cant_create_saved_tensors (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:25:52.9221670Z test_checkpoint_valid_reset_on_error (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:25:52.9222025Z test_checkpointing (__main__.TestAutograd) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:25:52.9222374Z test_checkpointing_non_reentrant_autocast_cpu (__main__.TestAutograd) 2022-12-01T11:25:52.9222775Z Test that autocast args such as the dtype are preserved during non-reentrant ... ok (0.026s) 2022-12-01T11:25:52.9223098Z test_checkpointing_non_reentrant_autocast_gpu (__main__.TestAutograd) 2022-12-01T11:25:52.9223450Z Test that autocast args/kwargs such as the dtype are preserved during ... skip: Test requires CUDA bf16 support (0.001s) 2022-12-01T11:25:52.9223801Z test_checkpointing_without_reentrant_arbitrary_input_output (__main__.TestAutograd) 2022-12-01T11:25:52.9224136Z Ensures checkpointing without reentrant autograd works with functions ... ok (0.006s) 2022-12-01T11:25:52.9224451Z test_checkpointing_without_reentrant_correct_grad (__main__.TestAutograd) 2022-12-01T11:25:52.9224762Z Verifies that correct gradients are calculated for checkpoint ... ok (0.005s) 2022-12-01T11:25:52.9225087Z test_checkpointing_without_reentrant_custom_function_works (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:25:52.9225420Z test_checkpointing_without_reentrant_dataparallel (__main__.TestAutograd) 2022-12-01T11:25:52.9225746Z Verifies gradient correctness when checkpoint without reentrant autograd ... ok (0.005s) 2022-12-01T11:25:52.9226097Z test_checkpointing_without_reentrant_detached_tensor_use_reentrant_False (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:25:52.9226477Z test_checkpointing_without_reentrant_detached_tensor_use_reentrant_True (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T11:25:52.9226834Z test_checkpointing_without_reentrant_input_requires_grad_False (__main__.TestAutograd) 2022-12-01T11:25:52.9227220Z Basic test for checkpoint without reentrant autograd. ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:25:52.9227580Z test_checkpointing_without_reentrant_input_requires_grad_True (__main__.TestAutograd) 2022-12-01T11:25:52.9227959Z Basic test for checkpoint without reentrant autograd. ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:25:52.9228359Z test_checkpointing_without_reentrant_memory_savings (__main__.TestAutograd) ... skip: Test requires CUDA (0.003s) 2022-12-01T11:25:52.9228711Z test_checkpointing_without_reentrant_parameter_used_in_an_out (__main__.TestAutograd) 2022-12-01T11:25:52.9229015Z Ensures that gradient hooks are only called once per tensor. ... ok (0.003s) 2022-12-01T11:25:52.9229327Z test_create_graph_and_full_backward_hook_cycle (__main__.TestAutograd) ... ok (0.456s) 2022-12-01T11:25:52.9229672Z test_custom_autograd_no_early_free (__main__.TestAutograd) ... ok (0.036s) 2022-12-01T11:25:52.9229966Z test_custom_autograd_repeated_grad_grad (__main__.TestAutograd) ... ok (0.012s) 2022-12-01T11:25:52.9230257Z test_custom_function_cycle (__main__.TestAutograd) ... ok (0.155s) 2022-12-01T11:25:52.9230533Z test_custom_function_error (__main__.TestAutograd) ... ok (0.263s) 2022-12-01T11:25:52.9230817Z test_custom_function_exception (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:25:52.9231113Z test_custom_function_forward_mode_forward_is_no_op (__main__.TestAutograd) ... ok (0.057s) 2022-12-01T11:25:52.9231439Z test_custom_function_forward_mode_inplace_checks (__main__.TestAutograd) ... ok (0.020s) 2022-12-01T11:25:52.9231778Z test_custom_function_forward_mode_non_tensor_before_tensor_args (__main__.TestAutograd) ... ok (0.009s) 2022-12-01T11:25:52.9232097Z test_custom_function_forward_mode_view_checks (__main__.TestAutograd) ... ok (0.038s) 2022-12-01T11:25:52.9232420Z test_custom_function_forward_mode_wrong_formula (__main__.TestAutograd) ... ok (0.030s) 2022-12-01T11:25:52.9232763Z test_custom_function_local_inplace (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:25:52.9233057Z test_custom_function_no_tensors (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:25:52.9233349Z test_custom_function_non_tensor_inputs_outputs (__main__.TestAutograd) ... ok (0.039s) 2022-12-01T11:25:52.9233662Z test_custom_function_return_view_in_nograd (__main__.TestAutograd) ... ok (0.008s) 2022-12-01T11:25:52.9233967Z test_custom_function_save_for_forward (__main__.TestAutograd) ... ok (0.028s) 2022-12-01T11:25:52.9234252Z test_custom_function_saved_tensors (__main__.TestAutograd) ... ok (0.012s) 2022-12-01T11:25:52.9234529Z test_deep_reentrant (__main__.TestAutograd) ... ok (1.229s) 2022-12-01T11:25:52.9234823Z test_default_saved_variable_hooks_double_backward (__main__.TestAutograd) ... ok (0.011s) 2022-12-01T11:25:52.9235113Z test_dep_nograd (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:25:52.9235362Z test_dependent_backward (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:25:52.9235642Z test_detach (__main__.TestAutograd) ... ok (0.011s) 2022-12-01T11:25:52.9235877Z test_detach_base (__main__.TestAutograd) 2022-12-01T11:25:52.9236103Z detaching base does not detach view ... ok (0.001s) 2022-12-01T11:25:52.9236386Z test_detach_then_inplace_raises_in_autograd (__main__.TestAutograd) ... ok (0.011s) 2022-12-01T11:25:52.9236702Z test_diagonal_derivative_requires_grad (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:25:52.9237221Z test_diagonal_expanded_v (__main__.TestAutograd) ... test_autograd.py:2294: 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-12-01T11:25:52.9237672Z v_expanded = torch.tensor(value).expand(10) 2022-12-01T11:25:52.9237876Z ok (0.003s) 2022-12-01T11:25:52.9238078Z test_dir (__main__.TestAutograd) ... ok (0.007s) 2022-12-01T11:25:52.9238337Z test_disabling_saved_tensor_hooks (__main__.TestAutograd) ... ok (0.008s) 2022-12-01T11:25:52.9238643Z test_disabling_saved_tensor_hooks_nested (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T11:25:52.9238938Z test_dont_materialize_grads (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:25:52.9239210Z test_duplicate_backward_root (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:25:52.9239505Z test_first_grad_fn_access_in_no_grad_mode (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:25:52.9239789Z test_free_deep_graph (__main__.TestAutograd) ... ok (12.030s) 2022-12-01T11:25:52.9240068Z test_free_deep_graph_complicated (__main__.TestAutograd) ... ok (7.957s) 2022-12-01T11:25:52.9240352Z test_free_deep_graph_pyfunction (__main__.TestAutograd) ... ok (6.480s) 2022-12-01T11:25:52.9240627Z test_function (__main__.TestAutograd) ... ok (0.009s) 2022-12-01T11:25:52.9240939Z test_function_returns_input (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T11:25:52.9241221Z test_function_returns_undefined_tensor (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:25:52.9241493Z test_gc_in_destructor (__main__.TestAutograd) 2022-12-01T11:25:52.9241779Z Previously, if a Function destructor triggered a garbage collection, ... ok (0.731s) 2022-12-01T11:25:52.9242065Z test_grad (__main__.TestAutograd) ... ok (0.009s) 2022-12-01T11:25:52.9242302Z test_grad_badcalls (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:25:52.9242565Z test_grad_batched_grad (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T11:25:52.9242834Z test_grad_empty_inputs (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T11:25:52.9243098Z test_grad_fn_attr_bindings (__main__.TestAutograd) ... ok (0.030s) 2022-12-01T11:25:52.9243370Z test_grad_fn_badcalls (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:25:52.9243636Z test_grad_fn_prehooks (__main__.TestAutograd) ... ok (0.011s) 2022-12-01T11:25:52.9244147Z test_grad_fn_prehooks_multiple_outputs (__main__.TestAutograd) ... ok (0.008s) 2022-12-01T11:25:52.9244539Z test_grad_fn_prehooks_remove_hooks (__main__.TestAutograd) ... ok (0.027s) 2022-12-01T11:25:52.9244838Z test_grad_mode_restored_reentrant (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:25:52.9246039Z test_grad_nonleaf (__main__.TestAutograd) ... test_autograd.py:601: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:485.) 2022-12-01T11:25:52.9246773Z self.assertIsNone(x.grad) 2022-12-01T11:25:52.9246952Z ok (0.012s) 2022-12-01T11:25:52.9247182Z test_grad_nonleaf_many_outputs (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:25:52.9248372Z test_grad_nonleaf_register_hook (__main__.TestAutograd) ... test_autograd.py:653: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:485.) 2022-12-01T11:25:52.9249114Z self.assertIsNone(x_list[0].grad) 2022-12-01T11:25:52.9250171Z test_autograd.py:660: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:485.) 2022-12-01T11:25:52.9250861Z self.assertIsNone(x_list[i].grad) 2022-12-01T11:25:52.9251039Z ok (0.007s) 2022-12-01T11:25:52.9251260Z test_grad_unreachable (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:25:52.9251543Z test_grad_unreachable_discovery (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:25:52.9251840Z test_gradcheck_backward_mul_by_grad_output (__main__.TestAutograd) ... ok (0.095s) 2022-12-01T11:25:52.9252147Z test_gradcheck_check_batched_grad (__main__.TestAutograd) ... ok (0.137s) 2022-12-01T11:25:52.9252445Z test_gradcheck_check_forward_or_backward_only (__main__.TestAutograd) 2022-12-01T11:25:52.9252795Z Depending on settings for check_forward_ad and check_backward_ad, the ... ok (0.082s) 2022-12-01T11:25:52.9253611Z 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-12-01T11:25:52.9254170Z f'Input #{idx} requires gradient and ' 2022-12-01T11:25:52.9254362Z ok (0.009s) 2022-12-01T11:25:52.9254595Z test_gradcheck_complex_non_complex_outputs (__main__.TestAutograd) ... ok (0.037s) 2022-12-01T11:25:52.9255376Z 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-12-01T11:25:52.9255920Z f'Input #{idx} requires gradient and ' 2022-12-01T11:25:52.9256111Z ok (0.062s) 2022-12-01T11:25:52.9256382Z test_gradcheck_dense_and_sparse_inputs (__main__.TestAutograd) ... ok (0.027s) 2022-12-01T11:25:52.9256677Z test_gradcheck_forward_ad (__main__.TestAutograd) ... ok (0.444s) 2022-12-01T11:25:52.9256973Z test_gradcheck_forward_ad_batched_grad (__main__.TestAutograd) ... ok (0.049s) 2022-12-01T11:25:52.9257362Z test_gradcheck_forward_ad_respects_requires_grad (__main__.TestAutograd) ... ok (0.028s) 2022-12-01T11:25:52.9257687Z test_gradcheck_forward_ad_runs_with_no_requires_grad (__main__.TestAutograd) ... ok (0.027s) 2022-12-01T11:25:52.9258708Z 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-12-01T11:25:52.9259483Z warnings.warn("get_analytical_jacobian was part of PyTorch's private API and not " 2022-12-01T11:25:52.9259728Z ok (0.019s) 2022-12-01T11:25:52.9260633Z 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-12-01T11:25:52.9261389Z warnings.warn("get_numerical_jacobian was part of PyTorch's private API and not " 2022-12-01T11:25:52.9261640Z ok (0.022s) 2022-12-01T11:25:52.9262344Z 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-12-01T11:25:52.9262881Z f'Input #{idx} requires gradient and ' 2022-12-01T11:25:52.9263061Z ok (0.195s) 2022-12-01T11:25:52.9263414Z test_gradcheck_multiple_mkldnn_inputs (__main__.TestAutograd) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T11:25:52.9263750Z test_gradcheck_nondeterministic (__main__.TestAutograd) ... ok (0.381s) 2022-12-01T11:25:52.9264062Z test_gradcheck_output_shape_or_dtype_depend_on_values (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T11:25:52.9264448Z test_gradcheck_single_input (__main__.TestAutograd) ... ok (0.058s) 2022-12-01T11:25:52.9265063Z test_gradcheck_sparse_csr_input (__main__.TestAutograd) ... test_autograd.py:3971: 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-12-01T11:25:52.9265758Z gradcheck(fn, torch.rand(2, 2, dtype=torch.double).to_sparse_csr().requires_grad_(True), check_sparse_nnz=True, 2022-12-01T11:25:52.9266039Z expected failure (0.019s) 2022-12-01T11:25:52.9266274Z test_gradcheck_sparse_input (__main__.TestAutograd) ... ok (0.020s) 2022-12-01T11:25:52.9266671Z test_gradcheck_test_outputs (__main__.TestAutograd) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T11:25:52.9266992Z test_gradcheck_undefined_grad (__main__.TestAutograd) ... ok (0.023s) 2022-12-01T11:25:52.9267395Z test_gradcheck_validates_input_mkldnn (__main__.TestAutograd) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T11:25:52.9267727Z test_gradcheck_validates_inputs (__main__.TestAutograd) ... ok (0.016s) 2022-12-01T11:25:52.9268011Z test_graph_save_on_cpu (__main__.TestAutograd) ... ok (0.025s) 2022-12-01T11:25:52.9268612Z test_graph_save_on_cpu_cuda (__main__.TestAutograd) ... skip: test requires CUDA (0.001s) 2022-12-01T11:25:52.9268894Z test_hessian_vector (__main__.TestAutograd) ... ok (0.007s) 2022-12-01T11:25:52.9269151Z test_hook_none (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:25:52.9269406Z test_hook_with_no_name (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:25:52.9269648Z test_hooks (__main__.TestAutograd) ... ok (0.031s) 2022-12-01T11:25:52.9269892Z test_hooks_cpp (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:25:52.9270173Z test_index_backward_does_not_save_tensor (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:25:52.9270439Z test_indexing (__main__.TestAutograd) ... ok (0.111s) 2022-12-01T11:25:52.9270704Z test_indexing_duplicates (__main__.TestAutograd) ... ok (0.010s) 2022-12-01T11:25:52.9270969Z test_inplace (__main__.TestAutograd) ... ok (0.049s) 2022-12-01T11:25:52.9271238Z test_inplace_not_requires_grad (__main__.TestAutograd) ... ok (0.024s) 2022-12-01T11:25:52.9271513Z test_inplace_on_view_backward (__main__.TestAutograd) ... ok (0.070s) 2022-12-01T11:25:52.9271800Z test_inplace_on_view_leaf_errors (__main__.TestAutograd) ... ok (0.007s) 2022-12-01T11:25:52.9272091Z test_inplace_on_view_saved_output (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:25:52.9272369Z test_inplace_on_view_weak_grad_fn (__main__.TestAutograd) ... ok (0.084s) 2022-12-01T11:25:52.9272649Z test_input_buffer_accum (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:25:52.9272920Z test_integer_outputs (__main__.TestAutograd) ... ok (0.011s) 2022-12-01T11:25:52.9273176Z test_invalid_gradients (__main__.TestAutograd) ... ok (0.010s) 2022-12-01T11:25:52.9273444Z test_isolated_node (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:25:52.9273705Z test_leaf_assignment (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:25:52.9274003Z test_legacy_function_deprecation_exception (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:25:52.9274800Z 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-12-01T11:25:52.9275347Z test_mark_non_differentiable (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:25:52.9275640Z test_mark_non_differentiable_mixed (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:25:52.9275941Z test_mark_non_differentiable_none (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:25:52.9276217Z test_materialize_grads (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:25:52.9276486Z test_multi_backward (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T11:25:52.9276801Z test_multi_backward_no_grad (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:25:52.9277666Z test_named_tensor_for_complex_views (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:1105: 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:1761.) 2022-12-01T11:25:52.9278232Z return super(Tensor, self).refine_names(names) 2022-12-01T11:25:52.9278436Z ok (0.004s) 2022-12-01T11:25:52.9278682Z test_naughty_anomaly_access (__main__.TestAutograd) ... expected failure (0.004s) 2022-12-01T11:25:52.9279004Z test_naughty_autograd_function_attribute_access (__main__.TestAutograd) ... ok (0.017s) 2022-12-01T11:25:52.9279334Z test_naughty_autograd_function_stashing_ctx (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:25:52.9279637Z test_nested_anomaly_detect_nan (__main__.TestAutograd) ... ok (0.010s) 2022-12-01T11:25:52.9279935Z test_nested_anomaly_printstack_cleanup (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:25:52.9280242Z test_next_functions (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:25:52.9280499Z test_no_grad (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:25:52.9280764Z test_no_grad_assignment (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:25:52.9281018Z test_no_grad_copy (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:25:52.9281730Z test_no_grad_copy_sparse (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2326: 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-12-01T11:25:52.9282252Z "Argument order of nn.functional.embedding_bag was changed. " 2022-12-01T11:25:52.9282480Z ok (0.026s) 2022-12-01T11:25:52.9282689Z test_no_grad_input (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:25:52.9282961Z test_no_grad_modifies_version (__main__.TestAutograd) ... ok (0.011s) 2022-12-01T11:25:52.9283247Z test_no_grad_python_function (__main__.TestAutograd) 2022-12-01T11:25:52.9283550Z Python Functions should respect grad mode. ... ok (0.002s) 2022-12-01T11:25:52.9283828Z test_no_requires_grad_inplace (__main__.TestAutograd) ... ok (0.015s) 2022-12-01T11:25:52.9284285Z test_no_unnecessary_save (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:25:52.9284573Z test_no_unnecessary_unwrapping (__main__.TestAutograd) ... ok (0.007s) 2022-12-01T11:25:52.9284848Z test_not_implemented_fwad (__main__.TestAutograd) ... ok (0.007s) 2022-12-01T11:25:52.9285125Z test_not_implemented_grad (__main__.TestAutograd) ... ok (0.012s) 2022-12-01T11:25:52.9285405Z test_numpy_requires_grad (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:25:52.9285668Z test_once_differentiable (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T11:25:52.9285977Z test_out_variant_raises_when_inputs_require_grad (__main__.TestAutograd) ... ok (0.013s) 2022-12-01T11:25:52.9286318Z test_pack_hook_with_inplace_modification_should_fail (__main__.TestAutograd) ... ok (0.012s) 2022-12-01T11:25:52.9286610Z test_pickle (__main__.TestAutograd) ... ok (0.009s) 2022-12-01T11:25:52.9286867Z test_pow_zero_tensor_gradient (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:25:52.9287140Z test_power_function (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:25:52.9287616Z test_profiler (__main__.TestAutograd) ... STAGE:2022-12-01 11:25:16 1812:1812 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:25:52.9288079Z STAGE:2022-12-01 11:25:16 1812:1812 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:25:52.9288344Z ok (0.005s) 2022-12-01T11:25:52.9288575Z test_profiler_aggregation_fake (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:25:52.9289074Z test_profiler_aggregation_lstm (__main__.TestAutograd) ... STAGE:2022-12-01 11:25:16 1812:1812 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:25:52.9289678Z STAGE:2022-12-01 11:25:16 1812:1812 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:25:52.9289876Z 2022-12-01T11:25:52.9290003Z =================================================================================================================================================================== 2022-12-01T11:25:52.9290208Z TEST 2022-12-01T11:25:52.9290670Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T11:25:52.9291119Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-12-01T11:25:52.9291677Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T11:25:52.9292164Z aten::lstm 0.67% 1.043ms 5.93% 9.188ms 9.188ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:25:52.9292459Z aten::lstm 0.61% 952.000us 4.85% 7.518ms 7.518ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:25:52.9292741Z aten::lstm 0.59% 921.000us 4.92% 7.623ms 7.623ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:25:52.9293013Z aten::lstm 0.59% 907.000us 4.85% 7.512ms 7.512ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:25:52.9293303Z aten::lstm 0.58% 902.000us 4.79% 7.421ms 7.421ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:25:52.9293594Z aten::lstm 0.58% 898.000us 4.83% 7.488ms 7.488ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:25:52.9293876Z aten::lstm 0.58% 895.000us 5.19% 8.036ms 8.036ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:25:52.9294158Z aten::lstm 0.57% 890.000us 4.81% 7.458ms 7.458ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:25:52.9294439Z aten::lstm 0.57% 888.000us 4.91% 7.610ms 7.610ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:25:52.9294718Z aten::lstm 0.57% 886.000us 5.01% 7.754ms 7.754ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:25:52.9295235Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T11:25:52.9295590Z Self CPU time total: 154.909ms 2022-12-01T11:25:52.9295713Z 2022-12-01T11:25:52.9296059Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T11:25:52.9296505Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-12-01T11:25:52.9297057Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T11:25:52.9297535Z aten::mul 12.33% 19.100ms 12.33% 19.100ms 31.833us 600 [[3, 20], [3, 20]] 2022-12-01T11:25:52.9297877Z aten::lstm 11.38% 17.633ms 98.75% 152.977ms 7.649ms 20 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:25:52.9298158Z aten::sigmoid_ 11.00% 17.039ms 11.00% 17.039ms 28.398us 600 [[3, 20]] 2022-12-01T11:25:52.9298461Z aten::addmm 8.80% 13.629ms 13.30% 20.605ms 103.025us 200 [[80], [3, 20], [20, 80], [], []] 2022-12-01T11:25:52.9298753Z aten::slice 5.02% 7.773ms 7.38% 11.426ms 14.283us 800 [[3, 80], [], [], [], []] 2022-12-01T11:25:52.9299043Z aten::add_ 4.84% 7.498ms 4.84% 7.498ms 37.490us 200 [[3, 80], [3, 80], []] 2022-12-01T11:25:52.9299333Z aten::unsafe_split 4.74% 7.335ms 14.97% 23.189ms 115.945us 200 [[3, 80], [], []] 2022-12-01T11:25:52.9299661Z aten::tanh 3.86% 5.982ms 3.86% 5.982ms 29.910us 200 [[3, 20]] 2022-12-01T11:25:52.9299932Z aten::tanh_ 3.73% 5.776ms 3.73% 5.776ms 28.880us 200 [[3, 20]] 2022-12-01T11:25:52.9300215Z aten::add_ 3.01% 4.660ms 3.01% 4.660ms 23.300us 200 [[3, 20], [3, 20], []] 2022-12-01T11:25:52.9300735Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T11:25:52.9301087Z Self CPU time total: 154.909ms 2022-12-01T11:25:52.9301215Z 2022-12-01T11:25:52.9301329Z =================================================================================================================================================================== 2022-12-01T11:25:52.9301530Z TEST 2022-12-01T11:25:52.9301741Z =================================================================================================================================================================== 2022-12-01T11:25:52.9302040Z This report only display top-level ops statistics 2022-12-01T11:25:52.9302533Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T11:25:52.9302980Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-12-01T11:25:52.9303525Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T11:25:52.9303935Z aten::lstm 0.67% 1.043ms 5.93% 9.188ms 9.188ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:25:52.9304219Z aten::lstm 0.61% 952.000us 4.85% 7.518ms 7.518ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:25:52.9304492Z aten::lstm 0.59% 921.000us 4.92% 7.623ms 7.623ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:25:52.9304779Z aten::lstm 0.59% 907.000us 4.85% 7.512ms 7.512ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:25:52.9305066Z aten::lstm 0.58% 902.000us 4.79% 7.421ms 7.421ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:25:52.9305388Z aten::lstm 0.58% 898.000us 4.83% 7.488ms 7.488ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:25:52.9305669Z aten::lstm 0.58% 895.000us 5.19% 8.036ms 8.036ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:25:52.9305936Z aten::lstm 0.57% 890.000us 4.81% 7.458ms 7.458ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:25:52.9306221Z aten::lstm 0.57% 888.000us 4.91% 7.610ms 7.610ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:25:52.9306506Z aten::lstm 0.57% 886.000us 5.01% 7.754ms 7.754ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:25:52.9307018Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T11:25:52.9307404Z Self CPU time total: 154.909ms 2022-12-01T11:25:52.9307520Z 2022-12-01T11:25:52.9307644Z =================================================================================================================================================================== 2022-12-01T11:25:52.9307944Z This report only display top-level ops statistics 2022-12-01T11:25:52.9308447Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T11:25:52.9308895Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-12-01T11:25:52.9309425Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T11:25:52.9309843Z aten::lstm 11.38% 17.633ms 98.75% 152.977ms 7.649ms 20 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:25:52.9310132Z aten::randn 0.61% 948.000us 1.25% 1.932ms 32.200us 60 [[], [], [], [], []] 2022-12-01T11:25:52.9310639Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T11:25:52.9310992Z Self CPU time total: 154.909ms 2022-12-01T11:25:52.9311318Z STAGE:2022-12-01 11:25:21 1812:1812 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T11:25:52.9311490Z 2022-12-01T11:25:52.9311605Z Total time based on python measurements: 161.639ms 2022-12-01T11:25:52.9311859Z CPU time measurement python side overhead: 4.34% 2022-12-01T11:25:52.9312055Z ok (5.275s) 2022-12-01T11:25:52.9312276Z test_profiler_aggregation_table (__main__.TestAutograd) 2022-12-01T11:25:52.9312773Z Test if the profiling result is aggregated for `str(prof)` ... STAGE:2022-12-01 11:25:21 1812:1812 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:25:52.9313263Z STAGE:2022-12-01 11:25:21 1812:1812 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:25:52.9313509Z ok (0.006s) 2022-12-01T11:25:52.9313742Z test_profiler_function_event_avg (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:25:52.9314234Z test_profiler_propagation (__main__.TestAutograd) ... STAGE:2022-12-01 11:25:22 1812:1812 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:25:52.9314707Z STAGE:2022-12-01 11:25:22 1812:1812 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:25:52.9314960Z ok (0.416s) 2022-12-01T11:25:52.9315709Z 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-12-01T11:25:52.9316507Z test_profiler_shapes (__main__.TestAutograd) ... STAGE:2022-12-01 11:25:22 1812:1812 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:25:52.9316971Z STAGE:2022-12-01 11:25:22 1812:1812 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:25:52.9317165Z 2022-12-01T11:25:52.9317506Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-12-01T11:25:52.9317939Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-12-01T11:25:52.9318467Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-12-01T11:25:52.9318897Z aten::linear 3.31% 20.000us 58.68% 355.000us 355.000us 1 [[128, 20], [30, 20], [30]] 2022-12-01T11:25:52.9319179Z aten::t 8.26% 50.000us 14.55% 88.000us 88.000us 1 [[30, 20]] 2022-12-01T11:25:52.9319466Z aten::transpose 3.97% 24.000us 6.28% 38.000us 38.000us 1 [[30, 20], [], []] 2022-12-01T11:25:52.9319766Z aten::as_strided 2.31% 14.000us 2.31% 14.000us 14.000us 1 [[30, 20], [], [], []] 2022-12-01T11:25:52.9320056Z aten::addmm 18.68% 113.000us 40.83% 247.000us 247.000us 1 [[30], [128, 20], [20, 30], [], []] 2022-12-01T11:25:52.9320343Z aten::expand 2.31% 14.000us 3.31% 20.000us 20.000us 1 [[30], [], []] 2022-12-01T11:25:52.9320620Z aten::as_strided 0.99% 6.000us 0.99% 6.000us 6.000us 1 [[30], [], [], []] 2022-12-01T11:25:52.9320905Z aten::copy_ 18.68% 113.000us 18.68% 113.000us 113.000us 1 [[128, 30], [128, 30], []] 2022-12-01T11:25:52.9321195Z aten::resolve_conj 0.17% 1.000us 0.17% 1.000us 1.000us 1 [[128, 30]] 2022-12-01T11:25:52.9321488Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 20]] 2022-12-01T11:25:52.9321836Z aten::linear 2.31% 14.000us 41.32% 250.000us 250.000us 1 [[128, 30], [40, 30], [40]] 2022-12-01T11:25:52.9322109Z aten::t 3.80% 23.000us 7.27% 44.000us 44.000us 1 [[40, 30]] 2022-12-01T11:25:52.9322389Z aten::transpose 2.31% 14.000us 3.47% 21.000us 21.000us 1 [[40, 30], [], []] 2022-12-01T11:25:52.9322685Z aten::as_strided 1.16% 7.000us 1.16% 7.000us 7.000us 1 [[40, 30], [], [], []] 2022-12-01T11:25:52.9322969Z aten::addmm 13.88% 84.000us 31.74% 192.000us 192.000us 1 [[40], [128, 30], [30, 40], [], []] 2022-12-01T11:25:52.9323248Z aten::expand 1.98% 12.000us 2.81% 17.000us 17.000us 1 [[40], [], []] 2022-12-01T11:25:52.9323558Z aten::as_strided 0.83% 5.000us 0.83% 5.000us 5.000us 1 [[40], [], [], []] 2022-12-01T11:25:52.9323974Z aten::copy_ 14.88% 90.000us 14.88% 90.000us 90.000us 1 [[128, 40], [128, 40], []] 2022-12-01T11:25:52.9324274Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 40]] 2022-12-01T11:25:52.9324576Z aten::resolve_conj 0.17% 1.000us 0.17% 1.000us 1.000us 1 [[128, 30]] 2022-12-01T11:25:52.9325089Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-12-01T11:25:52.9325412Z Self CPU time total: 605.000us 2022-12-01T11:25:52.9325534Z 2022-12-01T11:25:52.9325602Z ok (0.011s) 2022-12-01T11:25:52.9326043Z test_profiler_unboxed_only (__main__.TestAutograd) ... STAGE:2022-12-01 11:25:22 1812:1812 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:25:52.9326579Z STAGE:2022-12-01 11:25:22 1812:1812 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:25:52.9326842Z ok (0.002s) 2022-12-01T11:25:52.9327119Z test_pynode_destruction_deadlock (__main__.TestAutograd) ... ok (3.657s) 2022-12-01T11:25:52.9327605Z test_record_function (__main__.TestAutograd) ... STAGE:2022-12-01 11:25:25 1812:1812 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:25:52.9328069Z STAGE:2022-12-01 11:25:25 1812:1812 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:25:52.9328500Z STAGE:2022-12-01 11:25:25 1812:1812 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:25:52.9328932Z STAGE:2022-12-01 11:25:25 1812:1812 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:25:52.9329177Z ok (0.015s) 2022-12-01T11:25:52.9329615Z test_record_function_callbacks (__main__.TestAutograd) ... STAGE:2022-12-01 11:25:25 1812:1812 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:25:52.9330101Z STAGE:2022-12-01 11:25:25 1812:1812 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:25:52.9330352Z ok (0.005s) 2022-12-01T11:25:52.9330579Z test_record_function_multithreaded (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:25:52.9331090Z test_record_function_new_signatures (__main__.TestAutograd) ... STAGE:2022-12-01 11:25:25 1812:1812 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:25:52.9331576Z STAGE:2022-12-01 11:25:25 1812:1812 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:25:52.9331832Z ok (0.005s) 2022-12-01T11:25:52.9332045Z test_reentrant_child_error (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:25:52.9332320Z test_reentrant_priority (__main__.TestAutograd) ... ok (0.008s) 2022-12-01T11:25:52.9332619Z test_reentrant_with_callbacks_both_depths (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:25:52.9332920Z test_reentrant_with_callbacks_depth_0 (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:25:52.9333219Z test_reentrant_with_callbacks_depth_1 (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:25:52.9333521Z test_reentrant_with_leaf_variable_hook (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:25:52.9333847Z test_reentrant_with_non_leaf_variable_hook (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:25:52.9334128Z test_requires_grad (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:25:52.9334389Z test_requires_grad_ (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:25:52.9334663Z test_requires_grad_inplace (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:25:52.9334918Z test_retain_grad (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T11:25:52.9335183Z test_retain_grad_cycle (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:25:52.9335507Z test_retain_grad_inplace (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:25:52.9335781Z test_retain_grad_inplace_over_view (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:25:52.9336067Z test_return_duplicate (__main__.TestAutograd) ... ok (0.020s) 2022-12-01T11:25:52.9336354Z test_return_duplicate_inplace (__main__.TestAutograd) ... ok (0.021s) 2022-12-01T11:25:52.9336630Z test_return_leaf (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T11:25:52.9336881Z test_return_leaf_inplace (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:25:52.9337156Z test_save_none_for_backward (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:25:52.9337517Z test_save_on_cpu_and_checkpoint (__main__.TestAutograd) ... ok (0.007s) 2022-12-01T11:25:52.9337782Z test_save_output_nr (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:25:52.9338115Z test_saved_variable_packing_unpacking_did_not_save_original_with_default_hooks (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:25:52.9338506Z test_saved_variable_packing_unpacking_did_not_save_original_with_hooks (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:25:52.9338935Z test_saved_variable_packing_unpacking_saved_original_with_default_hooks (__main__.TestAutograd) ... ok (0.015s) 2022-12-01T11:25:52.9339301Z test_saved_variable_packing_unpacking_saved_original_with_hooks (__main__.TestAutograd) ... ok (0.031s) 2022-12-01T11:25:52.9339634Z test_saved_variable_version_counter (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:25:52.9339930Z test_saved_variables_deprecated (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:25:52.9340207Z test_saving_variable_to_disk (__main__.TestAutograd) ... ok (0.011s) 2022-12-01T11:25:52.9340485Z test_select_expanded_v (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:25:52.9340744Z test_select_sum (__main__.TestAutograd) ... ok (0.016s) 2022-12-01T11:25:52.9341014Z test_set_data_preserve_pyobj (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:25:52.9341292Z test_set_data_self_requires_grad (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T11:25:52.9341581Z test_set_data_tensorimpl_type (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T11:25:52.9341866Z test_set_grad_coroutines (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:25:52.9342150Z test_set_grad_coroutines_benign_exceptions (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:25:52.9342467Z test_set_grad_coroutines_critical_exceptions (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:25:52.9342770Z test_set_grad_coroutines_exit (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:25:52.9343031Z test_set_grad_enabled (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:25:52.9343312Z test_set_grad_generator_functions (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:25:52.9343615Z test_set_grad_generator_functions_recursive (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:25:52.9343893Z test_setitem (__main__.TestAutograd) ... ok (0.052s) 2022-12-01T11:25:52.9344135Z test_setitem_mask (__main__.TestAutograd) ... ok (0.012s) 2022-12-01T11:25:52.9344444Z test_setting_default_saved_variable_hooks_twice_should_not_fail (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:25:52.9344809Z test_setting_default_saved_variable_hooks_twice_should_use_inner (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:25:52.9345095Z test_shape (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:25:52.9345347Z test_sharded_grad (__main__.TestAutograd) ... ok (0.017s) 2022-12-01T11:25:52.9345608Z test_simple_reentrant (__main__.TestAutograd) ... ok (0.056s) 2022-12-01T11:25:52.9345874Z test_slice_expanded_v (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:25:52.9346137Z test_sparse_gather_both_scalar (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:25:52.9346415Z test_sparse_gather_dim0 (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:25:52.9346685Z test_sparse_gather_dim1 (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:25:52.9346995Z test_sparse_gather_dim_neg (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:25:52.9347283Z test_sparse_gather_ind_scalar (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:25:52.9347567Z test_sparse_gather_x_scalar (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:25:52.9347828Z test_sparse_mm_backward (__main__.TestAutograd) ... ok (0.051s) 2022-12-01T11:25:52.9348255Z test_symeig_no_eigenvectors (__main__.TestAutograd) ... test_autograd.py:3823: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T11:25:52.9348756Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-12-01T11:25:52.9349082Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T11:25:52.9349279Z should be replaced with 2022-12-01T11:25:52.9349586Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T11:25:52.9349819Z and 2022-12-01T11:25:52.9349995Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T11:25:52.9350207Z should be replaced with 2022-12-01T11:25:52.9350713Z 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-12-01T11:25:52.9351079Z w, v = torch.symeig(A, eigenvectors=False) 2022-12-01T11:25:52.9351267Z ok (0.012s) 2022-12-01T11:25:52.9351492Z test_tensor_grad_warnings (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:25:52.9351765Z test_thread_shutdown (__main__.TestAutograd) ... ok (3.670s) 2022-12-01T11:25:52.9352019Z test_too_many_grads (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:25:52.9352285Z test_type_conversions (__main__.TestAutograd) ... ok (0.011s) 2022-12-01T11:25:52.9352556Z test_unrelated_inputs (__main__.TestAutograd) ... ok (0.022s) 2022-12-01T11:25:52.9352810Z test_unused_output (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T11:25:52.9353086Z test_var_mean_differentiable (__main__.TestAutograd) ... ok (0.013s) 2022-12-01T11:25:52.9353369Z test_variable_traverse (__main__.TestAutograd) ... ok (0.149s) 2022-12-01T11:25:52.9353639Z test_version_counter (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:25:52.9353897Z test_volatile_deprecated (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:25:52.9354177Z test_will_engine_execute_node (__main__.TestAutograd) ... ok (0.015s) 2022-12-01T11:25:52.9354506Z test_view_func_for_complex_views (autograd.test_complex.TestAutogradComplex) ... ok (0.010s) 2022-12-01T11:25:52.9354854Z test_view_with_multi_output (autograd.test_complex.TestAutogradComplex) ... ok (0.015s) 2022-12-01T11:25:52.9355246Z test_advanced_indexing_backwards_large_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:25:52.9355651Z test_advanced_indexing_backwards_memory_format_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:25:52.9356049Z test_backward_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T11:25:52.9356384Z test_copy__cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:25:52.9356717Z test_copy_forward_ad_broadcasting_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:25:52.9357090Z test_copy_forward_ad_same_layout_copies_grad_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:25:52.9357419Z test_copy_r_to_c_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:25:52.9357785Z test_cross_device_reentrant_autograd_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:25:52.9358177Z test_free_unneeded_tensor_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:25:52.9358531Z test_grad_assignment_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.020s) 2022-12-01T11:25:52.9358904Z test_gradcheck_input_output_different_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:25:52.9359366Z test_inplace_multiple_output_view_of_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:25:52.9359730Z test_inplace_on_view_backprop_base_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:25:52.9360991Z test_inplace_on_view_backprop_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... test_autograd.py:8397: 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:485.) 2022-12-01T11:25:52.9361765Z self.assertIsNone(a.grad) 2022-12-01T11:25:52.9361941Z ok (0.002s) 2022-12-01T11:25:52.9362216Z test_inplace_on_view_backprop_view_of_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:25:52.9362611Z test_inplace_on_view_gradcheck_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.059s) 2022-12-01T11:25:52.9362964Z test_inplace_on_view_makes_base_require_grad_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.019s) 2022-12-01T11:25:52.9363331Z test_inplace_on_view_modify_base_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.019s) 2022-12-01T11:25:52.9363685Z test_inplace_on_view_multi_output_safe_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.022s) 2022-12-01T11:25:52.9364213Z test_inplace_on_view_multi_output_unsafe_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:25:52.9364566Z test_inplace_on_view_multiple_outputs_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:25:52.9364923Z test_inplace_on_view_non_contig_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:25:52.9365290Z test_inplace_on_view_of_multiple_output_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:25:52.9365645Z test_inplace_on_view_of_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:25:52.9365979Z test_inplace_on_view_python_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.048s) 2022-12-01T11:25:52.9366327Z test_inplace_on_view_then_no_grad_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:25:52.9366718Z test_inputbuffer_add_multidevice_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T11:25:52.9367104Z test_min_max_median_backprops_to_all_values_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.009s) 2022-12-01T11:25:52.9367449Z test_mv_grad_stride_0_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.018s) 2022-12-01T11:25:52.9367782Z test_non_differentiable_ops_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:25:52.9368125Z test_parameter_resize_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:25:52.9368460Z test_pin_memory_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:25:52.9368803Z test_profiler_emit_itt_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:25:52.9369154Z test_profiler_emit_nvtx_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:25:52.9369516Z test_pyscalar_conversions_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:25:52.9369877Z test_reentrant_parent_error_on_cpu_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:25:52.9370258Z test_requires_grad_factory_cpu_float32 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:25:52.9370613Z test_requires_grad_factory_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:25:52.9370989Z test_rnn_backward_to_input_but_not_parameters_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:25:52.9371996Z 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:1615.) 2022-12-01T11:25:52.9372544Z func_out = func(*tupled_inputs) 2022-12-01T11:25:52.9373171Z /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:1008.) 2022-12-01T11:25:52.9373610Z func_out = func(*tupled_inputs) 2022-12-01T11:25:52.9373782Z ok (0.029s) 2022-12-01T11:25:52.9374064Z test_scatter_index_reduce_prod_gradgrad_error_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.050s) 2022-12-01T11:25:52.9374453Z test_set_requires_grad_only_for_floats_cpu_float32 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:25:52.9374860Z test_set_requires_grad_only_for_floats_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:25:52.9375238Z test_set_requires_grad_only_for_floats_cpu_int16 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:25:52.9375609Z test_set_requires_grad_only_for_floats_cpu_int32 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:25:52.9375974Z test_set_requires_grad_only_for_floats_cpu_int64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:25:52.9376331Z test_set_requires_grad_only_for_floats_cpu_int8 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:25:52.9376718Z test_simple_reentrant_cross_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:25:52.9377096Z test_sparse_backward_cpu_complex128 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.012s) 2022-12-01T11:25:52.9377510Z test_sparse_backward_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:25:52.9377864Z test_sparse_ctor_getter_backward_cpu_complex128 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.154s) 2022-12-01T11:25:52.9378236Z test_sparse_ctor_getter_backward_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.078s) 2022-12-01T11:25:52.9378595Z test_sparse_mask_autograd_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:25:52.9378933Z test_strided_leaf_grad_layout_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.011s) 2022-12-01T11:25:52.9379260Z test_to_r_to_c_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:25:52.9379623Z test_unused_output_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T11:25:52.9379991Z test_warning_in_backward_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:25:52.9380315Z test_where_functional_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.035s) 2022-12-01T11:25:52.9380639Z test_where_scalar_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.030s) 2022-12-01T11:25:52.9380969Z test_advanced_packing_unpacking (__main__.TestAutogradForwardMode) ... ok (0.011s) 2022-12-01T11:25:52.9381293Z test_backward_graph_destruction (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-12-01T11:25:52.9381628Z test_basic_packing_unpacking (__main__.TestAutogradForwardMode) ... ok (0.004s) 2022-12-01T11:25:52.9381970Z test_codegen_ignores_undefined_outputs (__main__.TestAutogradForwardMode) ... ok (0.004s) 2022-12-01T11:25:52.9382310Z test_create_new_zeros_with_same_meta (__main__.TestAutogradForwardMode) ... ok (0.013s) 2022-12-01T11:25:52.9382614Z test_default_level (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-12-01T11:25:52.9382932Z test_detach_view_tracking (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-12-01T11:25:52.9383301Z test_forward_level_cleanup (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-12-01T11:25:52.9383602Z test_grad_cleanup (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-12-01T11:25:52.9383920Z test_make_dual_forbid_integral_dtype (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-12-01T11:25:52.9384276Z test_make_dual_inference_tensor_in_inference_mode (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-12-01T11:25:52.9384625Z test_make_dual_torch_dispatch (__main__.TestAutogradForwardMode) ... ok (0.004s) 2022-12-01T11:25:52.9384942Z test_metadata_check_check_conj (__main__.TestAutogradForwardMode) ... ok (0.008s) 2022-12-01T11:25:52.9385289Z test_metadata_check_checks_ignores_size_zero (__main__.TestAutogradForwardMode) ... ok (0.009s) 2022-12-01T11:25:52.9385642Z test_metadata_check_checks_storage_numel (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-12-01T11:25:52.9386008Z test_metadata_check_ignore_storage_offset_for_zero_numel_tensor (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-12-01T11:25:52.9386383Z test_metadata_check_when_primal_has_conj_bit (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-12-01T11:25:52.9386789Z test_metadata_check_when_primal_has_neg_bit (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-12-01T11:25:52.9387115Z test_nested_level (__main__.TestAutogradForwardMode) ... ok (0.005s) 2022-12-01T11:25:52.9387408Z test_non_differentiable (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-12-01T11:25:52.9387712Z test_out_variant (__main__.TestAutogradForwardMode) ... ok (0.013s) 2022-12-01T11:25:52.9388000Z test_print (__main__.TestAutogradForwardMode) ... ok (0.008s) 2022-12-01T11:25:52.9388344Z test_set_fw_grad_having_own_fw_grad_at_same_level (__main__.TestAutogradForwardMode) ... ok (0.008s) 2022-12-01T11:25:52.9388672Z test_size_check (__main__.TestAutogradForwardMode) ... ok (0.008s) 2022-12-01T11:25:52.9388997Z test_view_inplace_always_creates_a_view (__main__.TestAutogradForwardMode) ... ok (0.008s) 2022-12-01T11:25:52.9389345Z test_view_inplace_differentiable_views (__main__.TestAutogradForwardMode) ... ok (0.007s) 2022-12-01T11:25:52.9389686Z test_view_inplace_non_differentiable_views (__main__.TestAutogradForwardMode) ... ok (0.008s) 2022-12-01T11:25:52.9390060Z test_inplace_on_view_not_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.002s) 2022-12-01T11:25:52.9390444Z test_inplace_on_view_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.002s) 2022-12-01T11:25:52.9390839Z test_metadata_check_for_storage_numel_skipped (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.011s) 2022-12-01T11:25:52.9391214Z test_out_of_place_basic (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.026s) 2022-12-01T11:25:52.9391586Z test_out_of_place_not_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.002s) 2022-12-01T11:25:52.9391987Z test_construct_standard_basis_for_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-12-01T11:25:52.9392427Z test_construct_standard_basis_for_cuda_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.001s) 2022-12-01T11:25:52.9392904Z test_construct_standard_basis_for_cuda_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.001s) 2022-12-01T11:25:52.9393361Z test_construct_standard_basis_for_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.036s) 2022-12-01T11:25:52.9393792Z test_hessian_create_graph_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (1.020s) 2022-12-01T11:25:52.9394220Z test_hessian_create_graph_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (3.832s) 2022-12-01T11:25:52.9394660Z test_hessian_create_graph_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.464s) 2022-12-01T11:25:52.9395154Z test_hessian_create_graph_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (1.681s) 2022-12-01T11:25:52.9395582Z test_hessian_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-12-01T11:25:52.9395981Z test_hessian_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.024s) 2022-12-01T11:25:52.9396406Z test_hessian_err_check_strict_vectorize_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T11:25:52.9396843Z test_hessian_err_check_strict_vectorize_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T11:25:52.9397278Z test_hessian_err_check_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.017s) 2022-12-01T11:25:52.9397696Z test_hessian_err_check_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.053s) 2022-12-01T11:25:52.9398126Z test_hessian_err_check_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-12-01T11:25:52.9398589Z test_hessian_err_check_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.025s) 2022-12-01T11:25:52.9399009Z test_hessian_match_vhp_hvp_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-12-01T11:25:52.9399402Z test_hessian_match_vhp_hvp_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.033s) 2022-12-01T11:25:52.9399803Z test_hessian_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.011s) 2022-12-01T11:25:52.9400199Z test_hessian_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.033s) 2022-12-01T11:25:52.9400595Z test_hessian_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.015s) 2022-12-01T11:25:52.9400978Z test_hessian_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.047s) 2022-12-01T11:25:52.9401391Z test_hessian_output_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-12-01T11:25:52.9401811Z test_hessian_output_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.022s) 2022-12-01T11:25:52.9402223Z test_hessian_scalar_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-12-01T11:25:52.9402648Z test_hessian_scalar_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.027s) 2022-12-01T11:25:52.9403074Z test_hessian_scalar_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T11:25:52.9403495Z test_hessian_scalar_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.015s) 2022-12-01T11:25:52.9404064Z test_hessian_vectorize_correctness_multi_input_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.093s) 2022-12-01T11:25:52.9404526Z test_hessian_vectorize_correctness_multi_input_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.445s) 2022-12-01T11:25:52.9404971Z test_hessian_vectorize_correctness_simple_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.034s) 2022-12-01T11:25:52.9405417Z test_hessian_vectorize_correctness_simple_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.122s) 2022-12-01T11:25:52.9405856Z test_hessian_vectorize_correctness_unrelated_outputs_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.023s) 2022-12-01T11:25:52.9406320Z test_hessian_vectorize_correctness_unrelated_outputs_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.101s) 2022-12-01T11:25:52.9406768Z test_hessian_vectorize_raises_no_warnings_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:25:52.9407291Z test_hessian_vectorize_raises_no_warnings_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-12-01T11:25:52.9407707Z test_hvp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.512s) 2022-12-01T11:25:52.9408106Z test_hvp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (1.885s) 2022-12-01T11:25:52.9408502Z test_hvp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-12-01T11:25:52.9408893Z test_hvp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.025s) 2022-12-01T11:25:52.9409276Z test_hvp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-12-01T11:25:52.9409682Z test_hvp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.013s) 2022-12-01T11:25:52.9410074Z test_hvp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-12-01T11:25:52.9410461Z test_hvp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.020s) 2022-12-01T11:25:52.9410875Z test_hvp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-12-01T11:25:52.9411261Z test_hvp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-12-01T11:25:52.9411643Z test_hvp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-12-01T11:25:52.9412011Z test_hvp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.032s) 2022-12-01T11:25:52.9412425Z test_jacobian_create_graph_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.327s) 2022-12-01T11:25:52.9412864Z test_jacobian_create_graph_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (1.286s) 2022-12-01T11:25:52.9413306Z test_jacobian_create_graph_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.241s) 2022-12-01T11:25:52.9413733Z test_jacobian_create_graph_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.948s) 2022-12-01T11:25:52.9414157Z test_jacobian_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-12-01T11:25:52.9414572Z test_jacobian_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.022s) 2022-12-01T11:25:52.9414994Z test_jacobian_err_check_strict_vectorize_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-12-01T11:25:52.9415407Z test_jacobian_err_check_strict_vectorize_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-12-01T11:25:52.9415834Z test_jacobian_err_check_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-12-01T11:25:52.9416269Z test_jacobian_err_check_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.024s) 2022-12-01T11:25:52.9416700Z test_jacobian_err_check_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T11:25:52.9417115Z test_jacobian_err_check_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.011s) 2022-12-01T11:25:52.9417595Z test_jacobian_match_vjp_jvp_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-12-01T11:25:52.9418002Z test_jacobian_match_vjp_jvp_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.024s) 2022-12-01T11:25:52.9418402Z test_jacobian_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-12-01T11:25:52.9418785Z test_jacobian_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.018s) 2022-12-01T11:25:52.9419175Z test_jacobian_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-12-01T11:25:52.9419618Z test_jacobian_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.029s) 2022-12-01T11:25:52.9420012Z test_jacobian_output_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-12-01T11:25:52.9420431Z test_jacobian_output_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-12-01T11:25:52.9420835Z test_jacobian_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T11:25:52.9421224Z test_jacobian_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-12-01T11:25:52.9421615Z test_jacobian_scalar_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:25:52.9422034Z test_jacobian_scalar_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-12-01T11:25:52.9422508Z test_jacobian_vectorize_correctness_different_devices_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.001s) 2022-12-01T11:25:52.9423058Z test_jacobian_vectorize_correctness_different_devices_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.000s) 2022-12-01T11:25:52.9423536Z test_jacobian_vectorize_correctness_different_dtype_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-12-01T11:25:52.9424002Z test_jacobian_vectorize_correctness_different_dtype_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.030s) 2022-12-01T11:25:52.9424462Z test_jacobian_vectorize_correctness_multi_input_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.015s) 2022-12-01T11:25:52.9424912Z test_jacobian_vectorize_correctness_multi_input_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.059s) 2022-12-01T11:25:52.9425364Z test_jacobian_vectorize_correctness_multi_input_multi_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.050s) 2022-12-01T11:25:52.9425835Z test_jacobian_vectorize_correctness_multi_input_multi_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.200s) 2022-12-01T11:25:52.9426291Z test_jacobian_vectorize_correctness_simple_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.022s) 2022-12-01T11:25:52.9426732Z test_jacobian_vectorize_correctness_simple_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.072s) 2022-12-01T11:25:52.9427170Z test_jacobian_vectorize_correctness_unrelated_outputs_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-12-01T11:25:52.9427631Z test_jacobian_vectorize_correctness_unrelated_outputs_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.073s) 2022-12-01T11:25:52.9428085Z test_jacobian_vectorize_correctness_zero_dim_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.025s) 2022-12-01T11:25:52.9428529Z test_jacobian_vectorize_correctness_zero_dim_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.116s) 2022-12-01T11:25:52.9428955Z test_jacobian_vectorize_raises_no_warnings_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T11:25:52.9429387Z test_jacobian_vectorize_raises_no_warnings_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T11:25:52.9429796Z test_jvp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.413s) 2022-12-01T11:25:52.9430195Z test_jvp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (1.242s) 2022-12-01T11:25:52.9430574Z test_jvp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T11:25:52.9430958Z test_jvp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.036s) 2022-12-01T11:25:52.9431389Z test_jvp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-12-01T11:25:52.9431792Z test_jvp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.014s) 2022-12-01T11:25:52.9432173Z test_jvp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T11:25:52.9432554Z test_jvp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-12-01T11:25:52.9432934Z test_jvp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-12-01T11:25:52.9433314Z test_jvp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.014s) 2022-12-01T11:25:52.9433682Z test_jvp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T11:25:52.9434065Z test_jvp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-12-01T11:25:52.9434456Z test_vhp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.438s) 2022-12-01T11:25:52.9434875Z test_vhp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (1.614s) 2022-12-01T11:25:52.9435265Z test_vhp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-12-01T11:25:52.9435648Z test_vhp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.015s) 2022-12-01T11:25:52.9436039Z test_vhp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T11:25:52.9436427Z test_vhp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.013s) 2022-12-01T11:25:52.9436816Z test_vhp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-12-01T11:25:52.9437198Z test_vhp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.018s) 2022-12-01T11:25:52.9437584Z test_vhp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T11:25:52.9437953Z test_vhp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-12-01T11:25:52.9438332Z test_vhp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T11:25:52.9438710Z test_vhp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-12-01T11:25:52.9439087Z test_vjp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.349s) 2022-12-01T11:25:52.9439479Z test_vjp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (1.089s) 2022-12-01T11:25:52.9439866Z test_vjp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T11:25:52.9440252Z test_vjp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-12-01T11:25:52.9440633Z test_vjp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T11:25:52.9441032Z test_vjp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-12-01T11:25:52.9441422Z test_vjp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-12-01T11:25:52.9441802Z test_vjp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-12-01T11:25:52.9442168Z test_vjp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T11:25:52.9442549Z test_vjp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.011s) 2022-12-01T11:25:52.9442931Z test_vjp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T11:25:52.9443360Z test_vjp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-12-01T11:25:52.9443727Z test_inference_mode_context_manager (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-12-01T11:25:52.9444240Z test_inference_mode_decorator (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-12-01T11:25:52.9444598Z test_inference_mode_existing_autograd_session (__main__.TestAutogradInferenceMode) ... ok (0.011s) 2022-12-01T11:25:52.9444961Z test_inference_mode_handle_direct_view_on_rebase (__main__.TestAutogradInferenceMode) ... ok (0.015s) 2022-12-01T11:25:52.9445336Z test_inference_mode_handle_indirect_view_on_rebase (__main__.TestAutogradInferenceMode) ... ok (0.011s) 2022-12-01T11:25:52.9445718Z test_inference_mode_inf_tensor_in_inf_mode_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-12-01T11:25:52.9446104Z test_inference_mode_inf_tensor_in_inf_mode_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-12-01T11:25:52.9446469Z test_inference_mode_inf_tensor_in_inf_mode_view_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-12-01T11:25:52.9446917Z test_inference_mode_inf_tensor_in_normal_mode_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-12-01T11:25:52.9447310Z test_inference_mode_inf_tensor_in_normal_mode_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.016s) 2022-12-01T11:25:52.9447679Z test_inference_mode_inf_tensor_in_normal_mode_view_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-12-01T11:25:52.9448037Z test_inference_mode_tensor_creation (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-12-01T11:25:52.9448402Z test_mix_inference_and_normal_tensor_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.028s) 2022-12-01T11:25:52.9448774Z test_mix_inference_and_normal_tensor_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.022s) 2022-12-01T11:25:52.9449128Z test_mix_inference_and_normal_tensor_view_op (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-12-01T11:25:52.9449504Z test_normal_tensor_inplace_output_in_inference_mode (__main__.TestAutogradInferenceMode) ... ok (0.003s) 2022-12-01T11:25:52.9449880Z test_normal_tensor_inplace_output_in_normal_mode (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-12-01T11:25:52.9450249Z test_normal_tensor_view_output_in_inference_mode (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-12-01T11:25:52.9450602Z test_normal_tensor_view_output_in_normal_mode (__main__.TestAutogradInferenceMode) ... ok (0.009s) 2022-12-01T11:25:52.9451005Z test_autograd_composite_implicit_and_dispatch_registration_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.006s) 2022-12-01T11:25:52.9451433Z test_autograd_multiple_dispatch_registrations_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.005s) 2022-12-01T11:25:52.9451812Z test_foward_mode_AD_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.002s) 2022-12-01T11:25:52.9452174Z test_per_dispatch_key_input_saving_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.013s) 2022-12-01T11:25:52.9452535Z test_view_copy_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.005s) 2022-12-01T11:25:52.9452864Z test_cat_stack_r_to_c (__main__.TestMultithreadAutograd) ... ok (0.482s) 2022-12-01T11:25:52.9453180Z test_dataparallel_saved_tensors_hooks (__main__.TestMultithreadAutograd) ... ok (0.002s) 2022-12-01T11:25:52.9453507Z test_fork_join_in_middle (__main__.TestMultithreadAutograd) ... ok (0.067s) 2022-12-01T11:25:52.9453832Z test_multithread_saved_tensors_hooks (__main__.TestMultithreadAutograd) ... ok (0.001s) 2022-12-01T11:25:52.9454183Z test_multithreaded_exception_propagation (__main__.TestMultithreadAutograd) ... ok (0.003s) 2022-12-01T11:25:52.9454511Z test_preserve_backtrace (__main__.TestMultithreadAutograd) ... ok (0.002s) 2022-12-01T11:25:52.9454831Z test_python_thread_in_middle (__main__.TestMultithreadAutograd) ... ok (0.048s) 2022-12-01T11:25:52.9455192Z test_simple_backward (__main__.TestMultithreadAutograd) ... ok (0.016s) 2022-12-01T11:25:52.9455500Z test_simple_backward_same_input (__main__.TestMultithreadAutograd) ... ok (0.031s) 2022-12-01T11:25:52.9455687Z 2022-12-01T11:25:52.9455945Z ---------------------------------------------------------------------- 2022-12-01T11:25:52.9456193Z Ran 507 tests in 68.902s 2022-12-01T11:25:52.9456310Z 2022-12-01T11:25:52.9456406Z OK (skipped=27, expected failures=2) 2022-12-01T11:25:52.9456525Z 2022-12-01T11:25:52.9456609Z Generating XML reports... 2022-12-01T11:25:52.9457011Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutograd-20221201112443.xml 2022-12-01T11:25:52.9457646Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-autograd.test_complex.TestAutogradComplex-20221201112443.xml 2022-12-01T11:25:52.9458215Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradDeviceTypeCPU-20221201112443.xml 2022-12-01T11:25:52.9458771Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardMode-20221201112443.xml 2022-12-01T11:25:52.9459401Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardModeBatchedGrad-20221201112443.xml 2022-12-01T11:25:52.9460036Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-autograd.test_functional.TestAutogradFunctional-20221201112443.xml 2022-12-01T11:25:52.9460611Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradInferenceMode-20221201112443.xml 2022-12-01T11:25:52.9461197Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradMultipleDispatchCPU-20221201112443.xml 2022-12-01T11:25:52.9461764Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestMultithreadAutograd-20221201112443.xml 2022-12-01T11:25:52.9462009Z 2022-12-01T11:25:52.9462402Z ##[endgroup] 2022-12-01T11:25:52.9462767Z FINISHED PRINTING LOG FILE of test_autograd (/var/lib/jenkins/workspace/test/test-reports/test_autograd_j43ziv_t) 2022-12-01T11:25:52.9462980Z 2022-12-01T11:25:52.9463142Z Running test_overrides ... [2022-12-01 11:25:52.920162] 2022-12-01T11:25:52.9463609Z Executing ['/opt/conda/bin/python', '-bb', 'test_overrides.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:25:52.920541] 2022-12-01T11:25:59.3686804Z 2022-12-01T11:25:59.3687366Z Expand the folded group to see the log file of test_overrides 2022-12-01T11:25:59.3688031Z ##[group]PRINTING LOG FILE of test_overrides (/var/lib/jenkins/workspace/test/test-reports/test_overrides_xthutelz) 2022-12-01T11:25:59.3691212Z Test results will be stored in test-reports/python-unittest/test_overrides 2022-12-01T11:25:59.3691593Z 2022-12-01T11:25:59.3692166Z Running tests... 2022-12-01T11:25:59.3696461Z ---------------------------------------------------------------------- 2022-12-01T11:25:59.3697192Z test_broadcast_all (__main__.TestBroadcastAllOverride) ... ok (0.331s) 2022-12-01T11:25:59.3698033Z test_parameter_does_not_prevent_dispatch (__main__.TestDisabledTorchFunction) ... ok (0.002s) 2022-12-01T11:25:59.3698730Z test_wrapper (__main__.TestEinsumOverride) ... ok (0.007s) 2022-12-01T11:25:59.3699356Z test_gradcheck (__main__.TestGradCheckOverride) ... ok (0.048s) 2022-12-01T11:25:59.3699983Z test_newones (__main__.TestGradNewOnesOverride) ... ok (0.002s) 2022-12-01T11:25:59.3700532Z test_getitem (__main__.TestIndexing) ... ok (0.002s) 2022-12-01T11:25:59.3725071Z test_getitem_subclass (__main__.TestIndexing) ... ok (0.002s) 2022-12-01T11:25:59.3725472Z test_setitem (__main__.TestIndexing) ... ok (0.002s) 2022-12-01T11:25:59.3725944Z test_setitem_subclass (__main__.TestIndexing) ... ok (0.002s) 2022-12-01T11:25:59.3726380Z test_setitem_val (__main__.TestIndexing) ... ok (0.001s) 2022-12-01T11:25:59.3726717Z test_iterator (__main__.TestIterator) ... ok (0.001s) 2022-12-01T11:25:59.3727051Z test_max (__main__.TestNamedTuple) ... ok (0.002s) 2022-12-01T11:25:59.3727515Z test_pickle (__main__.TestPickle) ... ok (0.002s) 2022-12-01T11:25:59.3727757Z test_rnn (__main__.TestRNN) ... ok (0.006s) 2022-12-01T11:25:59.3728050Z test_resolve_name (__main__.TestResolveName) ... ok (0.201s) 2022-12-01T11:25:59.3728336Z test_all_same_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T11:25:59.3728620Z test_basic (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-12-01T11:25:59.3728975Z test_disable_enable_subclass (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T11:25:59.3729296Z test_disable_subclass_not_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T11:25:59.3729621Z test_distributions_bernoulli (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-12-01T11:25:59.3729995Z test_error_using_class_method_on_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T11:25:59.3730304Z test_factory_override (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-12-01T11:25:59.3730602Z test_get_cur_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T11:25:59.3730898Z test_get_mode_stack (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T11:25:59.3731319Z test_mode_notimplemented_loop (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-12-01T11:25:59.3731637Z test_modes_handle_first (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T11:25:59.3731961Z test_modes_return_notimplemented (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-12-01T11:25:59.3732310Z test_nested_modes_with_python_has_torch_function (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-12-01T11:25:59.3732626Z test_nested_same_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T11:25:59.3732923Z test_nn_parse_to (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T11:25:59.3733273Z test_reentrant_mode_idiom (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-12-01T11:25:59.3733577Z test_restacking_with_ancestor (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T11:25:59.3733889Z test_subclass_hash (__main__.TestTorchFunctionMode) ... ok (0.003s) 2022-12-01T11:25:59.3734175Z test_with_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T11:25:59.3734483Z test_with_mode_created_separately (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T11:25:59.3734787Z test_with_nested_modes (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T11:25:59.3735088Z test_Tensor___add__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3766063Z test_Tensor___and__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3767567Z test_Tensor___array__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3768040Z test_Tensor___array_wrap__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3768467Z test_Tensor___bool__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3768891Z test_Tensor___complex__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3769310Z test_Tensor___contains__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3769769Z test_Tensor___cuda_array_interface_____get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3770218Z test_Tensor___deepcopy__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3770618Z test_Tensor___div__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3771032Z test_Tensor___dlpack__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3771456Z test_Tensor___dlpack_device__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3771877Z test_Tensor___eq__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3772272Z test_Tensor___float__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3772684Z test_Tensor___floordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3773259Z test_Tensor___format__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3773647Z test_Tensor___ge__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3774069Z test_Tensor___getitem__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3774484Z test_Tensor___gt__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3774881Z test_Tensor___iadd__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3775278Z test_Tensor___iand__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3775683Z test_Tensor___idiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3776092Z test_Tensor___ifloordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3776503Z test_Tensor___ilshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3776925Z test_Tensor___imod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3777415Z test_Tensor___imul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3777918Z test_Tensor___index__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3778324Z test_Tensor___int__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3778735Z test_Tensor___invert__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3779149Z test_Tensor___ior__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3779541Z test_Tensor___irshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3779947Z test_Tensor___isub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3780353Z test_Tensor___ixor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3780742Z test_Tensor___le__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3794059Z test_Tensor___len__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3794630Z test_Tensor___long__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3795219Z test_Tensor___lshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3795744Z test_Tensor___lt__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3796222Z test_Tensor___matmul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3796754Z test_Tensor___mod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3797285Z test_Tensor___mul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3797585Z test_Tensor___ne__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3798012Z test_Tensor___nonzero__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3798502Z test_Tensor___or__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3798842Z test_Tensor___radd__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3799142Z test_Tensor___rand__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3799446Z test_Tensor___rdiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3799781Z test_Tensor___reduce_ex__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3800094Z test_Tensor___repr__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3800391Z test_Tensor___reversed__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3800709Z test_Tensor___rfloordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3801130Z test_Tensor___rlshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3801522Z test_Tensor___rmatmul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3802056Z test_Tensor___rmod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3802653Z test_Tensor___rmul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3803123Z test_Tensor___ror__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3803682Z test_Tensor___rpow__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3804203Z test_Tensor___rrshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3804521Z test_Tensor___rshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3804831Z test_Tensor___rsub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3805118Z test_Tensor___rxor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3805430Z test_Tensor___setitem__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3805747Z test_Tensor___setstate__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3806041Z test_Tensor___sub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3806349Z test_Tensor___truediv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3806763Z test_Tensor___xor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3807266Z test_Tensor__autocast_to_full_precision (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3807797Z test_Tensor__autocast_to_reduced_precision (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3808434Z test_Tensor__coalesced_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3808819Z test_Tensor__dimI (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3809212Z test_Tensor__dimV (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3809516Z test_Tensor__indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3809822Z test_Tensor__is_view (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3810279Z test_Tensor__nested_tensor_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3810757Z test_Tensor__nnz (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3811264Z test_Tensor__storage (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3811775Z test_Tensor__to_dense (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3812264Z test_Tensor__update_names (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3812771Z test_Tensor__values (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3813262Z test_Tensor_abs (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3813749Z test_Tensor_abs_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3814228Z test_Tensor_absolute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3814737Z test_Tensor_absolute_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3815264Z test_Tensor_acos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3815755Z test_Tensor_acos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3816236Z test_Tensor_acosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3816745Z test_Tensor_acosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3817378Z test_Tensor_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3817794Z test_Tensor_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3818205Z test_Tensor_addbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3818622Z test_Tensor_addbmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3819155Z test_Tensor_addcdiv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3819629Z test_Tensor_addcdiv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3820048Z test_Tensor_addcmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3820365Z test_Tensor_addcmul_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3820658Z test_Tensor_addmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3820970Z test_Tensor_addmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3835673Z test_Tensor_addmv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3836473Z test_Tensor_addmv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3836957Z test_Tensor_addr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3837458Z test_Tensor_addr_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3837886Z test_Tensor_adjoint (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3838392Z test_Tensor_align_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3838917Z test_Tensor_align_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3839523Z test_Tensor_all (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3840005Z test_Tensor_allclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3840525Z test_Tensor_amax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3841085Z test_Tensor_amin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3841457Z test_Tensor_aminmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3841767Z test_Tensor_angle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3842071Z test_Tensor_any (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3842375Z test_Tensor_apply_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3842668Z test_Tensor_arccos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3842978Z test_Tensor_arccos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3843289Z test_Tensor_arccosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3843582Z test_Tensor_arccosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3844025Z test_Tensor_arcsin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3844574Z test_Tensor_arcsin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3845258Z test_Tensor_arcsinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3845740Z test_Tensor_arcsinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3846050Z test_Tensor_arctan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3846357Z test_Tensor_arctan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3846648Z test_Tensor_arctan2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3846953Z test_Tensor_arctan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3847260Z test_Tensor_arctanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3847563Z test_Tensor_arctanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3847852Z test_Tensor_argmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3848161Z test_Tensor_argmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3848461Z test_Tensor_argsort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3848758Z test_Tensor_argwhere (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3849064Z test_Tensor_as_strided (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3849382Z test_Tensor_as_strided_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3849815Z test_Tensor_as_strided_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3850121Z test_Tensor_asin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3850429Z test_Tensor_asin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3850738Z test_Tensor_asinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3851028Z test_Tensor_asinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3851332Z test_Tensor_atan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3851636Z test_Tensor_atan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3851922Z test_Tensor_atan2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3852223Z test_Tensor_atan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3852526Z test_Tensor_atanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3852830Z test_Tensor_atanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3853124Z test_Tensor_backward (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3853481Z test_Tensor_baddbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3853791Z test_Tensor_baddbmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3854115Z test_Tensor_bernoulli (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3854550Z test_Tensor_bernoulli_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3854868Z test_Tensor_bfloat16 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3855269Z test_Tensor_bincount (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3855566Z test_Tensor_bitwise_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3855887Z test_Tensor_bitwise_and_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3856216Z test_Tensor_bitwise_left_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3856540Z test_Tensor_bitwise_left_shift_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3856867Z test_Tensor_bitwise_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3857183Z test_Tensor_bitwise_not_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3857559Z test_Tensor_bitwise_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3857858Z test_Tensor_bitwise_or_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3858186Z test_Tensor_bitwise_right_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3858522Z test_Tensor_bitwise_right_shift_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3858834Z test_Tensor_bitwise_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3859150Z test_Tensor_bitwise_xor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3859456Z test_Tensor_bmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3859758Z test_Tensor_bool (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3860056Z test_Tensor_broadcast_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3860363Z test_Tensor_byte (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3860665Z test_Tensor_cauchy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3860967Z test_Tensor_ccol_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3861274Z test_Tensor_cdouble (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3861579Z test_Tensor_ceil (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3861881Z test_Tensor_ceil_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3862225Z test_Tensor_cfloat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3862525Z test_Tensor_chalf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3862832Z test_Tensor_char (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3863125Z test_Tensor_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3863442Z test_Tensor_cholesky_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3863768Z test_Tensor_cholesky_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3864083Z test_Tensor_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3864375Z test_Tensor_clamp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3864683Z test_Tensor_clamp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3864992Z test_Tensor_clamp_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3865296Z test_Tensor_clamp_max_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3865648Z test_Tensor_clamp_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3865958Z test_Tensor_clamp_min_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3866253Z test_Tensor_clip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3866556Z test_Tensor_clip_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3866859Z test_Tensor_clone (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3867163Z test_Tensor_coalesce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3867466Z test_Tensor_col_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3867776Z test_Tensor_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3868085Z test_Tensor_conj_physical (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3868399Z test_Tensor_conj_physical_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3868723Z test_Tensor_contiguous (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3869030Z test_Tensor_copy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3869337Z test_Tensor_copysign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3869635Z test_Tensor_copysign_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3869942Z test_Tensor_corrcoef (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3870247Z test_Tensor_cos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3870534Z test_Tensor_cos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3870833Z test_Tensor_cosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3871137Z test_Tensor_cosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3871446Z test_Tensor_count_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3871743Z test_Tensor_cov (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3872045Z test_Tensor_cpu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3872343Z test_Tensor_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3872642Z test_Tensor_crow_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3872948Z test_Tensor_cuda (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3873248Z test_Tensor_cummax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3873553Z test_Tensor_cummin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3873845Z test_Tensor_cumprod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3874190Z test_Tensor_cumprod_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3874493Z test_Tensor_cumsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3874785Z test_Tensor_cumsum_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3875091Z test_Tensor_data_ptr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3875394Z test_Tensor_deg2rad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3875684Z test_Tensor_deg2rad_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3875992Z test_Tensor_dense_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3876308Z test_Tensor_dequantize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3876615Z test_Tensor_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3876905Z test_Tensor_detach (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3877213Z test_Tensor_detach_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3877510Z test_Tensor_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3877841Z test_Tensor_diag_embed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3878150Z test_Tensor_diagflat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3878458Z test_Tensor_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3878775Z test_Tensor_diagonal_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3879140Z test_Tensor_diff (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3879442Z test_Tensor_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3879745Z test_Tensor_digamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3880033Z test_Tensor_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3880333Z test_Tensor_dist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3880633Z test_Tensor_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3880931Z test_Tensor_div_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3881219Z test_Tensor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3881526Z test_Tensor_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3881828Z test_Tensor_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3882116Z test_Tensor_double (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3882422Z test_Tensor_dsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3882732Z test_Tensor_element_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3883038Z test_Tensor_eq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3883322Z test_Tensor_eq_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3883623Z test_Tensor_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3884058Z test_Tensor_erf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3884349Z test_Tensor_erf_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3884658Z test_Tensor_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3884959Z test_Tensor_erfc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3885253Z test_Tensor_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3885558Z test_Tensor_erfinv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3885866Z test_Tensor_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3886169Z test_Tensor_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3886577Z test_Tensor_exp2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3886879Z test_Tensor_exp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3887187Z test_Tensor_expand (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3887488Z test_Tensor_expand_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3887795Z test_Tensor_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3888099Z test_Tensor_expm1_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3888416Z test_Tensor_exponential_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3888711Z test_Tensor_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3889026Z test_Tensor_fill_diagonal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3889335Z test_Tensor_fix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3889623Z test_Tensor_fix_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3889973Z test_Tensor_flatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3890278Z test_Tensor_flip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3890581Z test_Tensor_fliplr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3890872Z test_Tensor_flipud (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3891175Z test_Tensor_float (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3891484Z test_Tensor_float_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3891788Z test_Tensor_float_power_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3892096Z test_Tensor_floor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3892399Z test_Tensor_floor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3892698Z test_Tensor_floor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3893019Z test_Tensor_floor_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3893330Z test_Tensor_fmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3893629Z test_Tensor_fmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3893918Z test_Tensor_fmod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3894221Z test_Tensor_fmod_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3894524Z test_Tensor_frac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3894813Z test_Tensor_frac_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-12-01T11:25:59.3895116Z test_Tensor_frexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3895420Z test_Tensor_gather (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3895729Z test_Tensor_gcd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3896022Z test_Tensor_gcd_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3896327Z test_Tensor_ge (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3896626Z test_Tensor_ge_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3896925Z test_Tensor_geometric_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3897234Z test_Tensor_geqrf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3897610Z test_Tensor_ger (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3897921Z test_Tensor_get_device (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3898218Z test_Tensor_greater (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3898535Z test_Tensor_greater_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3898910Z test_Tensor_greater_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3899223Z test_Tensor_greater_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3899535Z test_Tensor_gt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3899834Z test_Tensor_gt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3900124Z test_Tensor_half (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3900437Z test_Tensor_hardshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3900751Z test_Tensor_has_names (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3901067Z test_Tensor_heaviside (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3901376Z test_Tensor_heaviside_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3901691Z test_Tensor_histc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3902010Z test_Tensor_histogram (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3902348Z test_Tensor_hsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3902654Z test_Tensor_hypot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3902955Z test_Tensor_hypot_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3903253Z test_Tensor_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3903541Z test_Tensor_i0_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3903839Z test_Tensor_igamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3904143Z test_Tensor_igamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3904435Z test_Tensor_igammac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3904748Z test_Tensor_igammac_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3905067Z test_Tensor_index_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3905384Z test_Tensor_index_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3905690Z test_Tensor_index_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3906013Z test_Tensor_index_copy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3906326Z test_Tensor_index_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3906624Z test_Tensor_index_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3906934Z test_Tensor_index_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3907246Z test_Tensor_index_put_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3907564Z test_Tensor_index_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3907877Z test_Tensor_index_reduce_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3908206Z test_Tensor_index_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3908517Z test_Tensor_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3908812Z test_Tensor_inner (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3909111Z test_Tensor_int (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3909415Z test_Tensor_int_repr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3909713Z test_Tensor_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3910017Z test_Tensor_ipu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3910330Z test_Tensor_is_coalesced (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3910642Z test_Tensor_is_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3910988Z test_Tensor_is_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3911305Z test_Tensor_is_contiguous (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3911630Z test_Tensor_is_distributed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3911948Z test_Tensor_is_floating_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3912274Z test_Tensor_is_inference (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3912585Z test_Tensor_is_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3912893Z test_Tensor_is_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3913194Z test_Tensor_is_pinned (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3913503Z test_Tensor_is_same_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3913815Z test_Tensor_is_set_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3914109Z test_Tensor_is_shared (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3914449Z test_Tensor_is_signed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3914759Z test_Tensor_isclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3915074Z test_Tensor_isfinite (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3915373Z test_Tensor_isinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3915675Z test_Tensor_isnan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3915986Z test_Tensor_isneginf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3916286Z test_Tensor_isposinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3916590Z test_Tensor_isreal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3916903Z test_Tensor_istft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3917203Z test_Tensor_item (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3917492Z test_Tensor_kron (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3917798Z test_Tensor_kthvalue (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3918099Z test_Tensor_lcm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3918385Z test_Tensor_lcm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3918684Z test_Tensor_ldexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3918986Z test_Tensor_ldexp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3919290Z test_Tensor_le (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3919577Z test_Tensor_le_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3919884Z test_Tensor_lerp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3920191Z test_Tensor_lerp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3920487Z test_Tensor_less (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3920796Z test_Tensor_less_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3921103Z test_Tensor_less_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3921406Z test_Tensor_less_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3921726Z test_Tensor_lgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3922040Z test_Tensor_lgamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3922344Z test_Tensor_log (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3922635Z test_Tensor_log10 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3922988Z test_Tensor_log10_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3923290Z test_Tensor_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3923584Z test_Tensor_log1p_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3924030Z test_Tensor_log2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3924340Z test_Tensor_log2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3924643Z test_Tensor_log_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3924940Z test_Tensor_log_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3925272Z test_Tensor_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3925591Z test_Tensor_logaddexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3925928Z test_Tensor_logaddexp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3926296Z test_Tensor_logcumsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3926693Z test_Tensor_logdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3927008Z test_Tensor_logical_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3927312Z test_Tensor_logical_and_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3927632Z test_Tensor_logical_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3927953Z test_Tensor_logical_not_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3928264Z test_Tensor_logical_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3928579Z test_Tensor_logical_or_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3928890Z test_Tensor_logical_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3929214Z test_Tensor_logical_xor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3929509Z test_Tensor_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3929818Z test_Tensor_logit_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3930131Z test_Tensor_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3930428Z test_Tensor_long (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3930727Z test_Tensor_lt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3931028Z test_Tensor_lt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3931312Z test_Tensor_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3931613Z test_Tensor_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3931916Z test_Tensor_map2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3932226Z test_Tensor_map_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3932521Z test_Tensor_masked_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3932839Z test_Tensor_masked_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3933162Z test_Tensor_masked_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3933476Z test_Tensor_masked_scatter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3933800Z test_Tensor_masked_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3934112Z test_Tensor_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3934417Z test_Tensor_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3934721Z test_Tensor_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3935028Z test_Tensor_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3935397Z test_Tensor_maximum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3935696Z test_Tensor_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3935998Z test_Tensor_median (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3936299Z test_Tensor_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3936601Z test_Tensor_minimum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3936891Z test_Tensor_mm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3937193Z test_Tensor_mode (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3937582Z test_Tensor_moveaxis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3937883Z test_Tensor_movedim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3938191Z test_Tensor_msort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3938500Z test_Tensor_mul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3938849Z test_Tensor_mul_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3939148Z test_Tensor_multinomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3939471Z test_Tensor_multiply (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3939784Z test_Tensor_multiply_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3940077Z test_Tensor_mv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3940381Z test_Tensor_mvlgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3940694Z test_Tensor_mvlgamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3940995Z test_Tensor_nan_to_num (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3941308Z test_Tensor_nan_to_num_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3941620Z test_Tensor_nanmean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3941933Z test_Tensor_nanmedian (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3942236Z test_Tensor_nanquantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3942547Z test_Tensor_nansum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3942853Z test_Tensor_narrow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3943148Z test_Tensor_narrow_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3943467Z test_Tensor_ndimension (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3943774Z test_Tensor_ne (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3944069Z test_Tensor_ne_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3944353Z test_Tensor_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3944652Z test_Tensor_neg_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3944958Z test_Tensor_negative (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3945261Z test_Tensor_negative_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3945571Z test_Tensor_nelement (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3945883Z test_Tensor_nextafter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3946192Z test_Tensor_nextafter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3946490Z test_Tensor_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3946798Z test_Tensor_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3947102Z test_Tensor_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3947443Z test_Tensor_not_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3947751Z test_Tensor_not_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3948058Z test_Tensor_numel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3948361Z test_Tensor_numpy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3948653Z test_Tensor_orgqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3948959Z test_Tensor_ormqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3949257Z test_Tensor_outer (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3949547Z test_Tensor_permute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3949859Z test_Tensor_pin_memory (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3950170Z test_Tensor_pinverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3950472Z test_Tensor_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3950786Z test_Tensor_polygamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3951179Z test_Tensor_positive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3951492Z test_Tensor_pow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3951783Z test_Tensor_pow_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3952087Z test_Tensor_prelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3952394Z test_Tensor_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3952683Z test_Tensor_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3952983Z test_Tensor_put_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3953301Z test_Tensor_q_per_channel_axis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3953641Z test_Tensor_q_per_channel_scales (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3953973Z test_Tensor_q_per_channel_zero_points (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3954296Z test_Tensor_q_scale (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3954609Z test_Tensor_q_zero_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3954905Z test_Tensor_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3955206Z test_Tensor_qscheme (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3955514Z test_Tensor_quantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3955824Z test_Tensor_rad2deg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3956112Z test_Tensor_rad2deg_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3956418Z test_Tensor_random_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3956725Z test_Tensor_ravel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3957028Z test_Tensor_reciprocal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3957342Z test_Tensor_reciprocal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3957664Z test_Tensor_record_stream (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3957983Z test_Tensor_refine_names (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3958289Z test_Tensor_register_hook (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3958603Z test_Tensor_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3958903Z test_Tensor_relu_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3959197Z test_Tensor_remainder (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3959555Z test_Tensor_remainder_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3959870Z test_Tensor_rename (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3960179Z test_Tensor_rename_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3960471Z test_Tensor_renorm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3960776Z test_Tensor_renorm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3961082Z test_Tensor_repeat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3961394Z test_Tensor_repeat_interleave (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3961723Z test_Tensor_requires_grad_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3962043Z test_Tensor_reshape (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3962342Z test_Tensor_reshape_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3962653Z test_Tensor_resize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3963000Z test_Tensor_resize_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3963309Z test_Tensor_resize_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3963603Z test_Tensor_resize_as_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3964075Z test_Tensor_resize_as_sparse_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3964403Z test_Tensor_resolve_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3964708Z test_Tensor_resolve_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3965026Z test_Tensor_retain_grad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3965331Z test_Tensor_roll (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3965631Z test_Tensor_rot90 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3965923Z test_Tensor_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3966232Z test_Tensor_round_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3966544Z test_Tensor_row_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3966838Z test_Tensor_rsqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3967144Z test_Tensor_rsqrt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3967446Z test_Tensor_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3967758Z test_Tensor_scatter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3968055Z test_Tensor_scatter_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3968373Z test_Tensor_scatter_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3968697Z test_Tensor_scatter_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3969012Z test_Tensor_scatter_reduce_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3969326Z test_Tensor_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3969640Z test_Tensor_select_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3969948Z test_Tensor_set_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3970233Z test_Tensor_sgn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3970531Z test_Tensor_sgn_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3970839Z test_Tensor_share_memory_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3971137Z test_Tensor_short (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3971442Z test_Tensor_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3971848Z test_Tensor_sigmoid_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3972153Z test_Tensor_sign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3972443Z test_Tensor_sign_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3972749Z test_Tensor_signbit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3973052Z test_Tensor_sin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3973342Z test_Tensor_sin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3973643Z test_Tensor_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3973945Z test_Tensor_sinc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3974233Z test_Tensor_sinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3974533Z test_Tensor_sinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3974833Z test_Tensor_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3975145Z test_Tensor_slice_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3975489Z test_Tensor_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3975793Z test_Tensor_smm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3976093Z test_Tensor_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3976382Z test_Tensor_sort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3976691Z test_Tensor_sparse_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3977005Z test_Tensor_sparse_mask (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3977383Z test_Tensor_sparse_resize_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3977711Z test_Tensor_sparse_resize_and_clear_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3978040Z test_Tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3978361Z test_Tensor_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3978687Z test_Tensor_sqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3978987Z test_Tensor_sqrt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3979297Z test_Tensor_square (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3979607Z test_Tensor_square_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3979903Z test_Tensor_squeeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3980211Z test_Tensor_squeeze_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3980522Z test_Tensor_sspaddmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3980813Z test_Tensor_std (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3981114Z test_Tensor_stft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3981416Z test_Tensor_storage (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3981731Z test_Tensor_storage_offset (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3982040Z test_Tensor_storage_type (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3982349Z test_Tensor_sub (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3982646Z test_Tensor_sub_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3982939Z test_Tensor_subtract (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3983253Z test_Tensor_subtract_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3983559Z test_Tensor_sum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3983897Z test_Tensor_sum_to_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3984197Z test_Tensor_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3984508Z test_Tensor_swapaxes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3984824Z test_Tensor_swapaxes_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3985126Z test_Tensor_swapdims (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3985441Z test_Tensor_swapdims_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3985748Z test_Tensor_symeig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3986033Z test_Tensor_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3986330Z test_Tensor_t_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3986632Z test_Tensor_take (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3986950Z test_Tensor_take_along_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3987248Z test_Tensor_tan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3987581Z test_Tensor_tan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3987878Z test_Tensor_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3988170Z test_Tensor_tanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3988480Z test_Tensor_tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3988786Z test_Tensor_tile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3989083Z test_Tensor_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3989374Z test_Tensor_to_dense (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3989683Z test_Tensor_to_mkldnn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3989999Z test_Tensor_to_sparse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3990290Z test_Tensor_tolist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3990595Z test_Tensor_topk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3990895Z test_Tensor_trace (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3991190Z test_Tensor_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3991502Z test_Tensor_transpose_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3991827Z test_Tensor_triangular_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3992140Z test_Tensor_tril (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3992426Z test_Tensor_tril_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3992726Z test_Tensor_triu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3993028Z test_Tensor_triu_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3993323Z test_Tensor_true_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3993644Z test_Tensor_true_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3993951Z test_Tensor_trunc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3994252Z test_Tensor_trunc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3994544Z test_Tensor_type (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3994848Z test_Tensor_type_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3995150Z test_Tensor_unbind (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3995438Z test_Tensor_unfold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3995737Z test_Tensor_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3996081Z test_Tensor_unique (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3996400Z test_Tensor_unique_consecutive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3996715Z test_Tensor_unsafe_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3997034Z test_Tensor_unsafe_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3997359Z test_Tensor_unsafe_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3997672Z test_Tensor_unsqueeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3997984Z test_Tensor_unsqueeze_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3998290Z test_Tensor_values (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3998588Z test_Tensor_var (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3998880Z test_Tensor_vdot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3999183Z test_Tensor_view (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3999533Z test_Tensor_view_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.3999831Z test_Tensor_vsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4000132Z test_Tensor_where (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4000436Z test_Tensor_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4000742Z test_Tensor_xlogy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4001030Z test_Tensor_xpu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4001332Z test_Tensor_zero_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4001641Z test__TensorBase_H___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4001951Z test__TensorBase_T___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4002286Z test__TensorBase__backward_hooks___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4002623Z test__TensorBase__base___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4002949Z test__TensorBase__cdata___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4003263Z test__TensorBase__grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4003593Z test__TensorBase__grad_fn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4004074Z test__TensorBase__version___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4004396Z test__TensorBase_data___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4004725Z test__TensorBase_device___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4005058Z test__TensorBase_dtype___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4005388Z test__TensorBase_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4005703Z test__TensorBase_grad_fn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4006034Z test__TensorBase_imag___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4006411Z test__TensorBase_is_cpu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4006730Z test__TensorBase_is_cuda___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4007061Z test__TensorBase_is_ipu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4007390Z test__TensorBase_is_leaf___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4007717Z test__TensorBase_is_meta___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4008109Z test__TensorBase_is_mkldnn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4008445Z test__TensorBase_is_mps___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4008779Z test__TensorBase_is_nested___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4009094Z test__TensorBase_is_ort___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4009430Z test__TensorBase_is_quantized___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4009766Z test__TensorBase_is_sparse___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4010107Z test__TensorBase_is_sparse_csr___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4010433Z test__TensorBase_is_vulkan___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4010765Z test__TensorBase_is_xpu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4011098Z test__TensorBase_layout___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4011452Z test__TensorBase_mH___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4011773Z test__TensorBase_mT___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4012096Z test__TensorBase_name___get__ (__main__.TestTorchFunctionOverride) ... ok (0.019s) 2022-12-01T11:25:59.4012420Z test__TensorBase_names___get__ (__main__.TestTorchFunctionOverride) ... ok (0.018s) 2022-12-01T11:25:59.4012731Z test__TensorBase_ndim___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4013060Z test__TensorBase_output_nr___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4013391Z test__TensorBase_real___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4013724Z test__TensorBase_requires_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4014058Z test__TensorBase_retains_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4014399Z test__TensorBase_shape___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4014730Z test__TensorBase_volatile___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4015026Z test_base (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4015311Z test_grad (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-12-01T11:25:59.4015597Z test_mean_semantics (__main__.TestTorchFunctionOverride) 2022-12-01T11:25:59.4015872Z Test that a function with one argument can be overrided ... ok (0.002s) 2022-12-01T11:25:59.4016155Z test_mm_semantics (__main__.TestTorchFunctionOverride) 2022-12-01T11:25:59.4016449Z Test that a function with multiple arguments can be overrided ... ok (0.003s) 2022-12-01T11:25:59.4016754Z test_pow_rpow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4017041Z test_precedence_semantics (__main__.TestTorchFunctionOverride) 2022-12-01T11:25:59.4017433Z Test semantics for __torch_function__ for functions that take ... ok (0.005s) 2022-12-01T11:25:59.4017746Z test_tensor_subclass_propagation (__main__.TestTorchFunctionOverride) 2022-12-01T11:25:59.4018036Z this test exercises the functionality described in ... ok (0.003s) 2022-12-01T11:25:59.4018342Z test_torch__C__fft_fft_fft (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-12-01T11:25:59.4018666Z test_torch__C__fft_fft_fft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4018987Z test_torch__C__fft_fft_fftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4019297Z test_torch__C__fft_fft_fftshift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4019620Z test_torch__C__fft_fft_hfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4019982Z test_torch__C__fft_fft_hfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4020291Z test_torch__C__fft_fft_hfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4020606Z test_torch__C__fft_fft_ifft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4020925Z test_torch__C__fft_fft_ifft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4021240Z test_torch__C__fft_fft_ifftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4021552Z test_torch__C__fft_fft_ifftshift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4021873Z test_torch__C__fft_fft_ihfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4022195Z test_torch__C__fft_fft_ihfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4022506Z test_torch__C__fft_fft_ihfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4022828Z test_torch__C__fft_fft_irfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4023179Z test_torch__C__fft_fft_irfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4023502Z test_torch__C__fft_fft_irfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4023805Z test_torch__C__fft_fft_rfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4024123Z test_torch__C__fft_fft_rfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4024437Z test_torch__C__fft_fft_rfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4024754Z test_torch__C__linalg_linalg_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4025107Z test_torch__C__linalg_linalg_cholesky_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4025450Z test_torch__C__linalg_linalg_cond (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4025790Z test_torch__C__linalg_linalg_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4026117Z test_torch__C__linalg_linalg_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4026462Z test_torch__C__linalg_linalg_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4026797Z test_torch__C__linalg_linalg_eig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4027129Z test_torch__C__linalg_linalg_eigh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4027453Z test_torch__C__linalg_linalg_eigvals (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4027801Z test_torch__C__linalg_linalg_eigvalsh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4028186Z test_torch__C__linalg_linalg_householder_product (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4028528Z test_torch__C__linalg_linalg_inv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4028862Z test_torch__C__linalg_linalg_inv_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4029208Z test_torch__C__linalg_linalg_ldl_factor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4029556Z test_torch__C__linalg_linalg_ldl_factor_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4029890Z test_torch__C__linalg_linalg_ldl_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4030224Z test_torch__C__linalg_linalg_lstsq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4030553Z test_torch__C__linalg_linalg_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4030875Z test_torch__C__linalg_linalg_lu_factor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4031223Z test_torch__C__linalg_linalg_lu_factor_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4031604Z test_torch__C__linalg_linalg_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4031941Z test_torch__C__linalg_linalg_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4032270Z test_torch__C__linalg_linalg_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4032616Z test_torch__C__linalg_linalg_matrix_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4032964Z test_torch__C__linalg_linalg_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4033314Z test_torch__C__linalg_linalg_matrix_rank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4033643Z test_torch__C__linalg_linalg_multi_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4033979Z test_torch__C__linalg_linalg_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4034315Z test_torch__C__linalg_linalg_pinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4034682Z test_torch__C__linalg_linalg_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4035015Z test_torch__C__linalg_linalg_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4035351Z test_torch__C__linalg_linalg_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4035683Z test_torch__C__linalg_linalg_solve_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4036023Z test_torch__C__linalg_linalg_solve_triangular (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4036365Z test_torch__C__linalg_linalg_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4036699Z test_torch__C__linalg_linalg_svdvals (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4037027Z test_torch__C__linalg_linalg_tensorinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4037383Z test_torch__C__linalg_linalg_tensorsolve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4037730Z test_torch__C__linalg_linalg_vander (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4038072Z test_torch__C__linalg_linalg_vecdot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4038397Z test_torch__C__linalg_linalg_vector_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4038733Z test_torch__C__nn_avg_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4039056Z test_torch__C__nn_avg_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4039373Z test_torch__C__nn_gelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4039672Z test_torch__C__nn_linear (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4040053Z test_torch__C__nn_log_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4040370Z test_torch__C__nn_one_hot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4040677Z test_torch__C__nn_softplus (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4041000Z test_torch__C__nn_softshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4041335Z test_torch__C__special_special_airy_ai (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4041680Z test_torch__C__special_special_bessel_j0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4042015Z test_torch__C__special_special_bessel_j1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4042361Z test_torch__C__special_special_bessel_y0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4042707Z test_torch__C__special_special_bessel_y1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4043100Z test_torch__C__special_special_chebyshev_polynomial_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4043487Z test_torch__C__special_special_chebyshev_polynomial_u (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4044015Z test_torch__C__special_special_chebyshev_polynomial_v (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4044398Z test_torch__C__special_special_chebyshev_polynomial_w (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4044744Z test_torch__C__special_special_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4045091Z test_torch__C__special_special_entr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4045431Z test_torch__C__special_special_erf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4045766Z test_torch__C__special_special_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4046096Z test_torch__C__special_special_erfcx (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4046503Z test_torch__C__special_special_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4046843Z test_torch__C__special_special_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4047170Z test_torch__C__special_special_expit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4047512Z test_torch__C__special_special_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4047854Z test_torch__C__special_special_gammainc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4048206Z test_torch__C__special_special_gammaincc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4048543Z test_torch__C__special_special_gammaln (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4048915Z test_torch__C__special_special_hermite_polynomial_h (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4049295Z test_torch__C__special_special_hermite_polynomial_he (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4049636Z test_torch__C__special_special_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4049977Z test_torch__C__special_special_i0e (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4050311Z test_torch__C__special_special_i1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4050654Z test_torch__C__special_special_i1e (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4051001Z test_torch__C__special_special_laguerre_polynomial_l (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4051382Z test_torch__C__special_special_legendre_polynomial_p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4051743Z test_torch__C__special_special_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4052090Z test_torch__C__special_special_log_ndtr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4052432Z test_torch__C__special_special_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4052781Z test_torch__C__special_special_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4053128Z test_torch__C__special_special_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4053478Z test_torch__C__special_special_modified_bessel_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4053846Z test_torch__C__special_special_modified_bessel_i1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4054215Z test_torch__C__special_special_modified_bessel_k0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4054644Z test_torch__C__special_special_modified_bessel_k1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4054998Z test_torch__C__special_special_multigammaln (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4055349Z test_torch__C__special_special_ndtr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4055696Z test_torch__C__special_special_ndtri (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4056043Z test_torch__C__special_special_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4056370Z test_torch__C__special_special_psi (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4056711Z test_torch__C__special_special_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4057078Z test_torch__C__special_special_scaled_modified_bessel_k0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4057511Z test_torch__C__special_special_scaled_modified_bessel_k1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4057944Z test_torch__C__special_special_shifted_chebyshev_polynomial_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4058341Z test_torch__C__special_special_shifted_chebyshev_polynomial_u (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4058740Z test_torch__C__special_special_shifted_chebyshev_polynomial_v (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4059119Z test_torch__C__special_special_shifted_chebyshev_polynomial_w (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4059482Z test_torch__C__special_special_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4059830Z test_torch__C__special_special_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4060192Z test_torch__C__special_special_spherical_bessel_j0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4060537Z test_torch__C__special_special_xlog1py (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4060884Z test_torch__C__special_special_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4061226Z test_torch__C__special_special_zeta (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4061540Z test_torch__assert_async (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4061856Z test_torch__conj_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4062173Z test_torch__fw_primal_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4062489Z test_torch__indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4062798Z test_torch__lobpcg_lobpcg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4063128Z test_torch__lowrank_pca_lowrank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4063464Z test_torch__lowrank_svd_lowrank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4063782Z test_torch__make_dual_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4064098Z test_torch__neg_view_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4064422Z test_torch__reshape_alias_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4064747Z test_torch__rowwise_prune (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4065067Z test_torch__sparse_broadcast_to_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4065400Z test_torch__values_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4065701Z test_torch_abs (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4065991Z test_torch_absolute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4066332Z test_torch_acos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4066635Z test_torch_acosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4066956Z test_torch_adaptive_avg_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4067278Z test_torch_adaptive_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4067594Z test_torch_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4067892Z test_torch_addbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4068197Z test_torch_addcdiv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4068506Z test_torch_addcmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4068797Z test_torch_addmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4069099Z test_torch_addmv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4069404Z test_torch_addr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4069729Z test_torch_adjoint (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4070057Z test_torch_affine_grid_generator (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4070382Z test_torch_alias_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4070687Z test_torch_all (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4070977Z test_torch_allclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4071300Z test_torch_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4071613Z test_torch_amax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4071897Z test_torch_amin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4072202Z test_torch_aminmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4072506Z test_torch_angle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4072794Z test_torch_any (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4073095Z test_torch_arccos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4073403Z test_torch_arccosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4073705Z test_torch_arcsin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4073995Z test_torch_arcsinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4074337Z test_torch_arctan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4074643Z test_torch_arctan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4074932Z test_torch_arctanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4075234Z test_torch_argmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4075539Z test_torch_argmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4075844Z test_torch_argsort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4076142Z test_torch_argwhere (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4076462Z test_torch_as_strided_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4076792Z test_torch_as_strided_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4077095Z test_torch_asin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4077397Z test_torch_asinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4077699Z test_torch_atan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4078340Z test_torch_atan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4078625Z test_torch_atanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4078980Z test_torch_avg_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4079293Z test_torch_baddbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4079589Z test_torch_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4079917Z test_torch_batch_norm_backward_elemt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4080265Z test_torch_batch_norm_backward_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4080600Z test_torch_batch_norm_elemt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4080919Z test_torch_batch_norm_gather_stats (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4081274Z test_torch_batch_norm_gather_stats_with_counts (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4081616Z test_torch_batch_norm_stats (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4081943Z test_torch_batch_norm_update_stats (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4082296Z test_torch_bernoulli (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4082612Z test_torch_bilinear (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4082947Z test_torch_binary_cross_entropy_with_logits (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4083267Z test_torch_bincount (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4083575Z test_torch_binomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4084059Z test_torch_bitwise_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4084378Z test_torch_bitwise_left_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4084698Z test_torch_bitwise_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4085015Z test_torch_bitwise_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4085344Z test_torch_bitwise_right_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4085654Z test_torch_bitwise_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4085956Z test_torch_bmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4086268Z test_torch_broadcast_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4086569Z test_torch_bucketize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4086872Z test_torch_cat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4087193Z test_torch_ccol_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4087507Z test_torch_ceil (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4087796Z test_torch_celu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4088108Z test_torch_channel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4088426Z test_torch_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4088728Z test_torch_cholesky_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4089053Z test_torch_cholesky_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4089389Z test_torch_choose_qparams_optimized (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4089710Z test_torch_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4089999Z test_torch_clamp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4090308Z test_torch_clamp_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4090618Z test_torch_clamp_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4090985Z test_torch_clip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4091285Z test_torch_clone (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4091600Z test_torch_col_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4091922Z test_torch_column_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4092224Z test_torch_combinations (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4092533Z test_torch_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4092840Z test_torch_concat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4093141Z test_torch_concatenate (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4093446Z test_torch_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4093754Z test_torch_conj_physical (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4094081Z test_torch_constant_pad_nd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4094421Z test_torch_conv1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4094728Z test_torch_conv2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4095029Z test_torch_conv3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4095319Z test_torch_conv_tbc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4095635Z test_torch_conv_transpose1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4095963Z test_torch_conv_transpose2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4096276Z test_torch_conv_transpose3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4096602Z test_torch_convolution (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4096920Z test_torch_copysign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4097227Z test_torch_corrcoef (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4097575Z test_torch_cos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4097874Z test_torch_cosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4098193Z test_torch_cosine_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4098515Z test_torch_cosine_similarity (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4098837Z test_torch_count_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4099144Z test_torch_cov (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4099442Z test_torch_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4099744Z test_torch_crow_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4100057Z test_torch_ctc_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4100362Z test_torch_cummax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4100656Z test_torch_cummin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4100963Z test_torch_cumprod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4101266Z test_torch_cumsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4101588Z test_torch_cumulative_trapezoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4101901Z test_torch_deg2rad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4102214Z test_torch_dequantize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4102521Z test_torch_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4102807Z test_torch_detach (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4103164Z test_torch_detach_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4103472Z test_torch_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4103777Z test_torch_diag_embed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4104074Z test_torch_diagflat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4104385Z test_torch_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4104699Z test_torch_diagonal_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4105014Z test_torch_diagonal_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4105326Z test_torch_diff (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4105627Z test_torch_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4105929Z test_torch_dist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4106213Z test_torch_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4106552Z test_torch_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4106852Z test_torch_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4107141Z test_torch_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4107443Z test_torch_dsmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4107745Z test_torch_dsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4108039Z test_torch_dstack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4108351Z test_torch_embedding (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4108671Z test_torch_embedding_bag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4108988Z test_torch_empty_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4109281Z test_torch_eq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4109580Z test_torch_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4109877Z test_torch_erf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4110162Z test_torch_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4110465Z test_torch_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4110762Z test_torch_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4111061Z test_torch_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4111357Z test_torch_expand_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4111664Z test_torch_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4111996Z test_torch_fake_quantize_per_channel_affine (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4112348Z test_torch_fake_quantize_per_tensor_affine (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4112704Z test_torch_fbgemm_linear_fp16_weight (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4113066Z test_torch_fbgemm_linear_fp16_weight_fp32_activation (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4113424Z test_torch_fbgemm_linear_int8_weight (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4113767Z test_torch_fbgemm_linear_int8_weight_fp32_activation (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4114131Z test_torch_fbgemm_linear_quantize_weight (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4114482Z test_torch_fbgemm_pack_gemm_matrix_fp16 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4114820Z test_torch_fbgemm_pack_quantized_matrix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4115208Z test_torch_feature_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4115543Z test_torch_feature_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4115851Z test_torch_fix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4116142Z test_torch_flatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4116446Z test_torch_flip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4116747Z test_torch_fliplr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4117041Z test_torch_flipud (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4117351Z test_torch_float_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4117658Z test_torch_floor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4117968Z test_torch_floor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4118262Z test_torch_fmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4118595Z test_torch_fmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4118894Z test_torch_fmod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4119183Z test_torch_frac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4119483Z test_torch_frexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4119797Z test_torch_frobenius_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4120111Z test_torch_full_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4120422Z test_torch_functional_atleast_1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4120578Z test_torch_functional_atleast_2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4120734Z test_torch_functional_atleast_3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4120891Z test_torch_functional_block_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4121059Z test_torch_functional_broadcast_tensors (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4121222Z test_torch_functional_cartesian_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4121375Z test_torch_functional_cdist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4121521Z test_torch_functional_chain_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4121672Z test_torch_functional_einsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4121820Z test_torch_functional_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4121978Z test_torch_functional_meshgrid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4122130Z test_torch_functional_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4122286Z test_torch_functional_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4122439Z test_torch_functional_stft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4122597Z test_torch_functional_tensordot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4122739Z test_torch_functional_unique (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4122907Z test_torch_functional_unique_consecutive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4123077Z test_torch_fused_moving_avg_obs_fake_quant (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4123220Z test_torch_gather (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4123357Z test_torch_gcd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4123541Z test_torch_ge (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4123682Z test_torch_geqrf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4123949Z test_torch_ger (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4124112Z test_torch_gradient (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4124256Z test_torch_greater (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4124403Z test_torch_greater_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4124551Z test_torch_grid_sampler (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4124703Z test_torch_grid_sampler_2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4124851Z test_torch_grid_sampler_3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4124997Z test_torch_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4125135Z test_torch_gru (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4125322Z test_torch_gru_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4125460Z test_torch_gt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4125606Z test_torch_hardshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4125749Z test_torch_heaviside (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4125909Z test_torch_hinge_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4126047Z test_torch_histc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4126196Z test_torch_histogram (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4126345Z test_torch_histogramdd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4126473Z test_torch_hsmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4126613Z test_torch_hsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4126754Z test_torch_hstack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4126895Z test_torch_hypot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4127029Z test_torch_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4127167Z test_torch_igamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4127309Z test_torch_igammac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4127446Z test_torch_imag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4127576Z test_torch_index_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4127722Z test_torch_index_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4127866Z test_torch_index_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4128014Z test_torch_index_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4128164Z test_torch_index_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4128309Z test_torch_index_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4128451Z test_torch_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4128592Z test_torch_inner (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4128727Z test_torch_instance_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4128869Z test_torch_int_repr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4129009Z test_torch_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4129154Z test_torch_is_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4129387Z test_torch_is_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4129540Z test_torch_is_distributed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4129701Z test_torch_is_floating_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4129846Z test_torch_is_inference (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4129971Z test_torch_is_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4130113Z test_torch_is_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4130258Z test_torch_is_same_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4130399Z test_torch_is_signed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4130540Z test_torch_isclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4130682Z test_torch_isfinite (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4130822Z test_torch_isin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4130993Z test_torch_isinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4131120Z test_torch_isnan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4131263Z test_torch_isneginf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4131403Z test_torch_isposinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4131544Z test_torch_isreal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4131682Z test_torch_istft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4131819Z test_torch_kl_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4131956Z test_torch_kron (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4132096Z test_torch_kthvalue (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4132231Z test_torch_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4132369Z test_torch_lcm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4132507Z test_torch_ldexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4132642Z test_torch_le (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4132779Z test_torch_lerp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4132915Z test_torch_less (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4133059Z test_torch_less_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4133199Z test_torch_lgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4133322Z test_torch_log (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4133459Z test_torch_log10 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4133597Z test_torch_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4133732Z test_torch_log2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4133880Z test_torch_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4134025Z test_torch_logaddexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4134172Z test_torch_logaddexp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4134321Z test_torch_logcumsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4134451Z test_torch_logdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4134597Z test_torch_logical_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4134741Z test_torch_logical_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4134885Z test_torch_logical_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4135061Z test_torch_logical_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4135200Z test_torch_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4135345Z test_torch_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4135482Z test_torch_lstm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4135610Z test_torch_lstm_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4135745Z test_torch_lt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4135888Z test_torch_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4136033Z test_torch_lu_unpack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4136189Z test_torch_margin_ranking_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4136332Z test_torch_masked_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4136486Z test_torch_masked_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4136665Z test_torch_masked_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4136792Z test_torch_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4136938Z test_torch_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4137084Z test_torch_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4137222Z test_torch_max (__main__.TestTorchFunctionOverride) ... ok (0.019s) 2022-12-01T11:25:59.4137448Z test_torch_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4137610Z test_torch_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4137751Z test_torch_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4137896Z test_torch_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4138024Z test_torch_maximum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4138162Z test_torch_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4138301Z test_torch_median (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4138438Z test_torch_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4138576Z test_torch_minimum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4138731Z test_torch_miopen_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4138887Z test_torch_miopen_convolution (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4139053Z test_torch_miopen_convolution_add_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4139201Z test_torch_miopen_convolution_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4139372Z test_torch_miopen_convolution_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4139538Z test_torch_miopen_depthwise_convolution (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4139685Z test_torch_miopen_rnn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4139823Z test_torch_mode (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4139967Z test_torch_moveaxis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4140107Z test_torch_movedim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4140246Z test_torch_msort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4140369Z test_torch_mul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4140517Z test_torch_multinomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4140695Z test_torch_multiply (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4140831Z test_torch_mv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4140976Z test_torch_mvlgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4141120Z test_torch_nan_to_num (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4141260Z test_torch_nanmean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4141403Z test_torch_nanmedian (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4141537Z test_torch_nanquantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4141677Z test_torch_nansum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4141816Z test_torch_narrow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4141961Z test_torch_narrow_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4142119Z test_torch_native_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4142308Z test_torch_native_channel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4142460Z test_torch_native_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4142613Z test_torch_native_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4142753Z test_torch_native_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4142896Z test_torch_native_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4143031Z test_torch_ne (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4143168Z test_torch_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4143309Z test_torch_negative (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4143456Z test_torch_nextafter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4143617Z test_torch_nn_functional__threshold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4143797Z test_torch_nn_functional_adaptive_avg_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4143970Z test_torch_nn_functional_adaptive_avg_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4144132Z test_torch_nn_functional_adaptive_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4144318Z test_torch_nn_functional_adaptive_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4144490Z test_torch_nn_functional_adaptive_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4144677Z test_torch_nn_functional_adaptive_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4144851Z test_torch_nn_functional_adaptive_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4145039Z test_torch_nn_functional_adaptive_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4145203Z test_torch_nn_functional_affine_grid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4145369Z test_torch_nn_functional_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4145516Z test_torch_nn_functional_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4145690Z test_torch_nn_functional_binary_cross_entropy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4145872Z test_torch_nn_functional_binary_cross_entropy_with_logits (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4146025Z test_torch_nn_functional_celu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4146231Z test_torch_nn_functional_cosine_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4146394Z test_torch_nn_functional_cross_entropy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4146555Z test_torch_nn_functional_ctc_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4146713Z test_torch_nn_functional_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4146875Z test_torch_nn_functional_dropout1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4147022Z test_torch_nn_functional_dropout2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4147177Z test_torch_nn_functional_dropout3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4147332Z test_torch_nn_functional_elu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4147492Z test_torch_nn_functional_embedding (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4147660Z test_torch_nn_functional_embedding_bag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4147865Z test_torch_nn_functional_feature_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4148022Z test_torch_nn_functional_fold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4148196Z test_torch_nn_functional_fractional_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4148385Z test_torch_nn_functional_fractional_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4148545Z test_torch_nn_functional_fractional_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4148733Z test_torch_nn_functional_fractional_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4148902Z test_torch_nn_functional_gaussian_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4149059Z test_torch_nn_functional_glu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4149224Z test_torch_nn_functional_grid_sample (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4149384Z test_torch_nn_functional_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4149549Z test_torch_nn_functional_gumbel_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4149708Z test_torch_nn_functional_hardtanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4149867Z test_torch_nn_functional_hinge_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4150032Z test_torch_nn_functional_huber_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4150195Z test_torch_nn_functional_instance_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4150363Z test_torch_nn_functional_interpolate (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4150523Z test_torch_nn_functional_kl_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4150680Z test_torch_nn_functional_l1_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4150836Z test_torch_nn_functional_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4150993Z test_torch_nn_functional_leaky_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4151165Z test_torch_nn_functional_local_response_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4151314Z test_torch_nn_functional_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4151472Z test_torch_nn_functional_lp_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4151629Z test_torch_nn_functional_lp_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4151830Z test_torch_nn_functional_margin_ranking_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4151991Z test_torch_nn_functional_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4152166Z test_torch_nn_functional_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4152323Z test_torch_nn_functional_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4152497Z test_torch_nn_functional_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4152655Z test_torch_nn_functional_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4152818Z test_torch_nn_functional_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4152982Z test_torch_nn_functional_max_unpool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4153146Z test_torch_nn_functional_max_unpool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4153344Z test_torch_nn_functional_max_unpool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4153500Z test_torch_nn_functional_mish (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4153657Z test_torch_nn_functional_mse_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4153839Z test_torch_nn_functional_multi_head_attention_forward (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4154005Z test_torch_nn_functional_multi_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4154167Z test_torch_nn_functional_multilabel_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4154345Z test_torch_nn_functional_multilabel_soft_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4154503Z test_torch_nn_functional_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4154666Z test_torch_nn_functional_normalize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4154821Z test_torch_nn_functional_pad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4154985Z test_torch_nn_functional_poisson_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4155137Z test_torch_nn_functional_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4155293Z test_torch_nn_functional_relu6 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4155446Z test_torch_nn_functional_rrelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4155587Z test_torch_nn_functional_selu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4155735Z test_torch_nn_functional_silu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4155902Z test_torch_nn_functional_smooth_l1_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4156069Z test_torch_nn_functional_soft_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4156225Z test_torch_nn_functional_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4156379Z test_torch_nn_functional_softmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4156536Z test_torch_nn_functional_softsign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4156697Z test_torch_nn_functional_tanhshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4156856Z test_torch_nn_functional_triplet_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4157043Z test_torch_nn_functional_triplet_margin_with_distance_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4157231Z test_torch_nn_functional_unfold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4157411Z test_torch_nn_init_constant_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4157637Z test_torch_nn_init_kaiming_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4157786Z test_torch_nn_init_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4157937Z test_torch_nn_init_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4158078Z test_torch_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4158229Z test_torch_norm_except_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4158360Z test_torch_not_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4158506Z test_torch_nuclear_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4158647Z test_torch_numel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4158791Z test_torch_ones_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4158964Z test_torch_orgqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4159101Z test_torch_ormqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4159236Z test_torch_outer (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4159391Z test_torch_pairwise_distance (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4159515Z test_torch_pdist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4159655Z test_torch_permute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4159807Z test_torch_permute_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4159949Z test_torch_pinverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4160099Z test_torch_pixel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4160250Z test_torch_pixel_unshuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4160391Z test_torch_poisson (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4160543Z test_torch_poisson_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4160668Z test_torch_polar (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4160812Z test_torch_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4160955Z test_torch_positive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4161091Z test_torch_pow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4161227Z test_torch_prelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4161367Z test_torch_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4161506Z test_torch_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4161650Z test_torch_q_per_channel_axis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4161808Z test_torch_q_per_channel_scales (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4161970Z test_torch_q_per_channel_zero_points (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4162112Z test_torch_q_scale (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4162257Z test_torch_q_zero_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4162393Z test_torch_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4162534Z test_torch_quantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4162693Z test_torch_quantize_per_channel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4162884Z test_torch_quantize_per_tensor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4163037Z test_torch_quantize_per_tensor_dynamic (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4163195Z test_torch_quantized_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4163349Z test_torch_quantized_gru_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4163505Z test_torch_quantized_lstm_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4163660Z test_torch_quantized_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4163816Z test_torch_quantized_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4164392Z test_torch_quantized_rnn_relu_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4164567Z test_torch_quantized_rnn_tanh_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4164703Z test_torch_rad2deg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4164847Z test_torch_rand_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4165099Z test_torch_randint_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4165246Z test_torch_randn_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4165385Z test_torch_ravel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4165524Z test_torch_real (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4165676Z test_torch_reciprocal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4165813Z test_torch_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4165943Z test_torch_remainder (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4166082Z test_torch_renorm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4166242Z test_torch_repeat_interleave (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4166386Z test_torch_reshape (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4166532Z test_torch_resolve_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4166677Z test_torch_resolve_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4166819Z test_torch_rnn_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4166965Z test_torch_rnn_relu_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4167093Z test_torch_rnn_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4167240Z test_torch_rnn_tanh_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4167379Z test_torch_roll (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4167518Z test_torch_rot90 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4167660Z test_torch_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4167817Z test_torch_row_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4167958Z test_torch_row_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4168096Z test_torch_rrelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4168219Z test_torch_rsqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4168356Z test_torch_rsub (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4168496Z test_torch_saddmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4168639Z test_torch_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4168788Z test_torch_scatter_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4168937Z test_torch_scatter_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4169135Z test_torch_searchsorted (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4169288Z test_torch_segment_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4169414Z test_torch_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4169560Z test_torch_select_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4169708Z test_torch_select_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4169845Z test_torch_selu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4169982Z test_torch_sgn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4170124Z test_torch_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4170261Z test_torch_sign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4170403Z test_torch_signbit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4170525Z test_torch_sin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4170693Z test_torch_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4170831Z test_torch_sinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4170979Z test_torch_slice_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4171128Z test_torch_slice_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4171268Z test_torch_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4171404Z test_torch_smm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4171542Z test_torch_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4171664Z test_torch_sort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4171812Z test_torch_split_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4171963Z test_torch_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4172123Z test_torch_split_with_sizes_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4172258Z test_torch_sqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4172396Z test_torch_square (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4172537Z test_torch_squeeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4172683Z test_torch_squeeze_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4172809Z test_torch_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4172945Z test_torch_std (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4173088Z test_torch_std_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4173222Z test_torch_sub (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4173365Z test_torch_subtract (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4173498Z test_torch_sum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4173633Z test_torch_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4173778Z test_torch_swapaxes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4173906Z test_torch_swapdims (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4174046Z test_torch_symeig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4174180Z test_torch_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4174322Z test_torch_t_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4174461Z test_torch_take (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4174666Z test_torch_take_along_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4174801Z test_torch_tan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4174940Z test_torch_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4175073Z test_torch_tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4175217Z test_torch_threshold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4175354Z test_torch_tile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4175491Z test_torch_topk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4175633Z test_torch_trace (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4175778Z test_torch_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4175931Z test_torch_transpose_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4176077Z test_torch_trapezoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4176203Z test_torch_trapz (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4176388Z test_torch_triangular_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4176527Z test_torch_tril (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4176683Z test_torch_triplet_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4176820Z test_torch_triu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4176969Z test_torch_true_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4177108Z test_torch_trunc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4177349Z test_torch_unbind (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4177489Z test_torch_unbind_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4177637Z test_torch_unflatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4177785Z test_torch_unfold_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4177933Z test_torch_unsafe_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4178077Z test_torch_unsafe_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4178237Z test_torch_unsafe_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4178379Z test_torch_unsqueeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4178529Z test_torch_unsqueeze_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4178661Z test_torch_values_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4178798Z test_torch_var (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4178940Z test_torch_var_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4179077Z test_torch_vdot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4179235Z test_torch_view_as_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4179394Z test_torch_view_as_complex_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4179538Z test_torch_view_as_real (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4179689Z test_torch_view_as_real_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4179820Z test_torch_view_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4179961Z test_torch_vsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4180100Z test_torch_vstack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4180241Z test_torch_where (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4180417Z test_torch_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4180565Z test_torch_zeros_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:25:59.4180715Z test_user_implementation_raises (__main__.TestTorchFunctionOverride) 2022-12-01T11:25:59.4180873Z Test that errors raised in user implementations propagate correctly ... ok (0.001s) 2022-12-01T11:25:59.4181019Z test_warn_on_invalid_torch_function (__main__.TestTorchFunctionWarning) ... ok (0.008s) 2022-12-01T11:25:59.4181159Z test_wrap_torch_function (__main__.TestWrapTorchFunction) ... ok (0.001s) 2022-12-01T11:25:59.4181169Z 2022-12-01T11:25:59.4181473Z ---------------------------------------------------------------------- 2022-12-01T11:25:59.4181554Z Ran 1414 tests in 2.057s 2022-12-01T11:25:59.4181559Z 2022-12-01T11:25:59.4181619Z OK 2022-12-01T11:25:59.4181623Z 2022-12-01T11:25:59.4181708Z Generating XML reports... 2022-12-01T11:25:59.4182043Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestBroadcastAllOverride-20221201112556.xml 2022-12-01T11:25:59.4182400Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestDisabledTorchFunction-20221201112556.xml 2022-12-01T11:25:59.4182699Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestEinsumOverride-20221201112556.xml 2022-12-01T11:25:59.4182987Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestGradCheckOverride-20221201112556.xml 2022-12-01T11:25:59.4183292Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestGradNewOnesOverride-20221201112556.xml 2022-12-01T11:25:59.4183560Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestIndexing-20221201112556.xml 2022-12-01T11:25:59.4183829Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestIterator-20221201112556.xml 2022-12-01T11:25:59.4184103Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestNamedTuple-20221201112556.xml 2022-12-01T11:25:59.4184366Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestPickle-20221201112556.xml 2022-12-01T11:25:59.4184625Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestRNN-20221201112556.xml 2022-12-01T11:25:59.4184904Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestResolveName-20221201112556.xml 2022-12-01T11:25:59.4185202Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionMode-20221201112556.xml 2022-12-01T11:25:59.4185500Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionOverride-20221201112556.xml 2022-12-01T11:25:59.4185809Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionWarning-20221201112556.xml 2022-12-01T11:25:59.4186105Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestWrapTorchFunction-20221201112556.xml 2022-12-01T11:25:59.4186114Z 2022-12-01T11:25:59.4186566Z ##[endgroup] 2022-12-01T11:25:59.4186846Z FINISHED PRINTING LOG FILE of test_overrides (/var/lib/jenkins/workspace/test/test-reports/test_overrides_xthutelz) 2022-12-01T11:25:59.4186854Z 2022-12-01T11:25:59.4187022Z Running test_jit_cuda_fuser ... [2022-12-01 11:25:59.371009] 2022-12-01T11:25:59.4187362Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_cuda_fuser.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:25:59.371367] 2022-12-01T11:26:05.8755109Z 2022-12-01T11:26:05.8755851Z Expand the folded group to see the log file of test_jit_cuda_fuser 2022-12-01T11:26:05.8757467Z ##[group]PRINTING LOG FILE of test_jit_cuda_fuser (/var/lib/jenkins/workspace/test/test-reports/test_jit_cuda_fuser_vlloggiu) 2022-12-01T11:26:05.8758387Z Test results will be stored in test-reports/python-unittest/test_jit_cuda_fuser 2022-12-01T11:26:05.8758707Z 2022-12-01T11:26:05.8758838Z Running tests... 2022-12-01T11:26:05.8759392Z ---------------------------------------------------------------------- 2022-12-01T11:26:05.8760222Z test__softmax_function (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8760722Z test__softmax_function_half_to_float (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8761265Z test_addcmul_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T11:26:05.8761876Z test_alias_pass_fix (__main__.TestCudaFuser) ... skip: skipping this test since unsqueeze is disabled now (0.001s) 2022-12-01T11:26:05.8762324Z test_autocast_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T11:26:05.8762789Z test_autocast_1_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T11:26:05.8763279Z test_autocast_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T11:26:05.8766711Z test_autocast_2_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T11:26:05.8767133Z test_backward_type (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T11:26:05.8767455Z test_batch_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8767937Z test_batch_norm_impl_index_correctness (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8768285Z test_batch_norm_impl_index_inner_bcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8768613Z test_bfloat (__main__.TestCudaFuser) ... skip: device does not support BFloat16 (0.002s) 2022-12-01T11:26:05.8769033Z test_binary_bitwise (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-12-01T11:26:05.8769500Z test_binary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T11:26:05.8769846Z test_binary_ops_channels_last_with_bcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8770295Z test_binary_ops_complex (__main__.TestCudaFuser) ... skip: see issue https://github.com/csarofeen/pytorch/issues/1730 (0.001s) 2022-12-01T11:26:05.8770674Z test_binary_ops_permutation (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8770987Z test_branches (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T11:26:05.8771280Z test_broadcasting_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8771583Z test_broadcasting_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8771890Z test_broadcasting_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8772199Z test_broadcasting_3 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8772690Z test_broadcasting_multiple_output (__main__.TestCudaFuser) ... skip: broadcast on branches can't be resolved yet (0.001s) 2022-12-01T11:26:05.8773112Z test_broadcasting_multiple_output_shape (__main__.TestCudaFuser) ... skip: Broadcast with different output not supported yet (0.001s) 2022-12-01T11:26:05.8773505Z test_broadcasting_partition_logic_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8773837Z test_broadcasting_partition_logic_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8774184Z test_build_shape_expression_native_dropout (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8774519Z test_category_rule (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-12-01T11:26:05.8774841Z test_channels_last_with_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.004s) 2022-12-01T11:26:05.8775138Z test_chunk (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T11:26:05.8775426Z test_clamp (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8775734Z test_clamp_reversed_bound (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8776125Z test_clean_profile_ivalue (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8776510Z test_const (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8776814Z test_contiguous_on_broadcasted (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8777131Z test_conv2d_bias (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T11:26:05.8777522Z test_conv2d_symbolic_shapes (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8777841Z test_cpu_scalar (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T11:26:05.8778138Z test_cuda_fusion_guard (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8778469Z test_cuda_fusion_guard_backward (__main__.TestCudaFuser) ... skip: requires NVFuser (0.001s) 2022-12-01T11:26:05.8778794Z test_device_constant (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8779139Z test_disable_const_chunk_propagation_for_normalization (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8779501Z test_disable_sibling_fuse (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8779871Z test_dropout_inference_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8780215Z test_dropout_train_nograd_fusion (__main__.TestCudaFuser) ... skip: not enough memory (0.001s) 2022-12-01T11:26:05.8780553Z test_dropout_train_nograd_prob_check (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T11:26:05.8780891Z test_dropout_training_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T11:26:05.8781223Z test_dropout_training_prob_check (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T11:26:05.8781547Z test_dynamic_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-12-01T11:26:05.8781829Z test_expand (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8782137Z test_fix_shape_expression_bn (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T11:26:05.8782489Z test_flatten (__main__.TestCudaFuser) ... skip: skipping this test since flatten is disabled now (0.002s) 2022-12-01T11:26:05.8782800Z test_gelu (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8783093Z test_grad_sum_to_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-12-01T11:26:05.8783423Z test_graph_for_with_missing_optimized_engine (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8783748Z test_graph_rng (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T11:26:05.8784024Z test_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T11:26:05.8784320Z test_high_rank_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8784628Z test_inf_quick_patch (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T11:26:05.8784918Z test_inplace_removal (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8785238Z test_input_output_passthrough (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8785557Z test_int_tensor_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8785861Z test_issue1445_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.022s) 2022-12-01T11:26:05.8786141Z test_issue_1785 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8786442Z test_layer_norm_autodiff (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-12-01T11:26:05.8786760Z test_layer_norm_parser (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8787076Z test_layer_norm_trivial_reduce_dim (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8787386Z test_linear (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8787691Z test_linear_symbolic_shapes (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8788050Z test_multiple_device_pw (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8788361Z test_native_batch_norm_backward (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-12-01T11:26:05.8788681Z test_native_layer_norm (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8788996Z test_native_layer_norm_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8789302Z test_native_layer_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8789641Z test_nested_view (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.000s) 2022-12-01T11:26:05.8789964Z test_norm (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8790252Z test_norm_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8790548Z test_norm_channels_last (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8790850Z test_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8791189Z test_norm_half_layer (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8791471Z test_norm_large (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8791781Z test_normalization_partition (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T11:26:05.8792132Z test_nvfuser_comparison_callbacks_with_fallback (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8792504Z test_nvfuser_comparison_callbacks_without_fallback (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T11:26:05.8792833Z test_overlapped_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8793151Z test_permutation_preservation (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8793498Z test_permutation_preservation_edge_case_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8793857Z test_permutation_preservation_edge_case_1_broken (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8794224Z test_permutation_preservation_edge_case_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8794565Z test_pointwise_reference_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8794878Z test_profile_ivalue (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T11:26:05.8795190Z test_profile_ivalue_multiple_profiles (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8795542Z test_profiling_node (__main__.TestCudaFuser) ... skip: Skipped due to rand_like behavior change (0.001s) 2022-12-01T11:26:05.8795894Z test_pw_single_reduction_partition (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T11:26:05.8796213Z test_random_topo (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-12-01T11:26:05.8796503Z test_reduction (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8796814Z test_reduction_dtypes_axis (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T11:26:05.8797131Z test_reduction_empty_axes (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8797440Z test_reduction_multiple_output (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-12-01T11:26:05.8797766Z test_reduction_permutation (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8798086Z test_reduction_sizes_op (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8798409Z test_remove_output_used_only_in_dtype (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T11:26:05.8798704Z test_rsub (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8799000Z test_scalar_cuda_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8799351Z test_scalar_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8799640Z test_scalar_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8799952Z test_scalar_tensor_permuted (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8800298Z test_scheduler_with_polymorphic_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8800683Z test_shape_expression (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.002s) 2022-12-01T11:26:05.8801019Z test_sibling_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8801345Z test_sibling_fusion_no_scalar_inputs (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8801676Z test_single_reduction_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T11:26:05.8801995Z test_singleton_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8802320Z test_skip_parser (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T11:26:05.8802619Z test_softmax (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8802915Z test_softmax_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8803203Z test_softmax_dtype (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T11:26:05.8803498Z test_softmax_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8803796Z test_softplus_fuser (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8804441Z test_squeeze (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-12-01T11:26:05.8804830Z test_squeeze_negative_dim (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-12-01T11:26:05.8805236Z test_squeeze_zero (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-12-01T11:26:05.8805654Z test_strict_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8805972Z test_sum_to_one (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8806352Z test_sum_to_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T11:26:05.8806825Z test_ternary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-12-01T11:26:05.8807234Z test_ternary_ops_integer_compatibility (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8807593Z test_ternary_ops_type_promotion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8807981Z test_to_boolean (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8808336Z test_to_copy (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8808684Z test_to_dtype_bf16_to_bf16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8809058Z test_to_dtype_bf16_to_fp32 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8809434Z test_to_dtype_fp16_to_fp16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8809839Z test_to_dtype_fp16_to_fp32 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8810166Z test_to_dtype_fp32_to_bf16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8810549Z test_to_dtype_fp32_to_fp16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8810926Z test_trivial_reduction (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8811250Z test_type_as_op (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8811610Z test_type_inference (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8812118Z test_unary_bitwise (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T11:26:05.8812486Z test_unary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T11:26:05.8812848Z test_unsqueeze (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-12-01T11:26:05.8813267Z test_variance (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T11:26:05.8813647Z test_view (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.001s) 2022-12-01T11:26:05.8814060Z test_view_copy_graph_guard (__main__.TestCudaFuser) ... skip: skipping this test since reshape is disabled now (0.001s) 2022-12-01T11:26:05.8814523Z test_view_copy_graph_guard_double_fusion (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.001s) 2022-12-01T11:26:05.8825774Z test_can_be_enabled_nvfuser (__main__.TestEnableDisableCudaFuser) ... ok (0.002s) 2022-12-01T11:26:05.8826163Z test_context_manager_test (__main__.TestEnableDisableCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T11:26:05.8826653Z test_register_fuser (__main__.TestEnableDisableCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T11:26:05.8826994Z test_register_fuser_cpu (__main__.TestEnableDisableCudaFuser) ... ok (0.005s) 2022-12-01T11:26:05.8827325Z test_autodiff_fallback (jit.test_fuser_common.TestFuserCommon) ... ok (0.489s) 2022-12-01T11:26:05.8827507Z 2022-12-01T11:26:05.8827774Z ---------------------------------------------------------------------- 2022-12-01T11:26:05.8828005Z Ran 152 tests in 0.728s 2022-12-01T11:26:05.8828120Z 2022-12-01T11:26:05.8828194Z OK (skipped=149) 2022-12-01T11:26:05.8828304Z 2022-12-01T11:26:05.8828388Z Generating XML reports... 2022-12-01T11:26:05.8828843Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestEnableDisableCudaFuser-20221201112604.xml 2022-12-01T11:26:05.8829430Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-jit.test_fuser_common.TestFuserCommon-20221201112604.xml 2022-12-01T11:26:05.8829951Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestCudaFuser-20221201112604.xml 2022-12-01T11:26:05.8830177Z 2022-12-01T11:26:05.8830552Z ##[endgroup] 2022-12-01T11:26:05.8830931Z FINISHED PRINTING LOG FILE of test_jit_cuda_fuser (/var/lib/jenkins/workspace/test/test-reports/test_jit_cuda_fuser_vlloggiu) 2022-12-01T11:26:05.8831154Z 2022-12-01T11:26:05.8831371Z Running test_cpp_extensions_open_device_registration ... [2022-12-01 11:26:05.876413] 2022-12-01T11:26:05.8831916Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_extensions_open_device_registration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:26:05.876833] 2022-12-01T11:26:14.1330112Z 2022-12-01T11:26:14.1330664Z Expand the folded group to see the log file of test_cpp_extensions_open_device_registration 2022-12-01T11:26:14.1331808Z ##[group]PRINTING LOG FILE of test_cpp_extensions_open_device_registration (/var/lib/jenkins/workspace/test/test-reports/test_cpp_extensions_open_device_registration_bmrlo0da) 2022-12-01T11:26:14.1341198Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_open_device_registration 2022-12-01T11:26:14.1341717Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T11:26:14.1341873Z 2022-12-01T11:26:14.1341965Z Running tests... 2022-12-01T11:26:14.1342273Z ---------------------------------------------------------------------- 2022-12-01T11:26:14.1342708Z test_open_device_registration (__main__.TestCppExtensionOpenRgistration) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T11:26:14.1343147Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/custom_device_extension... 2022-12-01T11:26:14.1343537Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/custom_device_extension/build.ninja... 2022-12-01T11:26:14.1344037Z Building extension module custom_device_extension... 2022-12-01T11:26:14.1344286Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T11:26:14.1345771Z [1/2] c++ -MMD -MF open_registration_extension.o.d -DTORCH_EXTENSION_NAME=custom_device_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -I/var/lib/jenkins/workspace/test/cpp_extensions -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -c /var/lib/jenkins/workspace/test/cpp_extensions/open_registration_extension.cpp -o open_registration_extension.o 2022-12-01T11:26:14.1347027Z [2/2] c++ open_registration_extension.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o custom_device_extension.so 2022-12-01T11:26:14.1347457Z Loading extension module custom_device_extension... 2022-12-01T11:26:14.1347674Z ok (3.632s) 2022-12-01T11:26:14.1347778Z 2022-12-01T11:26:14.1347982Z ---------------------------------------------------------------------- 2022-12-01T11:26:14.1348211Z Ran 1 test in 3.634s 2022-12-01T11:26:14.1348323Z 2022-12-01T11:26:14.1348383Z OK 2022-12-01T11:26:14.1348473Z 2022-12-01T11:26:14.1348555Z Generating XML reports... 2022-12-01T11:26:14.1349071Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_open_device_registration/TEST-TestCppExtensionOpenRgistration-20221201112609.xml 2022-12-01T11:26:14.1349378Z 2022-12-01T11:26:14.1349659Z ##[endgroup] 2022-12-01T11:26:14.1350141Z FINISHED PRINTING LOG FILE of test_cpp_extensions_open_device_registration (/var/lib/jenkins/workspace/test/test-reports/test_cpp_extensions_open_device_registration_bmrlo0da) 2022-12-01T11:26:14.1350421Z 2022-12-01T11:26:14.1350607Z Running test_namedtuple_return_api ... [2022-12-01 11:26:14.133436] 2022-12-01T11:26:14.1351102Z Executing ['/opt/conda/bin/python', '-bb', 'test_namedtuple_return_api.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:26:14.133899] 2022-12-01T11:26:20.0862595Z 2022-12-01T11:26:20.0863144Z Expand the folded group to see the log file of test_namedtuple_return_api 2022-12-01T11:26:20.0864193Z ##[group]PRINTING LOG FILE of test_namedtuple_return_api (/var/lib/jenkins/workspace/test/test-reports/test_namedtuple_return_api_6277024n) 2022-12-01T11:26:20.0865014Z Test results will be stored in test-reports/python-unittest/test_namedtuple_return_api 2022-12-01T11:26:20.0865213Z 2022-12-01T11:26:20.0865275Z Running tests... 2022-12-01T11:26:20.0865588Z ---------------------------------------------------------------------- 2022-12-01T11:26:20.0865900Z test_import_return_types (__main__.TestNamedTupleAPI) ... ok (0.281s) 2022-12-01T11:26:20.0866544Z test_namedtuple_return (__main__.TestNamedTupleAPI) ... test_namedtuple_return_api.py:149: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-12-01T11:26:20.0867427Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T11:26:20.0867723Z Q, R = torch.qr(A, some) 2022-12-01T11:26:20.0867918Z should be replaced with 2022-12-01T11:26:20.0868466Z 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-12-01T11:26:20.0868848Z ret1 = func(a, *op.input) 2022-12-01T11:26:20.0869359Z test_namedtuple_return_api.py:155: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-12-01T11:26:20.0870158Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T11:26:20.0870723Z Q, R = torch.qr(A, some) 2022-12-01T11:26:20.0870917Z should be replaced with 2022-12-01T11:26:20.0871400Z 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-12-01T11:26:20.0871751Z ret2 = func(a, *op.input, out=tuple(ret1)) 2022-12-01T11:26:20.0872121Z test_namedtuple_return_api.py:149: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T11:26:20.0872580Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-12-01T11:26:20.0872899Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T11:26:20.0873090Z should be replaced with 2022-12-01T11:26:20.0873380Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T11:26:20.0873598Z and 2022-12-01T11:26:20.0873773Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T11:26:20.0873989Z should be replaced with 2022-12-01T11:26:20.0874528Z 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-12-01T11:26:20.0874869Z ret1 = func(a, *op.input) 2022-12-01T11:26:20.0875202Z test_namedtuple_return_api.py:155: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T11:26:20.0875682Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-12-01T11:26:20.0875998Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T11:26:20.0876203Z should be replaced with 2022-12-01T11:26:20.0876479Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T11:26:20.0876690Z and 2022-12-01T11:26:20.0876879Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T11:26:20.0877081Z should be replaced with 2022-12-01T11:26:20.0877548Z 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-12-01T11:26:20.0877913Z ret2 = func(a, *op.input, out=tuple(ret1)) 2022-12-01T11:26:20.0878287Z test_namedtuple_return_api.py:149: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-12-01T11:26:20.0878738Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T11:26:20.0879043Z X = torch.triangular_solve(B, A).solution 2022-12-01T11:26:20.0879253Z should be replaced with 2022-12-01T11:26:20.0879586Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-12-01T11:26:20.0879909Z ret1 = func(a, *op.input) 2022-12-01T11:26:20.0880281Z test_namedtuple_return_api.py:149: 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-12-01T11:26:20.0880643Z LU, pivots = torch.lu(A, compute_pivots) 2022-12-01T11:26:20.0880855Z should be replaced with 2022-12-01T11:26:20.0881088Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-12-01T11:26:20.0881295Z and 2022-12-01T11:26:20.0881494Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-12-01T11:26:20.0881725Z should be replaced with 2022-12-01T11:26:20.0882085Z 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-12-01T11:26:20.0882410Z ret1 = func(a, *op.input) 2022-12-01T11:26:20.0882591Z ok (0.056s) 2022-12-01T11:26:20.0882829Z test_native_functions_yaml (__main__.TestNamedTupleAPI) ... ok (1.546s) 2022-12-01T11:26:20.0882999Z 2022-12-01T11:26:20.0883186Z ---------------------------------------------------------------------- 2022-12-01T11:26:20.0883485Z Ran 3 tests in 1.884s 2022-12-01T11:26:20.0883600Z 2022-12-01T11:26:20.0883665Z OK 2022-12-01T11:26:20.0883755Z 2022-12-01T11:26:20.0884058Z Generating XML reports... 2022-12-01T11:26:20.0884568Z Generated XML report: test-reports/python-unittest/test_namedtuple_return_api/TEST-TestNamedTupleAPI-20221201112617.xml 2022-12-01T11:26:20.0884819Z 2022-12-01T11:26:20.0885097Z ##[endgroup] 2022-12-01T11:26:20.0885523Z FINISHED PRINTING LOG FILE of test_namedtuple_return_api (/var/lib/jenkins/workspace/test/test-reports/test_namedtuple_return_api_6277024n) 2022-12-01T11:26:20.0885746Z 2022-12-01T11:26:20.0885940Z Running test_cpp_extensions_aot_no_ninja ... [2022-12-01 11:26:20.086715] 2022-12-01T11:26:23.7456680Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T11:26:23.8733450Z running install 2022-12-01T11:26:23.8735213Z /opt/conda/lib/python3.7/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-12-01T11:26:23.8735735Z setuptools.SetuptoolsDeprecationWarning, 2022-12-01T11:26:23.8862375Z running build 2022-12-01T11:26:23.8862820Z running build_py 2022-12-01T11:26:23.8931485Z creating build 2022-12-01T11:26:23.8932016Z creating build/lib.linux-x86_64-cpython-37 2022-12-01T11:26:23.8932357Z creating build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension 2022-12-01T11:26:23.8932792Z copying torch_test_cpp_extension/__init__.py -> build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension 2022-12-01T11:26:23.8935070Z running build_ext 2022-12-01T11:26:23.8952530Z building 'torch_test_cpp_extension.cpp' extension 2022-12-01T11:26:23.8953286Z creating build/temp.linux-x86_64-cpython-37 2022-12-01T11:26:23.8957145Z gcc -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -Iself_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c extension.cpp -o build/temp.linux-x86_64-cpython-37/extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -DTORCH_EXTENSION_NAME=cpp -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-12-01T11:26:25.7750197Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-12-01T11:26:25.7752272Z In file included from /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/Exceptions.h:13, 2022-12-01T11:26:25.7752761Z from /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/python.h:11, 2022-12-01T11:26:25.7753222Z from /opt/conda/lib/python3.7/site-packages/torch/include/torch/extension.h:6, 2022-12-01T11:26:25.7753499Z from extension.cpp:1: 2022-12-01T11:26:25.7754064Z /opt/conda/lib/python3.7/site-packages/torch/include/pybind11/pybind11.h: In instantiation of ‘class pybind11::class_’: 2022-12-01T11:26:25.7754410Z extension.cpp:36:53: required from here 2022-12-01T11:26:25.7755034Z /opt/conda/lib/python3.7/site-packages/torch/include/pybind11/pybind11.h:1479:7: warning: ‘pybind11::class_’ declared with greater visibility than its base ‘pybind11::detail::generic_type’ [-Wattributes] 2022-12-01T11:26:25.7755445Z 1479 | class class_ : public detail::generic_type { 2022-12-01T11:26:25.7755657Z | ^~~~~~ 2022-12-01T11:26:25.7772901Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-cpython-37/extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/cpp.cpython-37m-x86_64-linux-gnu.so 2022-12-01T11:26:26.7612818Z building 'torch_test_cpp_extension.ort' extension 2022-12-01T11:26:26.7616550Z gcc -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -Iself_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c ort_extension.cpp -o build/temp.linux-x86_64-cpython-37/ort_extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -DTORCH_EXTENSION_NAME=ort -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-12-01T11:26:28.6779012Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-12-01T11:26:28.6801607Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-cpython-37/ort_extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/ort.cpython-37m-x86_64-linux-gnu.so 2022-12-01T11:26:29.6173369Z building 'torch_test_cpp_extension.rng' extension 2022-12-01T11:26:29.6177087Z gcc -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -Iself_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c rng_extension.cpp -o build/temp.linux-x86_64-cpython-37/rng_extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -DTORCH_EXTENSION_NAME=rng -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-12-01T11:26:31.6603271Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-12-01T11:26:31.6604166Z In file included from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:8, 2022-12-01T11:26:31.6604620Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec.h:6, 2022-12-01T11:26:31.6605064Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/native/cpu/Loops.h:37, 2022-12-01T11:26:31.6605514Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/native/cpu/DistributionTemplates.h:8, 2022-12-01T11:26:31.6605847Z from rng_extension.cpp:6: 2022-12-01T11:26:31.6606286Z /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec_base.h:976: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2022-12-01T11:26:31.6606593Z 976 | # pragma unroll 2022-12-01T11:26:31.6606767Z | 2022-12-01T11:26:31.6625349Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-cpython-37/rng_extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/rng.cpython-37m-x86_64-linux-gnu.so 2022-12-01T11:26:32.6044624Z running install_lib 2022-12-01T11:26:32.6112241Z creating install 2022-12-01T11:26:32.6112749Z creating install/opt 2022-12-01T11:26:32.6113094Z creating install/opt/conda 2022-12-01T11:26:32.6113428Z creating install/opt/conda/lib 2022-12-01T11:26:32.6114039Z creating install/opt/conda/lib/python3.7 2022-12-01T11:26:32.6114700Z creating install/opt/conda/lib/python3.7/site-packages 2022-12-01T11:26:32.6115705Z creating install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-12-01T11:26:32.6116296Z copying build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/__init__.py -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-12-01T11:26:32.6117501Z copying build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/cpp.cpython-37m-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-12-01T11:26:32.6264988Z copying build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/ort.cpython-37m-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-12-01T11:26:32.6416679Z copying build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/rng.cpython-37m-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-12-01T11:26:32.6819302Z byte-compiling ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension/__init__.py to __init__.cpython-37.pyc 2022-12-01T11:26:32.6821221Z running install_egg_info 2022-12-01T11:26:32.6958434Z running egg_info 2022-12-01T11:26:32.6958811Z creating torch_test_cpp_extension.egg-info 2022-12-01T11:26:32.7005900Z writing torch_test_cpp_extension.egg-info/PKG-INFO 2022-12-01T11:26:32.7008312Z writing dependency_links to torch_test_cpp_extension.egg-info/dependency_links.txt 2022-12-01T11:26:32.7011045Z writing top-level names to torch_test_cpp_extension.egg-info/top_level.txt 2022-12-01T11:26:32.7012478Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-12-01T11:26:32.7062854Z reading manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-12-01T11:26:32.7070434Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-12-01T11:26:32.7071393Z Copying torch_test_cpp_extension.egg-info to ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension-0.0.0-py3.7.egg-info 2022-12-01T11:26:32.7076412Z running install_scripts 2022-12-01T11:26:37.0492450Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T11:26:37.0799564Z running install 2022-12-01T11:26:37.0801029Z /opt/conda/lib/python3.7/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-12-01T11:26:37.0801771Z setuptools.SetuptoolsDeprecationWarning, 2022-12-01T11:26:37.0929075Z running build 2022-12-01T11:26:37.0929412Z running build_ext 2022-12-01T11:26:37.1720568Z building 'no_python_abi_suffix_test' extension 2022-12-01T11:26:37.1721163Z creating /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build 2022-12-01T11:26:37.1721673Z creating /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-37 2022-12-01T11:26:37.2493051Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-37/build.ninja... 2022-12-01T11:26:37.2493752Z Compiling objects... 2022-12-01T11:26:37.2494563Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T11:26:37.3883386Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-37/no_python_abi_suffix_test.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/opt/conda/include/python3.7m -c -c /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/no_python_abi_suffix_test.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-37/no_python_abi_suffix_test.o -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_clang"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1002"' -DTORCH_EXTENSION_NAME=no_python_abi_suffix_test -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-12-01T11:26:37.3885442Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-12-01T11:26:37.3960779Z creating build/lib.linux-x86_64-cpython-37 2022-12-01T11:26:37.3963020Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-37/no_python_abi_suffix_test.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-37/no_python_abi_suffix_test.so 2022-12-01T11:26:38.1546147Z running install_lib 2022-12-01T11:26:38.1606404Z creating install 2022-12-01T11:26:38.1606712Z creating install/opt 2022-12-01T11:26:38.1607227Z creating install/opt/conda 2022-12-01T11:26:38.1607971Z creating install/opt/conda/lib 2022-12-01T11:26:38.1608417Z creating install/opt/conda/lib/python3.7 2022-12-01T11:26:38.1609095Z creating install/opt/conda/lib/python3.7/site-packages 2022-12-01T11:26:38.1609935Z copying build/lib.linux-x86_64-cpython-37/no_python_abi_suffix_test.so -> ./install/opt/conda/lib/python3.7/site-packages 2022-12-01T11:26:38.1616589Z running install_egg_info 2022-12-01T11:26:38.1757593Z running egg_info 2022-12-01T11:26:38.1757958Z creating no_python_abi_suffix_test.egg-info 2022-12-01T11:26:38.1806019Z writing no_python_abi_suffix_test.egg-info/PKG-INFO 2022-12-01T11:26:38.1808293Z writing dependency_links to no_python_abi_suffix_test.egg-info/dependency_links.txt 2022-12-01T11:26:38.1835556Z writing top-level names to no_python_abi_suffix_test.egg-info/top_level.txt 2022-12-01T11:26:38.1848632Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-12-01T11:26:38.1881715Z reading manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-12-01T11:26:38.1889475Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-12-01T11:26:38.1891017Z Copying no_python_abi_suffix_test.egg-info to ./install/opt/conda/lib/python3.7/site-packages/no_python_abi_suffix_test-0.0.0-py3.7.egg-info 2022-12-01T11:26:38.1896597Z running install_scripts 2022-12-01T11:26:38.8424864Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_extensions_aot_no_ninja.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:26:38.842083] 2022-12-01T11:26:43.8186347Z 2022-12-01T11:26:43.8186929Z Expand the folded group to see the log file of test_cpp_extensions_aot_no_ninja 2022-12-01T11:26:43.8188125Z ##[group]PRINTING LOG FILE of test_cpp_extensions_aot_no_ninja (/var/lib/jenkins/workspace/test/test-reports/test_cpp_extensions_aot_no_ninja_ew9ur73l) 2022-12-01T11:26:43.8188732Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_aot_no_ninja 2022-12-01T11:26:43.8189114Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T11:26:43.8189269Z 2022-12-01T11:26:43.8189343Z Running tests... 2022-12-01T11:26:43.8189637Z ---------------------------------------------------------------------- 2022-12-01T11:26:43.8189936Z test_backward (__main__.TestCppExtensionAOT) ... ok (0.023s) 2022-12-01T11:26:43.8190248Z test_cublas_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-12-01T11:26:43.8190571Z test_cuda_dlink_libs (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-12-01T11:26:43.8190905Z test_cuda_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-12-01T11:26:43.8191238Z test_cusolver_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-12-01T11:26:43.8191771Z test_extension_function (__main__.TestCppExtensionAOT) ... ok (0.003s) 2022-12-01T11:26:43.8192056Z test_extension_module (__main__.TestCppExtensionAOT) ... ok (0.002s) 2022-12-01T11:26:43.8192391Z test_no_python_abi_suffix_sets_the_correct_library_name (__main__.TestCppExtensionAOT) ... ok (0.002s) 2022-12-01T11:26:43.8192711Z test_optional (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-12-01T11:26:43.8192956Z test_add (__main__.TestORTTensor) ... ok (0.002s) 2022-12-01T11:26:43.8193222Z test_conv_backend_override (__main__.TestORTTensor) ... ok (0.003s) 2022-12-01T11:26:43.8193495Z test_unregistered (__main__.TestORTTensor) ... ok (0.013s) 2022-12-01T11:26:43.8193751Z test_zeros (__main__.TestORTTensor) ... ok (0.003s) 2022-12-01T11:26:43.8193986Z test_rng (__main__.TestRNGExtension) ... ok (0.006s) 2022-12-01T11:26:43.8194275Z test_torch_library (__main__.TestTorchLibrary) ... skip: CUDA not found (0.001s) 2022-12-01T11:26:43.8194450Z 2022-12-01T11:26:43.8194653Z ---------------------------------------------------------------------- 2022-12-01T11:26:43.8194885Z Ran 15 tests in 0.063s 2022-12-01T11:26:43.8194996Z 2022-12-01T11:26:43.8195067Z OK (skipped=5) 2022-12-01T11:26:43.8195241Z 2022-12-01T11:26:43.8195327Z Generating XML reports... 2022-12-01T11:26:43.8195774Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestCppExtensionAOT-20221201112642.xml 2022-12-01T11:26:43.8196328Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestORTTensor-20221201112642.xml 2022-12-01T11:26:43.8196874Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestRNGExtension-20221201112642.xml 2022-12-01T11:26:43.8197434Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestTorchLibrary-20221201112642.xml 2022-12-01T11:26:43.8197676Z 2022-12-01T11:26:43.8197891Z ##[endgroup] 2022-12-01T11:26:43.8198328Z FINISHED PRINTING LOG FILE of test_cpp_extensions_aot_no_ninja (/var/lib/jenkins/workspace/test/test-reports/test_cpp_extensions_aot_no_ninja_ew9ur73l) 2022-12-01T11:26:43.8198578Z 2022-12-01T11:26:43.8203705Z Running doctests ... [2022-12-01 11:26:43.820165] 2022-12-01T11:26:43.8895839Z Start doctest_module('/opt/conda/lib/python3.7/site-packages/torch') 2022-12-01T11:26:43.8896104Z Listing tests 2022-12-01T11:26:47.9236294Z msg = Cannot scrape callname=DiagnosticEngine in modpath=/opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/diagnostics/infra/engine.py line=13. 2022-12-01T11:26:47.9236815Z Caused by: DoctestParseError('Failed to parse doctest in _package_groups') 2022-12-01T11:26:47.9237151Z A generic diagnostic engine based on SARIF. 2022-12-01T11:26:47.9237328Z 2022-12-01T11:26:47.9237504Z This class is the main interface for diagnostics. It manages the creation of diagnostic contexts. 2022-12-01T11:26:47.9237895Z A DiagnosticContext provides the entry point for recording Diagnostics. 2022-12-01T11:26:47.9238251Z Each DiagnosticContext is powered by a DiagnosticTool, which can be customized with 2022-12-01T11:26:47.9238605Z custom RuleCollection and Diagnostic type. 2022-12-01T11:26:47.9238913Z See infra.DiagnosticContext and infra.DiagnosticTool for more details. 2022-12-01T11:26:47.9239084Z 2022-12-01T11:26:47.9239166Z Examples: 2022-12-01T11:26:47.9239400Z Step 1: Create a set of rules. 2022-12-01T11:26:47.9239640Z >>> rules = infra.RuleCollection.from_list( 2022-12-01T11:26:47.9239865Z ... "CustomRuleCollection", 2022-12-01T11:26:47.9240117Z ... [ 2022-12-01T11:26:47.9240292Z ... infra.Rule( 2022-12-01T11:26:47.9240460Z ... id="r1", 2022-12-01T11:26:47.9240691Z ... name="rule-1", 2022-12-01T11:26:47.9240976Z ... message_default_template="Mising xxx", 2022-12-01T11:26:47.9241170Z ... ), 2022-12-01T11:26:47.9241333Z ... ], 2022-12-01T11:26:47.9241754Z ... ) 2022-12-01T11:26:47.9241857Z 2022-12-01T11:26:47.9241940Z Step 2: Create a diagnostic tool. 2022-12-01T11:26:47.9242167Z >>> tool = infra.DiagnosticTool( 2022-12-01T11:26:47.9242433Z ... name="tool", 2022-12-01T11:26:47.9242619Z ... version="1.0.0", 2022-12-01T11:26:47.9242791Z ... rules=rules, 2022-12-01T11:26:47.9242964Z ... ) 2022-12-01T11:26:47.9243072Z 2022-12-01T11:26:47.9243220Z Step 3: Create a diagnostic engine. 2022-12-01T11:26:47.9243429Z >>> engine = DiagnosticEngine() 2022-12-01T11:26:47.9243559Z 2022-12-01T11:26:47.9243662Z Step 4: Start a new diagnostic context. 2022-12-01T11:26:47.9244127Z >>> with engine.start_diagnostic_context(tool) as context: 2022-12-01T11:26:47.9244288Z 2022-12-01T11:26:47.9244378Z Step 5: Add diagnostics in your code. 2022-12-01T11:26:47.9244662Z ... context.diagnose(rules.rule1, infra.Level.ERROR) 2022-12-01T11:26:47.9244849Z 2022-12-01T11:26:47.9244958Z Step 6: Afterwards, get the SARIF log. 2022-12-01T11:26:47.9245181Z >>> sarif_log = engine.sarif_log() 2022-12-01T11:26:47.9245351Z 2022-12-01T11:26:47.9245918Z Original Error: SyntaxError('unexpected EOF while parsing', ('', 1, 55, 'with engine.start_diagnostic_context(tool) as context:\n')) 2022-12-01T11:26:47.9246185Z 2022-12-01T11:26:47.9246338Z with engine.start_diagnostic_context(tool) as context: 2022-12-01T11:26:47.9246561Z ^ 2022-12-01T11:26:50.0926089Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/__init__.py is_tensor:0 2022-12-01T11:26:50.0927204Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/__init__.py set_default_tensor_type:0 2022-12-01T11:26:50.0928144Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/__init__.py set_default_dtype:0 2022-12-01T11:26:50.0929455Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/__init__.py use_deterministic_algorithms:0 2022-12-01T11:26:50.0930230Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_C.cpython-37m-x86_64-linux-gnu.so Generator:0 2022-12-01T11:26:50.0931031Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_C.cpython-37m-x86_64-linux-gnu.so _LinAlgError:0 2022-12-01T11:26:50.0931615Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_namedtensor_internals.py update_names:0 2022-12-01T11:26:50.0932072Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor.py Tensor.register_hook:0 2022-12-01T11:26:50.0932527Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor.py Tensor.refine_names:0 2022-12-01T11:26:50.0932963Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor.py Tensor.align_to:0 2022-12-01T11:26:50.0933394Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor.py Tensor.rename:0 2022-12-01T11:26:50.0933819Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor.py Tensor.to_sparse_coo:0 2022-12-01T11:26:50.0934270Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor_str.py set_printoptions:0 2022-12-01T11:26:50.0934697Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_vmap_internals.py vmap:0 2022-12-01T11:26:50.0935120Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py broadcast_tensors:0 2022-12-01T11:26:50.0935566Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py broadcast_shapes:0 2022-12-01T11:26:50.0935988Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py split:0 2022-12-01T11:26:50.0936402Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py einsum:0 2022-12-01T11:26:50.0936806Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py meshgrid:0 2022-12-01T11:26:50.0937303Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py _unique_impl:0 2022-12-01T11:26:50.0938004Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py _unique_consecutive_impl:0 2022-12-01T11:26:50.0938447Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py tensordot:0 2022-12-01T11:26:50.0938872Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py cartesian_prod:0 2022-12-01T11:26:50.0939305Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py block_diag:0 2022-12-01T11:26:50.0939729Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py cdist:0 2022-12-01T11:26:50.0940140Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py atleast_1d:0 2022-12-01T11:26:50.0940565Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py atleast_2d:0 2022-12-01T11:26:50.0940987Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py atleast_3d:0 2022-12-01T11:26:50.0941409Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py norm:0 2022-12-01T11:26:50.0941886Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py chain_matmul:0 2022-12-01T11:26:50.0942321Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py _lu_impl:0 2022-12-01T11:26:50.0942719Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py list:0 2022-12-01T11:26:50.0943095Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py help:0 2022-12-01T11:26:50.0943482Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py load:0 2022-12-01T11:26:50.0943880Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py _load_local:0 2022-12-01T11:26:50.0944304Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py download_url_to_file:0 2022-12-01T11:26:50.0944731Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py load_state_dict_from_url:0 2022-12-01T11:26:50.0945168Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/library.py Library.define:0 2022-12-01T11:26:50.0945594Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/library.py Library.impl:0 2022-12-01T11:26:50.0946041Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py get_ignored_functions:0 2022-12-01T11:26:50.0946481Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py get_testing_overrides:0 2022-12-01T11:26:50.0946931Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py wrap_torch_function:0 2022-12-01T11:26:50.0947380Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py handle_torch_function:0 2022-12-01T11:26:50.0947842Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py is_tensor_method_or_property:0 2022-12-01T11:26:50.0948297Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py is_tensor_like:0 2022-12-01T11:26:50.0948726Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/quasirandom.py SobolEngine:0 2022-12-01T11:26:50.0949159Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/serialization.py save:0 2022-12-01T11:26:50.0949571Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/serialization.py load:0 2022-12-01T11:26:50.0950003Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/torch_version.py TorchVersion:0 2022-12-01T11:26:50.0950446Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py Future.then:0 2022-12-01T11:26:50.0950905Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py Future.add_done_callback:0 2022-12-01T11:26:50.0951354Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py Future.set_result:0 2022-12-01T11:26:50.0951857Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py Future.set_exception:0 2022-12-01T11:26:50.0952306Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py collect_all:0 2022-12-01T11:26:50.0952715Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/__init__.py annotate:0 2022-12-01T11:26:50.0953138Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/__init__.py strict_fusion:0 2022-12-01T11:26:50.0953603Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/monitor/__init__.py TensorboardEventHandler:0 2022-12-01T11:26:50.0954062Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nested/__init__.py nested_tensor:0 2022-12-01T11:26:50.0954498Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nested/__init__.py as_nested_tensor:0 2022-12-01T11:26:50.0954918Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/sparse/__init__.py sum:0 2022-12-01T11:26:50.0955366Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_prims/context.py NvfuserPrimsMode:0 2022-12-01T11:26:50.0955867Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_prims/context.py TorchRefsMode:0 2022-12-01T11:26:50.0956318Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantizable/modules/rnn.py LSTMCell:0 2022-12-01T11:26:50.0956782Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantizable/modules/rnn.py LSTM:0 2022-12-01T11:26:50.0957243Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/functional.py conv1d:0 2022-12-01T11:26:50.0957699Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/functional.py conv2d:0 2022-12-01T11:26:50.0958137Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/functional.py conv3d:0 2022-12-01T11:26:50.0958618Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/__init__.py Quantize:0 2022-12-01T11:26:50.0959095Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/__init__.py DeQuantize:0 2022-12-01T11:26:50.0959561Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py Conv1d:0 2022-12-01T11:26:50.0960040Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py Conv2d:0 2022-12-01T11:26:50.0960519Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py Conv3d:0 2022-12-01T11:26:50.0961023Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py ConvTranspose1d:0 2022-12-01T11:26:50.0961529Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py ConvTranspose2d:0 2022-12-01T11:26:50.0962044Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py ConvTranspose3d:0 2022-12-01T11:26:50.0962544Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/linear.py Linear:0 2022-12-01T11:26:50.0963018Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py LSTM:0 2022-12-01T11:26:50.0963476Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py GRU:0 2022-12-01T11:26:50.0964144Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py RNNCell:0 2022-12-01T11:26:50.0964628Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py LSTMCell:0 2022-12-01T11:26:50.0965097Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py GRUCell:0 2022-12-01T11:26:50.0965632Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/activation.py ReLU6:0 2022-12-01T11:26:50.0966097Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py Conv1d:0 2022-12-01T11:26:50.0966556Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py Conv2d:0 2022-12-01T11:26:50.0967012Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py Conv3d:0 2022-12-01T11:26:50.0967471Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py ConvTranspose1d:0 2022-12-01T11:26:50.0967970Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py ConvTranspose2d:0 2022-12-01T11:26:50.0968453Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py ConvTranspose3d:0 2022-12-01T11:26:50.0968936Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/embedding_ops.py Embedding:0 2022-12-01T11:26:50.0969478Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/embedding_ops.py EmbeddingBag:0 2022-12-01T11:26:50.0969999Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/functional_modules.py FloatFunctional:0 2022-12-01T11:26:50.0970516Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/functional_modules.py QFunctional:0 2022-12-01T11:26:50.0970999Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/linear.py Linear:0 2022-12-01T11:26:50.0971447Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/rnn.py LSTM:0 2022-12-01T11:26:50.0971920Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fuse_modules.py fuse_modules:0 2022-12-01T11:26:50.0972420Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fuser_method_mappings.py fuse_conv_bn:0 2022-12-01T11:26:50.0972928Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fuser_method_mappings.py fuse_conv_bn_relu:0 2022-12-01T11:26:50.0973440Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fuser_method_mappings.py fuse_linear_bn:0 2022-12-01T11:26:50.0973962Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fuser_method_mappings.py fuse_convtranspose_bn:0 2022-12-01T11:26:50.0974450Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py _with_args:0 2022-12-01T11:26:50.0974919Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py _with_callable_args:0 2022-12-01T11:26:50.0975383Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py fuse_fx:0 2022-12-01T11:26:50.0975855Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py prepare_fx:0 2022-12-01T11:26:50.0976335Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py prepare_qat_fx:0 2022-12-01T11:26:50.0976796Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py convert_fx:0 2022-12-01T11:26:50.0977345Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py convert_to_reference_fx:0 2022-12-01T11:26:50.0977830Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py _get_path_of_module:0 2022-12-01T11:26:50.0978301Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py _get_signature_locals:0 2022-12-01T11:26:50.0978765Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py _get_default_kwargs:0 2022-12-01T11:26:50.0979283Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py _normalize_kwargs:0 2022-12-01T11:26:50.0979761Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py _get_num_pos_args:0 2022-12-01T11:26:50.0980260Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/backend_config/backend_config.py DTypeConfig:0 2022-12-01T11:26:50.0980771Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_model_report/model_report.py ModelReport:0 2022-12-01T11:26:50.0981377Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_model_report/model_report_visualizer.py ModelReportVisualizer.generate_filtered_tables:0 2022-12-01T11:26:50.0982054Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_model_report/model_report_visualizer.py ModelReportVisualizer.generate_table_visualization:0 2022-12-01T11:26:50.0982730Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_model_report/model_report_visualizer.py ModelReportVisualizer.generate_plot_visualization:0 2022-12-01T11:26:50.0983439Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_model_report/model_report_visualizer.py ModelReportVisualizer.generate_histogram_visualization:0 2022-12-01T11:26:50.0984092Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/_experimental/activation_sparsifier/activation_sparsifier.py ActivationSparsifier:0 2022-12-01T11:26:50.0984721Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/_experimental/data_scheduler/base_data_scheduler.py BaseDataScheduler.get_schedule_param:0 2022-12-01T11:26:50.0985331Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/_experimental/data_sparsifier/base_data_sparsifier.py BaseDataSparsifier:0 2022-12-01T11:26:50.0985865Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/scheduler/lambda_scheduler.py LambdaSL:0 2022-12-01T11:26:50.0986362Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/sparsifier/base_sparsifier.py BaseSparsifier:0 2022-12-01T11:26:50.0986904Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/sparsifier/base_sparsifier.py BaseSparsifier.squash_mask:0 2022-12-01T11:26:50.0987404Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/anomaly_mode.py detect_anomaly:0 2022-12-01T11:26:50.0987857Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/forward_ad.py make_dual:0 2022-12-01T11:26:50.0988293Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/forward_ad.py unpack_dual:0 2022-12-01T11:26:50.0988746Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/forward_ad.py dual_level:0 2022-12-01T11:26:50.0989222Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py FunctionCtx.save_for_backward:0 2022-12-01T11:26:50.0989713Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py FunctionCtx.save_for_forward:0 2022-12-01T11:26:50.0990197Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py FunctionCtx.mark_dirty:0 2022-12-01T11:26:50.0990700Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py FunctionCtx.mark_non_differentiable:0 2022-12-01T11:26:50.0991213Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py FunctionCtx.set_materialize_grads:0 2022-12-01T11:26:50.0991664Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py Function:0 2022-12-01T11:26:50.0992095Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py vjp:0 2022-12-01T11:26:50.0992521Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py jvp:0 2022-12-01T11:26:50.0993014Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py jacobian:0 2022-12-01T11:26:50.0993447Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py hessian:0 2022-12-01T11:26:50.0993879Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py vhp:0 2022-12-01T11:26:50.0994309Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py hvp:0 2022-12-01T11:26:50.0994742Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/grad_mode.py no_grad:0 2022-12-01T11:26:50.0995167Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/grad_mode.py enable_grad:0 2022-12-01T11:26:50.0995624Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/grad_mode.py set_grad_enabled:0 2022-12-01T11:26:50.0996075Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/grad_mode.py inference_mode:0 2022-12-01T11:26:50.0996550Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/graph.py saved_tensors_hooks:0 2022-12-01T11:26:50.0996993Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/graph.py save_on_cpu:0 2022-12-01T11:26:50.0997454Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/graph.py disable_saved_tensors_hooks:0 2022-12-01T11:26:50.0997906Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/profiler.py profile:0 2022-12-01T11:26:50.0998343Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/profiler.py record_function:0 2022-12-01T11:26:50.0998782Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/profiler.py emit_itt:0 2022-12-01T11:26:50.0999222Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/profiler.py emit_nvtx:0 2022-12-01T11:26:50.0999669Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/cuda/jiterator.py _create_jit_fn:0 2022-12-01T11:26:50.1000105Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/cuda/jiterator.py _create_jit_fn:1 2022-12-01T11:26:50.1000545Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/cuda/jiterator.py _create_jit_fn:2 2022-12-01T11:26:50.1001011Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/cuda/jiterator.py _create_multi_output_jit_fn:0 2022-12-01T11:26:50.1001459Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/argparse_util.py env:0 2022-12-01T11:26:50.1001917Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/argparse_util.py check_env:0 2022-12-01T11:26:50.1002394Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py batch_isend_irecv:0 2022-12-01T11:26:50.1002868Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_reduce:0 2022-12-01T11:26:50.1003345Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_gather_object:0 2022-12-01T11:26:50.1003823Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py gather_object:0 2022-12-01T11:26:50.1004422Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py broadcast_object_list:0 2022-12-01T11:26:50.1004916Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py scatter_object_list:0 2022-12-01T11:26:50.1005379Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_gather:0 2022-12-01T11:26:50.1005868Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_gather_into_tensor:0 2022-12-01T11:26:50.1006371Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_gather_coalesced:0 2022-12-01T11:26:50.1006919Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py scatter:0 2022-12-01T11:26:50.1007396Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py reduce_scatter_tensor:0 2022-12-01T11:26:50.1007887Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_to_all_single:0 2022-12-01T11:26:50.1008356Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_to_all:0 2022-12-01T11:26:50.1008835Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py monitored_barrier:0 2022-12-01T11:26:50.1009296Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py new_subgroups:0 2022-12-01T11:26:50.1009802Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py new_subgroups_by_enumeration:0 2022-12-01T11:26:50.1010322Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/launch.py __doc__:0 2022-12-01T11:26:50.1010778Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/run.py __doc__:0 2022-12-01T11:26:50.1011218Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/autograd/__init__.py context:0 2022-12-01T11:26:50.1011711Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/partial_tensor.py _PartialTensor:0 2022-12-01T11:26:50.1012253Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharded_optim/__init__.py named_params_with_sharded_tensor:0 2022-12-01T11:26:50.1012803Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharded_tensor/__init__.py init_from_local_shards:0 2022-12-01T11:26:50.1013326Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharded_tensor/__init__.py custom_sharded_op_impl:0 2022-12-01T11:26:50.1013846Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/checkpoint/planner.py SavePlanner:0 2022-12-01T11:26:50.1014463Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/checkpoint/planner.py LoadPlanner:0 2022-12-01T11:26:50.1014986Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/checkpoint/state_dict_loader.py load_state_dict:0 2022-12-01T11:26:50.1015512Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/checkpoint/state_dict_saver.py save_state_dict:0 2022-12-01T11:26:50.1016078Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharded_tensor/api.py ShardedTensor._init_from_local_tensor:0 2022-12-01T11:26:50.1016632Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharded_tensor/api.py ShardedTensor.reshard:0 2022-12-01T11:26:50.1017241Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharded_tensor/_ops/_common.py _sharded_op_common:0 2022-12-01T11:26:50.1017752Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharding_plan/api.py ShardingPlan:0 2022-12-01T11:26:50.1018231Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/join.py Join:0 2022-12-01T11:26:50.1018748Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/__init__.py register_ddp_comm_hook:0 2022-12-01T11:26:50.1019291Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py noop_hook:0 2022-12-01T11:26:50.1019831Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py allreduce_hook:0 2022-12-01T11:26:50.1020437Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py fp16_compress_hook:0 2022-12-01T11:26:50.1020994Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py bf16_compress_hook:0 2022-12-01T11:26:50.1021552Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py fp16_compress_wrapper:0 2022-12-01T11:26:50.1022098Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py bf16_compress_wrapper:0 2022-12-01T11:26:50.1022660Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py post_localSGD_hook:0 2022-12-01T11:26:50.1023216Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py powerSGD_hook:0 2022-12-01T11:26:50.1023813Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py batched_powerSGD_hook:0 2022-12-01T11:26:50.1024387Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py quantization_pertensor_hook:0 2022-12-01T11:26:50.1024978Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py quantization_perchannel_hook:0 2022-12-01T11:26:50.1025652Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/model_averaging/averagers.py PeriodicModelAverager:0 2022-12-01T11:26:50.1026274Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py HierarchicalModelAverager:0 2022-12-01T11:26:50.1026839Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/elastic/multiprocessing/__init__.py start_processes:0 2022-12-01T11:26:50.1027368Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/elastic/multiprocessing/api.py Std.from_str:0 2022-12-01T11:26:50.1027878Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/elastic/multiprocessing/api.py to_map:0 2022-12-01T11:26:50.1028415Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py ChildFailedError:0 2022-12-01T11:26:50.1028954Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/elastic/rendezvous/api.py RendezvousHandler.shutdown:0 2022-12-01T11:26:50.1029503Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py StateDictType:0 2022-12-01T11:26:50.1030048Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullStateDictConfig:0 2022-12-01T11:26:50.1030619Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel:0 2022-12-01T11:26:50.1031228Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel.state_dict_type:0 2022-12-01T11:26:50.1031834Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel.state_dict:0 2022-12-01T11:26:50.1032453Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel.load_state_dict:0 2022-12-01T11:26:50.1033092Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel.shard_full_optim_state_dict:0 2022-12-01T11:26:50.1033847Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel.scatter_full_optim_state_dict:0 2022-12-01T11:26:50.1034487Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel.rekey_optim_state_dict:0 2022-12-01T11:26:50.1035100Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/sharded_grad_scaler.py ShardedGradScaler:0 2022-12-01T11:26:50.1035601Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/nn/functional.py _all_gather_base:0 2022-12-01T11:26:50.1036108Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/nn/api/remote_module.py _RemoteModule.__init__:0 2022-12-01T11:26:50.1036633Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/nn/api/remote_module.py _RemoteModule.init_from_module_rref:0 2022-12-01T11:26:50.1037152Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/nn/api/remote_module.py RemoteModule:0 2022-12-01T11:26:50.1037691Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/optim/optimizer.py DistributedOptimizer:0 2022-12-01T11:26:50.1038237Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/optim/post_localSGD_optimizer.py PostLocalSGDOptimizer:0 2022-12-01T11:26:50.1038748Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/optim/utils.py register_functional_optim:0 2022-12-01T11:26:50.1039290Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/optim/zero_redundancy_optimizer.py ZeroRedundancyOptimizer:0 2022-12-01T11:26:50.1039810Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/pipeline/sync/pipe.py WithDevice:0 2022-12-01T11:26:50.1040287Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/pipeline/sync/pipe.py Pipe:0 2022-12-01T11:26:50.1040740Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/api.py _wait_all:0 2022-12-01T11:26:50.1041191Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/api.py shutdown:0 2022-12-01T11:26:50.1041633Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/api.py remote:0 2022-12-01T11:26:50.1042076Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/api.py rpc_sync:0 2022-12-01T11:26:50.1042511Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/api.py rpc_async:0 2022-12-01T11:26:50.1042980Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/functions.py async_execution:0 2022-12-01T11:26:50.1043527Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/options.py TensorPipeRpcBackendOptions.set_device_map:0 2022-12-01T11:26:50.1044232Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/server_process_global_profiler.py _server_process_global_profile:0 2022-12-01T11:26:50.1044731Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/bernoulli.py Bernoulli:0 2022-12-01T11:26:50.1045177Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/beta.py Beta:0 2022-12-01T11:26:50.1045625Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/binomial.py Binomial:0 2022-12-01T11:26:50.1046083Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/categorical.py Categorical:0 2022-12-01T11:26:50.1046539Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/cauchy.py Cauchy:0 2022-12-01T11:26:50.1046975Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/chi2.py Chi2:0 2022-12-01T11:26:50.1047453Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/constraints.py _DependentProperty:0 2022-12-01T11:26:50.1048036Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/continuous_bernoulli.py ContinuousBernoulli:0 2022-12-01T11:26:50.1048522Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/dirichlet.py Dirichlet:0 2022-12-01T11:26:50.1048995Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/exponential.py Exponential:0 2022-12-01T11:26:50.1049489Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/fishersnedecor.py FisherSnedecor:0 2022-12-01T11:26:50.1049938Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/gamma.py Gamma:0 2022-12-01T11:26:50.1050386Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/geometric.py Geometric:0 2022-12-01T11:26:50.1050835Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/gumbel.py Gumbel:0 2022-12-01T11:26:50.1051300Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/half_cauchy.py HalfCauchy:0 2022-12-01T11:26:50.1051797Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/half_normal.py HalfNormal:0 2022-12-01T11:26:50.1052268Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/independent.py Independent:0 2022-12-01T11:26:50.1052740Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/kumaraswamy.py Kumaraswamy:0 2022-12-01T11:26:50.1053183Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/laplace.py Laplace:0 2022-12-01T11:26:50.1053659Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/lkj_cholesky.py LKJCholesky:0 2022-12-01T11:26:50.1054123Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/log_normal.py LogNormal:0 2022-12-01T11:26:50.1054603Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/logistic_normal.py LogisticNormal:0 2022-12-01T11:26:50.1055133Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/lowrank_multivariate_normal.py LowRankMultivariateNormal:0 2022-12-01T11:26:50.1055672Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/mixture_same_family.py MixtureSameFamily:0 2022-12-01T11:26:50.1056158Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/multinomial.py Multinomial:0 2022-12-01T11:26:50.1056658Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/multivariate_normal.py MultivariateNormal:0 2022-12-01T11:26:50.1057198Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/normal.py Normal:0 2022-12-01T11:26:50.1057691Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/one_hot_categorical.py OneHotCategorical:0 2022-12-01T11:26:50.1058165Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/pareto.py Pareto:0 2022-12-01T11:26:50.1058624Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/poisson.py Poisson:0 2022-12-01T11:26:50.1059093Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/relaxed_bernoulli.py RelaxedBernoulli:0 2022-12-01T11:26:50.1059621Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/relaxed_categorical.py RelaxedOneHotCategorical:0 2022-12-01T11:26:50.1060116Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/studentT.py StudentT:0 2022-12-01T11:26:50.1060581Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/transforms.py CatTransform:0 2022-12-01T11:26:50.1061052Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/transforms.py StackTransform:0 2022-12-01T11:26:50.1061574Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/transforms.py CumulativeDistributionTransform:0 2022-12-01T11:26:50.1062124Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/uniform.py Uniform:0 2022-12-01T11:26:50.1062578Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/von_mises.py VonMises:0 2022-12-01T11:26:50.1063011Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/weibull.py Weibull:0 2022-12-01T11:26:50.1063458Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py Wishart:0 2022-12-01T11:26:50.1063887Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py _snake_case:0 2022-12-01T11:26:50.1064318Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py Graph.eliminate_dead_code:0 2022-12-01T11:26:50.1064770Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py Graph.on_generate_code:0 2022-12-01T11:26:50.1065218Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/interpreter.py Interpreter:0 2022-12-01T11:26:50.1065692Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/interpreter.py Transformer:0 2022-12-01T11:26:50.1066139Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/subgraph_rewriter.py replace_pattern:0 2022-12-01T11:26:50.1066586Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/tensor_type.py TensorType:0 2022-12-01T11:26:50.1067022Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/tensor_type.py is_consistent:0 2022-12-01T11:26:50.1067459Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/tensor_type.py is_more_precise:0 2022-12-01T11:26:50.1067933Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/rewriter.py AST_Rewriter.visit_AnnAssign:0 2022-12-01T11:26:50.1068422Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/core.py reify:0 2022-12-01T11:26:50.1068918Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/match.py VarDispatcher:0 2022-12-01T11:26:50.1069415Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/more.py unifiable:0 2022-12-01T11:26:50.1069891Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/more.py reify_object:0 2022-12-01T11:26:50.1070378Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/more.py unify_object:0 2022-12-01T11:26:50.1070876Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py merge:0 2022-12-01T11:26:50.1071374Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py merge_with:0 2022-12-01T11:26:50.1071881Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py valmap:0 2022-12-01T11:26:50.1072390Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py keymap:0 2022-12-01T11:26:50.1072898Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py itemmap:0 2022-12-01T11:26:50.1073397Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py valfilter:0 2022-12-01T11:26:50.1073908Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py keyfilter:0 2022-12-01T11:26:50.1074420Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py itemfilter:0 2022-12-01T11:26:50.1074925Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py assoc:0 2022-12-01T11:26:50.1075453Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py dissoc:0 2022-12-01T11:26:50.1075964Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py assoc_in:0 2022-12-01T11:26:50.1076479Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py update_in:0 2022-12-01T11:26:50.1076984Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py get_in:0 2022-12-01T11:26:50.1077476Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py groupby:0 2022-12-01T11:26:50.1077979Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py first:0 2022-12-01T11:26:50.1078476Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/utils.py transitive_get:0 2022-12-01T11:26:50.1078967Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/utils.py _toposort:0 2022-12-01T11:26:50.1079484Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/utils.py reverse_dict:0 2022-12-01T11:26:50.1079972Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/utils.py freeze:0 2022-12-01T11:26:50.1080466Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/variable.py variables:0 2022-12-01T11:26:50.1080990Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/core.py dispatch:0 2022-12-01T11:26:50.1081523Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py Dispatcher:0 2022-12-01T11:26:50.1082103Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py Dispatcher.register:0 2022-12-01T11:26:50.1082688Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py Dispatcher.add:0 2022-12-01T11:26:50.1083274Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py Dispatcher.dispatch:0 2022-12-01T11:26:50.1083938Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py str_signature:0 2022-12-01T11:26:50.1084492Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py expand_tuples:0 2022-12-01T11:26:50.1085028Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py _toposort:0 2022-12-01T11:26:50.1085576Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py reverse_dict:0 2022-12-01T11:26:50.1086096Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py groupby:0 2022-12-01T11:26:50.1086628Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py typename:0 2022-12-01T11:26:50.1087177Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/variadic.py isvariadic:0 2022-12-01T11:26:50.1087720Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/variadic.py Variadic:0 2022-12-01T11:26:50.1088196Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/passes/shape_prop.py ShapeProp:0 2022-12-01T11:26:50.1088659Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/passes/split_module.py split_module:0 2022-12-01T11:26:50.1089240Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/_check.py AttributeTypeIsSupportedChecker:0 2022-12-01T11:26:50.1089712Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/_serialization.py save:0 2022-12-01T11:26:50.1090128Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/_serialization.py load:0 2022-12-01T11:26:50.1090595Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/_serialization.py save_jit_module_to_flatbuffer:0 2022-12-01T11:26:50.1091080Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/mobile/__init__.py _load_for_lite_interpreter:0 2022-12-01T11:26:50.1091555Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/mobile/__init__.py _get_model_bytecode_version:0 2022-12-01T11:26:50.1092029Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/mobile/__init__.py _get_mobile_model_contained_types:0 2022-12-01T11:26:50.1092505Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/mobile/__init__.py _get_model_ops_and_info:0 2022-12-01T11:26:50.1093020Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py is_masked_tensor:0 2022-12-01T11:26:50.1093508Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py fractional_max_pool2d_with_indices:0 2022-12-01T11:26:50.1093984Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py fractional_max_pool3d_with_indices:0 2022-12-01T11:26:50.1094436Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py gumbel_softmax:0 2022-12-01T11:26:50.1094871Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py embedding:0 2022-12-01T11:26:50.1095305Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py embedding_bag:0 2022-12-01T11:26:50.1095730Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py ctc_loss:0 2022-12-01T11:26:50.1096156Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py nll_loss:0 2022-12-01T11:26:50.1096588Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py cross_entropy:0 2022-12-01T11:26:50.1097028Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py binary_cross_entropy:0 2022-12-01T11:26:50.1097596Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py binary_cross_entropy_with_logits:0 2022-12-01T11:26:50.1098039Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv1d_input:0 2022-12-01T11:26:50.1098459Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv1d_weight:0 2022-12-01T11:26:50.1098861Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv2d_input:0 2022-12-01T11:26:50.1099276Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv2d_weight:0 2022-12-01T11:26:50.1099691Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv3d_input:0 2022-12-01T11:26:50.1100107Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv3d_weight:0 2022-12-01T11:26:50.1100517Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py calculate_gain:0 2022-12-01T11:26:50.1100924Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py uniform_:0 2022-12-01T11:26:50.1101325Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py normal_:0 2022-12-01T11:26:50.1101721Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py trunc_normal_:0 2022-12-01T11:26:50.1102129Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py constant_:0 2022-12-01T11:26:50.1102529Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py ones_:0 2022-12-01T11:26:50.1102972Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py zeros_:0 2022-12-01T11:26:50.1103359Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py eye_:0 2022-12-01T11:26:50.1103775Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py dirac_:0 2022-12-01T11:26:50.1104195Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py xavier_uniform_:0 2022-12-01T11:26:50.1104602Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py xavier_normal_:0 2022-12-01T11:26:50.1105022Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py kaiming_uniform_:0 2022-12-01T11:26:50.1105443Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py kaiming_normal_:0 2022-12-01T11:26:50.1105858Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py orthogonal_:0 2022-12-01T11:26:50.1106255Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py sparse_:0 2022-12-01T11:26:50.1106745Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/intrinsic/qat/modules/linear_relu.py LinearReLU:0 2022-12-01T11:26:50.1107261Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py LinearReLU:0 2022-12-01T11:26:50.1107777Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/intrinsic/quantized/modules/linear_relu.py LinearReLU:0 2022-12-01T11:26:50.1108233Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Threshold:0 2022-12-01T11:26:50.1108678Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py ReLU:0 2022-12-01T11:26:50.1109117Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py RReLU:0 2022-12-01T11:26:50.1109551Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Hardtanh:0 2022-12-01T11:26:50.1109995Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py ReLU6:0 2022-12-01T11:26:50.1110435Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Sigmoid:0 2022-12-01T11:26:50.1110884Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Hardsigmoid:0 2022-12-01T11:26:50.1111315Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Tanh:0 2022-12-01T11:26:50.1111751Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py SiLU:0 2022-12-01T11:26:50.1112183Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Mish:0 2022-12-01T11:26:50.1112623Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Hardswish:0 2022-12-01T11:26:50.1113052Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py ELU:0 2022-12-01T11:26:50.1113489Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py CELU:0 2022-12-01T11:26:50.1113919Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py SELU:0 2022-12-01T11:26:50.1114340Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py GLU:0 2022-12-01T11:26:50.1114775Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py GELU:0 2022-12-01T11:26:50.1115225Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Hardshrink:0 2022-12-01T11:26:50.1115680Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py LeakyReLU:0 2022-12-01T11:26:50.1116115Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py LogSigmoid:0 2022-12-01T11:26:50.1116612Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softplus:0 2022-12-01T11:26:50.1117231Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softshrink:0 2022-12-01T11:26:50.1117703Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py MultiheadAttention:0 2022-12-01T11:26:50.1118163Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py PReLU:0 2022-12-01T11:26:50.1118611Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softsign:0 2022-12-01T11:26:50.1119044Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Tanhshrink:0 2022-12-01T11:26:50.1119488Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softmin:0 2022-12-01T11:26:50.1119931Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softmax:0 2022-12-01T11:26:50.1120383Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softmax2d:0 2022-12-01T11:26:50.1120855Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py LogSoftmax:0 2022-12-01T11:26:50.1121310Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/batchnorm.py BatchNorm1d:0 2022-12-01T11:26:50.1121761Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/batchnorm.py BatchNorm2d:0 2022-12-01T11:26:50.1122197Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/batchnorm.py BatchNorm3d:0 2022-12-01T11:26:50.1122652Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/batchnorm.py SyncBatchNorm:0 2022-12-01T11:26:50.1123155Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/batchnorm.py SyncBatchNorm.convert_sync_batchnorm:0 2022-12-01T11:26:50.1123659Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/channelshuffle.py ChannelShuffle:0 2022-12-01T11:26:50.1124241Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py Sequential:0 2022-12-01T11:26:50.1124690Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py ModuleList:0 2022-12-01T11:26:50.1125136Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py ModuleDict:0 2022-12-01T11:26:50.1125596Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py ParameterList:0 2022-12-01T11:26:50.1126045Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py ParameterDict:0 2022-12-01T11:26:50.1126511Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/distance.py PairwiseDistance:0 2022-12-01T11:26:50.1126980Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/distance.py CosineSimilarity:0 2022-12-01T11:26:50.1127433Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py Dropout:0 2022-12-01T11:26:50.1127863Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py Dropout1d:0 2022-12-01T11:26:50.1128311Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py Dropout2d:0 2022-12-01T11:26:50.1128746Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py Dropout3d:0 2022-12-01T11:26:50.1129177Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py AlphaDropout:0 2022-12-01T11:26:50.1129646Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py FeatureAlphaDropout:0 2022-12-01T11:26:50.1130102Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/flatten.py Flatten:0 2022-12-01T11:26:50.1130601Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/flatten.py Unflatten:0 2022-12-01T11:26:50.1131015Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/fold.py Fold:0 2022-12-01T11:26:50.1131431Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/fold.py Unfold:0 2022-12-01T11:26:50.1131883Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/instancenorm.py InstanceNorm1d:0 2022-12-01T11:26:50.1132358Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/instancenorm.py InstanceNorm2d:0 2022-12-01T11:26:50.1132814Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/instancenorm.py InstanceNorm3d:0 2022-12-01T11:26:50.1133265Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py LazyModuleMixin:0 2022-12-01T11:26:50.1133711Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/linear.py Identity:0 2022-12-01T11:26:50.1134130Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/linear.py Linear:0 2022-12-01T11:26:50.1134602Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/linear.py Bilinear:0 2022-12-01T11:26:50.1135024Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py L1Loss:0 2022-12-01T11:26:50.1135446Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py NLLLoss:0 2022-12-01T11:26:50.1135875Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py PoissonNLLLoss:0 2022-12-01T11:26:50.1136325Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py GaussianNLLLoss:0 2022-12-01T11:26:50.1136763Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py KLDivLoss:0 2022-12-01T11:26:50.1137258Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py MSELoss:0 2022-12-01T11:26:50.1137671Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py BCELoss:0 2022-12-01T11:26:50.1138114Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py BCEWithLogitsLoss:0 2022-12-01T11:26:50.1138582Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py MultiLabelMarginLoss:0 2022-12-01T11:26:50.1139034Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py CrossEntropyLoss:0 2022-12-01T11:26:50.1139485Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py MarginRankingLoss:0 2022-12-01T11:26:50.1139939Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py MultiMarginLoss:0 2022-12-01T11:26:50.1140394Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py TripletMarginLoss:0 2022-12-01T11:26:50.1140870Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py TripletMarginWithDistanceLoss:0 2022-12-01T11:26:50.1141338Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py CTCLoss:0 2022-12-01T11:26:50.1141797Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.register_buffer:0 2022-12-01T11:26:50.1142255Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.apply:0 2022-12-01T11:26:50.1142683Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.to:0 2022-12-01T11:26:50.1143132Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.state_dict:0 2022-12-01T11:26:50.1143595Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.parameters:0 2022-12-01T11:26:50.1144063Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.named_parameters:0 2022-12-01T11:26:50.1144553Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.buffers:0 2022-12-01T11:26:50.1145020Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.named_buffers:0 2022-12-01T11:26:50.1145487Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.named_children:0 2022-12-01T11:26:50.1145933Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.modules:0 2022-12-01T11:26:50.1146388Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.named_modules:0 2022-12-01T11:26:50.1146868Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/normalization.py LocalResponseNorm:0 2022-12-01T11:26:50.1147339Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/normalization.py LayerNorm:0 2022-12-01T11:26:50.1147790Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/normalization.py GroupNorm:0 2022-12-01T11:26:50.1148282Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ConstantPad1d:0 2022-12-01T11:26:50.1148741Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ConstantPad2d:0 2022-12-01T11:26:50.1149188Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ConstantPad3d:0 2022-12-01T11:26:50.1149633Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReflectionPad1d:0 2022-12-01T11:26:50.1150096Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReflectionPad2d:0 2022-12-01T11:26:50.1150550Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReflectionPad3d:0 2022-12-01T11:26:50.1151008Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReplicationPad1d:0 2022-12-01T11:26:50.1151463Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReplicationPad2d:0 2022-12-01T11:26:50.1151932Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReplicationPad3d:0 2022-12-01T11:26:50.1152379Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ZeroPad2d:0 2022-12-01T11:26:50.1152841Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pixelshuffle.py PixelShuffle:0 2022-12-01T11:26:50.1153302Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pixelshuffle.py PixelUnshuffle:0 2022-12-01T11:26:50.1153757Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxPool1d:0 2022-12-01T11:26:50.1154197Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxPool2d:0 2022-12-01T11:26:50.1154620Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxPool3d:0 2022-12-01T11:26:50.1155059Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxUnpool1d:0 2022-12-01T11:26:50.1155510Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxUnpool2d:0 2022-12-01T11:26:50.1155952Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxUnpool3d:0 2022-12-01T11:26:50.1156381Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AvgPool1d:0 2022-12-01T11:26:50.1156819Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AvgPool2d:0 2022-12-01T11:26:50.1157257Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AvgPool3d:0 2022-12-01T11:26:50.1157718Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py FractionalMaxPool2d:0 2022-12-01T11:26:50.1158233Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py FractionalMaxPool3d:0 2022-12-01T11:26:50.1158689Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py LPPool1d:0 2022-12-01T11:26:50.1159130Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py LPPool2d:0 2022-12-01T11:26:50.1159575Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveMaxPool1d:0 2022-12-01T11:26:50.1160047Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveMaxPool2d:0 2022-12-01T11:26:50.1160519Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveMaxPool3d:0 2022-12-01T11:26:50.1160986Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveAvgPool1d:0 2022-12-01T11:26:50.1161443Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveAvgPool2d:0 2022-12-01T11:26:50.1161910Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveAvgPool3d:0 2022-12-01T11:26:50.1162377Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py RNN:0 2022-12-01T11:26:50.1162792Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py LSTM:0 2022-12-01T11:26:50.1163186Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py GRU:0 2022-12-01T11:26:50.1163604Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py RNNCell:0 2022-12-01T11:26:50.1164149Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py LSTMCell:0 2022-12-01T11:26:50.1164570Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py GRUCell:0 2022-12-01T11:26:50.1164989Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/sparse.py Embedding:0 2022-12-01T11:26:50.1165460Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/sparse.py Embedding.from_pretrained:0 2022-12-01T11:26:50.1165927Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/sparse.py EmbeddingBag:0 2022-12-01T11:26:50.1166393Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/sparse.py EmbeddingBag.from_pretrained:0 2022-12-01T11:26:50.1166872Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py Transformer:0 2022-12-01T11:26:50.1167352Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py Transformer.forward:0 2022-12-01T11:26:50.1167837Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py TransformerEncoder:0 2022-12-01T11:26:50.1168314Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py TransformerDecoder:0 2022-12-01T11:26:50.1168814Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py TransformerEncoderLayer:0 2022-12-01T11:26:50.1169324Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py TransformerDecoderLayer:0 2022-12-01T11:26:50.1169800Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/upsampling.py Upsample:0 2022-12-01T11:26:50.1170262Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/upsampling.py UpsamplingNearest2d:0 2022-12-01T11:26:50.1170788Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/upsampling.py UpsamplingBilinear2d:0 2022-12-01T11:26:50.1171270Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/data_parallel.py DataParallel:0 2022-12-01T11:26:50.1171766Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel:0 2022-12-01T11:26:50.1172348Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel.no_sync:0 2022-12-01T11:26:50.1172886Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel.join:0 2022-12-01T11:26:50.1173452Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel.register_comm_hook:0 2022-12-01T11:26:50.1174033Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel.register_comm_hook:1 2022-12-01T11:26:50.1174602Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel._register_builtin_comm_hook:0 2022-12-01T11:26:50.1175180Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel._register_fused_optim:0 2022-12-01T11:26:50.1175706Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/_per_sample_grad.py call_for_per_sample_grads:0 2022-12-01T11:26:50.1176201Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/init.py skip_init:0 2022-12-01T11:26:50.1176674Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/memory_format.py convert_conv2d_weight_memory_format:0 2022-12-01T11:26:50.1177235Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/parametrizations.py orthogonal:0 2022-12-01T11:26:50.1177720Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/parametrizations.py spectral_norm:0 2022-12-01T11:26:50.1178208Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/parametrize.py register_parametrization:0 2022-12-01T11:26:50.1178651Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py identity:0 2022-12-01T11:26:50.1179104Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py random_unstructured:0 2022-12-01T11:26:50.1179562Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py l1_unstructured:0 2022-12-01T11:26:50.1179996Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py random_structured:0 2022-12-01T11:26:50.1180446Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py ln_structured:0 2022-12-01T11:26:50.1180894Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py global_unstructured:0 2022-12-01T11:26:50.1181340Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py custom_from_mask:0 2022-12-01T11:26:50.1181754Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py remove:0 2022-12-01T11:26:50.1182175Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py is_pruned:0 2022-12-01T11:26:50.1182619Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/rnn.py pad_packed_sequence:0 2022-12-01T11:26:50.1183057Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/rnn.py pad_sequence:0 2022-12-01T11:26:50.1183478Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/rnn.py unpad_sequence:0 2022-12-01T11:26:50.1183912Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/rnn.py pack_sequence:0 2022-12-01T11:26:50.1184347Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/rnn.py unpack_sequence:0 2022-12-01T11:26:50.1184786Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/spectral_norm.py spectral_norm:0 2022-12-01T11:26:50.1185255Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/spectral_norm.py remove_spectral_norm:0 2022-12-01T11:26:50.1185720Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/stateless.py functional_call:0 2022-12-01T11:26:50.1186234Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/weight_norm.py weight_norm:0 2022-12-01T11:26:50.1186683Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/weight_norm.py remove_weight_norm:0 2022-12-01T11:26:50.1187159Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/_expanded_weights/conv_utils.py unfold3d:0 2022-12-01T11:26:50.1187700Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/_expanded_weights/expanded_weights_utils.py sum_over_all_but_batch_and_last_n:0 2022-12-01T11:26:50.1188202Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/onnx/_type_utils.py JitScalarType:0 2022-12-01T11:26:50.1188636Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py LambdaLR:0 2022-12-01T11:26:50.1189100Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py MultiplicativeLR:0 2022-12-01T11:26:50.1189552Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py StepLR:0 2022-12-01T11:26:50.1190033Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py MultiStepLR:0 2022-12-01T11:26:50.1190468Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py ConstantLR:0 2022-12-01T11:26:50.1190906Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py LinearLR:0 2022-12-01T11:26:50.1191359Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py SequentialLR:0 2022-12-01T11:26:50.1191810Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py PolynomialLR:0 2022-12-01T11:26:50.1192259Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py ChainedScheduler:0 2022-12-01T11:26:50.1192732Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py ReduceLROnPlateau:0 2022-12-01T11:26:50.1193189Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py CyclicLR:0 2022-12-01T11:26:50.1193679Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py CosineAnnealingWarmRestarts.step:0 2022-12-01T11:26:50.1194224Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py CosineAnnealingWarmRestarts.step:1 2022-12-01T11:26:50.1194711Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py OneCycleLR:0 2022-12-01T11:26:50.1195130Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/sgd.py SGD:0 2022-12-01T11:26:50.1195547Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/swa_utils.py AveragedModel:0 2022-12-01T11:26:50.1195994Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/swa_utils.py AveragedModel:1 2022-12-01T11:26:50.1196435Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/swa_utils.py update_bn:0 2022-12-01T11:26:50.1196863Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/swa_utils.py SWALR:0 2022-12-01T11:26:50.1197286Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/package/glob_group.py GlobGroup:0 2022-12-01T11:26:50.1197729Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/profiler/profiler.py profile:0 2022-12-01T11:26:50.1198177Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_comparison.py assert_close:0 2022-12-01T11:26:50.1198611Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_creation.py make_tensor:0 2022-12-01T11:26:50.1199077Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py parametrize:0 2022-12-01T11:26:50.1199584Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py random_symmetric_psd_matrix:0 2022-12-01T11:26:50.1200138Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py random_hermitian_psd_matrix:0 2022-12-01T11:26:50.1200640Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py random_hermitian_pd_matrix:0 2022-12-01T11:26:50.1201125Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/checkpoint.py checkpoint_sequential:0 2022-12-01T11:26:50.1201595Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py CppExtension:0 2022-12-01T11:26:50.1202051Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py CUDAExtension:0 2022-12-01T11:26:50.1202494Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py CUDAExtension:1 2022-12-01T11:26:50.1202929Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py load:0 2022-12-01T11:26:50.1203372Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py load_inline:0 2022-12-01T11:26:50.1203956Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/dlpack.py from_dlpack:0 2022-12-01T11:26:50.1204427Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/throughput_benchmark.py ThroughputBenchmark:0 2022-12-01T11:26:50.1204909Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/dataset.py IterableDataset:0 2022-12-01T11:26:50.1205366Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/dataset.py random_split:0 2022-12-01T11:26:50.1205872Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/distributed.py DistributedSampler:0 2022-12-01T11:26:50.1206347Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/sampler.py WeightedRandomSampler:0 2022-12-01T11:26:50.1206818Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/sampler.py BatchSampler:0 2022-12-01T11:26:50.1207284Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/_utils/collate.py default_convert:0 2022-12-01T11:26:50.1207730Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/_utils/collate.py collate:0 2022-12-01T11:26:50.1208189Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/_utils/collate.py default_collate:0 2022-12-01T11:26:50.1208676Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/datapipe.py IterDataPipe:0 2022-12-01T11:26:50.1209164Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/datapipe.py MapDataPipe:0 2022-12-01T11:26:50.1209654Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/callable.py MapperIterDataPipe:0 2022-12-01T11:26:50.1210184Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/callable.py CollatorIterDataPipe:0 2022-12-01T11:26:50.1210721Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combinatorics.py ShufflerIterDataPipe:0 2022-12-01T11:26:50.1211256Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py ConcaterIterDataPipe:0 2022-12-01T11:26:50.1211768Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py ForkerIterDataPipe:0 2022-12-01T11:26:50.1212275Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py _ChildDataPipe:0 2022-12-01T11:26:50.1212808Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py DemultiplexerIterDataPipe:0 2022-12-01T11:26:50.1213354Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py MultiplexerIterDataPipe:0 2022-12-01T11:26:50.1213934Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py ZipperIterDataPipe:0 2022-12-01T11:26:50.1214474Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/filelister.py FileListerIterDataPipe:0 2022-12-01T11:26:50.1215016Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/fileopener.py FileOpenerIterDataPipe:0 2022-12-01T11:26:50.1215548Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/grouping.py BatcherIterDataPipe:0 2022-12-01T11:26:50.1216059Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/grouping.py UnBatcherIterDataPipe:0 2022-12-01T11:26:50.1216580Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/grouping.py GrouperIterDataPipe:0 2022-12-01T11:26:50.1217096Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/selecting.py FilterIterDataPipe:0 2022-12-01T11:26:50.1217760Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/streamreader.py StreamReaderIterDataPipe:0 2022-12-01T11:26:50.1218311Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/utils.py IterableWrapperIterDataPipe:0 2022-12-01T11:26:50.1218841Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/callable.py MapperMapDataPipe:0 2022-12-01T11:26:50.1219370Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/combinatorics.py ShufflerIterDataPipe:0 2022-12-01T11:26:50.1219902Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/combining.py ConcaterMapDataPipe:0 2022-12-01T11:26:50.1220407Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/combining.py ZipperMapDataPipe:0 2022-12-01T11:26:50.1220930Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/grouping.py BatcherMapDataPipe:0 2022-12-01T11:26:50.1221466Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/utils.py SequenceWrapperMapDataPipe:0 2022-12-01T11:26:50.1221986Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py validate_input_col:0 2022-12-01T11:26:50.1222459Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/hipify/hipify_python.py find_closure_group:0 2022-12-01T11:26:50.1222969Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/hipify/hipify_python.py replace_extern_shared:0 2022-12-01T11:26:50.1223461Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.__init__:0 2022-12-01T11:26:50.1223966Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_hparams:0 2022-12-01T11:26:50.1224459Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_scalar:0 2022-12-01T11:26:50.1224961Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_scalars:0 2022-12-01T11:26:50.1225464Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_histogram:0 2022-12-01T11:26:50.1225980Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_histogram_raw:0 2022-12-01T11:26:50.1226471Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_image:0 2022-12-01T11:26:50.1226967Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_images:0 2022-12-01T11:26:50.1227504Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_text:0 2022-12-01T11:26:50.1228009Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_embedding:0 2022-12-01T11:26:50.1228501Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_pr_curve:0 2022-12-01T11:26:50.1229043Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_custom_scalars_multilinechart:0 2022-12-01T11:26:50.1229601Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_custom_scalars_marginchart:0 2022-12-01T11:26:50.1230133Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_custom_scalars:0 2022-12-01T11:26:50.1230627Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_mesh:0 2022-12-01T11:26:50.6961725Z 2022-12-01T11:26:50.6962210Z real 76m13.513s 2022-12-01T11:26:50.6962873Z user 171m19.212s 2022-12-01T11:26:50.6963215Z sys 4m58.072s 2022-12-01T11:26:50.6963538Z + assert_git_not_dirty 2022-12-01T11:26:50.6964103Z + [[ linux-focal-py3.7-clang7-asan != *rocm* ]] 2022-12-01T11:26:50.6964570Z + [[ linux-focal-py3.7-clang7-asan != *xla* ]] 2022-12-01T11:26:50.6965060Z ++ git status --porcelain 2022-12-01T11:27:07.8524709Z + git_status= 2022-12-01T11:27:07.8525169Z + [[ -n '' ]] 2022-12-01T11:27:07.8632904Z Prepare all required actions 2022-12-01T11:27:07.8633231Z Getting action download info 2022-12-01T11:27:08.2227664Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-12-01T11:27:08.2227877Z with: 2022-12-01T11:27:08.2228218Z github-token: *** 2022-12-01T11:27:08.2228387Z env: 2022-12-01T11:27:08.2228551Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:27:08.2228747Z ##[endgroup] 2022-12-01T11:27:08.2270531Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-12-01T11:27:08.2270752Z with: 2022-12-01T11:27:08.2270910Z shell: bash 2022-12-01T11:27:08.2271085Z timeout_minutes: 10 2022-12-01T11:27:08.2271252Z max_attempts: 5 2022-12-01T11:27:08.2271433Z retry_wait_seconds: 30 2022-12-01T11:27:08.2271814Z 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-12-01T11:27:08.2272253Z polling_interval_seconds: 1 2022-12-01T11:27:08.2272440Z warning_on_retry: true 2022-12-01T11:27:08.2272630Z continue_on_error: false 2022-12-01T11:27:08.2272802Z env: 2022-12-01T11:27:08.2272959Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:27:08.2273276Z GITHUB_TOKEN: *** 2022-12-01T11:27:08.2273449Z ##[endgroup] 2022-12-01T11:27:08.6437685Z 2022-12-01T11:27:08.6442972Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T11:27:08.6481397Z + python3 -m pip install requests==2.26.0 2022-12-01T11:27:09.5598220Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T11:27:09.5877859Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-12-01T11:27:09.6026720Z 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.13) 2022-12-01T11:27:09.6203548Z 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-12-01T11:27:09.6221367Z 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-12-01T11:27:09.6249216Z 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-12-01T11:27:09.8495262Z ++ python3 .github/scripts/get_workflow_job_id.py 3591403534 i-08c7d78ca13d5837c 2022-12-01T11:27:11.4970303Z + GHA_WORKFLOW_JOB_ID=9818440337 2022-12-01T11:27:11.4970983Z + echo '::set-output name=job-id::9818440337' 2022-12-01T11:27:11.4980852Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T11:27:11.6487902Z Command completed after 1 attempt(s). 2022-12-01T11:27:11.6488162Z 2022-12-01T11:27:11.6489906Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T11:27:11.6594851Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-12-01T11:27:11.6595100Z kill "$MONITOR_SCRIPT_PID" 2022-12-01T11:27:11.7453304Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:27:11.7453533Z env: 2022-12-01T11:27:11.7453715Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:27:11.7453903Z MONITOR_SCRIPT_PID: 4678 2022-12-01T11:27:11.7454086Z ##[endgroup] 2022-12-01T11:27:11.7540785Z Prepare all required actions 2022-12-01T11:27:11.7541037Z Getting action download info 2022-12-01T11:27:12.0510560Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-12-01T11:27:12.2026007Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-12-01T11:27:12.2026228Z with: 2022-12-01T11:27:12.2026451Z file-suffix: test-default-3-5-linux.2xlarge_9818440337 2022-12-01T11:27:12.2026661Z env: 2022-12-01T11:27:12.2026834Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:27:12.2027024Z ##[endgroup] 2022-12-01T11:27:12.2051256Z ##[group]Run # Remove any previous test jsons if they exist 2022-12-01T11:27:12.2051543Z # Remove any previous test jsons if they exist 2022-12-01T11:27:12.2051773Z rm -f test-jsons-*.zip 2022-12-01T11:27:12.2052020Z zip -r "test-jsons-${FILE_SUFFIX}.zip" test -i '*.json' 2022-12-01T11:27:12.2063457Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:27:12.2063719Z env: 2022-12-01T11:27:12.2063898Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:27:12.2064137Z FILE_SUFFIX: test-default-3-5-linux.2xlarge_9818440337 2022-12-01T11:27:12.2064362Z ##[endgroup] 2022-12-01T11:27:12.2552708Z adding: test/allowlist_for_publicAPI.json (deflated 80%) 2022-12-01T11:27:12.2579934Z adding: test/benchmark_utils/callgrind_artifacts.json (deflated 92%) 2022-12-01T11:27:12.2586114Z adding: test/profiler/profiler_utils_mock_events.json (deflated 87%) 2022-12-01T11:27:12.2587669Z adding: test/.pytorch-slow-tests.json (deflated 76%) 2022-12-01T11:27:12.2596871Z adding: test/.pytorch-disabled-tests.json (deflated 86%) 2022-12-01T11:27:12.2618367Z ##[group]Run # Remove any previous test reports if they exist 2022-12-01T11:27:12.2618670Z # Remove any previous test reports if they exist 2022-12-01T11:27:12.2618908Z rm -f test-reports-*.zip 2022-12-01T11:27:12.2619158Z zip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml' 2022-12-01T11:27:12.2630223Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:27:12.2630441Z env: 2022-12-01T11:27:12.2630617Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:27:12.2630853Z FILE_SUFFIX: test-default-3-5-linux.2xlarge_9818440337 2022-12-01T11:27:12.2631081Z ##[endgroup] 2022-12-01T11:27:12.2722466Z adding: test/test-reports/python-unittest/test_jit_autocast/TEST-TestAutocast-20221201101052.xml (deflated 89%) 2022-12-01T11:27:12.2739950Z adding: test/test-reports/python-unittest/test_jit_autocast/TEST-TestJitTraceAutocast-20221201101052.xml (deflated 66%) 2022-12-01T11:27:12.2745770Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-jit.test_fuser_common.TestFuserCommon-20221201101053.xml (deflated 49%) 2022-12-01T11:27:12.2757371Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserDynamic-20221201101053.xml (deflated 85%) 2022-12-01T11:27:12.2778072Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserStatic-20221201101053.xml (deflated 85%) 2022-12-01T11:27:12.2784037Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestLoopnestRandomizationCPU-20221201101053.xml (deflated 42%) 2022-12-01T11:27:12.2965910Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestNNCOpInfoCPU-20221201101053.xml (deflated 98%) 2022-12-01T11:27:12.2972082Z adding: test/test-reports/python-unittest/test_optim/TEST-TestDifferentiableOptimizer-20221201101657.xml (deflated 62%) 2022-12-01T11:27:12.2988770Z adding: test/test-reports/python-unittest/test_optim/TEST-TestLRScheduler-20221201101657.xml (deflated 89%) 2022-12-01T11:27:12.2995497Z adding: test/test-reports/python-unittest/test_optim/TEST-TestOptim-20221201101657.xml (deflated 85%) 2022-12-01T11:27:12.3009049Z adding: test/test-reports/python-unittest/test_optim/TEST-TestSWAUtils-20221201101657.xml (deflated 76%) 2022-12-01T11:27:12.3197677Z adding: test/test-reports/python-unittest/test_binary_ufuncs/TEST-TestBinaryUfuncsCPU-20221201102112.xml (deflated 97%) 2022-12-01T11:27:12.3211235Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseCPU-20221201102542.xml (deflated 89%) 2022-12-01T11:27:12.3227874Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseMaskedReductionsCPU-20221201102542.xml (deflated 97%) 2022-12-01T11:27:12.3232820Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseMeta-20221201102542.xml (deflated 40%) 2022-12-01T11:27:12.3270780Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseUnaryUfuncsCPU-20221201102542.xml (deflated 97%) 2022-12-01T11:27:12.3276043Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseOneOff-20221201102542.xml (deflated 57%) 2022-12-01T11:27:12.3288470Z adding: test/test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightFunctionalCPU-20221201102742.xml (deflated 92%) 2022-12-01T11:27:12.3293752Z adding: test/test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightHelperFunctionCPU-20221201102742.xml (deflated 79%) 2022-12-01T11:27:12.3306461Z adding: test/test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightModule-20221201102742.xml (deflated 94%) 2022-12-01T11:27:12.3533823Z adding: test/test-reports/python-unittest/test_meta/TEST-TestMetaCPU-20221201102805.xml (deflated 98%) 2022-12-01T11:27:12.3539515Z adding: test/test-reports/python-unittest/test_meta/TEST-TestMetaConverter-20221201102805.xml (deflated 75%) 2022-12-01T11:27:12.3552862Z adding: test/test-reports/python-unittest/test_vmap/TEST-TestVmapAPI-20221201102825.xml (deflated 94%) 2022-12-01T11:27:12.3560162Z adding: test/test-reports/python-unittest/test_vmap/TEST-TestVmapBatchedGradientCPU-20221201102825.xml (deflated 85%) 2022-12-01T11:27:12.3571654Z adding: test/test-reports/python-unittest/test_vmap/TEST-TestVmapOperators-20221201102825.xml (deflated 86%) 2022-12-01T11:27:12.3577250Z adding: test/test-reports/python-unittest/test_utils/TEST-TestAssert-20221201102844.xml (deflated 53%) 2022-12-01T11:27:12.3583162Z adding: test/test-reports/python-unittest/test_utils/TEST-TestCheckpoint-20221201102844.xml (deflated 78%) 2022-12-01T11:27:12.3588458Z adding: test/test-reports/python-unittest/test_utils/TEST-TestCppExtensionUtils-20221201102844.xml (deflated 55%) 2022-12-01T11:27:12.3601095Z adding: test/test-reports/python-unittest/test_utils/TEST-TestDataLoaderUtils-20221201102844.xml (deflated 69%) 2022-12-01T11:27:12.3608855Z adding: test/test-reports/python-unittest/test_utils/TEST-TestExtensionUtils-20221201102844.xml (deflated 41%) 2022-12-01T11:27:12.3614791Z adding: test/test-reports/python-unittest/test_utils/TEST-TestHipify-20221201102844.xml (deflated 40%) 2022-12-01T11:27:12.3620408Z adding: test/test-reports/python-unittest/test_utils/TEST-TestONNXUtils-20221201102844.xml (deflated 52%) 2022-12-01T11:27:12.3630573Z adding: test/test-reports/python-unittest/test_utils/TEST-TestStandaloneCPPJIT-20221201102844.xml (deflated 41%) 2022-12-01T11:27:12.3636403Z adding: test/test-reports/python-unittest/test_utils/TEST-TestBottleneck-20221201102844.xml (deflated 52%) 2022-12-01T11:27:12.3641923Z adding: test/test-reports/python-unittest/test_utils/TEST-TestCollectEnv-20221201102844.xml (deflated 41%) 2022-12-01T11:27:12.3663115Z adding: test/test-reports/python-unittest/test_module_init/TEST-TestModuleInitCPU-20221201102903.xml (deflated 96%) 2022-12-01T11:27:12.3671495Z adding: test/test-reports/python-unittest/test_public_bindings/TEST-TestPublicBindings-20221201102920.xml (deflated 56%) 2022-12-01T11:27:12.3678062Z adding: test/test-reports/python-unittest/test_functional_autograd_benchmark/TEST-TestFunctionalAutogradBenchmark-20221201102950.xml (deflated 52%) 2022-12-01T11:27:12.3683331Z adding: test/test-reports/python-unittest/test_type_hints/TEST-TestTypeHints-20221201103842.xml (deflated 42%) 2022-12-01T11:27:12.3699709Z adding: test/test-reports/python-unittest/test_sort_and_select/TEST-TestSortAndSelectCPU-20221201103956.xml (deflated 91%) 2022-12-01T11:27:12.3707338Z adding: test/test-reports/python-unittest/test_mkl_verbose/TEST-TestMKLVerbose-20221201104015.xml (deflated 53%) 2022-12-01T11:27:12.3714777Z adding: test/test-reports/python-unittest/test_mkldnn_verbose/TEST-TestMKLDNNVerbose-20221201104032.xml (deflated 53%) 2022-12-01T11:27:12.3722210Z adding: test/test-reports/python-unittest/test_import_stats/TEST-TestImportTime-20221201104048.xml (deflated 53%) 2022-12-01T11:27:12.3732434Z adding: test/test-reports/python-unittest/test_logging/TEST-LoggingTest-20221201104105.xml (deflated 43%) 2022-12-01T11:27:12.3737831Z adding: test/test-reports/python-unittest/test_bundled_inputs/TEST-TestBundledInputs-20221201104120.xml (deflated 80%) 2022-12-01T11:27:12.3744548Z adding: test/test-reports/python-unittest/lazy.test_step_closures/TEST-ClosuresTest-20221201104133.xml (deflated 68%) 2022-12-01T11:27:12.3760226Z adding: test/test-reports/python-unittest/test_namedtensor/TEST-TestNamedTensor-20221201104144.xml (deflated 88%) 2022-12-01T11:27:12.3789251Z adding: test/test-reports/python-unittest/test_linalg/TEST-TestLinalgCPU-20221201110332.xml (deflated 93%) 2022-12-01T11:27:12.3795365Z adding: test/test-reports/python-unittest/test_nn/TEST-TestAddRelu-20221201111150.xml (deflated 53%) 2022-12-01T11:27:12.3801151Z adding: test/test-reports/python-unittest/test_nn/TEST-TestConstantPadNd-20221201111150.xml (deflated 54%) 2022-12-01T11:27:12.3808608Z adding: test/test-reports/python-unittest/test_nn/TEST-TestFunctionalPickle-20221201111150.xml (deflated 42%) 2022-12-01T11:27:12.3821974Z adding: test/test-reports/python-unittest/test_nn/TEST-TestFusionEval-20221201111150.xml (deflated 41%) 2022-12-01T11:27:12.3830075Z adding: test/test-reports/python-unittest/test_nn/TEST-TestLazyModules-20221201111150.xml (deflated 88%) 2022-12-01T11:27:12.3844144Z adding: test/test-reports/python-unittest/test_nn/TEST-TestModuleGlobalHooks-20221201111150.xml (deflated 70%) 2022-12-01T11:27:12.3919693Z adding: test/test-reports/python-unittest/test_nn/TEST-TestNN-20221201111150.xml (deflated 94%) 2022-12-01T11:27:12.3969063Z adding: test/test-reports/python-unittest/test_nn/TEST-TestNNDeviceTypeCPU-20221201111150.xml (deflated 95%) 2022-12-01T11:27:12.3977189Z adding: test/test-reports/python-unittest/test_nn/TEST-TestNNInit-20221201111150.xml (deflated 85%) 2022-12-01T11:27:12.3982952Z adding: test/test-reports/python-unittest/test_nn/TEST-TestStateDictHooks-20221201111150.xml (deflated 74%) 2022-12-01T11:27:12.4075163Z adding: test/test-reports/python-unittest/test_reductions/TEST-TestReductionsCPU-20221201111944.xml (deflated 97%) 2022-12-01T11:27:12.4076113Z adding: test/test-reports/python-unittest/nn.test_pooling/TEST-TestAvgPool-20221201112236.xml (deflated 76%) 2022-12-01T11:27:12.4076659Z adding: test/test-reports/python-unittest/nn.test_pooling/TEST-TestPoolingNN-20221201112236.xml (deflated 78%) 2022-12-01T11:27:12.4077686Z adding: test/test-reports/python-unittest/nn.test_pooling/TEST-TestPoolingNNDeviceTypeCPU-20221201112236.xml (deflated 91%) 2022-12-01T11:27:12.4087710Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutograd-20221201112443.xml (deflated 86%) 2022-12-01T11:27:12.4088535Z adding: test/test-reports/python-unittest/test_autograd/TEST-autograd.test_complex.TestAutogradComplex-20221201112443.xml (deflated 60%) 2022-12-01T11:27:12.4089671Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradDeviceTypeCPU-20221201112443.xml (deflated 86%) 2022-12-01T11:27:12.4090693Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardMode-20221201112443.xml (deflated 85%) 2022-12-01T11:27:12.4091510Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardModeBatchedGrad-20221201112443.xml (deflated 72%) 2022-12-01T11:27:12.4093343Z adding: test/test-reports/python-unittest/test_autograd/TEST-autograd.test_functional.TestAutogradFunctional-20221201112443.xml (deflated 94%) 2022-12-01T11:27:12.4094616Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradInferenceMode-20221201112443.xml (deflated 87%) 2022-12-01T11:27:12.4095643Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradMultipleDispatchCPU-20221201112443.xml (deflated 71%) 2022-12-01T11:27:12.4096677Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestMultithreadAutograd-20221201112443.xml (deflated 77%) 2022-12-01T11:27:12.4097750Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestBroadcastAllOverride-20221201112556.xml (deflated 43%) 2022-12-01T11:27:12.4098760Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestDisabledTorchFunction-20221201112556.xml (deflated 42%) 2022-12-01T11:27:12.4099727Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestEinsumOverride-20221201112556.xml (deflated 41%) 2022-12-01T11:27:12.4100402Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestGradCheckOverride-20221201112556.xml (deflated 41%) 2022-12-01T11:27:12.4100952Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestGradNewOnesOverride-20221201112556.xml (deflated 42%) 2022-12-01T11:27:12.4101477Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestIndexing-20221201112556.xml (deflated 73%) 2022-12-01T11:27:12.4101948Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestIterator-20221201112556.xml (deflated 41%) 2022-12-01T11:27:12.4102441Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestNamedTuple-20221201112556.xml (deflated 40%) 2022-12-01T11:27:12.4102936Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestPickle-20221201112556.xml (deflated 40%) 2022-12-01T11:27:12.4103402Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestRNN-20221201112556.xml (deflated 39%) 2022-12-01T11:27:12.4103880Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestResolveName-20221201112556.xml (deflated 41%) 2022-12-01T11:27:12.4104405Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionMode-20221201112556.xml (deflated 85%) 2022-12-01T11:27:12.4113385Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionOverride-20221201112556.xml (deflated 96%) 2022-12-01T11:27:12.4114382Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionWarning-20221201112556.xml (deflated 42%) 2022-12-01T11:27:12.4115271Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestWrapTorchFunction-20221201112556.xml (deflated 41%) 2022-12-01T11:27:12.4116006Z adding: test/test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestEnableDisableCudaFuser-20221201112604.xml (deflated 68%) 2022-12-01T11:27:12.4116601Z adding: test/test-reports/python-unittest/test_jit_cuda_fuser/TEST-jit.test_fuser_common.TestFuserCommon-20221201112604.xml (deflated 48%) 2022-12-01T11:27:12.4117865Z adding: test/test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestCudaFuser-20221201112604.xml (deflated 93%) 2022-12-01T11:27:12.4118963Z adding: test/test-reports/python-unittest/test_cpp_extensions_open_device_registration/TEST-TestCppExtensionOpenRgistration-20221201112609.xml (deflated 55%) 2022-12-01T11:27:12.4120078Z adding: test/test-reports/python-unittest/test_namedtuple_return_api/TEST-TestNamedTupleAPI-20221201112617.xml (deflated 77%) 2022-12-01T11:27:12.4121096Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestCppExtensionAOT-20221201112642.xml (deflated 80%) 2022-12-01T11:27:12.4121767Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestORTTensor-20221201112642.xml (deflated 67%) 2022-12-01T11:27:12.4122319Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestRNGExtension-20221201112642.xml (deflated 40%) 2022-12-01T11:27:12.4122988Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestTorchLibrary-20221201112642.xml (deflated 42%) 2022-12-01T11:27:12.4143841Z ##[group]Run # Remove any previous test reports if they exist 2022-12-01T11:27:12.4144139Z # Remove any previous test reports if they exist 2022-12-01T11:27:12.4144373Z rm -f usage-log-*.zip 2022-12-01T11:27:12.4144653Z # this workflow is also run in bazel build test, but we dont generate usage reports for it 2022-12-01T11:27:12.4144947Z # so check to see if the file exists first 2022-12-01T11:27:12.4145162Z if [ -f 'usage_log.txt' ]; then 2022-12-01T11:27:12.4145412Z  zip "usage-log-${FILE_SUFFIX}.zip" 'usage_log.txt' 2022-12-01T11:27:12.4145624Z fi 2022-12-01T11:27:12.4156523Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:27:12.4156752Z env: 2022-12-01T11:27:12.4156931Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:27:12.4157161Z FILE_SUFFIX: test-default-3-5-linux.2xlarge_9818440337 2022-12-01T11:27:12.4157383Z ##[endgroup] 2022-12-01T11:27:12.4488560Z adding: usage_log.txt (deflated 97%) 2022-12-01T11:27:12.4526515Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T11:27:12.4526728Z with: 2022-12-01T11:27:12.4526920Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T11:27:12.4527141Z retention-days: 14 2022-12-01T11:27:12.4527339Z if-no-files-found: warn 2022-12-01T11:27:12.4527526Z path: test-jsons-*.zip 2022-12-01T11:27:12.4527708Z name: artifact 2022-12-01T11:27:12.4527888Z s3-bucket: gha-artifacts 2022-12-01T11:27:12.4528063Z region: us-east-1 2022-12-01T11:27:12.4528230Z env: 2022-12-01T11:27:12.4528400Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:27:12.4528570Z ##[endgroup] 2022-12-01T11:27:13.2548578Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T11:27:13.2549080Z With the provided path, there will be 1 file uploaded 2022-12-01T11:27:13.2549558Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T11:27:13.2619592Z Starting upload of test-jsons-test-default-3-5-linux.2xlarge_9818440337.zip 2022-12-01T11:27:13.4211011Z Finished upload of test-jsons-test-default-3-5-linux.2xlarge_9818440337.zip 2022-12-01T11:27:13.4371619Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T11:27:13.4371953Z with: 2022-12-01T11:27:13.4372274Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T11:27:13.4372600Z retention-days: 14 2022-12-01T11:27:13.4372915Z if-no-files-found: error 2022-12-01T11:27:13.4373247Z path: test-reports-*.zip 2022-12-01T11:27:13.4373537Z name: artifact 2022-12-01T11:27:13.4373880Z s3-bucket: gha-artifacts 2022-12-01T11:27:13.4374074Z region: us-east-1 2022-12-01T11:27:13.4374231Z env: 2022-12-01T11:27:13.4374408Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:27:13.4374592Z ##[endgroup] 2022-12-01T11:27:13.7776380Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T11:27:13.7777113Z With the provided path, there will be 1 file uploaded 2022-12-01T11:27:13.7777433Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T11:27:13.7784069Z Starting upload of test-reports-test-default-3-5-linux.2xlarge_9818440337.zip 2022-12-01T11:27:13.9263773Z Finished upload of test-reports-test-default-3-5-linux.2xlarge_9818440337.zip 2022-12-01T11:27:13.9408887Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T11:27:13.9409100Z with: 2022-12-01T11:27:13.9409289Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T11:27:13.9409510Z retention-days: 14 2022-12-01T11:27:13.9409704Z if-no-files-found: ignore 2022-12-01T11:27:13.9409896Z path: usage-log-*.zip 2022-12-01T11:27:13.9410074Z name: artifact 2022-12-01T11:27:13.9410252Z s3-bucket: gha-artifacts 2022-12-01T11:27:13.9410424Z region: us-east-1 2022-12-01T11:27:13.9410586Z env: 2022-12-01T11:27:13.9410755Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:27:13.9410923Z ##[endgroup] 2022-12-01T11:27:14.2798940Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T11:27:14.2799432Z With the provided path, there will be 1 file uploaded 2022-12-01T11:27:14.2800184Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T11:27:14.2806899Z Starting upload of usage-log-test-default-3-5-linux.2xlarge_9818440337.zip 2022-12-01T11:27:14.4465557Z Finished upload of usage-log-test-default-3-5-linux.2xlarge_9818440337.zip 2022-12-01T11:27:14.4608592Z ##[group]Run set -x 2022-12-01T11:27:14.4608794Z set -x 2022-12-01T11:27:14.4609002Z python3 -m pip install -r requirements.txt 2022-12-01T11:27:14.4609249Z python3 -m pip install boto3==1.19.12 2022-12-01T11:27:14.4609552Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-12-01T11:27:14.4620742Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:27:14.4620947Z env: 2022-12-01T11:27:14.4621123Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:27:14.4621325Z AWS_DEFAULT_REGION: us-east-1 2022-12-01T11:27:14.4621505Z BRANCH: pull/89997 2022-12-01T11:27:14.4621686Z TEST_CONFIG: default 2022-12-01T11:27:14.4621863Z SHARD_NUMBER: 3 2022-12-01T11:27:14.4622072Z BUILD_ENVIRONMENT: linux-focal-py3.7-clang7-asan 2022-12-01T11:27:14.4622297Z PR_NUMBER: 89997 2022-12-01T11:27:14.4622482Z PYTORCH_RETRY_TEST_CASES: 1 2022-12-01T11:27:14.4622676Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-12-01T11:27:14.4622940Z SHA1: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T11:27:14.4623143Z TAG: 2022-12-01T11:27:14.4623294Z WORKFLOW_ID: 3591403534 2022-12-01T11:27:14.4623622Z GITHUB_TOKEN: *** 2022-12-01T11:27:14.4623811Z GHA_WORKFLOW_JOB_ID: 9818440337 2022-12-01T11:27:14.4623990Z ##[endgroup] 2022-12-01T11:27:14.4648145Z + python3 -m pip install -r requirements.txt 2022-12-01T11:27:14.6787907Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T11:27:14.7053920Z Requirement already satisfied: astunparse in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 2)) (1.6.3) 2022-12-01T11:27:14.7081712Z Requirement already satisfied: expecttest in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 3)) (0.1.4) 2022-12-01T11:27:14.7091286Z Requirement already satisfied: future in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 4)) (0.18.2) 2022-12-01T11:27:14.7102008Z Requirement already satisfied: hypothesis in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 5)) (6.58.2) 2022-12-01T11:27:14.7468848Z Requirement already satisfied: numpy in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 6)) (1.21.6) 2022-12-01T11:27:14.7479493Z Requirement already satisfied: psutil in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 7)) (5.9.1) 2022-12-01T11:27:14.7558231Z Requirement already satisfied: pyyaml in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 8)) (6.0) 2022-12-01T11:27:14.7567699Z Requirement already satisfied: requests in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 9)) (2.26.0) 2022-12-01T11:27:14.7805361Z Requirement already satisfied: setuptools in /usr/lib/python3.7/site-packages (from -r requirements.txt (line 10)) (49.1.3) 2022-12-01T11:27:14.7973665Z Requirement already satisfied: six in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 11)) (1.16.0) 2022-12-01T11:27:14.7984761Z 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-12-01T11:27:14.7991797Z Requirement already satisfied: typing_extensions in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 13)) (4.4.0) 2022-12-01T11:27:14.8002553Z Requirement already satisfied: sympy in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 14)) (1.10.1) 2022-12-01T11:27:14.8024777Z 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.38.4) 2022-12-01T11:27:14.8041929Z 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-12-01T11:27:14.8053450Z Requirement already satisfied: exceptiongroup>=1.0.0; python_version < "3.11" in /home/ec2-user/.local/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (1.0.4) 2022-12-01T11:27:14.8075130Z 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-12-01T11:27:14.8323475Z 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.13) 2022-12-01T11:27:14.8478069Z 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-12-01T11:27:14.8499287Z 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-12-01T11:27:14.8511483Z 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-12-01T11:27:14.8520643Z 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-12-01T11:27:14.9442481Z + python3 -m pip install boto3==1.19.12 2022-12-01T11:27:15.1581386Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T11:27:15.1765478Z Requirement already satisfied: boto3==1.19.12 in /home/ec2-user/.local/lib/python3.7/site-packages (1.19.12) 2022-12-01T11:27:15.1814544Z 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-12-01T11:27:15.1826960Z 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-12-01T11:27:15.1868793Z 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-12-01T11:27:15.1904207Z 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-12-01T11:27:15.1924053Z 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.13) 2022-12-01T11:27:15.2077890Z 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-12-01T11:27:15.4039565Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-12-01T11:27:36.0484881Z [scribe] Scribe access token not provided, sending report via boto3... 2022-12-01T11:27:36.0486651Z ERROR ENCOUNTERED WHEN UPLOADING TO SCRIBE: {"errorType":"Runtime.ExitError","errorMessage":"RequestId: ae50b4cc-b46a-4ef9-bade-2585e2df3371 Error: Runtime exited with error: signal: killed"} 2022-12-01T11:27:36.0486984Z 2022-12-01T11:27:36.0487156Z ----- Historic stats comparison result ------ 2022-12-01T11:27:36.0487358Z 2022-12-01T11:27:36.0487603Z job: linux-focal-py3.7-clang7-asan 2022-12-01T11:27:36.0488211Z commit: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T11:27:36.0488475Z 2022-12-01T11:27:36.0488750Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-12-01T11:27:36.0489044Z 2022-12-01T11:27:36.0489130Z : (master) 2022-12-01T11:27:36.0489288Z | 2022-12-01T11:27:36.0489468Z | * c13d400bff (HEAD) total time 6135.45s 2022-12-01T11:27:36.0489664Z | | 2022-12-01T11:27:36.0489822Z | : (59 commits) 2022-12-01T11:27:36.0489971Z |/ 2022-12-01T11:27:36.0490271Z * 67eb2d5952 (base) 10 reports, total time 5066.56s ± 758.59s 2022-12-01T11:27:36.0490853Z * 1c5ca724f4 5 reports, total time 5007.67s ± 739.45s 2022-12-01T11:27:36.0491161Z * 9d6109c4b0 5 reports, total time 5248.41s ± 838.92s 2022-12-01T11:27:36.0491476Z * 736adc0808 5 reports, total time 5004.15s ± 697.56s 2022-12-01T11:27:36.0491798Z * a348975e00 5 reports, total time 4985.14s ± 784.41s 2022-12-01T11:27:36.0492098Z * db13049b88 5 reports, total time 5049.73s ± 583.05s 2022-12-01T11:27:36.0492412Z * d07b85393a 5 reports, total time 5006.93s ± 737.16s 2022-12-01T11:27:36.0492726Z * ac25c210e5 5 reports, total time 4959.94s ± 911.28s 2022-12-01T11:27:36.0493042Z * 2355b6256b 5 reports, total time 4922.19s ± 818.33s 2022-12-01T11:27:36.0493334Z * 4f95f7ae9b 5 reports, total time 5092.55s ± 718.39s 2022-12-01T11:27:36.0493533Z | 2022-12-01T11:27:36.0493683Z : 2022-12-01T11:27:36.0493763Z 2022-12-01T11:27:36.0493883Z Removed (across 603 suites) 0 tests, totaling 0.00s 2022-12-01T11:27:36.0494147Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-12-01T11:27:36.0494405Z Added (across 94 suites) 35780 tests, totaling +6135.45s 2022-12-01T11:27:36.1731101Z ##[group]Run pytorch/test-infra/.github/actions/teardown-linux@main 2022-12-01T11:27:36.1731396Z with: 2022-12-01T11:27:36.1731548Z env: 2022-12-01T11:27:36.1731748Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:27:36.1731918Z ##[endgroup] 2022-12-01T11:27:36.1747342Z ##[group]Run set -eou pipefail 2022-12-01T11:27:36.1747566Z set -eou pipefail 2022-12-01T11:27:36.1747749Z  2022-12-01T11:27:36.1747986Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2022-12-01T11:27:36.1748225Z for _ in $(seq 1440); do 2022-12-01T11:27:36.1748440Z  # Break if no ssh session exists anymore 2022-12-01T11:27:36.1748657Z  if [ "$(who)" = "" ]; then 2022-12-01T11:27:36.1748826Z  break 2022-12-01T11:27:36.1748990Z  fi 2022-12-01T11:27:36.1749159Z  echo "." 2022-12-01T11:27:36.1749320Z  sleep 5 2022-12-01T11:27:36.1749488Z done 2022-12-01T11:27:36.1760785Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:27:36.1761075Z env: 2022-12-01T11:27:36.1761255Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:27:36.1761442Z ##[endgroup] 2022-12-01T11:27:36.1786765Z Holding runner for 2 hours until all ssh sessions have logged out 2022-12-01T11:27:36.1862089Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-12-01T11:27:36.1862407Z # ignore expansion of "docker ps -q" since it could be empty 2022-12-01T11:27:36.1862657Z # shellcheck disable=SC2046 2022-12-01T11:27:36.1862880Z docker stop $(docker ps -q) || true 2022-12-01T11:27:36.1863095Z # Prune all of the docker images 2022-12-01T11:27:36.1863310Z docker system prune -af 2022-12-01T11:27:36.1874218Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:27:36.1874426Z env: 2022-12-01T11:27:36.1874600Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:27:36.1874786Z ##[endgroup] 2022-12-01T11:27:36.6221860Z db9f09b60455 2022-12-01T11:27:38.2342643Z Deleted Containers: 2022-12-01T11:27:38.2343147Z db9f09b6045524701c608f0e69f7f8c95d3249c65d7b5098f66719b1d5338f84 2022-12-01T11:27:38.2343340Z 2022-12-01T11:27:45.1253012Z Deleted Images: 2022-12-01T11:27:45.1253780Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T11:27:45.1254508Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan@sha256:42f45500ffafce3e5c89e7a2b668a2227178819b884f9370a30317f1498a9ec8 2022-12-01T11:27:45.1254964Z deleted: sha256:c3feb30865e79ddc0cfdf79d04a44eb63523e70e9b73865190caeb53ae341ff9 2022-12-01T11:27:45.1255295Z deleted: sha256:3b991d7f23a1b58e56694105222dd6809b4be44499afad0b8b82c6ddbc5f2164 2022-12-01T11:27:45.1255625Z deleted: sha256:15752bc857ecf65ff3049fc03c10cc0a7501e2f7d93be22ced2912d2b9e66e35 2022-12-01T11:27:45.1255968Z deleted: sha256:c6b44703f9d349843966e874f075cf0fe3968f541ee8a39e9445b51633b3ac71 2022-12-01T11:27:45.1256276Z deleted: sha256:dcf3568f2cc0182c7b5e5c68ea1811487081835d3e2fcea83bd0afe6e524b87a 2022-12-01T11:27:45.1256620Z deleted: sha256:e7eb59e53c4f69f57996af64cfe31cf49c4e6198df0beb627ff324429f9c4f7e 2022-12-01T11:27:45.1257042Z deleted: sha256:0cb91ba135d7b8e6c88aac894a76d2b1530f7b6cf5d72edeb3dd0ec9d72298dc 2022-12-01T11:27:45.1257375Z deleted: sha256:1c2c711542f9075d00937ab8dc71c74ee05108092079a3fb0e5b28e546a104e1 2022-12-01T11:27:45.1257689Z deleted: sha256:bf24657135d8f6bd0eb93cd61b6b07b5ca34bd255f9bc3feb495e6ab50bce05d 2022-12-01T11:27:45.1258021Z deleted: sha256:4bd80d9762b199b05c89d37b03423ddc10bc2a95ed25083c05dd94d851a0e4da 2022-12-01T11:27:45.1258340Z deleted: sha256:a0a86ba5d6196160a4373afa235083f92b7c55b1eb17c80160d83674eb149b49 2022-12-01T11:27:45.1258652Z deleted: sha256:8a9c54bb2f9142c23f9c4e546858aa4db2450b30cf6f16aea41ddf0c7a276574 2022-12-01T11:27:45.1258982Z deleted: sha256:57c61ca4f3768deb0947da97216c33d9039eded12bc63c244fbfa5422dc97ea2 2022-12-01T11:27:45.1259464Z deleted: sha256:0321b23fe099c50a2961bb25bfc86ae9cb209728fad2dc54004d99c3a2b33560 2022-12-01T11:27:45.1259791Z deleted: sha256:664cf2d9466eb24fc5594a9e7861c12998b63d5bec2c6c09c339533b8f94c405 2022-12-01T11:27:45.1260101Z deleted: sha256:8725cec1bf966c6d1fed60c3c34c870fb321a228b8669c855e98559ede58f74e 2022-12-01T11:27:45.1260442Z deleted: sha256:ecfed089dd58b0c535a9356a83fa2a203e7f4dce4ea18abdc35adf39e9e05706 2022-12-01T11:27:45.1260803Z deleted: sha256:dd9959c6babb00adbd0c6c0dfaf9a18ba099de04bc1348a512fe4607c4f7f72f 2022-12-01T11:27:45.1261272Z deleted: sha256:229fe6fcf37e5a9f900e3159c44fd861fe7e0a7766c2b175e5fbca3e69ea52c1 2022-12-01T11:27:45.1261661Z deleted: sha256:80f9b5a94561abcb5bbb7d7b4550b6bb437013aee335f9bcaf6f747288380bbc 2022-12-01T11:27:45.1261989Z deleted: sha256:4be45b53523b3810602f920ffc72e48c4098458cc94e5ddeac20ba16cd08ab69 2022-12-01T11:27:45.1262303Z deleted: sha256:c31307683a4f779e511b6e3dea78f2ec8542182d6e784d09e660ccfa28f5cbdc 2022-12-01T11:27:45.1262598Z deleted: sha256:4837421e64d08bbf533a6707a589e0129f6588b731a808200572be9dad41e0c6 2022-12-01T11:27:45.1262986Z deleted: sha256:042d96787c27e10223637ca3b6dfc87e1c12706a5fb0d376598cccd1a5944f07 2022-12-01T11:27:45.1263307Z deleted: sha256:31715a193ce574fabf84eda047e545bff2f17df76f739d070dd9f445b07ff297 2022-12-01T11:27:45.1263627Z deleted: sha256:6a8ca4521bad8a2a677717cf714bd3917378b4fe3bcd45a776e3ae5ac86236f9 2022-12-01T11:27:45.1263971Z deleted: sha256:f0fdcfea6a84cdb9246ece745e1d5b71a1940c94be2521765aedc652b335eddc 2022-12-01T11:27:45.1264315Z deleted: sha256:ba0e8626bcce5da56a3f90136ee680e90a88cafb883f9677f0492668f580e33f 2022-12-01T11:27:45.1264649Z deleted: sha256:1dbf9172e126c3c4d591e2534eef17f63daf81645ac7a992e4bc1174b66fcbd0 2022-12-01T11:27:45.1264960Z deleted: sha256:3745e59d0f1363593d00e80e3d0ecb696465ecbb8d3fdac2dac39741d83498e4 2022-12-01T11:27:45.1265264Z deleted: sha256:8f10686558f8901f61640c56969cf26190f1050aa26602ba9d4940aab45e7c99 2022-12-01T11:27:45.1265566Z deleted: sha256:a58b84e137f8ca0494356963bf43829f974ee9b7cf7d0cf3e6c271b2e383be02 2022-12-01T11:27:45.1265877Z deleted: sha256:d2ea9c7f3e8f1208f44b26521effa578bebb71039a24fd2b1e12b4e5743d5365 2022-12-01T11:27:45.1266189Z deleted: sha256:413d10028cd12890cf352ce9983513fb605e21c7326102485e3172b84ddf833c 2022-12-01T11:27:45.1266514Z deleted: sha256:d5efcd370ecdd01f56b82febb7813b6f29c50bfca7a19bff33dae186e2ef7401 2022-12-01T11:27:45.1266844Z deleted: sha256:df7212c3900a3b39c7216174b382d6fd00c145d2bbfe1135a75690f6684f4420 2022-12-01T11:27:45.1267145Z deleted: sha256:6f22b23bcd269fe0e6905a497335118ff8186ee5d579aecdc73814be0549367c 2022-12-01T11:27:45.1267458Z deleted: sha256:00231c616d684a4dad279f1a6c3e37b63c5924a5e2a3dc5743855c10f8685d0a 2022-12-01T11:27:45.1267773Z deleted: sha256:f53b36d3fc1b6757c4fc5f5d1e946e107bd070941458ae3bd96d14f88e9385b3 2022-12-01T11:27:45.1268108Z deleted: sha256:fb5beb334cfacef4aecf684f74bac046f510af7b9ffceae52c5ba65a1d8dd6e6 2022-12-01T11:27:45.1268452Z deleted: sha256:9f9f5e798a4d443cd0dfe07369a7b73380ed466587633ff94263d32f1b34a05d 2022-12-01T11:27:45.1268759Z deleted: sha256:647883060b854c898144b0c053b59a04fbe20fdfb171025e1254ae6ce17b7c26 2022-12-01T11:27:45.1269061Z deleted: sha256:d833859fea8b79a698280e9fb826e00292a8eb9258599cb3b283f97481cf5923 2022-12-01T11:27:45.1269374Z deleted: sha256:8e30bcab43e0a3d3e5cbedb7ae69d1ca8c14a30822b59f82d55b9297549a075a 2022-12-01T11:27:45.1269723Z deleted: sha256:e9e3cbe450beabaab506e572c40eff373b0b7a5da52709a5b9e79d7ecd0fa75a 2022-12-01T11:27:45.1270054Z deleted: sha256:c03829b78195a204f4e83d0df661978e71ca638886dd43328fdf5a30f621df7d 2022-12-01T11:27:45.1270348Z deleted: sha256:b65c765d83641c3e20fb7d8d22676a2eb52b23e45c5b5420a6196bd079653bd8 2022-12-01T11:27:45.1270660Z deleted: sha256:9f4461bf8102f0112d36b6e47b3bd83390c9e5ae10bf8c2e6f1aad80ad9d764a 2022-12-01T11:27:45.1270981Z deleted: sha256:bb3004ca06d23688a568d95778e87cb02a487b3da68368f635855f8ba889e0c4 2022-12-01T11:27:45.1271283Z deleted: sha256:e4630b30a880ccaaa06365e2777a00130679b5c8ba0043b1874997a7291adf9c 2022-12-01T11:27:45.1271659Z deleted: sha256:f45b9c1c4b76ff76079cabdddbae9f502cca2edf6c9c89436582f3c6d4294917 2022-12-01T11:27:45.1272003Z deleted: sha256:5df899f744c2aa449c228585d787f30ae433e33b5e65f3a255377fe5d103a7a4 2022-12-01T11:27:45.1272320Z deleted: sha256:8af01463d8e1c3f4756e121353c9e833712c78ba2b3357c6aea6da54d8906f2b 2022-12-01T11:27:45.1272630Z deleted: sha256:2c2c883cb5cd4d831744ba6dd5d2f980a2cc25497b904aabe5497155740c7cc9 2022-12-01T11:27:45.1272959Z deleted: sha256:65642a1e69f02ee5cfe5f77fc6b0f4d4be0e071574466982d8f92aba67b0f250 2022-12-01T11:27:45.1273278Z deleted: sha256:d43d5e2379f80bfe6f73f28c60e8181f5a5551d39d7b5800b16e57666a3d7f66 2022-12-01T11:27:45.1273586Z deleted: sha256:7070a4ad8ac000d6910f8bab3e00671f9ea4e7094064da08eb1892332166b92d 2022-12-01T11:27:45.1273900Z deleted: sha256:b40ed86654e59e1012e1716d5384910f8c3bb58274b7b00fca564a53e9897ba3 2022-12-01T11:27:45.1274069Z 2022-12-01T11:27:45.1299217Z Total reclaimed space: 7.832GB 2022-12-01T11:27:45.1423548Z Post job cleanup. 2022-12-01T11:27:45.1506272Z Post job cleanup. 2022-12-01T11:27:45.2627679Z [command]/usr/bin/git version 2022-12-01T11:27:45.2679167Z git version 2.37.1 2022-12-01T11:27:45.2721216Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/c05f0285-0201-4f53-9b04-45320262be53' before making global git config changes 2022-12-01T11:27:45.2721892Z Adding repository directory to the temporary git global config as a safe directory 2022-12-01T11:27:45.2726970Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T11:27:45.2779470Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-12-01T11:27:45.2810847Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-12-01T11:27:45.3178311Z Entering 'android/libs/fbjni' 2022-12-01T11:27:45.3230649Z Entering 'third_party/FP16' 2022-12-01T11:27:45.3280157Z Entering 'third_party/FXdiv' 2022-12-01T11:27:45.3333330Z Entering 'third_party/NNPACK' 2022-12-01T11:27:45.3387242Z Entering 'third_party/QNNPACK' 2022-12-01T11:27:45.3442627Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T11:27:45.3476611Z Entering 'third_party/XNNPACK' 2022-12-01T11:27:45.3593727Z Entering 'third_party/benchmark' 2022-12-01T11:27:45.3654148Z Entering 'third_party/cpuinfo' 2022-12-01T11:27:45.3711691Z Entering 'third_party/cub' 2022-12-01T11:27:45.3768340Z Entering 'third_party/cudnn_frontend' 2022-12-01T11:27:45.3809163Z Entering 'third_party/cutlass' 2022-12-01T11:27:45.3850454Z Entering 'third_party/eigen' 2022-12-01T11:27:45.3923150Z Entering 'third_party/fbgemm' 2022-12-01T11:27:45.4012058Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T11:27:45.4102680Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T11:27:45.4170179Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T11:27:45.4241851Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T11:27:45.4294991Z Entering 'third_party/flatbuffers' 2022-12-01T11:27:45.4331582Z Entering 'third_party/fmt' 2022-12-01T11:27:45.4388282Z Entering 'third_party/foxi' 2022-12-01T11:27:45.4434770Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T11:27:45.4487994Z Entering 'third_party/gloo' 2022-12-01T11:27:45.4540959Z Entering 'third_party/googletest' 2022-12-01T11:27:45.4599592Z Entering 'third_party/ideep' 2022-12-01T11:27:45.4692911Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T11:27:45.4844465Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T11:27:45.4934591Z Entering 'third_party/ios-cmake' 2022-12-01T11:27:45.4982941Z Entering 'third_party/ittapi' 2022-12-01T11:27:45.5017875Z Entering 'third_party/kineto' 2022-12-01T11:27:45.5052888Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T11:27:45.5086985Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T11:27:45.5122042Z Entering 'third_party/nccl/nccl' 2022-12-01T11:27:45.5184800Z Entering 'third_party/neon2sse' 2022-12-01T11:27:45.5231297Z Entering 'third_party/nlohmann' 2022-12-01T11:27:45.5267029Z Entering 'third_party/onnx' 2022-12-01T11:27:45.5526245Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T11:27:45.5656758Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T11:27:45.5710385Z Entering 'third_party/onnx-tensorrt' 2022-12-01T11:27:45.5864672Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T11:27:45.6068838Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T11:27:45.6194567Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T11:27:45.6337162Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T11:27:45.6391819Z Entering 'third_party/pocketfft' 2022-12-01T11:27:45.6428098Z Entering 'third_party/protobuf' 2022-12-01T11:27:45.6576483Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T11:27:45.6662540Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T11:27:45.6722891Z Entering 'third_party/psimd' 2022-12-01T11:27:45.6770211Z Entering 'third_party/pthreadpool' 2022-12-01T11:27:45.6824521Z Entering 'third_party/pybind11' 2022-12-01T11:27:45.6889423Z Entering 'third_party/python-enum' 2022-12-01T11:27:45.6935813Z Entering 'third_party/python-peachpy' 2022-12-01T11:27:45.6990364Z Entering 'third_party/python-six' 2022-12-01T11:27:45.7037973Z Entering 'third_party/sleef' 2022-12-01T11:27:45.7095867Z Entering 'third_party/tbb' 2022-12-01T11:27:45.7132501Z Entering 'third_party/tensorpipe' 2022-12-01T11:27:45.7210544Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T11:27:45.7292228Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T11:27:45.7377320Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T11:27:45.7445594Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T11:27:45.7540098Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T11:27:45.7590867Z Entering 'third_party/zstd' 2022-12-01T11:27:45.7665209Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-12-01T11:27:45.7692725Z http.https://github.com/.extraheader 2022-12-01T11:27:45.7700295Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-12-01T11:27:45.7733816Z [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-12-01T11:27:45.7991107Z Entering 'android/libs/fbjni' 2022-12-01T11:27:45.8011224Z http.https://github.com/.extraheader 2022-12-01T11:27:45.8038837Z Entering 'third_party/FP16' 2022-12-01T11:27:45.8060056Z http.https://github.com/.extraheader 2022-12-01T11:27:45.8086466Z Entering 'third_party/FXdiv' 2022-12-01T11:27:45.8106759Z http.https://github.com/.extraheader 2022-12-01T11:27:45.8133733Z Entering 'third_party/NNPACK' 2022-12-01T11:27:45.8153405Z http.https://github.com/.extraheader 2022-12-01T11:27:45.8179575Z Entering 'third_party/QNNPACK' 2022-12-01T11:27:45.8200332Z http.https://github.com/.extraheader 2022-12-01T11:27:45.8227299Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T11:27:45.8249831Z http.https://github.com/.extraheader 2022-12-01T11:27:45.8276228Z Entering 'third_party/XNNPACK' 2022-12-01T11:27:45.8296109Z http.https://github.com/.extraheader 2022-12-01T11:27:45.8347629Z Entering 'third_party/benchmark' 2022-12-01T11:27:45.8368038Z http.https://github.com/.extraheader 2022-12-01T11:27:45.8395420Z Entering 'third_party/cpuinfo' 2022-12-01T11:27:45.8415679Z http.https://github.com/.extraheader 2022-12-01T11:27:45.8442402Z Entering 'third_party/cub' 2022-12-01T11:27:45.8462855Z http.https://github.com/.extraheader 2022-12-01T11:27:45.8489987Z Entering 'third_party/cudnn_frontend' 2022-12-01T11:27:45.8509997Z http.https://github.com/.extraheader 2022-12-01T11:27:45.8542328Z Entering 'third_party/cutlass' 2022-12-01T11:27:45.8562439Z http.https://github.com/.extraheader 2022-12-01T11:27:45.8596329Z Entering 'third_party/eigen' 2022-12-01T11:27:45.8616854Z http.https://github.com/.extraheader 2022-12-01T11:27:45.8645668Z Entering 'third_party/fbgemm' 2022-12-01T11:27:45.8665465Z http.https://github.com/.extraheader 2022-12-01T11:27:45.8693296Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T11:27:45.8713553Z http.https://github.com/.extraheader 2022-12-01T11:27:45.8740209Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T11:27:45.8760360Z http.https://github.com/.extraheader 2022-12-01T11:27:45.8787477Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T11:27:45.8808367Z http.https://github.com/.extraheader 2022-12-01T11:27:45.8834742Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T11:27:45.8854758Z http.https://github.com/.extraheader 2022-12-01T11:27:45.8897372Z Entering 'third_party/flatbuffers' 2022-12-01T11:27:45.8918778Z http.https://github.com/.extraheader 2022-12-01T11:27:45.8948128Z Entering 'third_party/fmt' 2022-12-01T11:27:45.8969387Z http.https://github.com/.extraheader 2022-12-01T11:27:45.8996779Z Entering 'third_party/foxi' 2022-12-01T11:27:45.9017545Z http.https://github.com/.extraheader 2022-12-01T11:27:45.9046367Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T11:27:45.9066867Z http.https://github.com/.extraheader 2022-12-01T11:27:45.9094935Z Entering 'third_party/gloo' 2022-12-01T11:27:45.9115248Z http.https://github.com/.extraheader 2022-12-01T11:27:45.9142997Z Entering 'third_party/googletest' 2022-12-01T11:27:45.9164275Z http.https://github.com/.extraheader 2022-12-01T11:27:45.9191020Z Entering 'third_party/ideep' 2022-12-01T11:27:45.9211410Z http.https://github.com/.extraheader 2022-12-01T11:27:45.9238026Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T11:27:45.9258998Z http.https://github.com/.extraheader 2022-12-01T11:27:45.9286535Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T11:27:45.9306520Z http.https://github.com/.extraheader 2022-12-01T11:27:45.9339620Z Entering 'third_party/ios-cmake' 2022-12-01T11:27:45.9360656Z http.https://github.com/.extraheader 2022-12-01T11:27:45.9388145Z Entering 'third_party/ittapi' 2022-12-01T11:27:45.9408924Z http.https://github.com/.extraheader 2022-12-01T11:27:45.9435886Z Entering 'third_party/kineto' 2022-12-01T11:27:45.9456391Z http.https://github.com/.extraheader 2022-12-01T11:27:45.9482511Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T11:27:45.9502606Z http.https://github.com/.extraheader 2022-12-01T11:27:45.9530159Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T11:27:45.9549922Z http.https://github.com/.extraheader 2022-12-01T11:27:45.9578651Z Entering 'third_party/nccl/nccl' 2022-12-01T11:27:45.9598876Z http.https://github.com/.extraheader 2022-12-01T11:27:45.9625172Z Entering 'third_party/neon2sse' 2022-12-01T11:27:45.9646007Z http.https://github.com/.extraheader 2022-12-01T11:27:45.9671721Z Entering 'third_party/nlohmann' 2022-12-01T11:27:45.9692803Z http.https://github.com/.extraheader 2022-12-01T11:27:45.9721220Z Entering 'third_party/onnx' 2022-12-01T11:27:45.9743358Z http.https://github.com/.extraheader 2022-12-01T11:27:45.9781910Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T11:27:45.9802045Z http.https://github.com/.extraheader 2022-12-01T11:27:45.9828710Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T11:27:45.9847777Z http.https://github.com/.extraheader 2022-12-01T11:27:45.9877158Z Entering 'third_party/onnx-tensorrt' 2022-12-01T11:27:45.9897858Z http.https://github.com/.extraheader 2022-12-01T11:27:45.9924921Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T11:27:45.9944942Z http.https://github.com/.extraheader 2022-12-01T11:27:45.9975939Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T11:27:45.9996019Z http.https://github.com/.extraheader 2022-12-01T11:27:46.0023323Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T11:27:46.0043490Z http.https://github.com/.extraheader 2022-12-01T11:27:46.0069905Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T11:27:46.0090659Z http.https://github.com/.extraheader 2022-12-01T11:27:46.0122128Z Entering 'third_party/pocketfft' 2022-12-01T11:27:46.0143387Z http.https://github.com/.extraheader 2022-12-01T11:27:46.0170141Z Entering 'third_party/protobuf' 2022-12-01T11:27:46.0190447Z http.https://github.com/.extraheader 2022-12-01T11:27:46.0220839Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T11:27:46.0241026Z http.https://github.com/.extraheader 2022-12-01T11:27:46.0267557Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T11:27:46.0287553Z http.https://github.com/.extraheader 2022-12-01T11:27:46.0316101Z Entering 'third_party/psimd' 2022-12-01T11:27:46.0338217Z http.https://github.com/.extraheader 2022-12-01T11:27:46.0377004Z Entering 'third_party/pthreadpool' 2022-12-01T11:27:46.0397859Z http.https://github.com/.extraheader 2022-12-01T11:27:46.0425157Z Entering 'third_party/pybind11' 2022-12-01T11:27:46.0445591Z http.https://github.com/.extraheader 2022-12-01T11:27:46.0472670Z Entering 'third_party/python-enum' 2022-12-01T11:27:46.0492852Z http.https://github.com/.extraheader 2022-12-01T11:27:46.0519693Z Entering 'third_party/python-peachpy' 2022-12-01T11:27:46.0540274Z http.https://github.com/.extraheader 2022-12-01T11:27:46.0566501Z Entering 'third_party/python-six' 2022-12-01T11:27:46.0586420Z http.https://github.com/.extraheader 2022-12-01T11:27:46.0613265Z Entering 'third_party/sleef' 2022-12-01T11:27:46.0632855Z http.https://github.com/.extraheader 2022-12-01T11:27:46.0658636Z Entering 'third_party/tbb' 2022-12-01T11:27:46.0679483Z http.https://github.com/.extraheader 2022-12-01T11:27:46.0708845Z Entering 'third_party/tensorpipe' 2022-12-01T11:27:46.0730702Z http.https://github.com/.extraheader 2022-12-01T11:27:46.0757995Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T11:27:46.0777902Z http.https://github.com/.extraheader 2022-12-01T11:27:46.0804670Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T11:27:46.0823842Z http.https://github.com/.extraheader 2022-12-01T11:27:46.0850433Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T11:27:46.0870677Z http.https://github.com/.extraheader 2022-12-01T11:27:46.0897464Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T11:27:46.0917152Z http.https://github.com/.extraheader 2022-12-01T11:27:46.0942868Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T11:27:46.0962887Z http.https://github.com/.extraheader 2022-12-01T11:27:46.0992037Z Entering 'third_party/zstd' 2022-12-01T11:27:46.1013628Z http.https://github.com/.extraheader 2022-12-01T11:27:46.1238583Z Cleaning up orphan processes